0% found this document useful (0 votes)
48 views17 pages

Logcat

The document contains log output from an Android application. It reports errors opening files and a class not being found. This resulted in the application crashing and a warning about overriding the uncaught exception handler.

Uploaded by

eloyherrera739
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
48 views17 pages

Logcat

The document contains log output from an Android application. It reports errors opening files and a class not being found. This resulted in the application crashing and a warning about overriding the uncaught exception handler.

Uploaded by

eloyherrera739
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 17

--------- beginning of main

01-22 21:12:44.989 28573 28573 E com.mbwhatsapp: Not starting debugger since


process cannot load the jdwp agent.
01-22 21:12:45.000 28573 28573 W System.err: android.system.ErrnoException: open
failed: ENOENT (No such file or directory)
01-22 21:12:45.001 28573 28573 W System.err: at libcore.io.Linux.open(Native
Method)
01-22 21:12:45.001 28573 28573 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
01-22 21:12:45.001 28573 28573 W System.err: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
01-22 21:12:45.001 28573 28573 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
01-22 21:12:45.001 28573 28573 W System.err: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8315)
01-22 21:12:45.001 28573 28573 W System.err: at
android.system.Os.open(Os.java:494)
01-22 21:12:45.001 28573 28573 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.monitorVersionControl(PerfDebugMonitorImp
l.java:204)
01-22 21:12:45.001 28573 28573 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.prepareMonitor(PerfDebugMonitorImpl.java:
185)
01-22 21:12:45.001 28573 28573 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8402)
01-22 21:12:45.001 28573 28573 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-22 21:12:45.001 28573 28573 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:560)
01-22 21:12:45.001 28573 28573 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:954)
01-22 21:12:45.133 28573 28573 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-22 21:12:45.138 28573 28573 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-22 21:12:45.138 28573 28573 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
01-22 21:12:45.138 28573 28573 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
01-22 21:12:45.138 28573 28573 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
01-22 21:12:45.138 28573 28573 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-22 21:12:45.138 28573 28573 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-22 21:12:45.138 28573 28573 W System.err: at
java.lang.Class.newInstance(Native Method)
01-22 21:12:45.138 28573 28573 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-22 21:12:45.138 28573 28573 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-22 21:12:45.138 28573 28573 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1252)
01-22 21:12:45.138 28573 28573 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1485)
01-22 21:12:45.138 28573 28573 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1422)
01-22 21:12:45.138 28573 28573 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7223)
01-22 21:12:45.138 28573 28573 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-22 21:12:45.138 28573 28573 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2244)
01-22 21:12:45.138 28573 28573 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-22 21:12:45.138 28573 28573 W System.err: at
android.os.Looper.loopOnce(Looper.java:211)
01-22 21:12:45.138 28573 28573 W System.err: at
android.os.Looper.loop(Looper.java:300)
01-22 21:12:45.138 28573 28573 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8437)
01-22 21:12:45.138 28573 28573 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-22 21:12:45.138 28573 28573 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:560)
01-22 21:12:45.138 28573 28573 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:954)
01-22 21:12:45.214 28573 28573 E Cus--------- beginning of main
01-22 21:12:45.539 28665 28665 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
01-22 21:12:45.544 28665 28665 W System.err: android.system.ErrnoException: open
failed: ENOENT (No such file or directory)
01-22 21:12:45.544 28665 28665 W System.err: at libcore.io.Linux.open(Native
Method)
01-22 21:12:45.544 28665 28665 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
01-22 21:12:45.544 28665 28665 W System.err: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
01-22 21:12:45.544 28665 28665 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
01-22 21:12:45.544 28665 28665 W System.err: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8315)
01-22 21:12:45.544 28665 28665 W System.err: at
android.system.Os.open(Os.java:494)
01-22 21:12:45.544 28665 28665 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.monitorVersionControl(PerfDebugMonitorImp
l.java:204)
01-22 21:12:45.544 28665 28665 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.prepareMonitor(PerfDebugMonitorImpl.java:
185)
01-22 21:12:45.544 28665 28665 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8402)
01-22 21:12:45.544 28665 28665 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-22 21:12:45.544 28665 28665 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:560)
01-22 21:12:45.544 28665 28665 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:954)
01-22 21:12:45.604 28665 28665 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-22 21:12:45.604 28665 28665 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-22 21:12:45.604 28665 28665 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
01-22 21:12:45.604 28665 28665 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
01-22 21:12:45.604 28665 28665 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
01-22 21:12:45.604 28665 28665 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-22 21:12:45.604 28665 28665 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-22 21:12:45.604 28665 28665 W System.err: at
java.lang.Class.newInstance(Native Method)
01-22 21:12:45.604 28665 28665 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-22 21:12:45.604 28665 28665 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-22 21:12:45.604 28665 28665 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1252)
01-22 21:12:45.604 28665 28665 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1485)
01-22 21:12:45.604 28665 28665 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1422)
01-22 21:12:45.604 28665 28665 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7223)
01-22 21:12:45.604 28665 28665 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-22 21:12:45.604 28665 28665 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2244)
01-22 21:12:45.604 28665 28665 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-22 21:12:45.604 28665 28665 W System.err: at
android.os.Looper.loopOnce(Looper.java:211)
01-22 21:12:45.604 28665 28665 W System.err: at
android.os.Looper.loop(Looper.java:300)
01-22 21:12:45.604 28665 28665 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8437)
01-22 21:12:45.604 28665 28665 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-22 21:12:45.604 28665 28665 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:560)
01-22 21:12:45.604 28665 28665 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:954)
01-22 21:12:45.631 28665 28665 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
01-22 21:12:45.726 28665 28665 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-22 21:12:45.726 28665 28665 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-22 21:12:45.920 28665 28707 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-22 21:12:46.245 28665 28665 W com.mbwhatsapp: type=1400 audit(0.0:86935): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so"
dev="dm-41" ino=121951 scontext=u:r:untrusted_app:s0:c74,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c74,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-22 21:12:46.245 28665 28665 W com.mbwhatsapp: type=1400 audit(0.0:86936): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm-
41" ino=37504 scontext=u:r:untrusted_app:s0:c74,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c74,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-22 21:12:46.255 28665 28665 W com.mbwhatsapp: type=1400 audit(0.0:86937): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-41" ino=37545 scontext=u:r:untrusted_app:s0:c74,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c74,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-22 21:12:46.265 28665 28665 W com.mbwhatsapp: type=1400 audit(0.0:86938): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so"
dev="dm-41" ino=135808 scontext=u:r:untrusted_app:s0:c74,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c74,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-22 21:12:46.265 28665 28665 W com.mbwhatsapp: type=1400 audit(0.0:86939): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-41" ino=37545 scontext=u:r:untrusted_app:s0:c74,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c74,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-22 21:12:46.265 28665 28665 W com.mbwhatsapp: type=1400 audit(0.0:86940): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-41" ino=37545 scontext=u:r:untrusted_app:s0:c74,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c74,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-22 21:12:46.265 28665 28665 W com.mbwhatsapp: type=1400 audit(0.0:86941): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-41" ino=37545 scontext=u:r:untrusted_app:s0:c74,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c74,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-22 21:12:46.311 28665 28783 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-22 21:12:46.311 28665 28783 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
01-22 21:12:46.311 28665 28783 W com.mbwhatsapp: and incorrect proguard
optimizations.
01-22 21:12:46.319 28665 28665 W com.mbwhatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-22 21:12:46.398 28665 28665 W libc : Access denied finding property
"ro.vendor.df.effect.conflict"
01-22 21:12:46.385 28665 28665 W com.mbwhatsapp: type=1400 audit(0.0:86942): avc:
denied { read } for name="u:object_r:vendor_displayfeature_prop:s0" dev="tmpfs"
ino=10205 scontext=u:r:untrusted_app:s0:c74,c256,c512,c768
tcontext=u:object_r:vendor_displayfeature_prop:s0 tclass=file permissive=0
app=com.mbwhatsapp
--------- beginning of system
01-22 21:12:46.423 28665 28665 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.Icon0 time=113ms latency=757ms running=87ms procState=-1
historyMsgCount=2 (msgIndex=2 wall=755ms seq=2 running=671ms runnable=11ms io=24ms
late=4ms h=android.app.ActivityThread$H w=110)
01-22 21:12:46.424 28665 28665 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.Icon0 time=0ms latency=870ms running=0ms procState=-1
historyMsgCount=3 (msgIndex=2 wall=755ms seq=2 running=671ms runnable=11ms io=24ms
late=4ms h=android.app.ActivityThread$H w=110)
01-22 21:12:46.505 28665 28665 E com.mbwhatsapp: Invalid ID 0x00000000.
01-22 21:12:46.507 28665 28665 W System.err:
android.content.res.Resources$NotFoundException: String resource ID #0x0
01-22 21:12:46.508 28665 28665 W System.err: at
android.content.res.Resources.getText(Resources.java:480)
01-22 21:12:46.508 28665 28665 W System.err: at
android.content.res.MiuiResources.getText(MiuiResources.java:106)
01-22 21:12:46.508 28665 28665 W System.err: at
android.content.res.Resources.getString(Resources.java:573)
01-22 21:12:46.508 28665 28665 W System.err: at X.35t.A0E(Unknown Source:46)
01-22 21:12:46.508 28665 28665 W System.err: at
com.mbwhatsapp.yo.yo.getString(Native Method)
01-22 21:12:46.508 28665 28665 W System.err: at
com.mbwhatsapp.yo.yo.getString(Native Method)
01-22 21:12:46.508 28665 28665 W System.err: at
com.mbwhatsapp.youbasha.task.utils.requestAllFilesAccess14(Native Method)
01-22 21:12:46.508 28665 28665 W System.err: at
com.mbwhatsapp.yo.dep.showStoragePermissionRequest(Native Method)
01-22 21:12:46.508 28665 28665 W System.err: at
com.mbwhatsapp.registration.EULA.onCreate(Unknown Source:248)
01-22 21:12:46.508 28665 28665 W System.err: at
android.app.Activity.performCreate(Activity.java:8547)
01-22 21:12:46.508 28665 28665 W System.err: at
android.app.Activity.performCreate(Activity.java:8511)
01-22 21:12:46.508 28665 28665 W System.err: at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1440)
01-22 21:12:46.508 28665 28665 W System.err: at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3893)
01-22 21:12:46.508 28665 28665 W System.err: at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4065)
01-22 21:12:46.508 28665 28665 W System.err: at
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:10
1)
01-22 21:12:46.508 28665 28665 W System.err: at
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu
tor.java:135)
01-22 21:12:46.508 28665 28665 W System.err: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
95)
01-22 21:12:46.509 28665 28665 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2418)
01-22 21:12:46.509 28665 28665 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-22 21:12:46.509 28665 28665 W System.err: at
android.os.Looper.loopOnce(Looper.java:211)
01-22 21:12:46.509 28665 28665 W System.err: at
android.os.Looper.loop(Looper.java:300)
01-22 21:12:46.509 28665 28665 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8437)
01-22 21:12:46.509 28665 28665 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-22 21:12:46.509 28665 28665 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:560)
01-22 21:12:46.509 28665 28665 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:954)
01-22 21:12:46.551 28665 28665 W Activity: Can request only one set of permissions
at a time
01-22 21:12:46.602 28665 28665 E ArmVmp : Match on catch block at 0x0a in for
0x7a6a60804d
01-22 21:12:46.752 28665 28798 W libc : Access denied finding property
"vendor.migl.debug"
01-22 21:12:46.758 28665 28798 E libEGL : pre_cache appList:
com.android.contacts,com.android.mms,com.android.settings,com.android.thememanager,
com.mi.android.globalFileexplorer,com.miui.gallery,com.miui.notes,com.miui.security
center,com.miui.calculator,com.miui.videoplayer,com.miui.weather2,com.xiaomi.calend
ar
01-22 21:12:46.788 28665 28798 E libEGL : pre_cache appList:
com.android.contacts,com.android.mms,com.android.settings,com.android.thememanager,
com.mi.android.globalFileexplorer,com.miui.gallery,com.miui.notes,com.miui.security
center,com.miui.calculator,com.miui.videoplayer,com.miui.weather2,com.xiaomi.calend
ar
01-22 21:12:46.801 28665 28798 E LB : fail to open node: No such file or
directory
01-22 21:12:46.808 28665 28798 E perf_hint: Session creation failed,
mPreferredRateNanos: -1
01-22 21:12:47.083 28665 28665 W Looper : PerfMonitor doFrame : time=418ms
vsyncFrame=0 latency=42ms procState=-1 historyMsgCount=13
01-22 21:12:47.103 28665 28665 W Looper : PerfMonitor doFrame : time=17ms
vsyncFrame=0 latency=413ms procState=-1 historyMsgCount=6
01-22 21:12:47.143 28665 28665 W MiuiMagicPointerUtilsStubHeadImpl:
MiuiMagicPointerUtilsStubHeadImpl has been initialized !!
01-22 21:12:47.352 28665 28665 E com.mbwhatsapp: Invalid ID 0x00000000.
01-22 21:12:47.353 28665 28665 E com.mbwhatsapp: Invalid ID 0x00000000.
01-22 21:12:47.354 28665 28665 E com.mbwhatsapp: Invalid ID 0x00000000.
01-22 21:12:47.354 28665 28665 E com.mbwhatsapp: Invalid ID 0x00000000.
01-22 21:12:47.355 28665 28665 E com.mbwhatsapp: Invalid ID 0x00000000.
01-22 21:12:47.355 28665 28665 E com.mbwhatsapp: Invalid ID 0x00000000.
01-22 21:12:47.355 28665 28665 E com.mbwhatsapp: Invalid ID 0x00000000.
01-22 21:12:47.355 28665 28665 E com.mbwhatsapp: Invalid ID 0x00000000.
01-22 21:12:51.722 28665 28665 W Activity: Can request only one set of permissions
at a time
01-22 21:12:51.722 28665 28665 W Activity: Can request only one set of permissions
at a time
01-22 21:12:51.834 28665 28798 E perf_hint: Session creation failed,
mPreferredRateNanos: -1
01-22 21:12:53.128 28665 28665 W MirrorManager: this model don't Support
01-22 21:12:53.153 28665 28665 E RippleDrawable: The RippleDrawable.STYLE_PATTERNED
animation is not supported for a non-hardware accelerated Canvas. Skipping
animation.
01-22 21:12:53.168 28665 28665 E RippleDrawable: The RippleDrawable.STYLE_PATTERNED
animation is not supported for a non-hardware accelerated Canvas. Skipping
animation.
01-22 21:12:55.605 28665 29106 E ShortcutInfoCompatSaver: Failed to load saved
values from file
/data/user/0/com.mbwhatsapp/files/ShortcutInfoCompatSaver_share_targets/
targets.xml. Old state removed, new added
01-22 21:12:55.605 28665 29106 E ShortcutInfoCompatSaver:
java.io.FileNotFoundException:
/data/user/0/com.mbwhatsapp/files/ShortcutInfoCompatSaver_share_targets/
targets.xml: open failed: ENOENT (No such file or directory)
01-22 21:12:55.605 28665 29106 E ShortcutInfoCompatSaver: at
libcore.io.IoBridge.open(IoBridge.java:574)
01-22 21:12:55.605 28665 29106 E ShortcutInfoCompatSaver: at
java.io.FileInputStream.<init>(FileInputStream.java:160)
01-22 21:12:55.605 28665 29106 E ShortcutInfoCompatSaver: at X.0nz.run(Unknown
Source:82)
01-22 21:12:55.605 28665 29106 E ShortcutInfoCompatSaver: at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:487)
01-22 21:12:55.605 28665 29106 E ShortcutInfoCompatSaver: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
01-22 21:12:55.605 28665 29106 E ShortcutInfoCompatSaver: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-22 21:12:55.605 28665 29106 E ShortcutInfoCompatSaver: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-22 21:12:55.605 28665 29106 E ShortcutInfoCompatSaver: at
java.lang.Thread.run(Thread.java:1012)
01-22 21:12:55.605 28665 29106 E ShortcutInfoCompatSaver: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
01-22 21:12:55.605 28665 29106 E ShortcutInfoCompatSaver: at
libcore.io.Linux.open(Native Method)
01-22 21:12:55.605 28665 29106 E ShortcutInfoCompatSaver: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
01-22 21:12:55.605 28665 29106 E ShortcutInfoCompatSaver: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
01-22 21:12:55.605 28665 29106 E ShortcutInfoCompatSaver: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
01-22 21:12:55.605 28665 29106 E ShortcutInfoCompatSaver: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8315)
01-22 21:12:55.605 28665 29106 E ShortcutInfoCompatSaver: at
libcore.io.IoBridge.open(IoBridge.java:560)
01-22 21:12:55.605 28665 29106 E ShortcutInfoCompatSaver: ... 7 more
01-22 21:12:55.645 28665 28798 E FrameEvents: updateAcquireFence: Did not find
frame.
01-22 21:12:55.664 28665 28677 W com.mbwhatsapp: Cleared Reference was only
reachable from finalizer (only reported once)
01-22 21:12:55.666 28665 28798 E FrameEvents: updateAcquireFence: Did not find
frame.
01-22 21:12:55.676 28665 28798 E FrameEvents: updateAcquireFence: Did not find
frame.
01-22 21:12:55.675 28665 28665 W com.mbwhatsapp: type=1400 audit(0.0:87015): avc:
denied { read } for name="osrelease" dev="proc" ino=3266081
scontext=u:r:untrusted_app:s0:c74,c256,c512,c768 tcontext=u:object_r:proc:s0
tclass=file permissive=0 app=com.mbwhatsapp
01-22 21:12:55.675 28665 28665 W com.mbwhatsapp: type=1400 audit(0.0:87016): avc:
denied { read } for name="version" dev="proc" ino=3266082
scontext=u:r:untrusted_app:s0:c74,c256,c512,c768 tcontext=u:object_r:proc:s0
tclass=file permissive=0 app=com.mbwhatsapp
01-22 21:12:57.951 28665 28798 E perf_hint: Session creation failed,
mPreferredRateNanos: -1
01-22 21:12:59.413 28665 28665 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-22 21:12:59.413 28665 28665 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-22 21:13:03.689 28665 28798 E perf_hint: Session creation failed,
mPreferredRateNanos: -1
01-22 21:13:06.119 28665 28793 E PlayCore: UID: [10074] PID: [28665]
StandardIntegrity : Phonesky is not installed.
01-22 21:13:07.634 28665 28798 E perf_hint: Session creation failed,
mPreferredRateNanos: -1
01-22 21:13:07.637 28665 28665 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-22 21:13:07.637 28665 28665 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-22 21:13:08.628 28665 28665 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-22 21:13:08.628 28665 28665 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-22 21:13:08.892 28665 29108 W BpBinder: PerfMonitor binderTransact : time=245ms
interface=com.google.android.gms.auth.api.phone.internal.ISmsRetrieverApiService
code=1
01-22 21:13:09.128 28665 28798 E perf_hint: Session creation failed,
mPreferredRateNanos: -1
01-22 21:13:09.295 28665 28798 E perf_hint: Session creation failed,
mPreferredRateNanos: -1
01-22 21:13:13.393 28665 28665 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
01-22 21:13:13.413 28665 28665 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 291720
01-22 21:13:13.430 28665 28665 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-22 21:13:13.430 28665 28665 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-22 21:13:53.003 28665 28665 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-22 21:13:53.003 28665 28665 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-22 21:14:51.418 28665 28665 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
01-22 21:14:51.427 28665 28665 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 291720
01-22 21:14:56.244 28665 28665 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-22 21:14:56.244 28665 28665 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-22 21:15:06.658 28665 28665 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
01-22 21:15:19.661 28665 28665 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-22 21:15:19.661 28665 28665 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-22 21:15:28.118 28665 28798 E perf_hint: Session creation failed,
mPreferredRateNanos: -1
01-22 21:15:28.157 28665 28665 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-22 21:15:28.157 28665 28665 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-22 21:15:28.177 28665 28665 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
01-22 21:15:30.912 28665 28798 E perf_hint: Session creation failed,
mPreferredRateNanos: -1
01-22 21:15:34.221 28665 28665 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-22 21:15:34.221 28665 28665 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-22 21:15:38.020 28665 28665 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-22 21:15:38.020 28665 28665 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-22 21:15:46.186 28665 28798 E perf_hint: Session creation failed,
mPreferredRateNanos: -1
01-22 21:15:47.174 28665 28665 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-22 21:15:47.174 28665 28665 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-22 21:15:47.817 28665 28665 W X.0Z6 : Invalid or missing region code
(Nicaragua) provided.
01-22 21:15:47.921 28665 28798 E perf_hint: Session creation failed,
mPreferredRateNanos: -1
01-22 21:15:48.119 28665 28665 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
01-22 21:15:48.137 28665 28665 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 291720
01-22 21:15:48.147 28665 28665 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-22 21:15:48.147 28665 28665 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-22 21:15:56.083 28665 28798 E perf_hint: Session creation failed,
mPreferredRateNanos: -1
01-22 21:15:58.924 28665 28798 E perf_hint: Session creation failed,
mPreferredRateNanos: -1
01-22 21:15:58.927 28665 28665 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-22 21:15:58.927 28665 28665 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-22 21:16:00.072 28665 28665 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-22 21:16:00.072 28665 28665 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-22 21:16:00.439 28665 29108 W BpBinder: PerfMonitor binderTransact : time=357ms
interface=com.google.android.gms.auth.api.phone.internal.ISmsRetrieverApiService
code=1
01-22 21:16:00.711 28665 28798 E perf_hint: Session creation failed,
mPreferredRateNanos: -1
01-22 21:16:00.804 28665 28798 E perf_hint: Session creation failed,
mPreferredRateNanos: -1
01-22 21:16:04.331 28665 28665 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
01-22 21:16:04.342 28665 28665 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 291720
01-22 21:16:04.376 28665 28665 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-22 21:16:04.376 28665 28665 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-22 21:16:11.615 28665 28665 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
01-22 21:16:21.374 28665 28665 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-22 21:16:21.374 28665 28665 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-22 21:16:30.943 28665 28665 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-22 21:16:30.943 28665 28665 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-22 21:16:38.944 28665 28665 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-22 21:16:38.944 28665 28665 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-22 21:16:40.203 28665 28665 W EditorStubImpl: Two list size not equals,try
recover it
01-22 21:16:40.227 28665 28798 E perf_hint: Session creation failed,
mPreferredRateNanos: -1
01-22 21:16:43.469 28665 28665 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-22 21:16:43.469 28665 28665 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-22 21:16:44.057 28665 28798 E perf_hint: Session creation failed,
mPreferredRateNanos: -1
01-22 21:16:51.049 28665 28665 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-22 21:16:51.049 28665 28665 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-22 21:16:54.214 28665 28798 E perf_hint: Session creation failed,
mPreferredRateNanos: -1
01-22 21:16:57.646 28665 28798 E perf_hint: Session creation failed,
mPreferredRateNanos: -1
01-22 21:16:57.660 28665 28665 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-22 21:16:57.660 28665 28665 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-22 21:16:59.019 28665 28798 E perf_hint: Session creation failed,
mPreferredRateNanos: -1
01-22 21:16:59.137 28665 28798 E perf_hint: Session creation failed,
mPreferredRateNanos: -1
01-22 21:16:59.254 28665 28665 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
01-22 21:16:59.264 28665 28665 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 291720
01-22 21:17:07.966 28665 28798 E perf_hint: Session creation failed,
mPreferredRateNanos: -1
01-22 21:17:08.666 28665 28798 E perf_hint: Session creation failed,
mPreferredRateNanos: -1
01-22 21:17:08.698 28665 28665 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-22 21:17:08.698 28665 28665 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-22 21:17:08.711 28665 28665 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-22 21:17:08.711 28665 28665 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-22 21:17:08.795 28665 28665 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
01-22 21:17:12.376 28665 28791 W BpBinder: PerfMonitor binderTransact :
time=3573ms interface=com.google.android.auth.IAuthManagerService code=5
01-22 21:17:12.686 28665 28791 W BpBinder: PerfMonitor binderTransact : time=299ms
interface=com.google.android.auth.IAuthManagerService code=5
01-22 21:17:12.850 28665 28798 E perf_hint: Session creation failed,
mPreferredRateNanos: -1
01-22 21:17:16.968 28665 28665 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-22 21:17:16.968 28665 28665 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-22 21:17:18.664 28665 28798 E perf_hint: Session creation failed,
mPreferredRateNanos: -1
01-22 21:17:18.704 28665 28665 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-22 21:17:18.704 28665 28665 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-22 21:17:18.717 28665 28665 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
01-22 21:17:19.331 28665 28822 W Looper : PerfMonitor longMsg : seq=8
plan=21:17:16.430 late=0ms wall=2900ms running=54ms runnable=23ms h=X.10H w=0
procState=-1
01-22 21:17:20.729 28665 31213 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
01-22 21:17:20.799 28665 31213 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
01-22 21:17:21.077 28665 31213 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
01-22 21:17:21.102 28665 31213 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
01-22 21:17:21.129 28665 31213 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
01-22 21:17:21.341 28665 31213 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
01-22 21:17:21.473 28665 31213 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
01-22 21:17:21.724 28665 31213 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
01-22 21:17:22.643 28665 31213 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
01-22 21:17:22.650 28665 31213 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
01-22 21:17:22.657 28665 31213 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
01-22 21:17:22.663 28665 31213 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
01-22 21:17:22.670 28665 31213 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
01-22 21:17:22.676 28665 31213 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
01-22 21:17:22.690 28665 31213 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
01-22 21:17:22.699 28665 31213 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
01-22 21:17:22.709 28665 31213 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
01-22 21:17:22.721 28665 31213 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
01-22 21:17:22.727 28665 31213 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
01-22 21:17:23.258 28665 28798 E perf_hint: Session creation failed,
mPreferredRateNanos: -1
01-22 21:17:23.275 28665 31213 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
01-22 21:17:24.163 28665 28665 W com.mbwhatsapp: Method void
com.mbwhatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-22 21:17:24.205 31415 31415 W ps : type=1400 audit(0.0:87261): avc: denied
{ read } for name="pid_max" dev="proc" ino=3280533
scontext=u:r:untrusted_app:s0:c74,c256,c512,c768
tcontext=u:object_r:proc_pid_max:s0 tclass=file permissive=0 app=com.mbwhatsapp
01-22 21:17:24.254 28665 30828 W BpBinder: PerfMonitor binderTransact :
time=1403ms interface=android.content.IContentProvider code=20
01-22 21:17:24.533 28665 31367 W MediaCodec-JNI: try to release MediaCodec from
JMediaCodec::~JMediaCodec()...
01-22 21:17:24.534 28665 31367 W MediaCodec-JNI: done releasing MediaCodec from
JMediaCodec::~JMediaCodec().
01-22 21:17:24.633 28665 28665 E ArmVmp : Match on catch block at 0x0a in for
0x7a6a608031
01-22 21:17:24.673 28665 28665 E ArmVmp : Match on catch block at 0x0a in for
0x7a6a60804d
01-22 21:17:24.774 28665 28665 W Activity: Can request only one set of permissions
at a time
01-22 21:17:24.778 28665 31450 W ColorUtils: expected specified color aspects
(2:0:0:0)
01-22 21:17:24.820 28665 31444 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-22 21:17:24.821 28665 31444 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-22 21:17:24.821 28665 31444 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-22 21:17:24.821 28665 31444 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-22 21:17:24.821 28665 31444 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-22 21:17:24.821 28665 31444 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-22 21:17:24.822 28665 31444 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-22 21:17:24.822 28665 31444 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-22 21:17:24.873 28665 28665 W Activity: PerfMonitor: Slow Operation: Activity
com.mbwhatsapp/.HomeActivity onCreate took 686ms
01-22 21:17:24.892 28665 31367 W VideoCapabilities: Unsupported mime
image/vnd.android.heic
01-22 21:17:24.892 28665 31367 W VideoCapabilities: Unrecognized profile/level 0/3
for video/mpeg2
01-22 21:17:24.893 28665 31367 W VideoCapabilities: Unsupported mime video/x-ms-wmv
01-22 21:17:24.896 28665 31367 W VideoCapabilities: Unsupported mime video/dolby-
vision
01-22 21:17:24.897 28665 31367 W VideoCapabilities: Unsupported mime video/dolby-
vision
01-22 21:17:24.897 28665 31367 W VideoCapabilities: Unsupported mime video/dolby-
vision
01-22 21:17:24.898 28665 31367 W VideoCapabilities: Unsupported mime video/dolby-
vision
01-22 21:17:24.912 28665 28665 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.HomeActivity time=1ms latency=763ms running=0ms
procState=-1 historyMsgCount=3 (msgIndex=3 wall=758ms seq=5460 running=609ms
runnable=32ms io=18ms late=5ms h=android.app.ActivityThread$H w=159)
01-22 21:17:25.077 28665 31444 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-22 21:17:25.077 28665 31444 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-22 21:17:25.508 28665 28665 E RecyclerView: No adapter attached; skipping layout
01-22 21:17:25.583 28665 28798 E perf_hint: Session creation failed,
mPreferredRateNanos: -1
01-22 21:17:25.586 28665 28665 W Looper : PerfMonitor doFrame : time=628ms
vsyncFrame=0 latency=41ms procState=-1 historyMsgCount=11
01-22 21:17:25.603 28665 28665 E ArmVmp : Match on catch block at 0x0a in for
0x7a6a608035
01-22 21:17:25.617 28665 28665 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/mbmodsd.mbmodsw.mbsettings.yo.PauseActivity time=29ms
latency=642ms running=9ms procState=-1 historyMsgCount=17 (msgIndex=12 wall=628ms
seq=5489 running=366ms runnable=135ms io=8ms late=41ms
h=android.view.Choreographer$FrameHandler
c=android.view.Choreographer$FrameDisplayEventReceiver)
01-22 21:17:25.619 28665 30828 W BpBinder: PerfMonitor binderTransact :
time=1353ms interface=android.content.IContentProvider code=20
01-22 21:17:25.622 28665 28665 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.HomeActivity time=5ms latency=661ms running=4ms
procState=-1 historyMsgCount=18 (msgIndex=12 wall=628ms seq=5489 running=366ms
runnable=135ms io=8ms late=41ms h=android.view.Choreographer$FrameHandler
c=android.view.Choreographer$FrameDisplayEventReceiver)
01-22 21:17:25.664 28665 28665 W Looper : PerfMonitor doFrame : time=40ms
vsyncFrame=0 latency=657ms procState=-1 historyMsgCount=11 (msgIndex=1 wall=628ms
seq=5489 running=366ms runnable=135ms io=8ms late=41ms
h=android.view.Choreographer$FrameHandler
c=android.view.Choreographer$FrameDisplayEventReceiver)
01-22 21:17:25.692 28665 28665 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/mbmodsd.mbmodsw.mbsettings.yo.PauseActivity time=0ms
latency=483ms running=0ms procState=-1 historyMsgCount=35 (msgIndex=1 wall=628ms
seq=5489 running=366ms runnable=135ms io=8ms late=41ms
h=android.view.Choreographer$FrameHandler
c=android.view.Choreographer$FrameDisplayEventReceiver)
01-22 21:17:25.693 28665 28665 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/mbmodsd.mbmodsw.mbsettings.yo.PauseActivity time=0ms
latency=474ms running=0ms procState=-1 historyMsgCount=42 (msgIndex=1 wall=628ms
seq=5489 running=366ms runnable=135ms io=8ms late=41ms
h=android.view.Choreographer$FrameHandler
c=android.view.Choreographer$FrameDisplayEventReceiver)
01-22 21:17:25.894 28665 28798 E perf_hint: Session creation failed,
mPreferredRateNanos: -1
01-22 21:17:26.033 28665 31558 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-22 21:17:26.205 28665 31213 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
01-22 21:17:26.216 28665 31213 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
01-22 21:17:26.289 28665 28665 W LOTTIE : Animation contains merge paths but they
are disabled.
01-22 21:17:26.414 28665 31375 W com.mbwhatsapp: Accessing hidden field
Landroid/app/Notification;->extraNotification:Landroid/app/MiuiNotification;
(blocked, reflection, denied)
01-22 21:17:26.434 28665 31375 W com.mbwhatsapp: Accessing hidden field
Landroid/app/Notification;->extraNotification:Landroid/app/MiuiNotification;
(blocked, reflection, denied)
01-22 21:17:26.659 28665 28665 E ArmVmp : Match on catch block at 0x5b in for
0x7a6a60801d
01-22 21:17:26.676 28665 28665 E ArmVmp : Match on catch block at 0x5b in for
0x7a6a60801d
01-22 21:17:26.965 28665 30828 W BpBinder: PerfMonitor binderTransact :
time=1340ms interface=android.content.IContentProvider code=20
01-22 21:17:28.203 28665 30828 W BpBinder: PerfMonitor binderTransact :
time=1228ms interface=android.content.IContentProvider code=20
01-22 21:17:28.992 28665 30828 W BpBinder: PerfMonitor binderTransact : time=774ms
interface=android.content.IContentProvider code=20
01-22 21:17:29.762 28665 30828 W BpBinder: PerfMonitor binderTransact : time=766ms
interface=android.content.IContentProvider code=20
01-22 21:17:30.957 28665 30828 W BpBinder: PerfMonitor binderTransact :
time=1185ms interface=android.content.IContentProvider code=20
01-22 21:17:32.201 28665 30828 W BpBinder: PerfMonitor binderTransact :
time=1222ms interface=android.content.IContentProvider code=20
01-22 21:17:32.223 28665 30828 W Looper : PerfMonitor longMsg : seq=1
plan=21:17:18.587 late=1ms wall=13635ms running=1806ms runnable=686ms io=57ms
h=android.os.Handler c=X.3fp procState=-1
01-22 21:17:33.669 28665 30828 W Looper : PerfMonitor longMsg : seq=3
plan=21:17:32.197 late=351ms wall=1120ms running=170ms runnable=54ms
h=android.os.Handler c=X.3fp procState=-1
01-22 21:17:34.236 28665 28665 E ArmVmp : Match on catch block at 0x0a in for
0x7a6a608035
01-22 21:17:34.273 28665 28665 W ziparchive: Unable to open
'/data/app/~~R36c7I--------- beginning of main
01-22 21:17:34.276 28665 28665 W com.mbwhatsapp: Entry not found
01-22 21:17:34.398 28665 31961 E chromium:
[0122/211734.395326:ERROR:variations_seed_loader.cc(69)] Failed to open file for
reading. Errno: 2
01-22 21:17:34.401 28665 31961 E chromium:
[0122/211734.400941:ERROR:variations_seed_loader.cc(69)] Failed to open file for
reading. Errno: 2
01-22 21:17:34.707 28665 32015 E cr_TrackExitReasons: Failed to parse JSON from
file.
01-22 21:17:34.858 28665 32011 W cr_media: BLUETOOTH_CONNECT permission is missing.
01-22 21:17:34.859 28665 32011 W cr_media: registerBluetoothIntentsIfNeeded:
Requires BLUETOOTH permission
--------- beginning of system
01-22 21:17:34.913 28665 28665 W Activity: PerfMonitor: Slow Operation: Activity
com.mbwhatsapp/mbmodsd.mbmodsw.update.MBUpdateActivity onCreate took 680ms
01-22 21:17:34.933 28665 28665 E ArmVmp : Match on catch block at 0x0a in for
0x7a6a608031
01-22 21:17:34.975 28665 28665 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/mbmodsd.mbmodsw.update.MBUpdateActivity time=0ms
latency=765ms running=0ms procState=-1 historyMsgCount=3 (msgIndex=3 wall=736ms
seq=5997 running=366ms runnable=98ms io=151ms late=9ms
h=android.app.ActivityThread$H w=159)
01-22 21:17:35.127 28665 28798 E perf_hint: Session creation failed,
mPreferredRateNanos: -1
01-22 21:17:35.600 28665 32011 W AidlConversion:
aidl2legacy_AudioChannelLayout_audio_channel_mask_t: no legacy output
audio_channel_mask_t found for AudioChannelLayout{layoutMask: 16}
01-22 21:17:35.850 28665 32002 W VideoCapabilities: Unsupported mime video/dolby-
vision
01-22 21:17:36.976 28665 32002 W cr_MediaCodecBridge: Releasing:
OMX.qcom.video.decoder.hevc
01-22 21:17:36.980 28665 32057 E Surface : freeAllBuffers: 14 buffers were freed
while being dequeued!
01-22 21:17:36.982 28665 32002 W cr_MediaCodecBridge: Codec released
01-22 21:17:37.440 28665 28679 W System : A resource failed to call end.
01-22 21:17:54.626 28665 28665 E ArmVmp : Match on catch block at 0x0a in for
0x7a6a608031
01-22 21:18:03.929 32415 32415 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
01-22 21:18:03.949 32415 32415 W System.err: android.system.ErrnoException: open
failed: ENOENT (No such file or directory)
01-22 21:18:03.949 32415 32415 W System.err: at libcore.io.Linux.open(Native
Method)
01-22 21:18:03.949 32415 32415 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
01-22 21:18:03.949 32415 32415 W System.err: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
01-22 21:18:03.949 32415 32415 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
01-22 21:18:03.949 32415 32415 W System.err: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8315)
01-22 21:18:03.949 32415 32415 W System.err: at
android.system.Os.open(Os.java:494)
01-22 21:18:03.949 32415 32415 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.monitorVersionControl(PerfDebugMonitorImp
l.java:204)
01-22 21:18:03.949 32415 32415 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.prepareMonitor(PerfDebugMonitorImpl.java:
185)
01-22 21:18:03.949 32415 32415 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8402)
01-22 21:18:03.949 32415 32415 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-22 21:18:03.949 32415 32415 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:560)
01-22 21:18:03.949 32415 32415 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:954)
01-22 21:18:04.066 32415 32415 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-22 21:18:04.066 32415 32415 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-22 21:18:04.066 32415 32415 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
01-22 21:18:04.066 32415 32415 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
01-22 21:18:04.066 32415 32415 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
01-22 21:18:04.066 32415 32415 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-22 21:18:04.066 32415 32415 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-22 21:18:04.066 32415 32415 W System.err: at
java.lang.Class.newInstance(Native Method)
01-22 21:18:04.066 32415 32415 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-22 21:18:04.066 32415 32415 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-22 21:18:04.066 32415 32415 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1252)
01-22 21:18:04.066 32415 32415 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1485)
01-22 21:18:04.066 32415 32415 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1422)
01-22 21:18:04.066 32415 32415 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7223)
01-22 21:18:04.066 32415 32415 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-22 21:18:04.066 32415 32415 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2244)
01-22 21:18:04.066 32415 32415 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-22 21:18:04.066 32415 32415 W System.err: at
android.os.Looper.loopOnce(Looper.java:211)
01-22 21:18:04.066 32415 32415 W System.err: at
android.os.Looper.loop(Looper.java:300)
01-22 21:18:04.066 32415 32415 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8437)
01-22 21:18:04.066 32415 32415 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-22 21:18:04.066 32415 32415 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:560)
01-22 21:18:04.066 32415 32415 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:954)
01-22 21:18:04.094 32415 32415 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
01-22 21:18:04.129 32415 32440 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-22 21:18:04.195 32415 32415 W com.mbwhatsapp: type=1400 audit(0.0:87289): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so"
dev="dm-41" ino=121951 scontext=u:r:untrusted_app:s0:c74,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c74,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-22 21:18:04.205 32415 32415 W com.mbwhatsapp: type=1400 audit(0.0:87290): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm-
41" ino=37504 scontext=u:r:untrusted_app:s0:c74,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c74,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-22 21:18:04.193 32415 32415 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-22 21:18:04.193 32415 32415 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-22 21:18:04.274 32415 32473 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-22 21:18:04.274 32415 32473 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
01-22 21:18:04.274 32415 32473 W com.mbwhatsapp: and incorrect proguard
optimizations.
01-22 21:18:04.278 32415 32415 W com.mbwhatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-22 21:18:04.352 32415 32415 W libc : Access denied finding property
"ro.vendor.df.effect.conflict"
01-22 21:18:04.377 32415 32415 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.Icon0 time=0ms latency=391ms running=0ms procState=-1
historyMsgCount=3
01-22 21:18:04.420 32415 32415 W com.mbwhatsapp: Method void
com.mbwhatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-22 21:18:04.660 32415 32415 E ArmVmp : Match on catch block at 0x0a in for
0x7a6a608031
01-22 21:18:04.678 32415 32415 E ArmVmp : Match on catch block at 0x0a in for
0x7a6a60804d
01-22 21:18:04.716 32415 32415 W Activity: Can request only one set of permissions
at a time
01-22 21:18:04.774 32415 32495 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-22 21:18:04.774 32415 32495 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-22 21:18:04.774 32415 32495 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-22 21:18:04.774 32415 32495 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-22 21:18:04.774 32415 32495 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-22 21:18:04.774 32415 32495 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-22 21:18:04.774 32415 32495 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-22 21:18:04.774 32415 32495 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-22 21:18:04.808 32415 32415 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.HomeActivity time=0ms latency=410ms running=0ms
procState=-1 historyMsgCount=2
01-22 21:18:05.021 32415 32495 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-22 21:18:05.021 32415 32495 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-22 21:18:05.188 32415 32415 E RecyclerView: No adapter attached; skipping layout
01-22 21:18:05.196 32415 32415 W Looper : PerfMonitor doFrame : time=340ms
vsyncFrame=0 latency=39ms procState=-1 historyMsgCount=14
01-22 21:18:05.202 32415 32415 E ArmVmp : Match on catch block at 0x0a in for
0x7a6a608035
01-22 21:18:05.209 32415 32415 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/mbmodsd.mbmodsw.mbsettings.yo.PauseActivity time=12ms
latency=357ms running=6ms procState=-1 historyMsgCount=16
01-22 21:18:05.243 32415 32415 E RecyclerView: No adapter attached; skipping layout
01-22 21:18:05.244 32415 32415 W View : requestLayout() improperly called by
androidx.appcompat.view.menu.ActionMenuItemView{d721654 VFED..C.. ......ID 261,0-
391,0 #7f0b0f8a app:id/menuitem_search} during layout: running second layout pass
01-22 21:18:05.244 32415 32415 W View : requestLayout() improperly called by
androidx.appcompat.widget.ActionMenuView{55949fd V.E...... ......ID 487,337-
1126,337} during layout: running second layout pass
01-22 21:18:05.247 32415 32415 W Looper : PerfMonitor doFrame : time=35ms
vsyncFrame=0 latency=345ms procState=-1 historyMsgCount=8
01-22 21:18:05.332 32415 32415 W MiuiMagicPointerUtilsStubHeadImpl:
MiuiMagicPointerUtilsStubHeadImpl has been initialized !!
01-22 21:18:05.416 32415 32535 W LOTTIE : Animation contains merge paths. Merge
paths are only

You might also like