0% found this document useful (0 votes)
47 views33 pages

Logcat

The log file records errors and warnings from an Android application startup. It shows that the application failed to load some classes and libraries. Debugging information is printed to help troubleshoot the issues.

Uploaded by

hansromanrojas
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)
47 views33 pages

Logcat

The log file records errors and warnings from an Android application startup. It shows that the application failed to load some classes and libraries. Debugging information is printed to help troubleshoot the issues.

Uploaded by

hansromanrojas
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/ 33

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

04-15 11:46:39.083 13679 13679 E com.mbwhatsapp: Not starting debugger since


process cannot load the jdwp agent.
04-15 11:46:39.104 13679 13679 W System.err: android.system.ErrnoException: open
failed: ENOENT (No such file or directory)
04-15 11:46:39.104 13679 13679 W System.err: at libcore.io.Linux.open(Native
Method)
04-15 11:46:39.104 13679 13679 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
04-15 11:46:39.104 13679 13679 W System.err: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
04-15 11:46:39.104 13679 13679 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
04-15 11:46:39.104 13679 13679 W System.err: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8200)
04-15 11:46:39.104 13679 13679 W System.err: at
android.system.Os.open(Os.java:494)
04-15 11:46:39.104 13679 13679 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.monitorVersionControl(PerfDebugMonitorImp
l.java:204)
04-15 11:46:39.104 13679 13679 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.prepareMonitor(PerfDebugMonitorImpl.java:
185)
04-15 11:46:39.104 13679 13679 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8287)
04-15 11:46:39.104 13679 13679 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
04-15 11:46:39.104 13679 13679 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
04-15 11:46:39.104 13679 13679 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
04-15 11:46:39.389 13679 13679 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
04-15 11:46:39.389 13679 13679 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
04-15 11:46:39.389 13679 13679 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
04-15 11:46:39.389 13679 13679 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
04-15 11:46:39.389 13679 13679 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
04-15 11:46:39.389 13679 13679 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
04-15 11:46:39.389 13679 13679 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
04-15 11:46:39.389 13679 13679 W System.err: at
java.lang.Class.newInstance(Native Method)
04-15 11:46:39.389 13679 13679 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
04-15 11:46:39.389 13679 13679 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
04-15 11:46:39.389 13679 13679 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1249)
04-15 11:46:39.389 13679 13679 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1493)
04-15 11:46:39.389 13679 13679 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1426)
04-15 11:46:39.389 13679 13679 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7135)
04-15 11:46:39.389 13679 13679 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
04-15 11:46:39.389 13679 13679 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2262)
04-15 11:46:39.389 13679 13679 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
04-15 11:46:39.389 13679 13679 W System.err: at
android.os.Looper.loopOnce(Looper.java:211)
04-15 11:46:39.389 13679 13679 W System.err: at
android.os.Looper.loop(Looper.java:300)
04-15 11:46:39.389 13679 13679 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8324)
04-15 11:46:39.389 13679 13679 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
04-15 11:46:39.389 13679 13679 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
04-15 11:46:39.389 13679 13679 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
04-15 11:46:39.479 13679 13679 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.
04-15 11:46:39.935 13679 13727 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
04-15 11:46:40.122 13827 13827 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
04-15 11:46:40.128 13827 13827 W System.err: android.system.ErrnoException: open
failed: ENOENT (No such file or directory)
04-15 11:46:40.128 13827 13827 W System.err: at libcore.io.Linux.open(Native
Method)
04-15 11:46:40.128 13827 13827 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
04-15 11:46:40.128 13827 13827 W System.err: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
04-15 11:46:40.128 13827 13827 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
04-15 11:46:40.128 13827 13827 W System.err: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8200)
04-15 11:46:40.128 13827 13827 W System.err: at
android.system.Os.open(Os.java:494)
04-15 11:46:40.128 13827 13827 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.monitorVersionControl(PerfDebugMonitorImp
l.java:204)
04-15 11:46:40.128 13827 13827 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.prepareMonitor(PerfDebugMonitorImpl.java:
185)
04-15 11:46:40.128 13827 13827 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8287)
04-15 11:46:40.128 13827 13827 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
04-15 11:46:40.128 13827 13827 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
04-15 11:46:40.128 13827 13827 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
04-15 11:46:40.209 13827 13827 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
04-15 11:46:40.209 13827 13827 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
04-15 11:46:40.209 13827 13827 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
04-15 11:46:40.209 13827 13827 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
04-15 11:46:40.209 13827 13827 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
04-15 11:46:40.209 13827 13827 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
04-15 11:46:40.209 13827 13827 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
04-15 11:46:40.209 13827 13827 W System.err: at
java.lang.Class.newInstance(Native Method)
04-15 11:46:40.209 13827 13827 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
04-15 11:46:40.209 13827 13827 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
04-15 11:46:40.209 13827 13827 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1249)
04-15 11:46:40.209 13827 13827 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1493)
04-15 11:46:40.209 13827 13827 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1426)
04-15 11:46:40.209 13827 13827 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7135)
04-15 11:46:40.209 13827 13827 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
04-15 11:46:40.209 13827 13827 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2262)
04-15 11:46:40.209 13827 13827 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
04-15 11:46:40.209 13827 13827 W System.err: at
android.os.Looper.loopOnce(Looper.java:211)
04-15 11:46:40.209 13827 13827 W System.err: at
android.os.Looper.loop(Looper.java:300)
04-15 11:46:40.210 13827 13827 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8324)
04-15 11:46:40.210 13827 13827 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
04-15 11:46:40.210 13827 13827 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
04-15 11:46:40.210 13827 13827 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
04-15 11:46:40.248 13827 13827 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.
04-15 11:46:40.297 13827 13858 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
04-15 11:46:40.507 13827 13827 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
04-15 11:46:40.507 13827 13827 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
04-15 11:46:41.246 13827 13827 W com.mbwhatsapp: type=1400 audit(0.0:27684): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so"
dev="dm-41" ino=112885 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c257,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 11:46:41.246 13827 13827 W com.mbwhatsapp: type=1400 audit(0.0:27685): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm-
41" ino=118508 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c257,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 11:46:41.250 13827 13827 W com.mbwhatsapp: type=1400 audit(0.0:27686): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-41" ino=118564 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c257,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 11:46:41.266 13827 13827 W com.mbwhatsapp: type=1400 audit(0.0:27687): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so"
dev="dm-41" ino=118472 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c257,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 11:46:41.270 13827 13827 W com.mbwhatsapp: type=1400 audit(0.0:27688): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-41" ino=118564 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c257,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 11:46:41.382 13827 13949 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
04-15 11:46:41.382 13827 13949 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
04-15 11:46:41.382 13827 13949 W com.mbwhatsapp: and incorrect proguard
optimizations.
--------- beginning of system
04-15 11:46:41.398 13827 13827 W Looper : PerfMonitor longMsg : seq=2
plan=11:46:40.135 late=10ms wall=1214ms h=android.app.ActivityThread$H w=110
procState=-1
04-15 11:46:41.410 13827 13827 W com.mbwhatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
04-15 11:46:41.617 13827 13827 W libc : Access denied finding property
"ro.vendor.df.effect.conflict"
04-15 11:46:41.656 13827 13827 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.Icon0 time=257ms latency=1258ms procState=-1
historyMsgCount=2 (msgIndex=2 wall=1214ms seq=2 late=10ms
h=android.app.ActivityThread$H w=110)
04-15 11:46:41.656 13827 13827 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.Icon0 time=0ms latency=1515ms procState=-1
historyMsgCount=3 (msgIndex=2 wall=1214ms seq=2 late=10ms
h=android.app.ActivityThread$H w=110)
04-15 11:46:41.711 13827 13965 E QT : [QT]file does not exist
04-15 11:46:41.806 13827 13827 E com.mbwhatsapp: Invalid ID 0x00000000.
04-15 11:46:41.808 13827 13827 W System.err:
android.content.res.Resources$NotFoundException: String resource ID #0x0
04-15 11:46:41.808 13827 13827 W System.err:
04-15 11:46:41.812 13827 13827 W System.err: at
android.content.res.Resources.getText(Resources.java:480)
04-15 11:46:41.812 13827 13827 W System.err:
04-15 11:46:41.812 13827 13827 W System.err: at
android.content.res.MiuiResources.getText(MiuiResources.java:106)
04-15 11:46:41.812 13827 13827 W System.err:
04-15 11:46:41.812 13827 13827 W System.err: at
android.content.res.Resources.getString(Resources.java:573)
04-15 11:46:41.812 13827 13827 W System.err:
04-15 11:46:41.812 13827 13827 W System.err: at X.35t.A0E(Unknown Source:46)
04-15 11:46:41.812 13827 13827 W System.err:
04-15 11:46:41.812 13827 13827 W System.err: at
com.mbwhatsapp.yo.yo.getString(Native Method)
04-15 11:46:41.812 13827 13827 W System.err:
04-15 11:46:41.813 13827 13827 W System.err: at
com.mbwhatsapp.yo.yo.getString(Native Method)
04-15 11:46:41.813 13827 13827 W System.err:
04-15 11:46:41.813 13827 13827 W System.err: at
com.mbwhatsapp.youbasha.task.utils.requestAllFilesAccess14(Native Method)
04-15 11:46:41.813 13827 13827 W System.err:
04-15 11:46:41.813 13827 13827 W System.err: at
com.mbwhatsapp.yo.dep.showStoragePermissionRequest(Native Method)
04-15 11:46:41.813 13827 13827 W System.err:
04-15 11:46:41.813 13827 13827 W System.err: at
com.mbwhatsapp.registration.EULA.onCreate(Unknown Source:248)
04-15 11:46:41.813 13827 13827 W System.err:
04-15 11:46:41.813 13827 13827 W System.err: at
android.app.Activity.performCreate(Activity.java:8547)
04-15 11:46:41.813 13827 13827 W System.err:
04-15 11:46:41.813 13827 13827 W System.err: at
android.app.Activity.performCreate(Activity.java:8511)
04-15 11:46:41.813 13827 13827 W System.err:
04-15 11:46:41.813 13827 13827 W System.err: at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1437)
04-15 11:46:41.813 13827 13827 W System.err:
04-15 11:46:41.813 13827 13827 W System.err: at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3877)
04-15 11:46:41.813 13827 13827 W System.err:
04-15 11:46:41.813 13827 13827 W System.err: at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4042)
04-15 11:46:41.813 13827 13827 W System.err:
04-15 11:46:41.813 13827 13827 W System.err: at
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:10
1)
04-15 11:46:41.813 13827 13827 W System.err:
04-15 11:46:41.813 13827 13827 W System.err: at
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu
tor.java:135)
04-15 11:46:41.813 13827 13827 W System.err:
04-15 11:46:41.813 13827 13827 W System.err: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
95)
04-15 11:46:41.813 13827 13827 W System.err:
04-15 11:46:41.814 13827 13827 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2436)
04-15 11:46:41.814 13827 13827 W System.err:
04-15 11:46:41.814 13827 13827 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
04-15 11:46:41.814 13827 13827 W System.err:
04-15 11:46:41.814 13827 13827 W System.err: at
android.os.Looper.loopOnce(Looper.java:211)
04-15 11:46:41.814 13827 13827 W System.err:
04-15 11:46:41.814 13827 13827 W System.err: at
android.os.Looper.loop(Looper.java:300)
04-15 11:46:41.814 13827 13827 W System.err:
04-15 11:46:41.814 13827 13827 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8324)
04-15 11:46:41.814 13827 13827 W System.err:
04-15 11:46:41.814 13827 13827 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
04-15 11:46:41.814 13827 13827 W System.err:
04-15 11:46:41.814 13827 13827 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
04-15 11:46:41.814 13827 13827 W System.err:
04-15 11:46:41.814 13827 13827 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
04-15 11:46:41.814 13827 13827 W System.err:
04-15 11:46:41.923 13827 13827 W Activity: Can request only one set of permissions
at a time
04-15 11:46:42.010 13827 13981 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriver_mtk.so" not found
04-15 11:46:42.010 13827 13981 E RenderScript: Failed to load runtime
libRSDriver_mtk.so, loading default
04-15 11:46:42.082 13827 13827 E ArmVmp : Match on catch block at 0x0a in for
0x269
04-15 11:46:42.091 13827 13964 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 11:46:42.109 13827 13827 W Activity: PerfMonitor: Slow Operation: Activity
com.mbwhatsapp/.registration.EULA onStart took 264ms
04-15 11:46:42.135 13827 13964 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 11:46:42.149 13827 13827 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.registration.EULA time=0ms latency=481ms procState=-1
historyMsgCount=2
04-15 11:46:42.150 13827 13827 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.registration.EULA time=1ms latency=351ms procState=-1
historyMsgCount=6
04-15 11:46:42.183 13827 13827 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.registration.EULA time=32ms latency=352ms procState=-1
historyMsgCount=7
04-15 11:46:42.194 13827 13862 E FirebaseInstanceId: Token retrieval failed without
exception message. Will retry token retrieval
04-15 11:46:42.268 13827 13964 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
04-15 11:46:42.268 13827 13964 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
04-15 11:46:42.276 13827 13964 W libc : Access denied finding property
"vendor.migl.debug"
04-15 11:46:42.276 13827 13964 E libMiGL : libmigl:This GPU version is note support
Variable Shading Rate
04-15 11:46:42.283 13827 13964 E libEGL : pre_cache appList: ,,
04-15 11:46:42.311 13827 13827 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 11:46:42.312 13827 13964 W FramePredict: "FramePredict won 't run in other
process: com.mbwhatsapp"
04-15 11:46:42.327 13827 13964 W libc : Access denied finding property
"ro.vendor.magt.mtk_magt_support"
04-15 11:46:42.331 13827 13964 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 11:46:42.334 13827 13964 E libEGL : pre_cache appList: ,,
04-15 11:46:42.369 13827 13964 E com.mbwhatsapp: DF open fail: No such file or
directory
04-15 11:46:42.370 13827 13964 W com.mbwhatsapp: remote service is not exist
04-15 11:46:42.370 13827 13964 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 11:46:42.371 13827 13964 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 11:46:42.378 13827 13964 W Parcel : Expecting binder but got null!
04-15 11:46:42.842 13827 13964 W Parcel : Expecting binder but got null!
04-15 11:46:42.843 13827 13827 W Looper : PerfMonitor doFrame : time=636ms
vsyncFrame=0 latency=97ms procState=-1 historyMsgCount=14
04-15 11:46:42.891 13827 13827 W Looper : PerfMonitor doFrame : time=42ms
vsyncFrame=0 latency=639ms procState=-1 historyMsgCount=8 (msgIndex=1 wall=636ms
seq=29 late=97ms h=android.view.Choreographer$FrameHandler
c=android.view.Choreographer$FrameDisplayEventReceiver)
04-15 11:46:43.234 13827 13827 E com.mbwhatsapp: Invalid ID 0x00000000.
04-15 11:46:43.235 13827 13827 E com.mbwhatsapp: Invalid ID 0x00000000.
04-15 11:46:43.237 13827 13827 E com.mbwhatsapp: Invalid ID 0x00000000.
04-15 11:46:43.237 13827 13827 E com.mbwhatsapp: Invalid ID 0x00000000.
04-15 11:46:43.238 13827 13827 E com.mbwhatsapp: Invalid ID 0x00000000.
04-15 11:46:43.239 13827 13827 E com.mbwhatsapp: Invalid ID 0x00000000.
04-15 11:46:43.239 13827 13827 E com.mbwhatsapp: Invalid ID 0x00000000.
04-15 11:46:43.240 13827 13827 E com.mbwhatsapp: Invalid ID 0x00000000.
04-15 11:46:47.208 13827 13827 W Activity: Can request only one set of permissions
at a time
04-15 11:46:47.208 13827 13827 W Activity: Can request only one set of permissions
at a time
04-15 11:46:48.510 13827 13827 W MirrorManager: this model don't Support
04-15 11:46:48.527 13827 13827 E RippleDrawable: The RippleDrawable.STYLE_PATTERNED
animation is not supported for a non-hardware accelerated Canvas. Skipping
animation.
04-15 11:46:48.539 13827 13827 E RippleDrawable: The RippleDrawable.STYLE_PATTERNED
animation is not supported for a non-hardware accelerated Canvas. Skipping
animation.
04-15 11:46:48.555 13827 13827 E RippleDrawable: The RippleDrawable.STYLE_PATTERNED
animation is not supported for a non-hardware accelerated Canvas. Skipping
animation.
04-15 11:46:48.572 13827 13827 E RippleDrawable: The RippleDrawable.STYLE_PATTERNED
animation is not supported for a non-hardware accelerated Canvas. Skipping
animation.
04-15 11:46:50.326 13827 13837 W com.mbwhatsapp: Cleared Reference was only
reachable from finalizer (only reported once)
04-15 11:46:50.468 13827 14423 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
04-15 11:46:50.468 13827 14423 E ShortcutInfoCompatSaver:
java.io.FileNotFoundException:
/data/user/0/com.mbwhatsapp/files/ShortcutInfoCompatSaver_share_targets/
targets.xml: open failed: ENOENT (No such file or directory)
04-15 11:46:50.468 13827 14423 E ShortcutInfoCompatSaver: at
libcore.io.IoBridge.open(IoBridge.java:574)
04-15 11:46:50.468 13827 14423 E ShortcutInfoCompatSaver: at
java.io.FileInputStream.<init>(FileInputStream.java:160)
04-15 11:46:50.468 13827 14423 E ShortcutInfoCompatSaver: at X.0nz.run(Unknown
Source:82)
04-15 11:46:50.468 13827 14423 E ShortcutInfoCompatSaver: at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:463)
04-15 11:46:50.468 13827 14423 E ShortcutInfoCompatSaver: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
04-15 11:46:50.468 13827 14423 E ShortcutInfoCompatSaver: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
04-15 11:46:50.468 13827 14423 E ShortcutInfoCompatSaver: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
04-15 11:46:50.468 13827 14423 E ShortcutInfoCompatSaver: at
java.lang.Thread.run(Thread.java:1012)
04-15 11:46:50.468 13827 14423 E ShortcutInfoCompatSaver: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
04-15 11:46:50.468 13827 14423 E ShortcutInfoCompatSaver: at
libcore.io.Linux.open(Native Method)
04-15 11:46:50.468 13827 14423 E ShortcutInfoCompatSaver: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
04-15 11:46:50.468 13827 14423 E ShortcutInfoCompatSaver: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
04-15 11:46:50.468 13827 14423 E ShortcutInfoCompatSaver: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
04-15 11:46:50.468 13827 14423 E ShortcutInfoCompatSaver: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8200)
04-15 11:46:50.468 13827 14423 E ShortcutInfoCompatSaver: at
libcore.io.IoBridge.open(IoBridge.java:560)
04-15 11:46:50.468 13827 14423 E ShortcutInfoCompatSaver: ... 7 more
04-15 11:46:50.582 13827 13964 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 11:46:50.588 13827 13964 E FrameEvents: updateAcquireFence: Did not find
frame.
04-15 11:46:50.598 13827 13964 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 11:46:50.604 13827 13964 E FrameEvents: updateAcquireFence: Did not find
frame.
04-15 11:46:50.612 13827 13964 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 11:46:50.624 13827 13964 E FrameEvents: updateAcquireFence: Did not find
frame.
04-15 11:46:50.624 13827 13964 E com.mbwhatsapp: mali-debug: still pending
callback,wait...
04-15 11:46:50.635 13827 13827 W Looper : PerfMonitor doFrame : time=144ms
vsyncFrame=0 latency=410ms procState=-1 historyMsgCount=2
04-15 11:46:50.638 13827 13827 W com.mbwhatsapp: type=1400 audit(0.0:27788): avc:
denied { read } for name="osrelease" dev="proc" ino=7119669
scontext=u:r:untrusted_app:s0:c20,c257,c512,c768 tcontext=u:object_r:proc:s0
tclass=file permissive=0 app=com.mbwhatsapp
04-15 11:46:50.638 13827 13827 W com.mbwhatsapp: type=1400 audit(0.0:27789): avc:
denied { read } for name="version" dev="proc" ino=7119670
scontext=u:r:untrusted_app:s0:c20,c257,c512,c768 tcontext=u:object_r:proc:s0
tclass=file permissive=0 app=com.mbwhatsapp
04-15 11:46:50.675 13827 13964 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 11:46:50.675 13827 13964 E com.mbwhatsapp: == MALI DEBUG
===eglp_winsys_populate_image_templates ==12288
04-15 11:46:50.677 13827 13964 E com.mbwhatsapp: == MALI DEBUG
===eglp_winsys_populate_image_templates ==12288
04-15 11:46:50.677 13827 13964 E com.mbwhatsapp: == MALI DEBUG
===eglp_winsys_populate_image_templates ==12288
04-15 11:47:12.260 13827 13862 E FirebaseInstanceId: Token retrieval failed without
exception message. Will retry token retrieval
04-15 11:47:29.890 13827 13827 W Activity: Can request only one set of permissions
at a time
04-15 11:47:29.910 13827 13964 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 11:47:30.006 13827 13964 W Parcel : Expecting binder but got null!
04-15 11:47:31.444 13827 13964 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 11:47:31.525 13827 13964 W Parcel : Expecting binder but got null!
04-15 11:47:31.777 13827 13827 W Looper : PerfMonitor doFrame : time=11ms
vsyncFrame=0 latency=307ms procState=-1 historyMsgCount=30
04-15 11:47:34.045 13827 13954 W BpBinder: Slow Binder: BpBinder transact took 2580
ms, interface=android.system.keystore2.IKeystoreSecurityLevel, code=2 oneway=false
04-15 11:47:34.200 13827 13827 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
04-15 11:47:34.200 13827 13827 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
04-15 11:47:36.724 13827 13827 W BpBinder: Slow Binder: BpBinder transact took 258
ms, interface=android.app.IActivityManager, code=56 oneway=false
04-15 11:47:36.734 13827 13954 W BpBinder: Slow Binder: BpBinder transact took 2685
ms, interface=android.system.keystore2.IKeystoreSecurityLevel, code=2 oneway=false
04-15 11:47:40.728 13827 13964 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 11:47:40.793 13827 13964 W Parcel : Expecting binder but got null!
04-15 11:47:41.533 13827 13931 E PlayCore: UID: [10276] PID: [13827]
StandardIntegrity : Phonesky is not installed.
04-15 11:47:42.404 13827 13964 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 11:47:42.469 13827 13964 W Parcel : Expecting binder but got null!
04-15 11:47:42.471 13827 13827 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
04-15 11:47:42.471 13827 13827 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
04-15 11:47:44.225 13827 13964 E com.mbwhatsapp: mali-debug: still pending
callback,wait...
04-15 11:47:44.300 13827 13827 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
04-15 11:47:44.300 13827 13827 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
04-15 11:47:44.932 13827 14427 W BpBinder: Slow Binder: BpBinder transact took 619
ms,
interface=com.google.android.gms.auth.api.phone.internal.ISmsRetrieverApiService,
code=1 oneway=false
04-15 11:47:45.086 13827 13964 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 11:47:45.107 13827 13964 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 11:47:45.141 13827 13964 W Parcel : Expecting binder but got null!
04-15 11:47:45.203 13827 13964 W Parcel : Expecting binder but got null!
04-15 11:47:45.754 13827 13964 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 11:47:45.815 13827 13964 W Parcel : Expecting binder but got null!
04-15 11:47:45.881 13827 13827 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 110214308
04-15 11:48:12.318 13827 13862 E FirebaseInstanceId: Token retrieval failed without
exception message. Will retry token retrieval
04-15 11:48:23.491 13827 13827 W Activity: Can request only one set of permissions
at a time
04-15 11:48:23.501 13827 13964 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 11:48:23.589 13827 13964 W Parcel : Expecting binder but got null!
04-15 11:48:25.133 13827 13827 W X.0Z6 : Invalid or missing region code (Perú)
provided.
04-15 11:48:25.179 13827 13964 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 11:48:25.205 13827 13964 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 11:48:25.237 13827 13964 W Parcel : Expecting binder but got null!
04-15 11:48:25.268 13827 13964 W Parcel : Expecting binder but got null!
04-15 11:48:49.650 13827 13837 W com.mbwhatsapp: Suspending all threads took:
8.481ms
04-15 11:49:27.102 13827 13837 W com.mbwhatsapp: Suspending all threads took:
7.928ms
04-15 11:54:11.498 13827 13827 W Activity: Can request only one set of permissions
at a time
04-15 11:54:11.514 13827 13964 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 11:54:11.588 13827 13964 W Parcel : Expecting binder but got null!
04-15 11:54:14.314 13827 13827 W X.0Z6 : Invalid or missing region code (Perú)
provided.
04-15 11:54:14.347 13827 13964 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 11:54:14.370 13827 13964 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 11:54:14.404 13827 13964 W Parcel : Expecting binder but got null!
04-15 11:54:14.439 13827 13964 W Parcel : Expecting binder but got null!
04-15 11:54:26.351 13827 13827 W Activity: Can request only one set of permissions
at a time
04-15 11:54:26.364 13827 13964 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 11:54:26.419 13827 13964 W Parcel : Expecting binder but got null!
04-15 11:54:28.603 13827 13964 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 11:54:29.187 13827 13964 W Parcel : Expecting binder but got null!
04-15 11:54:29.187 13827 13827 W Looper : PerfMonitor doFrame : time=556ms
vsyncFrame=0 latency=165ms procState=-1 historyMsgCount=3
04-15 11:54:29.189 13827 13827 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
04-15 11:54:29.284 13827 13827 W Looper : PerfMonitor doFrame : time=94ms
vsyncFrame=0 latency=539ms procState=-1 historyMsgCount=10 (msgIndex=1 wall=556ms
seq=4701 late=165ms h=android.view.Choreographer$FrameHandler
c=android.view.Choreographer$FrameDisplayEventReceiver)
04-15 11:54:31.301 13827 13827 W Choreographer: Frame time is 0.038342 now =
41803927736566 timestampNanos = 41803927774908 ms in the future! Check that
graphics HAL is generating vsync timestamps using the correct timebase.
04-15 11:54:34.108 13827 13827 W X.0Z6 : Invalid or missing region code (Perú)
provided.
04-15 11:54:34.129 13827 13964 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 11:54:34.149 13827 13964 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 11:54:34.181 13827 13964 W Parcel : Expecting binder but got null!
04-15 11:54:34.208 13827 13964 W Parcel : Expecting binder but got null!
04-15 11:54:35.768 13827 13827 W Choreographer: Frame ti--------- beginning of main
04-15 15:35:14.687 17260 17260 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
04-15 15:35:14.704 17260 17260 W System.err: android.system.ErrnoException: open
failed: ENOENT (No such file or directory)
04-15 15:35:14.704 17260 17260 W System.err: at libcore.io.Linux.open(Native
Method)
04-15 15:35:14.704 17260 17260 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
04-15 15:35:14.704 17260 17260 W System.err: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
04-15 15:35:14.704 17260 17260 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
04-15 15:35:14.704 17260 17260 W System.err: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8200)
04-15 15:35:14.704 17260 17260 W System.err: at
android.system.Os.open(Os.java:494)
04-15 15:35:14.704 17260 17260 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.monitorVersionControl(PerfDebugMonitorImp
l.java:204)
04-15 15:35:14.704 17260 17260 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.prepareMonitor(PerfDebugMonitorImpl.java:
185)
04-15 15:35:14.704 17260 17260 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8287)
04-15 15:35:14.704 17260 17260 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
04-15 15:35:14.704 17260 17260 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
04-15 15:35:14.704 17260 17260 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
--------- beginning of system
04-15 15:35:15.059 17260 17260 W BpBinder: Slow Binder: BpBinder transact took 350
ms, interface=android.app.IActivityManager, code=19 oneway=false
04-15 15:35:15.373 17260 17260 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
04-15 15:35:15.373 17260 17260 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
04-15 15:35:15.373 17260 17260 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
04-15 15:35:15.373 17260 17260 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
04-15 15:35:15.373 17260 17260 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
04-15 15:35:15.373 17260 17260 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
04-15 15:35:15.373 17260 17260 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
04-15 15:35:15.373 17260 17260 W System.err: at
java.lang.Class.newInstance(Native Method)
04-15 15:35:15.373 17260 17260 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
04-15 15:35:15.373 17260 17260 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
04-15 15:35:15.373 17260 17260 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1249)
04-15 15:35:15.373 17260 17260 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1493)
04-15 15:35:15.373 17260 17260 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1426)
04-15 15:35:15.373 17260 17260 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7135)
04-15 15:35:15.373 17260 17260 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
04-15 15:35:15.373 17260 17260 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2262)
04-15 15:35:15.373 17260 17260 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
04-15 15:35:15.374 17260 17260 W System.err: at
android.os.Looper.loopOnce(Looper.java:211)
04-15 15:35:15.374 17260 17260 W System.err: at
android.os.Looper.loop(Looper.java:300)
04-15 15:35:15.374 17260 17260 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8324)
04-15 15:35:15.374 17260 17260 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
04-15 15:35:15.374 17260 17260 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
04-15 15:35:15.374 17260 17260 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
04-15 15:35:15.524 17260 17260 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.
04-15 15:35:16.370 17260 17260 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
04-15 15:35:16.370 17260 17260 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
04-15 15:35:17.737 17260 17313 W MIUIScout App: Enter APP_SCOUT_WARNING State
04-15 15:35:17.737 17260 17313 W MIUIScout App: (Current message: duration=2673ms
seq=2 late=84ms h=android.app.ActivityThread$H w=110)
04-15 15:35:17.770 17260 17550 W MIUIScout App: Event:APP_SCOUT_WARNING Thread:main
backtrace:
04-15 15:35:17.770 17260 17550 W MIUIScout App: at java.lang.Object.wait(Native
Method)
04-15 15:35:17.770 17260 17550 W MIUIScout App: at
java.lang.Object.wait(Object.java:442)
04-15 15:35:17.770 17260 17550 W MIUIScout App: at
java.lang.Object.wait(Object.java:568)
04-15 15:35:17.770 17260 17550 W MIUIScout App: at
android.os.HandlerThread.getLooper(HandlerThread.java:88)
04-15 15:35:17.770 17260 17550 W MIUIScout App: at X.2Wg.A00(Unknown Source:35)
04-15 15:35:17.770 17260 17550 W MIUIScout App: at
com.mbwhatsapp.AbstractAppShellDelegate.lambda$installAnrDetector$3(Unknown
Source:0)
04-15 15:35:17.770 17260 17550 W MIUIScout App: at X.5ul.run(Unknown
Source:251)
04-15 15:35:17.770 17260 17550 W MIUIScout App: at X.3Gu.A01(Unknown Source:63)
04-15 15:35:17.770 17260 17550 W MIUIScout App: at
com.mbwhatsapp.AbstractAppShellDelegate.installAnrDetector(Unknown Source:345)
04-15 15:35:17.770 17260 17550 W MIUIScout App: at
com.mbwhatsapp.AbstractAppShellDelegate.onCreate(Unknown Source:241)
04-15 15:35:17.770 17260 17550 W MIUIScout App: at X.0yS.onCreate(Unknown
Source:12)
04-15 15:35:17.770 17260 17550 W MIUIScout App: at X.1FT.onCreate(Unknown
Source:3)
04-15 15:35:17.770 17260 17550 W MIUIScout App: at
android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1286)
04-15 15:35:17.770 17260 17550 W MIUIScout App: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7180)
04-15 15:35:17.770 17260 17550 W MIUIScout App: at android.app.ActivityThread.-
$$Nest$mhandleBindApplication(Unknown Source:0)
04-15 15:35:17.770 17260 17550 W MIUIScout App: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2262)
04-15 15:35:17.770 17260 17550 W MIUIScout App: at
android.os.Handler.dispatchMessage(Handler.java:106)
04-15 15:35:17.770 17260 17550 W MIUIScout App: at
android.os.Looper.loopOnce(Looper.java:211)
04-15 15:35:17.770 17260 17550 W MIUIScout App: at
android.os.Looper.loop(Looper.java:300)
04-15 15:35:17.770 17260 17550 W MIUIScout App: at
android.app.ActivityThread.main(ActivityThread.java:8324)
04-15 15:35:17.770 17260 17550 W MIUIScout App: at
java.lang.reflect.Method.invoke(Native Method)
04-15 15:35:17.770 17260 17550 W MIUIScout App: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
04-15 15:35:17.770 17260 17550 W MIUIScout App: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
04-15 15:35:17.984 17260 17594 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
04-15 15:35:17.984 17260 17594 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
04-15 15:35:17.984 17260 17594 W com.mbwhatsapp: and incorrect proguard
optimizations.
04-15 15:35:18.008 17260 17260 W Looper : PerfMonitor longMsg : seq=2
plan=15:35:14.980 late=84ms wall=2904ms h=android.app.ActivityThread$H w=110
procState=-1
04-15 15:35:18.033 17260 17260 W com.mbwhatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
04-15 15:35:18.433 17260 17260 W libc : Access denied finding property
"ro.vendor.df.effect.conflict"
04-15 15:35:18.489 17260 17260 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.Icon0 time=480ms latency=2955ms procState=-1
historyMsgCount=2 (msgIndex=2 wall=2904ms seq=2 late=84ms
h=android.app.ActivityThread$H w=110)
04-15 15:35:18.489 17260 17260 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.Icon0 time=0ms latency=3435ms procState=-1
historyMsgCount=3 (msgIndex=2 wall=2904ms seq=2 late=84ms
h=android.app.ActivityThread$H w=110)
04-15 15:35:18.643 17260 17680 E QT : [QT]file does not exist
04-15 15:35:19.178 17260 17260 W Activity: Can request only one set of permissions
at a time
04-15 15:35:19.181 17260 17260 W Activity: PerfMonitor: Slow Operation: Activity
com.mbwhatsapp/.registration.EULA onStart took 156ms
04-15 15:35:19.312 17260 17260 W Activity: PerfMonitor: Slow Operation: Activity
com.mbwhatsapp/.registration.EULA onResume took 126ms
04-15 15:35:19.383 17260 17677 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 15:35:19.419 17260 17260 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.registration.EULA time=0ms latency=893ms procState=-1
historyMsgCount=2 (msgIndex=2 wall=861ms seq=13 late=33ms
h=android.app.ActivityThread$H w=159)
04-15 15:35:19.621 17260 17677 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
04-15 15:35:19.621 17260 17677 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
04-15 15:35:19.630 17260 17677 W libc : Access denied finding property
"vendor.migl.debug"
04-15 15:35:19.631 17260 17677 E libMiGL : libmigl:This GPU version is note support
Variable Shading Rate
04-15 15:35:19.642 17260 17677 E libEGL : pre_cache appList: ,,
04-15 15:35:19.672 17260 17260 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 15:35:19.674 17260 17677 W FramePredict: "FramePredict won 't run in other
process: com.mbwhatsapp"
04-15 15:35:19.687 17260 17677 W libc : Access denied finding property
"ro.vendor.magt.mtk_magt_support"
04-15 15:35:19.729 17260 17677 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 15:35:19.736 17260 17677 E libEGL : pre_cache appList: ,,
04-15 15:35:20.209 17260 17677 E com.mbwhatsapp: DF open fail: No such file or
directory
04-15 15:35:20.213 17260 17677 W com.mbwhatsapp: remote service is not exist
04-15 15:35:20.213 17260 17677 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 15:35:20.214 17260 17677 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 15:35:20.222 17260 17677 W Parcel : Expecting binder but got null!
04-15 15:35:20.223 17260 17260 W Looper : PerfMonitor doFrame : time=715ms
vsyncFrame=0 latency=102ms procState=-1 historyMsgCount=17 (msgIndex=1 wall=861ms
seq=13 late=33ms h=android.app.ActivityThread$H w=159)
04-15 15:35:20.240 17260 17313 W MIUIScout App: Enter APP_SCOUT_SLOW state
04-15 15:35:20.283 17260 17260 W Looper : PerfMonitor doFrame : time=5ms
vsyncFrame=0 latency=755ms procState=-1 historyMsgCount=6 (msgIndex=1 wall=715ms
seq=30 late=102ms h=android.view.Choreographer$FrameHandler
c=android.view.Choreographer$FrameDisplayEventReceiver)
04-15 15:35:20.579 17260 17677 W RenderInspector: DequeueBuffer time out on
com.mbwhatsapp/com.mbwhatsapp.registration.EULA, count=1, avg=23 ms, max=23 ms.
04-15 15:35:21.311 17260 17260 W MirrorManager: this model don't Support
04-15 15:35:21.873 17260 17677 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 15:35:21.905 17260 17260 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.registration.RegisterPhone time=0ms latency=377ms
procState=-1 historyMsgCount=7
04-15 15:35:22.042 17260 17677 W Parcel : Expecting binder but got null!
04-15 15:35:22.043 17260 17260 W Looper : PerfMonitor doFrame : time=138ms
vsyncFrame=0 latency=367ms procState=-1 historyMsgCount=3
04-15 15:35:22.065 17260 17260 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.registration.RegisterPhone time=20ms latency=332ms
procState=-1 historyMsgCount=24
04-15 15:35:22.109 17260 17260 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.registration.RegisterPhone time=44ms latency=351ms
procState=-1 historyMsgCount=25
04-15 15:35:23.399 17260 17260 W BpBinder: Slow Binder: BpBinder transact took 1288
ms,
interface=com.google.android.finsky.externalreferrer.IGetInstallReferrerService,
code=1 oneway=false
04-15 15:35:23.471 17260 17260 W Looper : PerfMonitor longMsg : seq=125
plan=15:35:21.827 late=282ms wall=1362ms h=android.app.ActivityThread$H
c=android.app.LoadedApk$ServiceDispatcher$RunConnection procState=-1
04-15 15:35:23.556 17260 17260 W Looper : PerfMonitor doFrame : time=18ms
vsyncFrame=0 latency=1626ms procState=-1 historyMsgCount=32 (msgIndex=27
wall=1362ms seq=125 late=282ms h=android.app.ActivityThread$H
c=android.app.LoadedApk$ServiceDispatcher$RunConnection)
04-15 15:35:24.440 17260 17260 W BpBinder: Slow Binder: BpBinder transact took 872
ms, interface=android.app.IActivityClientController, code=40 oneway=false
04-15 15:35:24.457 17260 17260 W Activity: PerfMonitor: Slow Operation: Activity
com.mbwhatsapp/.registration.RegisterPhone onResume took 890ms
04-15 15:35:24.462 17260 17260 W InputMethodManager: Ignoring showSoftInput() as
view=com.mbwhatsapp.WaEditText{c3df66a VFED..CL. .F.P..ID 178,0-520,85 #7f0b1521
app:id/registration_phone aid=1073741824} is not served.
04-15 15:35:24.624 17260 17260 W Looper : PerfMonitor doFrame : time=157ms
vsyncFrame=0 latency=927ms procState=-1 historyMsgCount=28 (msgIndex=23 wall=892ms
seq=153 late=122ms h=android.app.ActivityThread$H w=159)
04-15 15:35:24.655 17260 17389 W BpBinder: Slow Binder: BpBinder transact took 2661
ms, interface=android.system.keystore2.IKeystoreSecurityLevel, code=2 oneway=false
04-15 15:35:24.947 17260 17260 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
04-15 15:35:24.947 17260 17260 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
04-15 15:35:24.953 17260 17278 W com.mbwhatsapp: Cleared Reference was only
reachable from finalizer (only reported once)
04-15 15:35:25.470 17260 17260 W Looper : PerfMonitor doFrame : time=477ms
vsyncFrame=0 latency=2ms procState=-1
04-15 15:35:27.510 17260 17389 W BpBinder: Slow Binder: BpBinder transact took 2825
ms, interface=android.system.keystore2.IKeystoreSecurityLevel, code=2 oneway=false
04-15 15:35:34.231 17260 17677 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 15:35:34.281 17260 17677 W Parcel : Expecting binder but got null!
04-15 15:35:36.171 17260 17677 W RenderInspector: QueueBuffer time out on
com.mbwhatsapp/com.mbwhatsapp.registration.RegisterPhone, count=1, avg=21 ms,
max=21 ms.
04-15 15:35:36.717 17260 17392 E PlayCore: UID: [10276] PID: [17260]
StandardIntegrity : Phonesky is not installed.
04-15 15:35:38.556 17260 17677 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 15:35:38.699 17260 17677 W Parcel : Expecting binder but got null!
04-15 15:35:38.703 17260 17260 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
04-15 15:35:38.703 17260 17260 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
04-15 15:35:39.587 17260 17260 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
04-15 15:35:39.587 17260 17260 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
04-15 15:35:40.204 17260 19374 W BpBinder: Slow Binder: BpBinder transact took 559
ms, interface=com.google.android.gms.auth.api.phone.internal--------- beginning of
main
04-15 15:35:40.605 17260 17677 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 15:35:40.636 17260 17677 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 15:35:40.673 17260 17677 W Parcel : Expecting binder but got null!
04-15 15:35:40.774 17260 17677 W Parcel : Expecting binder but got null!
04-15 15:35:41.600 17260 17677 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 15:35:42.538 17260 17677 W Parcel : Expecting binder but got null!
--------- beginning of system
04-15 15:35:42.539 17260 17260 W Looper : PerfMonitor doFrame : time=922ms
vsyncFrame=0 latency=200ms procState=-1 historyMsgCount=1
04-15 15:35:42.549 17260 17260 W Looper : PerfMonitor doFrame : time=3ms
vsyncFrame=0 latency=921ms procState=-1 historyMsgCount=17 (msgIndex=1 wall=922ms
seq=1038 late=200ms h=android.view.Choreographer$FrameHandler
c=android.view.Choreographer$FrameDisplayEventReceiver)
04-15 15:35:42.807 17260 17260 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 110214308
04-15 15:35:43.868 17260 17260 W Activity: PerfMonitor: Slow Operation: Activity
com.mbwhatsapp/.registration.VerifyPhoneNumber onPause took 59ms
04-15 15:35:48.017 17260 17260 W Activity: PerfMonitor: Slow Operation: Activity
com.mbwhatsapp/.registration.VerifyPhoneNumber onStop took 279ms
04-15 15:36:11.025 22524 22524 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
04-15 15:36:11.036 22524 22524 W System.err: android.system.ErrnoException: open
failed: ENOENT (No such file or directory)
04-15 15:36:11.036 22524 22524 W System.err: at libcore.io.Linux.open(Native
Method)
04-15 15:36:11.036 22524 22524 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
04-15 15:36:11.036 22524 22524 W System.err: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
04-15 15:36:11.036 22524 22524 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
04-15 15:36:11.036 22524 22524 W System.err: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8200)
04-15 15:36:11.036 22524 22524 W System.err: at
android.system.Os.open(Os.java:494)
04-15 15:36:11.036 22524 22524 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.monitorVersionControl(PerfDebugMonitorImp
l.java:204)
04-15 15:36:11.036 22524 22524 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.prepareMonitor(PerfDebugMonitorImpl.java:
185)
04-15 15:36:11.036 22524 22524 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8287)
04-15 15:36:11.036 22524 22524 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
04-15 15:36:11.036 22524 22524 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
04-15 15:36:11.036 22524 22524 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
04-15 15:36:12.931 22524 22524 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
04-15 15:36:12.950 22524 22524 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
04-15 15:36:12.951 22524 22524 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
04-15 15:36:12.951 22524 22524 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
04-15 15:36:12.951 22524 22524 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
04-15 15:36:12.951 22524 22524 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
04-15 15:36:12.951 22524 22524 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
04-15 15:36:12.951 22524 22524 W System.err: at
java.lang.Class.newInstance(Native Method)
04-15 15:36:12.951 22524 22524 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
04-15 15:36:12.951 22524 22524 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
04-15 15:36:12.951 22524 22524 W System.err: at android.ap--------- beginning of
main
04-15 15:36:13.508 22524 22524 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.
04-15 15:36:15.617 22524 22524 W com.mbwhatsapp: type=1400 audit(0.0:35993): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so"
dev="dm-41" ino=112885 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c257,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 15:36:15.633 22524 22524 W com.mbwhatsapp: type=1400 audit(0.0:35994): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm-
41" ino=118508 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c257,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 15:36:15.479 22524 22524 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
04-15 15:36:15.479 22524 22524 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
04-15 15:36:16.022 22524 22954 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
04-15 15:36:16.022 22524 22954 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
04-15 15:36:16.022 22524 22954 W com.mbwhatsapp: and incorrect proguard
optimizations.
--------- beginning of system
04-15 15:36:16.030 22524 22524 W Looper : PerfMonitor longMsg : seq=2
plan=15:36:11.066 late=22ms wall=4928ms h=android.app.ActivityThread$H w=110
procState=-1
04-15 15:36:16.163 22524 22532 W com.mbwhatsapp: Suspending all threads took:
13.658ms
04-15 15:36:17.740 22524 22960 W BpBinder: Slow Binder: BpBinder transact took 386
ms, interface=android.app.INotificationManager, code=8 oneway=false
04-15 15:37:34.835 28201 28201 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
04-15 15:37:34.843 28201 28201 W System.err: android.system.ErrnoException: open
failed: ENOENT (No such file or directory)
04-15 15:37:34.843 28201 28201 W System.err: at libcore.io.Linux.open(Native
Method)
04-15 15:37:34.843 28201 28201 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
04-15 15:37:34.843 28201 28201 W System.err: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
04-15 15:37:34.843 28201 28201 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
04-15 15:37:34.843 28201 28201 W System.err: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8200)
04-15 15:37:34.843 28201 28201 W System.err: at
android.system.Os.open(Os.java:494)
04-15 15:37:34.843 28201 28201 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.monitorVersionControl(PerfDebugMonitorImp
l.java:204)
04-15 15:37:34.843 28201 28201 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.prepareMonitor(PerfDebugMonitorImpl.java:
185)
04-15 15:37:34.843 28201 28201 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8287)
04-15 15:37:34.843 28201 28201 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
04-15 15:37:34.843 28201 28201 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
04-15 15:37:34.843 28201 28201 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
04-15 15:37:35.058 28201 28201 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
04-15 15:37:35.058 28201 28201 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
04-15 15:37:35.058 28201 28201 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
04-15 15:37:35.058 28201 28201 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
04-15 15:37:35.058 28201 28201 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
04-15 15:37:35.058 28201 28201 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
04-15 15:37:35.058 28201 28201 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
04-15 15:37:35.058 28201 28201 W System.err: at
java.lang.Class.newInstance(Native Method)
04-15 15:37:35.058 28201 28201 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
04-15 15:37:35.058 28201 28201 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
04-15 15:37:35.058 28201 28201 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1249)
04-15 15:37:35.058 28201 28201 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1493)
04-15 15:37:35.058 28201 28201 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1426)
04-15 15:37:35.058 28201 28201 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7135)
04-15 15:37:35.058 28201 28201 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
04-15 15:37:35.058 28201 28201 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2262)
04-15 15:37:35.058 28201 28201 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
04-15 15:37:35.058 28201 28201 W System.err: at
android.os.Looper.loopOnce(Looper.java:211)
04-15 15:37:35.058 28201 28201 W System.err: at
android.os.Looper.loop(Looper.java:300)
04-15 15:37:35.058 28201 28201 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8324)
04-15 15:37:35.058 28201 28201 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
04-15 15:37:35.058 28201 28201 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
04-15 15:37:35.058 28201 28201 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
04-15 15:37:35.134 28201 28201 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.
04-15 15:37:35.832 28201 28201 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
04-15 15:37:35.832 28201 28201 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
04-15 15:37:35.921 28201 28201 W com.mbwhatsapp: type=1400 audit(0.0:36400): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so"
dev="dm-41" ino=112885 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c257,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 15:37:35.929 28201 28201 W com.mbwhatsapp: type=1400 audit(0.0:36401): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm-
41" ino=118508 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c257,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 15:37:35.945 28201 28201 W com.mbwhatsapp: type=1400 audit(0.0:36402): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-41" ino=118564 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c257,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 15:37:36.045 28201 28201 W com.mbwhatsapp: type=1400 audit(0.0:36403): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so"
dev="dm-41" ino=118472 scontext=u:r:untrusted_app:s0:c20,--------- beginning of
main
04-15 15:37:36.077 28201 28201 W com.mbwhatsapp: type=1400 audit(0.0:36404): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-41" ino=118564 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c257,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 15:37:36.077 28201 28201 W com.mbwhatsapp: type=1400 audit(0.0:36405): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-41" ino=118564 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c257,c512,c768 tclass=file
app=com.mbwhatsapp
--------- beginning of system
04-15 15:37:36.210 28201 28201 W Looper : PerfMonitor longMsg : seq=2
plan=15:37:34.852 late=3ms wall=1350ms h=android.app.ActivityThread$H w=110
procState=-1
04-15 15:37:36.210 28201 28270 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
04-15 15:37:36.210 28201 28270 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
04-15 15:37:36.210 28201 28270 W com.mbwhatsapp: and incorrect proguard
optimizations.
04-15 15:37:36.637 28201 28201 W BpBinder: Slow Binder: BpBinder transact took 394
ms, interface=android.app.IActivityManager, code=33 oneway=false
04-15 15:37:38.497 28201 28275 W BpBinder: Slow Binder: BpBinder transact took 275
ms, interface=android.system.keystore2.IKeystoreService, code=2 oneway=false
04-15 15:37:42.976 29025 29025 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
04-15 15:37:42.987 29025 29025 W System.err: android.system.ErrnoException: open
failed: ENOENT (No such file or directory)
04-15 15:37:42.987 29025 29025 W System.err: at libcore.io.Linux.open(Native
Method)
04-15 15:37:42.988 29025 29025 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
04-15 15:37:42.988 29025 29025 W System.err: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
04-15 15:37:42.988 29025 29025 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
04-15 15:37:42.988 29025 29025 W System.err: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8200)
04-15 15:37:42.988 29025 29025 W System.err: at
android.system.Os.open(Os.java:494)
04-15 15:37:42.988 29025 29025 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.monitorVersionControl(PerfDebugMonitorImp
l.java:204)
04-15 15:37:42.988 29025 29025 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.prepareMonitor(PerfDebugMonitorImpl.java:
185)
04-15 15:37:42.988 29025 29025 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8287)
04-15 15:37:42.988 29025 29025 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
04-15 15:37:42.988 29025 29025 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
04-15 15:37:42.988 29025 29025 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
04-15 15:37:43.124 29025 29025 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
04-15 15:37:43.124 29025 29025 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
04-15 15:37:43.124 29025 29025 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
04-15 15:37:43.124 29025 29025 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
04-15 15:37:43.124 29025 29025 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
04-15 15:37:43.124 29025 29025 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
04-15 15:37:43.124 29025 29025 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
04-15 15:37:43.124 29025 29025 W System.err: at
java.lang.Class.newInstance(Native Method)
04-15 15:37:43.124 29025 29025 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
04-15 15:37:43.124 29025 29025 W System.err: at
androidx.core.app.CoreComp--------- beginning of main
04-15 15:37:43.125 29025 29025 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
04-15 15:37:43.125 29025 29025 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2262)
04-15 15:37:43.125 29025 29025 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
04-15 15:37:43.125 29025 29025 W System.err: at
android.os.Looper.loopOnce(Looper.java:211)
04-15 15:37:43.125 29025 29025 W System.err: at
android.os.Looper.loop(Looper.java:300)
04-15 15:37:43.125 29025 29025 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8324)
04-15 15:37:43.125 29025 29025 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
04-15 15:37:43.125 29025 29025 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
04-15 15:37:43.125 29025 29025 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
04-15 15:37:43.178 29025 29025 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.
04-15 15:37:43.468 29025 29025 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
04-15 15:37:43.468 29025 29025 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
04-15 15:37:44.155 29025 29111 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
04-15 15:37:44.155 29025 29111 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
04-15 15:37:44.155 29025 29111 W com.mbwhatsapp: and incorrect proguard
optimizations.
--------- beginning of system
04-15 15:37:44.157 29025 29025 W Looper : PerfMonitor longMsg : seq=2
plan=15:37:43.001 late=5ms wall=1144ms h=android.app.ActivityThread$H w=110
procState=-1
04-15 15:38:16.768 31606 31606 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
04-15 15:38:16.785 31606 31606 W System.err: android.system.ErrnoException: open
failed: ENOENT (No such file or directory)
04-15 15:38:16.785 31606 31606 W System.err: at libcore.io.Linux.open(Native
Method)
04-15 15:38:16.785 31606 31606 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
04-15 15:38:16.785 31606 31606 W System.err: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
04-15 15:38:16.785 31606 31606 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
04-15 15:38:16.785 31606 31606 W System.err: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8200)
04-15 15:38:16.785 31606 31606 W System.err: at
android.system.Os.open(Os.java:494)
04-15 15:38:16.785 31606 31606 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.monitorVersionControl(PerfDebugMonitorImp
l.java:204)
04-15 15:38:16.785 31606 31606 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.prepareMonitor(PerfDebugMonitorImpl.java:
185)
04-15 15:38:16.785 31606 31606 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8287)
04-15 15:38:16.785 31606 31606 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
04-15 15:38:16.785 31606 31606 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
04-15 15:38:16.785 31606 31606 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
04-15 15:38:17.154 31606 31606 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
04-15 15:38:17.154 31606 31606 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
04-15 15:38:17.155 31606 31606 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
04-15 15:38:17.155 31606 31606 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
04-15 15:38:17.155 31606 31606 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
04-15 15:38:17.155 31606 31606 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
04-15 15:38:17.155 31606 31606 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
04-15 15:38:17.155 31606 31606 W System.err: at
java.lang.Class.newInstance(Native Method)
04-15 15:38:17.155 31606 31606 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
04-15 15:38:17.155 31606 31606 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
04-15 15:38:17.155 31606 31606 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1249)
04-15 15:38:17.155 31606 31606 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1493)
04-15 15:38:17.155 31606 31606 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1426)
04-15 15:38:17.155 31606 31606 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7135)
04-15 15:38:17.155 31606 31606 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
04-15 15:38:17.155 31606 31606 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2262)
04-15 15:38:17.155 31606 31606 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
04-15 15:38:17.155 31606 31606 W System.err: at
android.os.Looper.loopOnce(Looper.java:211)
04-15 15:38:17.155 31606 31606 W System.err: at
android.os.Looper.loop(Looper.java:300)
04-15 15:38:17.155 31606 31606 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8324)
04-15 15:38:17.155 31606 31606 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
04-15 15:38:17.155 31606 31606 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
04-15 15:38:17.155 31606 31606 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
04-15 15:38:17.294 31606 31606 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.
04-15 15:38:18.109 31606 31606 W com.mbwhatsapp: type=1400 audit(0.0:36657): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so"
dev="dm-41" ino=112885 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c257,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 15:38:18.117 31606 31606 W com.mbwhatsapp: type=1400 audit(0.0:36658): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm-
41" ino=118508 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c257,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 15:38:18.125 31606 31606 W com.mbwhatsapp: type=1400 audit(0.0:36659): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-41" ino=118564 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c257,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 15:38:18.213 31606 31606 W com.mbwhatsapp: type=1400 audit(0.0:36660): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so"
dev="dm-41" ino=118472 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c257,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 15:38:18.058 31606 31606 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
04-15 15:38:18.058 31606 31606 W com.m--------- beginning of main
04-15 15:38:18.437 31606 31739 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
04-15 15:38:18.437 31606 31739 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
04-15 15:38:18.437 31606 31739 W com.mbwhatsapp: and incorrect proguard
optimizations.
--------- beginning of system
04-15 15:38:18.450 31606 31606 W Looper : PerfMonitor longMsg : seq=2
plan=15:38:16.802 late=13ms wall=1616ms h=android.app.ActivityThread$H w=110
procState=-1
04-15 15:38:26.010 32207 32207 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
04-15 15:38:26.018 32207 32207 W System.err: android.system.ErrnoException: open
failed: ENOENT (No such file or directory)
04-15 15:38:26.018 32207 32207 W System.err: at libcore.io.Linux.open(Native
Method)
04-15 15:38:26.018 32207 32207 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
04-15 15:38:26.018 32207 32207 W System.err: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
04-15 15:38:26.018 32207 32207 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
04-15 15:38:26.018 32207 32207 W System.err: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8200)
04-15 15:38:26.018 32207 32207 W System.err: at
android.system.Os.open(Os.java:494)
04-15 15:38:26.018 32207 32207 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.monitorVersionControl(PerfDebugMonitorImp
l.java:204)
04-15 15:38:26.018 32207 32207 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.prepareMonitor(PerfDebugMonitorImpl.java:
185)
04-15 15:38:26.018 32207 32207 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8287)
04-15 15:38:26.018 32207 32207 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
04-15 15:38:26.018 32207 32207 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
04-15 15:38:26.019 32207 32207 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
04-15 15:38:26.164 32207 32207 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
04-15 15:38:26.164 32207 32207 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
04-15 15:38:26.164 32207 32207 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
04-15 15:38:26.164 32207 32207 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
04-15 15:38:26.164 32207 32207 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
04-15 15:38:26.164 32207 32207 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
04-15 15:38:26.164 32207 32207 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
04-15 15:38:26.164 32207 32207 W System.err: at
java.lang.Class.newInstance(Native Method)
04-15 15:38:26.164 32207 32207 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
04-15 15:38:26.164 32207 32207 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
04-15 15:38:26.164 32207 32207 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1249)
04-15 15:38:26.164 32207 32207 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1493)
04-15 15:38:26.164 32207 32207 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1426)
04-15 15:38:26.164 32207 32207 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7135)
04-15 15:38:26.164 32207 32207 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
04-15 15:38:26.164 32207 32207 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2262)
04-15 15:38:26.164 32207 32207 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
04-15 15:38:26.164 32207 32207 W System.err: at
android.os.Looper.loopOnce(Looper.java:211)
04-15 15:38:26.164 32207 32207 W Sys--------- beginning of main
04-15 15:38:26.214 32207 32207 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.
04-15 15:38:26.478 32207 32207 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
04-15 15:38:26.478 32207 32207 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
04-15 15:38:26.501 32207 32207 W com.mbwhatsapp: type=1400 audit(0.0:36734): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so"
dev="dm-41" ino=112885 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c257,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 15:38:26.505 32207 32207 W com.mbwhatsapp: type=1400 audit(0.0:36735): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm-
41" ino=118508 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c257,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 15:38:26.509 32207 32207 W com.mbwhatsapp: type=1400 audit(0.0:36736): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-41" ino=118564 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c257,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 15:38:26.533 32207 32207 W com.mbwhatsapp: type=1400 audit(0.0:36737): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so"
dev="dm-41" ino=118472 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c257,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 15:38:26.632 32207 32254 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
04-15 15:38:26.632 32207 32254 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
04-15 15:38:26.632 32207 32254 W com.mbwhatsapp: and incorrect proguard
optimizations.
04-15 15:40:21.733 5828 5828 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
04-15 15:40:21.747 5828 5828 W System.err: android.system.ErrnoException: open
failed: ENOENT (No such file or directory)
04-15 15:40:21.747 5828 5828 W System.err: at libcore.io.Linux.open(Native
Method)
04-15 15:40:21.747 5828 5828 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
04-15 15:40:21.747 5828 5828 W System.err: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
04-15 15:40:21.747 5828 5828 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
04-15 15:40:21.747 5828 5828 W System.err: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8200)
04-15 15:40:21.747 5828 5828 W System.err: at
android.system.Os.open(Os.java:494)
04-15 15:40:21.747 5828 5828 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.monitorVersionControl(PerfDebugMonitorImp
l.java:204)
04-15 15:40:21.747 5828 5828 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.prepareMonitor(PerfDebugMonitorImpl.java:
185)
04-15 15:40:21.747 5828 5828 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8287)
04-15 15:40:21.747 5828 5828 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
04-15 15:40:21.747 5828 5828 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
04-15 15:40:21.747 5828 5828 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
04-15 15:40:22.243 5828 5828 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
04-15 15:40:22.243 5828 5828 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
04-15 15:40:22.243 5828 5828 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
04-15 15:40:22.243 5828 5828 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
04-15 15:40:22.243 5828 5828 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
04-15 15:40:22.243 5828 5828 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
04-15 15:40:22.243 5828 5828 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
04-15 15:40:22.243 5828 5828 W System.err: at
java.lang.Class.newInstance(Native Method)
04-15 15:40:22.243 5828 5828 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
04-15 15:40:22.243 5828 5828 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
04-15 15:40:22.243 5828 5828 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1249)
04-15 15:40:22.243 5828 5828 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1493)
04-15 15:40:22.243 5828 5828 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1426)
04-15 15:40:22.243 5828 5828 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7135)
04-15 15:40:22.243 5828 5828 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
04-15 15:40:22.243 5828 5828 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2262)
04-15 15:40:22.243 5828 5828 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
04-15 15:40:22.243 5828 5828 W System.err: at
android.os.Looper.loopOnce(Looper.java:211)
04-15 15:40:22.244 5828 5828 W System.err: at
android.os.Looper.loop(Looper.java:300)
04-15 15:40:22.244 5828 5828 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8324)
04-15 15:40:22.244 5828 5828 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
04-15 15:40:22.244 5828 5828 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
04-15 15:40:22.244 5828 5828 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
04-15 15:40:22.407 5828 5828 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.
04-15 15:40:23.222 5828 5828 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
04-15 15:40:23.222 5828 5828 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
04-15 15:40:23.321 5828 5828 W com.mbwhatsapp: type=1400 audit(0.0:37174): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so"
dev="dm-41" ino=112885 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c257,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 15:40:23.329 5828 5828 W com.mbwhatsapp: type=1400 audit(0.0:37175): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm-
41" ino=118508 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c257,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 15:40:23.345 5828 5828 W com.mbwhatsapp: type=1400 audit(0.0:37176): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-41" ino=118564 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c257,c512,c768 tclass=file a---------
beginning of main
04-15 15:40:23.417 5828 5828 W com.mbwhatsapp: type=1400 audit(0.0:37177): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so"
dev="dm-41" ino=118472 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c257,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 15:40:23.528 5828 6228 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
04-15 15:40:23.528 5828 6228 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
04-15 15:40:23.528 5828 6228 W com.mbwhatsapp: and incorrect proguard
optimizations.
--------- beginning of system
04-15 15:40:23.540 5828 5828 W Looper : PerfMonitor longMsg : seq=2
plan=15:40:21.763 late=9ms wall=1752ms h=android.app.ActivityThread$H w=110
procState=-1
04-15 15:41:19.333 6947 6947 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
04-15 15:41:19.349 6947 6947 W System.err: android.system.ErrnoException: open
failed: ENOENT (No such file or directory)
04-15 15:41:19.349 6947 6947 W System.err: at libcore.io.Linux.open(Native
Method)
04-15 15:41:19.350 6947 6947 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
04-15 15:41:19.350 6947 6947 W System.err: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
04-15 15:41:19.350 6947 6947 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
04-15 15:41:19.350 6947 6947 W System.err: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8200)
04-15 15:41:19.350 6947 6947 W System.err: at
android.system.Os.open(Os.java:494)
04-15 15:41:19.350 6947 6947 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.monitorVersionControl(PerfDebugMonitorImp
l.java:204)
04-15 15:41:19.350 6947 6947 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.prepareMonitor(PerfDebugMonitorImpl.java:
185)
04-15 15:41:19.350 6947 6947 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8287)
04-15 15:41:19.350 6947 6947 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
04-15 15:41:19.350 6947 6947 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
04-15 15:41:19.350 6947 6947 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
04-15 15:41:19.771 6947 6947 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
04-15 15:41:19.773 6947 6947 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
04-15 15:41:19.773 6947 6947 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
04-15 15:41:19.773 6947 6947 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
04-15 15:41:19.773 6947 6947 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
04-15 15:41:19.773 6947 6947 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
04-15 15:41:19.773 6947 6947 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
04-15 15:41:19.773 6947 6947 W System.err: at
java.lang.Class.newInstance(Native Method)
04-15 15:41:19.773 6947 6947 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
04-15 15:41:19.773 6947 6947 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
04-15 15:41:19.773 6947 6947 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1249)
04-15 15:41:19.773 6947 6947 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1493)
04-15 15:41:19.773 6947 6947 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1426)
04-15 15:41:19.773 6947 6947 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7135)
04-15 15:41:19.774 6947 6947 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
04-15 15:41:19.774 6947 6947 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2262)
04-15 15:41:19.774 6947 6947 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
04-15 15:41:19.774 6947 6947 W System.err: at
android.os.Looper.loopOnce(Looper.java:211)
04-15 15:41:19.774 6947 6947 W System.err: at
android.os.Looper.loop(Looper.java:300)
04-15 15:41:19.774 6947 6947 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8324)
04-15 15:41:19.774 6947 6947 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
04-15 15:41:19.774 6947 6947 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
04-15 15:41:19.774 6947 6947 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
04-15 15:41:19.874 6947 6947 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.
04-15 15:41:20.669 6947 6947 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
04-15 15:41:20.670 6947 6947 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
04-15 15:41:20.729 6947 6947 W com.mbwhatsapp: type=1400 audit(0.0:37291): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so"
dev="dm-41" ino=112885 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c257,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 15:41:20.729 6947 6947 W com.mbwhatsapp: type=1400 audit(0.0:37292): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm-
41" ino=118508 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c257,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 15:41:20.745 6947 6947 W com.mbwhatsapp: type=1400 audit(0.0:37293): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-41" ino=118564 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c257,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 15:41:20.801 6947 6947 W com.mbwhatsapp: type=1400 audit(0.0:37294): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so"
dev="dm-41" ino=118472 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c257,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 15:41:20.821 6947 6947 W com.mbwhatsapp: type=1400 audit(0.0:37295): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-41" ino=118564 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c257,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 15:41:20.821 6947 6947 W com.mbwhatsapp: type=1400 audit(0.0:37296): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-41" ino=118564 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c257,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 15:41:20.821 6947 6947 W com.mbwhatsapp: type=1400 audit(0.0:37297): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-41" ino=118564 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c257,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 15:41:20.821 6947 6947 W com.mbwhatsapp: type=1400 audit(0.0:37298): avc:
denied { execmod } for path="/apex/com.android.runtime/lib--------- beginning of
main
04-15 15:41:20.992 6947 7009 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
04-15 15:41:20.992 6947 7009 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
04-15 15:41:20.992 6947 7009 W com.mbwhatsapp: and incorrect proguard
optimizations.
--------- beginning of system
04-15 15:41:21.008 6947 6947 W Looper : PerfMonitor longMsg : seq=2
plan=15:41:19.378 late=5ms wall=1612ms h=android.app.ActivityThread$H w=110
procState=-1
04-15 15:44:09.708 11604 11604 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
04-15 15:44:09.714 11604 11604 W System.err: android.system.ErrnoException: open
failed: ENOENT (No such file or directory)
04-15 15:44:09.714 11604 11604 W System.err: at libcore.io.Linux.open(Native
Method)
04-15 15:44:09.714 11604 11604 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
04-15 15:44:09.714 11604 11604 W System.err: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
04-15 15:44:09.714 11604 11604 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
04-15 15:44:09.714 11604 11604 W System.err: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8200)
04-15 15:44:09.714 11604 11604 W System.err: at
android.system.Os.open(Os.java:494)
04-15 15:44:09.714 11604 11604 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.monitorVersionControl(PerfDebugMonitorImp
l.java:204)
04-15 15:44:09.714 11604 11604 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.prepareMonitor(PerfDebugMonitorImpl.java:
185)
04-15 15:44:09.714 11604 11604 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8287)
04-15 15:44:09.714 11604 11604 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
04-15 15:44:09.714 11604 11604 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
04-15 15:44:09.714 11604 11604 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
04-15 15:44:09.823 11604 11604 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
04-15 15:44:09.823 11604 11604 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
04-15 15:44:09.823 11604 11604 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
04-15 15:44:09.823 11604 11604 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
04-15 15:44:09.823 11604 11604 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
04-15 15:44:09.823 11604 11604 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
04-15 15:44:09.823 11604 11604 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
04-15 15:44:09.823 11604 11604 W System.err: at
java.lang.Class.newInstance(Native Method)
04-15 15:44:09.823 11604 11604 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
04-15 15:44:09.823 11604 11604 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
04-15 15:44:09.823 11604 11604 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1249)
04-15 15:44:09.823 11604 11604 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1493)
04-15 15:44:09.823 11604 11604 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1426)
04-15 15:44:09.823 11604 11604 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7135)
04-15 15:44:09.823 11604 11604 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
04-15 15:44:09.823 11604 11604 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2262)
04-15 15:44:09.823 11604 11604 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
04-15 15:44:09.823 11604 11604 W System.err: at
android.os.Looper.loopOnce(Looper.java:211)
04-15 15:44:09.823 11604 11604 W System.err: at
android.os.Looper.loop(Looper.java:300)
04-15 15:44:09.823 11604 11604 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8324)
04-15 15:44:09.823 11604 11604 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
04-15 15:44:09.823 11604 11604 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
04-15 15:44:09.823 11604 11604 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
04-15 15:44:09.865 11604 11604 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.
04-15 15:44:10.126 11604 11604 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
04-15 15:44:10.126 11604 11604 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
04-15 15:44:11.129 11604 11604 W com.mbwhatsapp: type=1400 audit(0.0:37758): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so"
dev="dm-41" ino=112885 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c257,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 15:44:11.133 11604 11604 W com.mbwhatsapp: type=1400 audit(0.0:37759): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm-
41" ino=118508 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c257,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 15:44:11.133 11604 11604 W com.mbwhatsapp: type=1400 audit(0.0:37760): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-41" ino=118564 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c257,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 15:44:11.153 11604 11604 W com.mbwhatsapp: type=1400 audit(0.0:37761): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so"
dev="dm-41" ino=118472 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c257,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 15:44:11.157 11604 11604 W com.mbwhatsapp: type=1400 audit(0.0:37762): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-41" ino=118564 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c257,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 15:44:11.157 11604 11604 W com.mbwhatsapp: type=1400 audit(0.0:37763): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-41" ino=118564 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c257,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 15:44:11.157 11604 11604 W com.mbwhatsapp: type=1400 audit(0.0:37764): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-41" ino=118564 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c257,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 15:44:11.157 11604 11604 W com.mbwhatsapp: type=1400 audit(0.0:37765): avc:
denied { execmod } for path="/apex/com.android.runtime/lib64/bionic/libc.so"
dev="loop10" ino=38 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:system_lib_file:s0 tclass=file permissive=0 app=com.mbwhatsapp
04-15 15:44:11.216 11604 11654 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
04-15 15:44:11.216 11604 11654 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
04-15 15:44:11.216 11604 11654 W com.mbwhatsapp: and incorrect proguard
optimizations.
04-15 15:44:11.221 11604 11604 W Looper : PerfMonitor longMsg : seq=2
plan=15:44:09.725 late=13ms wall=1472ms h=android.app.ActivityThread$H w=110
procState=-1
04-15 15:44:11.231 11604 11604 W com.mbwhatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
04-15 15:44:11.353 11604 11604 W libc : Access denied finding property
"ro.vendor.df.effect.conflict"
04-15 15:44:11.381 11604 11604 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.Icon0 time=160ms latency=1486ms procState=-1
historyMsgCount=2 (msgIndex=2 wall=1472ms seq=2 late=13ms
h=android.app.ActivityThread$H w=110)
04-15 15:44:11.381 11604 11604 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.Icon0 time=0ms latency=1646ms procState=-1
historyMsgCount=3 (msgIndex=2 wall=1472ms seq=2 late=13ms
h=android.app.ActivityThread$H w=110)
04-15 15:44:11.416 11604 11665 E QT : [QT]file does not exist
04-15 15:44:11.598 11604 11604 W Activity: Can request only one set of permissions
at a time
04-15 15:44:11.624 11604 11664 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 15:44:11.694 11604 11664 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
04-15 15:44:11.694 11604 11664 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
04-15 15:44:11.698 11604 11664 W libc : Access denied finding property
"vendor.migl.debug"
04-15 15:44:11.698 11604 11664 E libMiGL : libmigl:This GPU version is note support
Variable Shading Rate
04-15 15:44:11.701 11604 11664 E libEGL : pre_cache appList: ,,
04-15 15:44:11.710 11604 11604 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 15:44:11.710 11604 11664 W FramePredict: "FramePredict won 't run in other
process: com.mbwhatsapp"
04-15 15:44:11.713 11604 11664 W libc : Access denied finding property
"ro.vendor.magt.mtk_magt_support"
04-15 15:44:11.717 11604 11664 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 15:44:11.719 11604 11664 E libEGL : pre_cache appList: ,,
04-15 15:44:11.735 11604 11664 E com.mbwhatsapp: DF open fail: No such file or
directory
04-15 15:44:11.736 11604 11664 W com.mbwhatsapp: remote service is not exist
04-15 15:44:11.736 11604 11664 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 15:44:11.736 11604 11664 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 15:44:11.740 11604 11664 W Parcel : Expecting binder but got null!
04-15 15:44:12.161 11604 11604 W com.mbwhatsapp: type=1400 audit(0.0:37776): avc:
denied { read } for name="osrelease" dev="proc" ino=9207670
scontext=u:r:untrusted_app:s0:c20,c257,c512,c768 tcontext=u:object_r:proc:s0
tclass=file permissive=0 app=com.mbwhatsapp
04-15 15:44:12.161 11604 11604 W com.mbwhatsapp: type=1400 audit(0.0:37777): avc:
denied { read } for name="version" dev="proc" ino=9207671
scontext=u:r:untrusted_app:s0:c20,c257,c512,c768 tcontext=u:object_r:proc:s0
tclass=file permissive=0 app=com.mbwhatsapp
04-15 15:44:12.717 11604 11604 W MirrorManager: this model don't Support
04-15 15:44:12.979 11604 11664 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 15:44:13.043 11604 11664 W Parcel : Expecting binder but got null!
04-15 15:44:13.445 11604 11604 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
04-15 15:44:13.445 11604 11604 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
04-15 15:44:18.813 11604 11664 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
04-15 15:44:18.868 11604 11664 W Parcel : Expecting binder but got null!
04-15 15:44:19.598 11604 11615 W com.mbwhatsapp: Cleared Reference was only
reachable from finalizer (only re

You might also like