0% found this document useful (0 votes)
127 views22 pages

Logcat

The document contains log output from an Android application. It reports errors opening files and loading classes, indicating issues running or initializing the app. Specifically, it could not load the jdwp debugger agent, had errors opening files, and encountered classnotfoundexceptions. It also logged warnings about uncaught exceptions.

Uploaded by

zoesharith30
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)
127 views22 pages

Logcat

The document contains log output from an Android application. It reports errors opening files and loading classes, indicating issues running or initializing the app. Specifically, it could not load the jdwp debugger agent, had errors opening files, and encountered classnotfoundexceptions. It also logged warnings about uncaught exceptions.

Uploaded by

zoesharith30
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/ 22

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

02-04 14:40:33.717 15338 15338 E com.mbwhatsapp: Not starting debugger since


process cannot load the jdwp agent.
02-04 14:40:33.754 15338 15338 W System.err: android.system.ErrnoException: open
failed: ENOENT (No such file or directory)
02-04 14:40:33.754 15338 15338 W System.err: at libcore.io.Linux.open(Native
Method)
02-04 14:40:33.754 15338 15338 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-04 14:40:33.754 15338 15338 W System.err: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
02-04 14:40:33.754 15338 15338 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-04 14:40:33.754 15338 15338 W System.err: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8200)
02-04 14:40:33.754 15338 15338 W System.err: at
android.system.Os.open(Os.java:494)
02-04 14:40:33.755 15338 15338 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.monitorVersionControl(PerfDebugMonitorImp
l.java:204)
02-04 14:40:33.755 15338 15338 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.prepareMonitor(PerfDebugMonitorImpl.java:
185)
02-04 14:40:33.755 15338 15338 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8287)
02-04 14:40:33.755 15338 15338 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-04 14:40:33.755 15338 15338 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
02-04 14:40:33.755 15338 15338 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
02-04 14:40:33.993 15338 15338 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-04 14:40:33.994 15338 15338 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-04 14:40:33.994 15338 15338 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
02-04 14:40:33.994 15338 15338 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
02-04 14:40:33.994 15338 15338 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
02-04 14:40:33.994 15338 15338 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-04 14:40:33.994 15338 15338 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-04 14:40:33.994 15338 15338 W System.err: at
java.lang.Class.newInstance(Native Method)
02-04 14:40:33.994 15338 15338 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-04 14:40:33.994 15338 15338 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-04 14:40:33.994 15338 15338 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1249)
02-04 14:40:33.994 15338 15338 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1493)
02-04 14:40:33.994 15338 15338 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1426)
02-04 14:40:33.994 15338 15338 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7135)
02-04 14:40:33.994 15338 15338 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-04 14:40:33.994 15338 15338 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2262)
02-04 14:40:33.994 15338 15338 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-04 14:40:33.995 15338 15338 W System.err: at
android.os.Looper.loopOnce(Looper.java:211)
02-04 14:40:33.995 15338 15338 W System.err: at
android.os.Looper.loop(Looper.java:300)
02-04 14:40:33.995 15338 15338 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8324)
02-04 14:40:33.995 15338 15338 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-04 14:40:33.995 15338 15338 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
02-04 14:40:33.995 15338 15338 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
02-04 14:40:34.086 15338 15338 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.
02-04 14:40:34.685 15408 15408 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
02-04 14:40:34.694 15408 15408 W System.err: android.system.ErrnoException: open
failed: ENOENT (No such file or directory)
02-04 14:40:34.694 15408 15408 W System.err: at libcore.io.Linux.open(Native
Method)
02-04 14:40:34.694 15408 15408 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-04 14:40:34.694 15408 15408 W System.err: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
02-04 14:40:34.694 15408 15408 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-04 14:40:34.694 15408 15408 W System.err: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8200)
02-04 14:40:34.694 15408 15408 W System.err: at
android.system.Os.open(Os.java:494)
02-04 14:40:34.694 15408 15408 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.monitorVersionControl(PerfDebugMonitorImp
l.java:204)
02-04 14:40:34.694 15408 15408 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.prepareMonitor(PerfDebugMonitorImpl.java:
185)
02-04 14:40:34.694 15408 15408 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8287)
02-04 14:40:34.694 15408 15408 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-04 14:40:34.694 15408 15408 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
02-04 14:40:34.694 15408 15408 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
02-04 14:40:34.802 15408 15408 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-04 14:40:34.803 15408 15408 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-04 14:40:34.803 15408 15408 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
02-04 14:40:34.803 15408 15408 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
02-04 14:40:34.803 15408 15408 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
02-04 14:40:34.803 15408 15408 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-04 14:40:34.803 15408 15408 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-04 14:40:34.803 15408 15408 W System.err: at
java.lang.Class.newInstance(Native Method)
02-04 14:40:34.803 15408 15408 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-04 14:40:34.803 15408 15408 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-04 14:40:34.803 15408 15408 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1249)
02-04 14:40:34.803 15408 15408 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1493)
02-04 14:40:34.803 15408 15408 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1426)
02-04 14:40:34.803 15408 15408 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7135)
02-04 14:40:34.803 15408 15408 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-04 14:40:34.803 15408 15408 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2262)
02-04 14:40:34.803 15408 15408 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-04 14:40:34.803 15408 15408 W System.err: at
android.os.Looper.loopOnce(Looper.java:211)
02-04 14:40:34.803 15408 15408 W System.err: at
android.os.Looper.loop(Looper.java:300)
02-04 14:40:34.803 15408 15408 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8324)
02-04 14:40:34.803 15408 15408 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-04 14:40:34.803 15408 15408 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
02-04 14:40:34.803 15408 15408 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
02-04 14:40:34.891 15408 15408 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.
02-04 14:40:35.157 15408 15408 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-04 14:40:35.157 15408 15408 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-04 14:40:35.330 15408 15436 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-04 14:40:36.249 15408 15408 W com.mbwhatsapp: type=1400 audit(0.0:125760): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so"
dev="dm-41" ino=51200 scontext=u:r:untrusted_app:s0:c24,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c24,c257,c512,c768 tclass=file
app=com.mbwhatsapp
02-04 14:40:36.249 15408 15408 W com.mbwhatsapp: type=1400 audit(0.0:125761): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm-
41" ino=51020 scontext=u:r:untrusted_app:s0:c24,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c24,c257,c512,c768 tclass=file
app=com.mbwhatsapp
02-04 14:40:36.257 15408 15408 W com.mbwhatsapp: type=1400 audit(0.0:125762): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-41" ino=51021 scontext=u:r:untrusted_app:s0:c24,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c24,c257,c512,c768 tclass=file
app=com.mbwhatsapp
02-04 14:40:36.277 15408 15408 W com.mbwhatsapp: type=1400 audit(0.0:125763): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so"
dev="dm-41" ino=50709 scontext=u:r:untrusted_app:s0:c24,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c24,c257,c512,c768 tclass=file
app=com.mbwhatsapp
02-04 14:40:36.285 15408 15408 W com.mbwhatsapp: type=1400 audit(0.0:125764): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-41" ino=51021 scontext=u:r:untrusted_app:s0:c24,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c24,c257,c512,c768 tclass=file
app=com.mbwhatsapp
--------- beginning of system
02-04 14:40:36.373 15408 15408 W Looper : PerfMonitor longMsg : seq=2
plan=14:40:34.702 late=11ms wall=1653ms h=android.app.ActivityThread$H w=110
procState=-1
02-04 14:40:36.386 15408 15484 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-04 14:40:36.386 15408 15484 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
02-04 14:40:36.386 15408 15484 W com.mbwhatsapp: and incorrect proguard
optimizations.
02-04 14:40:36.390 15408 15408 W com.mbwhatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-04 14:40:36.579 15408 15408 W libc : Access denied finding property
"ro.vendor.df.effect.conflict"
02-04 14:40:36.622 15408 15408 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.Icon0 time=249ms latency=1663ms procState=-1
historyMsgCount=2 (msgIndex=2 wall=1653ms seq=2 late=11ms
h=android.app.ActivityThread$H w=110)
02-04 14:40:36.623 15408 15408 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.Icon0 time=1ms latency=1911ms procState=-1
historyMsgCount=3 (msgIndex=2 wall=1653ms seq=2 late=11ms
h=android.app.ActivityThread$H w=110)
02-04 14:40:36.661 15408 15501 E QT : [QT]file does not exist
02-04 14:40:36.766 15408 15408 E com.mbwhatsapp: Invalid ID 0x00000000.
02-04 14:40:36.767 15408 15408 W System.err:
android.content.res.Resources$NotFoundException: String resource ID #0x0
02-04 14:40:36.767 15408 15408 W System.err:
02-04 14:40:36.767 15408 15408 W System.err: at
android.content.res.Resources.getText(Resources.java:480)
02-04 14:40:36.767 15408 15408 W System.err:
02-04 14:40:36.767 15408 15408 W System.err: at
android.content.res.MiuiResources.getText(MiuiResources.java:106)
02-04 14:40:36.767 15408 15408 W System.err:
02-04 14:40:36.767 15408 15408 W System.err: at
android.content.res.Resources.getString(Resources.java:573)
02-04 14:40:36.767 15408 15408 W System.err:
02-04 14:40:36.767 15408 15408 W System.err: at X.35t.A0E(Unknown Source:46)
02-04 14:40:36.767 15408 15408 W System.err:
02-04 14:40:36.768 15408 15408 W System.err: at
com.mbwhatsapp.yo.yo.getString(Native Method)
02-04 14:40:36.768 15408 15408 W System.err:
02-04 14:40:36.768 15408 15408 W System.err: at
com.mbwhatsapp.yo.yo.getString(Native Method)
02-04 14:40:36.768 15408 15408 W System.err:
02-04 14:40:36.768 15408 15408 W System.err: at
com.mbwhatsapp.youbasha.task.utils.requestAllFilesAccess14(Native Method)
02-04 14:40:36.768 15408 15408 W System.err:
02-04 14:40:36.768 15408 15408 W System.err: at
com.mbwhatsapp.yo.dep.showStoragePermissionRequest(Native Method)
02-04 14:40:36.768 15408 15408 W System.err:
02-04 14:40:36.768 15408 15408 W System.err: at
com.mbwhatsapp.registration.EULA.onCreate(Unknown Source:248)
02-04 14:40:36.768 15408 15408 W System.err:
02-04 14:40:36.768 15408 15408 W System.err: at
android.app.Activity.performCreate(Activity.java:8547)
02-04 14:40:36.768 15408 15408 W System.err:
02-04 14:40:36.768 15408 15408 W System.err: at
android.app.Activity.performCreate(Activity.java:8511)
02-04 14:40:36.768 15408 15408 W System.err:
02-04 14:40:36.768 15408 15408 W System.err: at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1437)
02-04 14:40:36.768 15408 15408 W System.err:
02-04 14:40:36.769 15408 15408 W System.err: at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3877)
02-04 14:40:36.769 15408 15408 W System.err:
02-04 14:40:36.769 15408 15408 W System.err: at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4042)
02-04 14:40:36.769 15408 15408 W System.err:
02-04 14:40:36.769 15408 15408 W System.err: at
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:10
1)
02-04 14:40:36.769 15408 15408 W System.err:
02-04 14:40:36.769 15408 15408 W System.err: at
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu
tor.java:135)
02-04 14:40:36.769 15408 15408 W System.err:
02-04 14:40:36.769 15408 15408 W System.err: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
95)
02-04 14:40:36.769 15408 15408 W System.err:
02-04 14:40:36.769 15408 15408 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2436)
02-04 14:40:36.769 15408 15408 W System.err:
02-04 14:40:36.769 15408 15408 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-04 14:40:36.769 15408 15408 W System.err:
02-04 14:40:36.769 15408 15408 W System.err: at
android.os.Looper.loopOnce(Looper.java:211)
02-04 14:40:36.769 15408 15408 W System.err:
02-04 14:40:36.770 15408 15408 W System.err: at
android.os.Looper.loop(Looper.java:300)
02-04 14:40:36.770 15408 15408 W System.err:
02-04 14:40:36.770 15408 15408 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8324)
02-04 14:40:36.770 15408 15408 W System.err:
02-04 14:40:36.770 15408 15408 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-04 14:40:36.770 15408 15408 W System.err:
02-04 14:40:36.770 15408 15408 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
02-04 14:40:36.770 15408 15408 W System.err:
02-04 14:40:36.770 15408 15408 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
02-04 14:40:36.770 15408 15408 W System.err:
02-04 14:40:36.848 15408 15408 W Activity: Can request only one set of permissions
at a time
02-04 14:40:36.898 15408 15505 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriver_mtk.so" not found
02-04 14:40:36.898 15408 15505 E RenderScript: Failed to load runtime
libRSDriver_mtk.so, loading default
02-04 14:40:36.960 15408 15408 E ArmVmp : Match on catch block at 0x0a in for
0x269
02-04 14:40:36.979 15408 15499 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-04 14:40:37.001 15408 15408 W Activity: PerfMonitor: Slow Operation: Activity
com.mbwhatsapp/.registration.EULA onStart took 203ms
02-04 14:40:37.048 15408 15499 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-04 14:40:37.057 15408 15408 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.registration.EULA time=0ms latency=423ms procState=-1
historyMsgCount=2
02-04 14:40:37.060 15408 15408 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.registration.EULA time=3ms latency=302ms procState=-1
historyMsgCount=6
02-04 14:40:37.088 15408 15408 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.registration.EULA time=28ms latency=304ms procState=-1
historyMsgCount=7
02-04 14:40:37.209 15408 15499 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
02-04 14:40:37.210 15408 15499 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
02-04 14:40:37.221 15408 15499 W libc : Access denied finding property
"vendor.migl.debug"
02-04 14:40:37.221 15408 15499 E libMiGL : libmigl:This GPU version is note support
Variable Shading Rate
02-04 14:40:37.226 15408 15499 E libEGL : pre_cache appList: ,,
02-04 14:40:37.263 15408 15408 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-04 14:40:37.263 15408 15499 W FramePredict: "FramePredict won 't run in other
process: com.mbwhatsapp"
02-04 14:40:37.280 15408 15499 W libc : Access denied finding property
"ro.vendor.magt.mtk_magt_support"
02-04 14:40:37.285 15408 15499 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-04 14:40:37.290 15408 15499 E libEGL : pre_cache appList: ,,
02-04 14:40:37.319 15408 15499 E com.mbwhatsapp: DF open fail: No such file or
directory
02-04 14:40:37.320 15408 15499 W com.mbwhatsapp: remote service is not exist
02-04 14:40:37.320 15408 15499 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-04 14:40:37.321 15408 15499 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-04 14:40:37.329 15408 15499 W Parcel : Expecting binder but got null!
02-04 14:40:38.299 15408 15499 W Parcel : Expecting binder but got null!
02-04 14:40:38.302 15408 15408 W Looper : PerfMonitor longMsg : seq=26
plan=14:40:36.984 late=150ms wall=1165ms h=android.view.Choreographer$FrameHandler
c=android.view.Choreographer$FrameDisplayEventReceiver procState=-1
02-04 14:40:38.302 15408 15408 W Looper : PerfMonitor doFrame : time=1165ms
vsyncFrame=0 latency=150ms procState=-1 historyMsgCount=13
02-04 14:40:38.364 15408 15408 W Looper : PerfMonitor doFrame : time=50ms
vsyncFrame=0 latency=1162ms procState=-1 historyMsgCount=8 (msgIndex=1 wall=1165ms
seq=26 late=150ms h=android.view.Choreographer$FrameHandler
c=android.view.Choreographer$FrameDisplayEventReceiver)
02-04 14:40:38.411 15408 15408 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.registration.EULA time=18ms latency=369ms procState=-1
historyMsgCount=102 (msgIndex=1 wall=1165ms seq=26 late=150ms
h=android.view.Choreographer$FrameHandler
c=android.view.Choreographer$FrameDisplayEventReceiver)
02-04 14:40:39.018 15408 15408 E com.mbwhatsapp: Invalid ID 0x00000000.
02-04 14:40:39.024 15408 15408 E com.mbwhatsapp: Invalid ID 0x00000000.
02-04 14:40:39.025 15408 15408 E com.mbwhatsapp: Invalid ID 0x00000000.
02-04 14:40:39.026 15408 15408 E com.mbwhatsapp: Invalid ID 0x00000000.
02-04 14:40:39.027 15408 15408 E com.mbwhatsapp: Invalid ID 0x00000000.
02-04 14:40:39.028 15408 15408 E com.mbwhatsapp: Invalid ID 0x00000000.
02-04 14:40:39.029 15408 15408 E com.mbwhatsapp: Invalid ID 0x00000000.
02-04 14:40:39.029 15408 15408 E com.mbwhatsapp: Invalid ID 0x00000000.
02-04 14:40:43.370 15408 15417 W com.mbwhatsapp: Cleared Reference was only
reachable from finalizer (only reported once)
02-04 14:40:45.463 15408 15408 W Activity: Can request only one set of permissions
at a time
02-04 14:40:45.463 15408 15408 W Activity: Can request only one set of permissions
at a time
02-04 14:40:46.680 15408 15440 E FirebaseInstanceId: Token retrieval failed without
exception message. Will retry token retrieval
02-04 14:40:47.470 15408 15408 W MirrorManager: this model don't Support
02-04 14:40:47.490 15408 15408 E RippleDrawable: The RippleDrawable.STYLE_PATTERNED
animation is not supported for a non-hardware accelerated Canvas. Skipping
animation.
02-04 14:40:47.505 15408 15408 E RippleDrawable: The RippleDrawable.STYLE_PATTERNED
animation is not supported for a non-hardware accelerated Canvas. Skipping
animation.
02-04 14:40:47.522 15408 15408 E RippleDrawable: The RippleDrawable.STYLE_PATTERNED
animation is not supported for a non-hardware accelerated Canvas. Skipping
animation.
02-04 14:40:47.538 15408 15408 E RippleDrawable: The RippleDrawable.STYLE_PATTERNED
animation is not supported for a non-hardware accelerated Canvas. Skipping
animation.
02-04 14:40:47.555 15408 15408 E RippleDrawable: The RippleDrawable.STYLE_PATTERNED
animation is not supported for a non-hardware accelerated Canvas. Skipping
animation.
02-04 14:40:50.107 15408 15686 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
02-04 14:40:50.107 15408 15686 E ShortcutInfoCompatSaver:
java.io.FileNotFoundException:
/data/user/0/com.mbwhatsapp/files/ShortcutInfoCompatSaver_share_targets/
targets.xml: open failed: ENOENT (No such file or directory)
02-04 14:40:50.107 15408 15686 E ShortcutInfoCompatSaver: at
libcore.io.IoBridge.open(IoBridge.java:574)
02-04 14:40:50.107 15408 15686 E ShortcutInfoCompatSaver: at
java.io.FileInputStream.<init>(FileInputStream.java:160)
02-04 14:40:50.107 15408 15686 E ShortcutInfoCompatSaver: at X.0nz.run(Unknown
Source:82)
02-04 14:40:50.107 15408 15686 E ShortcutInfoCompatSaver: at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:463)
02-04 14:40:50.107 15408 15686 E ShortcutInfoCompatSaver: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
02-04 14:40:50.107 15408 15686 E ShortcutInfoCompatSaver: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
02-04 14:40:50.107 15408 15686 E ShortcutInfoCompatSaver: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
02-04 14:40:50.107 15408 15686 E ShortcutInfoCompatSaver: at
java.lang.Thread.run(Thread.java:1012)
02-04 14:40:50.107 15408 15686 E ShortcutInfoCompatSaver: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
02-04 14:40:50.107 15408 15686 E ShortcutInfoCompatSaver: at
libcore.io.Linux.open(Native Method)
02-04 14:40:50.107 15408 15686 E ShortcutInfoCompatSaver: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-04 14:40:50.107 15408 15686 E ShortcutInfoCompatSaver: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
02-04 14:40:50.107 15408 15686 E ShortcutInfoCompatSaver: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-04 14:40:50.107 15408 15686 E ShortcutInfoCompatSaver: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8200)
02-04 14:40:50.107 15408 15686 E ShortcutInfoCompatSaver: at
libcore.io.IoBridge.open(IoBridge.java:560)
02-04 14:40:50.107 15408 15686 E ShortcutInfoCompatSaver: ... 7 more
02-04 14:40:50.140 15408 15499 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-04 14:40:50.154 15408 15499 E FrameEvents: updateAcquireFence: Did not find
frame.
02-04 14:40:50.155 15408 15499 E com.mbwhatsapp: mali-debug: still pending
callback,wait...
02-04 14:40:50.165 15408 15499 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-04 14:40:50.169 15408 15499 E FrameEvents: updateAcquireFence: Did not find
frame.
02-04 14:40:50.174 15408 15499 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-04 14:40:50.177 15408 15499 E FrameEvents: updateAcquireFence: Did not find
frame.
02-04 14:40:50.181 15408 15408 W com.mbwhatsapp: type=1400 audit(0.0:125781): avc:
denied { read } for name="osrelease" dev="proc" ino=5720767
scontext=u:r:untrusted_app:s0:c24,c257,c512,c768 tcontext=u:object_r:proc:s0
tclass=file permissive=0 app=com.mbwhatsapp
02-04 14:40:50.181 15408 15408 W com.mbwhatsapp: type=1400 audit(0.0:125782): avc:
denied { read } for name="version" dev="proc" ino=5720768
scontext=u:r:untrusted_app:s0:c24,c257,c512,c768 tcontext=u:object_r:proc:s0
tclass=file permissive=0 app=com.mbwhatsapp
02-04 14:40:50.221 15408 15499 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-04 14:40:50.221 15408 15499 E com.mbwhatsapp: == MALI DEBUG
===eglp_winsys_populate_image_templates ==12288
02-04 14:40:50.222 15408 15499 E com.mbwhatsapp: == MALI DEBUG
===eglp_winsys_populate_image_templates ==12288
02-04 14:40:50.222 15408 15499 E com.mbwhatsapp: == MALI DEBUG
===eglp_winsys_populate_image_templates ==12288
02-04 14:40:53.070 15408 15408 W Choreographer: Frame time is 0.155049 now =
44282513166331 timestampNanos = 44282513321380 ms in the future! Check that
graphics HAL is generating vsync timestamps using the correct timebase.
02-04 14:40:54.071 15408 15499 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-04 14:40:54.135 15408 15499 W Parcel : Expecting binder but got null!
02-04 14:40:55.014 15408 15464 W BpBinder: Slow Binder: BpBinder transact took 936
ms, interface=android.system.keystore2.IKeystoreSecurityLevel, code=2 oneway=false
02-04 14:40:56.174 15408 15464 W BpBinder: Slow Binder: BpBinder transact took 1157
ms, interface=android.system.keystore2.IKeystoreSecurityLevel, code=2 oneway=false
02-04 14:41:00.755 15408 15408 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-04 14:41:00.755 15408 15408 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-04 14:41:07.394 15408 15499 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-04 14:41:07.442 15408 15499 W Parcel : Expecting binder but got null!
02-04 14:41:22.243 15408 15408 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 62432727
02-04 14:41:22.538 15408 15408 W Activity: PerfMonitor: Slow Operation: Activity
com.mbwhatsapp/.registration.RegisterPhone onPause took 77ms
02-04 14:41:24.911 15408 15417 W com.mbwhatsapp: Suspending all threads took:
5.403ms
02-04 14:41:25.409 15408 15417 W com.mbwhatsapp: Suspending all threads took:
5.618ms
02-04 14:41:25.682 15408 15464 E PlayCore: UID: [10280] PID: [15408]
StandardIntegrity : Phonesky is not installed.
02-04 14:41:28.865 15408 15499 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-04 14:41:28.912 15408 15499 W Parcel : Expecting binder but got null!
02-04 14:41:28.995 15408 15408 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-04 14:41:28.995 15408 15408 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-04 14:41:30.916 15408 15499 E com.mbwhatsapp: mali-debug: still pending
callback,wait...
02-04 14:41:30.979 15408 15408 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-04 14:41:30.979 15408 15408 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-04 14:41:31.403 15408 15689 W BpBinder: Slow Binder: BpBinder transact took 422
ms,
interface=com.google.android.gms.auth.api.phone.internal.ISmsRetrieverApiService,
code=1 oneway=false
02-04 14:41:31.574 15408 15499 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-04 14:41:31.595 15408 15499 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-04 14:41:31.630 15408 15499 W Parcel : Expecting binder but got null!
02-04 14:41:31.707 15408 15499 W Parcel : Expecting binder but got null!
02-04 14:41:42.381 15408 15408 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 62432727
02-04 14:41:42.397 15408 15408 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-04 14:41:42.397 15408 15408 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-04 14:41:47.110 15408 15408 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-04 14:41:47.110 15408 15408 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-04 14:41:48.898 15408 15499 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-04 14:41:48.961 15408 15499 W Parcel : Expecting binder but got null!
02-04 14:41:54.137 15408 15499 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-04 14:41:54.187 15408 15499 W Parcel : Expecting binder but got null!
02-04 14:41:55.283 15408 15499 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-04 14:41:55.409 15408 15499 W Parcel : Expecting binder but got null!
02-04 14:41:55.467 15408 15499 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-04 14:41:55.514 15408 15499 W Parcel : Expecting binder but got null!
02-04 14:41:55.568 15408 15408 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-04 14:41:55.568 15408 15408 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-04 14:41:59.514 15408 15499 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-04 14:41:59.563 15408 15499 W Parcel : Expecting binder but got null!
02-04 14:41:59.689 15408 15408 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-04 14:41:59.689 15408 15408 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-04 14:42:00.132 15408 15499 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-04 14:42:00.195 15408 15499 W Parcel : Expecting binder but got null!
02-04 14:42:00.225 15408 15408 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-04 14:42:00.225 15408 15408 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-04 14:42:20.340 15408 15484 W BpBinder: Slow Binder: BpBinder transact took
20136 ms, interface=com.google.android.auth.IAuthManagerService, code=5
oneway=false
02-04 14:42:21.201 15408 15499 W RenderInspector: DequeueBuffer time out on
com.mbwhatsapp/com.mbwhatsapp.backup.google.RestoreFromBackupActivity, count=1,
avg=12 ms, max=12 ms.
02-04 14:42:35.159 15408 15499 W RenderInspector: QueueBuffer time out on
com.mbwhatsapp/com.mbwhatsapp.backup.google.RestoreFromBackupActivity, count=1,
avg=13 ms, max=13 ms.
02-04 14:42:36.374 15408 15408 W Looper : PerfMonitor doFrame : time=335ms
vsyncFrame=0 latency=1ms procState=-1
02-04 14:42:36.390 15408 15408 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.backup.google.RestoreFromBackupActivity time=15ms
latency=345ms procState=-1 historyMsgCount=1
02-04 14:42:51.822 15408 15484 W BpBinder: Slow Binder: BpBinder transact took
30076 ms, interface=com.google.android.auth.IAuthManagerService, code=5
oneway=false
02-04 14:43:05.472 15408 15484 W BpBinder: Slow Binder: BpBinder transact took 8011
ms, interface=com.google.android.auth.IAuthManagerService, code=5 oneway=false
02-04 14:43:12--------- beginning of system
02-04 14:43:20.221 15408 15503 W BpBinder: Slow Binder: BpBinder transact took 3207
ms, interface=com.google.android.auth.IAuthManagerService, code=5 oneway=false
--------- beginning of main
02-04 15:22:18.540 23565 23565 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
02-04 15:22:18.555 23565 23565 W System.err: android.system.ErrnoException: open
failed: ENOENT (No such file or directory)
02-04 15:22:18.555 23565 23565 W System.err: at libcore.io.Linux.open(Native
Method)
02-04 15:22:18.555 23565 23565 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-04 15:22:18.555 23565 23565 W System.err: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
02-04 15:22:18.555 23565 23565 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-04 15:22:18.555 23565 23565 W System.err: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8200)
02-04 15:22:18.555 23565 23565 W System.err: at
android.system.Os.open(Os.java:494)
02-04 15:22:18.555 23565 23565 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.monitorVersionControl(PerfDebugMonitorImp
l.java:204)
02-04 15:22:18.555 23565 23565 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.prepareMonitor(PerfDebugMonitorImpl.java:
185)
02-04 15:22:18.555 23565 23565 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8287)
02-04 15:22:18.555 23565 23565 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-04 15:22:18.555 23565 23565 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
02-04 15:22:18.555 23565 23565 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
02-04 15:22:18.717 23565 23565 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-04 15:22:18.718 23565 23565 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-04 15:22:18.718 23565 23565 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
02-04 15:22:18.718 23565 23565 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
02-04 15:22:18.718 23565 23565 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
02-04 15:22:18.718 23565 23565 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-04 15:22:18.718 23565 23565 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-04 15:22:18.718 23565 23565 W System.err: at
java.lang.Class.newInstance(Native Method)
02-04 15:22:18.718 23565 23565 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-04 15:22:18.718 23565 23565 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-04 15:22:18.718 23565 23565 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1249)
02-04 15:22:18.718 23565 23565 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1493)
02-04 15:22:18.718 23565 23565 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1426)
02-04 15:22:18.718 23565 23565 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7135)
02-04 15:22:18.718 23565 23565 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-04 15:22:18.718 23565 23565 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2262)
02-04 15:22:18.718 23565 23565 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-04 15:22:18.718 23565 23565 W System.err: at
android.os.Looper.loopOnce(Looper.java:211)
02-04 15:22:18.718 23565 23565 W System.err: at
android.os.Looper.loop(Looper.java:300)
02-04 15:22:18.718 23565 23565 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8324)
02-04 15:22:18.718 23565 23565 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-04 15:22:18.718 23565 23565 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
02-04 15:22:18.719 23565 23565 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
02-04 15:22:18.803 23565 23565 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.
02-04 15:22:19.004 23565 23565 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-04 15:22:19.004 23565 23565 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-04 15:22:19.019 23565 23565 W com.mbwhatsapp: type=1400 audit(0.0:126868): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so"
dev="dm-41" ino=51200 scontext=u:r:untrusted_app:s0:c24,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c24,c257,c512,c768 tclass=file
app=com.mbwhatsapp
02-04 15:22:19.031 23565 23565 W com.mbwhatsapp: type=1400 audit(0.0:126869): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm-
41" ino=51020 scontext=u:r:untrusted_app:s0:c24,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c24,c257,c512,c768 tclass=file
app=com.mbwhatsapp
02-04 15:22:19.035 23565 23565 W com.mbwhatsapp: type=1400 audit(0.0:126870): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-41" ino=51021 scontext=u:r:untrusted_app:s0:c24,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c24,c257,c512,c768 tclass=file
app=com.mbwhatsapp
02-04 15:22:19.071 23565 23565 W com.mbwhatsapp: type=1400 audit(0.0:126871): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so"
dev="dm-41" ino=50709 scontext=u:r:untrusted_app:s0:c24,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c24,c257,c512,c768 tclass=file
app=com.mbwhatsapp
02-04 15:22:19.079 23565 23565 W com.mbwhatsapp: type=1400 audit(0.0:126872): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-41" ino=51021 scontext=u:r:untrusted_app:s0:c24,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c24,c257,c512,c768 tclass=file
app=com.mbwhatsapp
02-04 15:22:19.137 23565 23624 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-04 15:22:19.137 23565 23624 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
02-04 15:22:19.137 23565 23624 W com.mbwhatsapp: and incorrect proguard
optimizations.
02-04 15:22:19.145 23565 23565 W com.mbwhatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-04 15:22:19.265 23565 23565 W libc : Access denied finding property
"ro.vendor.df.effect.conflict"
02-04 15:22:19.295 23565 23565 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.Icon0 time=161ms latency=528ms procState=-1
historyMsgCount=2 (msgIndex=2 wall=526ms seq=2 late=40ms
h=android.app.ActivityThread$H w=110)
02-04 15:22:19.295 23565 23565 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.Icon0 time=0ms latency=689ms procState=-1
historyMsgCount=3 (msgIndex=2 wall=526ms seq=2 late=40ms
h=android.app.ActivityThread$H w=110)
02-04 15:22:19.326 23565 23635 E QT : [QT]file does not exist
02-04 15:22:19.511 23565 23634 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-04 15:22:19.546 23565 23634 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-04 15:22:19.592 23565 23634 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
02-04 15:22:19.593 23565 23634 W OpenGLRender--------- beginning of system
02-04 15:22:23.268 23565 23630 W BpBinder: Slow Binder: BpBinder transact took 3083
ms, interface=com.google.android.auth.IAuthManagerService, code=5 oneway=false
02-04 15:22:30.906 23565 23630 W BpBinder: Slow Binder: BpBinder transact took 419
ms, interface=com.google.android.auth.IAuthManagerService, code=5 oneway=false
02-04 15:22:47.849 23565 23565 W Looper : PerfMonitor doFrame : time=316ms
vsyncFrame=0 latency=1ms procState=-1
02-04 15:22:47.862 23565 23565 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.backup.google.RestoreFromBackupActivity time=11ms
latency=333ms procState=-1 historyMsgCount=1
--------- beginning of main
02-04 15:43:52.146 27119 27119 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
02-04 15:43:52.153 27119 27119 W System.err: android.system.ErrnoException: open
failed: ENOENT (No such file or directory)
02-04 15:43:52.153 27119 27119 W System.err: at libcore.io.Linux.open(Native
Method)
02-04 15:43:52.153 27119 27119 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-04 15:43:52.153 27119 27119 W System.err: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
02-04 15:43:52.153 27119 27119 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-04 15:43:52.153 27119 27119 W System.err: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8200)
02-04 15:43:52.153 27119 27119 W System.err: at
android.system.Os.open(Os.java:494)
02-04 15:43:52.153 27119 27119 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.monitorVersionControl(PerfDebugMonitorImp
l.java:204)
02-04 15:43:52.154 27119 27119 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.prepareMonitor(PerfDebugMonitorImpl.java:
185)
02-04 15:43:52.154 27119 27119 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8287)
02-04 15:43:52.154 27119 27119 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-04 15:43:52.154 27119 27119 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
02-04 15:43:52.154 27119 27119 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
02-04 15:43:52.295 27119 27119 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-04 15:43:52.295 27119 27119 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-04 15:43:52.296 27119 27119 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
02-04 15:43:52.296 27119 27119 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
02-04 15:43:52.296 27119 27119 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
02-04 15:43:52.296 27119 27119 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-04 15:43:52.296 27119 27119 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-04 15:43:52.296 27119 27119 W System.err: at
java.lang.Class.newInstance(Native Method)
02-04 15:43:52.296 27119 27119 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-04 15:43:52.296 27119 27119 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-04 15:43:52.296 27119 27119 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1249)
02-04 15:43:52.296 27119 27119 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1493)
02-04 15:43:52.296 27119 27119 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1426)
02-04 15:43:52.296 27119 27119 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7135)
02-04 15:43:52.296 27119 27119 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-04 15:43:52.296 27119 27119 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2262)
02-04 15:43:52.296 27119 27119 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
--------- beginning of main
02-04 23:48:17.545 10485 10485 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
02-04 23:48:17.554 10485 10485 W System.err: android.system.ErrnoException: open
failed: ENOENT (No such file or directory)
02-04 23:48:17.554 10485 10485 W System.err: at libcore.io.Linux.open(Native
Method)
02-04 23:48:17.554 10485 10485 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-04 23:48:17.554 10485 10485 W System.err: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
02-04 23:48:17.554 10485 10485 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-04 23:48:17.554 10485 10485 W System.err: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8200)
02-04 23:48:17.554 10485 10485 W System.err: at
android.system.Os.open(Os.java:494)
02-04 23:48:17.554 10485 10485 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.monitorVersionControl(PerfDebugMonitorImp
l.java:204)
02-04 23:48:17.555 10485 10485 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.prepareMonitor(PerfDebugMonitorImpl.java:
185)
02-04 23:48:17.555 10485 10485 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8287)
02-04 23:48:17.555 10485 10485 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-04 23:48:17.555 10485 10485 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
02-04 23:48:17.555 10485 10485 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
02-04 23:48:17.935 10485 10485 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-04 23:48:17.937 10485 10485 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-04 23:48:17.937 10485 10485 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
02-04 23:48:17.937 10485 10485 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
02-04 23:48:17.938 10485 10485 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
02-04 23:48:17.938 10485 10485 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-04 23:48:17.938 10485 10485 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-04 23:48:17.938 10485 10485 W System.err: at
java.lang.Class.newInstance(Native Method)
02-04 23:48:17.938 10485 10485 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-04 23:48:17.938 10485 10485 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-04 23:48:17.938 10485 10485 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1249)
02-04 23:48:17.938 10485 10485 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1493)
02-04 23:48:17.938 10485 10485 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1426)
02-04 23:48:17.938 10485 10485 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7135)
02-04 23:48:17.938 10485 10485 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-04 23:48:17.938 10485 10485 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2262)
02-04 23:48:17.938 10485 10485 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-04 23:48:17.939 10485 10485 W System.err: at
android.os.Looper.loopOnce(Looper.java:211)
02-04 23:48:17.939 10485 10485 W System.err: at
android.os.Looper.loop(Looper.java:300)
02-04 23:48:17.939 10485 10485 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8324)
02-04 23:48:17.939 10485 10485 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-04 23:48:17.939 10485 10485 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
02-04 23:48:17.939 10485 10485 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
02-04 23:48:17.985 10485 10485 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.
02-04 23:48:18.944 10485 10485 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-04 23:48:18.944 10485 10485 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-04 23:48:19.007 10485 10485 W com.mbwhatsapp: type=1400 audit(0.0:151032): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm-
41" ino=51020 scontext=u:r:untrusted_app:s0:c24,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c24,c257,c512,c768 tclass=file
app=com.mbwhatsapp
02-04 23:48:19.023 10485 10485 W com.mbwhatsapp: type=1400 audit(0.0:151033): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-41" ino=51021 scontext=u:r:untrusted_app:s0:c24,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c24,c257,c512,c768 tclass=file
app=com.mbwhatsapp
02-04 23:48:19.099 10485 10485 W com.mbwhatsapp: type=1400 audit(0.0:151034): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so"
dev="dm-41" ino=50709 scontext=u:r:untrusted_app:s0:c24,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c24,c257,c512,c768 tclass=file
app=com.mbwhatsapp
02-04 23:48:19.119 10485 10485 W com.mbwhatsapp: type=1400 audit(0.0:151035): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-41" ino=51021 scontext=u:r:untrusted_app:s0:c24,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c24,c257,c512,c768 tclass=file
app=com.mbwhatsapp
02-04 23:48:19.229 10485 10529 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-04 23:48:19.229 10485 10529 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
02-04 23:48:19.229 10485 10529 W com.mbwhatsapp: and incorrect proguard
optimizations.
--------- beginning of system
02-04 23:48:19.235 10485 10485 W Looper : PerfMonitor longMsg : seq=2
plan=23:48:17.571 late=11ms wall=1643ms h=android.app.ActivityThread$H w=110
procState=-1
02-04 23:48:21.113 10485 10533 W BpBinder: Slow Binder: BpBinder transact took 381
ms, interface=android.app.job.IJobScheduler, code=2 oneway=false
02-05 07:21:50.186 10485 10493 W com.mbwhatsapp: Reducing the number of considered
missed Gc histogram windows from 123 to 100
02-05 07:48:17.825 10485 10493 W com.mbwhatsapp: Reducing the number of considered
missed Gc histogram windows from 132 to 100
02-05 08:13:22.635 10485 10493 W com.mbwhatsapp: Reducing the number of considered
missed Gc histogram windows from 118 to 100
02-05 08:36:08.540 10485 10493 W com.mbwhatsapp: Reducing the number of considered
missed Gc histogram windows from 137 to 100
02-05 08:58:38.515 10485 10493 W com.mbwhatsapp: Reducing the number of considered
missed Gc histogram windows from 135 to 100
02-05 09:24:54.252 10485 10493 W com.mbwhatsapp: Reducing the number of considered
missed Gc histogram windows from 148 to 100
02-05 09:50:26.243 10485 10493 W com.mbwhatsapp: Reducing the number of considered
missed Gc histogram windows from 120 to 100
02-05 10:18:09.809 10485 10493 W com.mbwhatsapp: Reducing the number of considered
missed Gc histogram windows from 147 to 100
02-05 10:42:56.728 10485 10493 W com.mbwhatsapp: Reducing the number of considered
missed Gc histogram windows from 148 to 100
02-05 11:08:40.644 10485 10493 W com.mbwhatsapp: Reducing the number of considered
missed Gc histogram windows from 154 to 100
02-05 11:34:04.124 10485 10493 W com.mbwhatsapp: Reducing the number of considered
missed Gc histogram wi--------- beginning of system
02-05 12:14:34.810 10485 10485 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.registration.RegisterName time=1ms latency=366ms
procState=-1 historyMsgCount=2
02-05 12:15:05.396 10485 10536 W BpBinder: Slow Binder: BpBinder transact took
30073 ms, interface=com.google.android.auth.IAuthManagerService, code=5
oneway=false
02-05 12:15:37.983 10485 10536 W BpBinder: Slow Binder: BpBinder transact took
30126 ms, interface=com.google.android.auth.IAuthManagerService, code=5
oneway=false
02-05 12:16:01.173 10485 10536 W BpBinder: Slow Binder: BpBinder transact took
18874 ms, interface=com.google.android.auth.IAuthManagerService, code=5
oneway=false
02-05 12:16:07.489 10485 10536 W BpBinder: Slow Binder: BpBinder transact took 1893
ms, interface=com.google.android.auth.IAuthManagerService, code=5 oneway=false
02-05 12:16:28.411 10485 10536 W BpBinder: Slow Binder: BpBinder transact took 7616
ms, interface=com.google.android.auth.IAuthManagerService, code=5 oneway=false
--------- beginning of main
02-05 12:53:35.439 4557 4557 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
02-05 12:53:35.450 4557 4557 W System.err: android.system.ErrnoException: open
failed: ENOENT (No such file or directory)
02-05 12:53:35.450 4557 4557 W System.err: at libcore.io.Linux.open(Native
Method)
02-05 12:53:35.450 4557 4557 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-05 12:53:35.450 4557 4557 W System.err: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
02-05 12:53:35.450 4557 4557 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-05 12:53:35.450 4557 4557 W System.err: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8200)
02-05 12:53:35.450 4557 4557 W System.err: at
android.system.Os.open(Os.java:494)
02-05 12:53:35.450 4557 4557 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.monitorVersionControl(PerfDebugMonitorImp
l.java:204)
02-05 12:53:35.450 4557 4557 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.prepareMonitor(PerfDebugMonitorImpl.java:
185)
02-05 12:53:35.450 4557 4557 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8287)
02-05 12:53:35.450 4557 4557 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-05 12:53:35.450 4557 4557 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
02-05 12:53:35.450 4557 4557 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
02-05 12:53:35.654 4557 4557 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-05 12:53:35.655 4557 4557 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-05 12:53:35.655 4557 4557 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
02-05 12:53:35.655 4557 4557 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
02-05 12:53:35.655 4557 4557 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
02-05 12:53:35.655 4557 4557 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-05 12:53:35.655 4557 4557 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-05 12:53:35.655 4557 4557 W System.err: at
java.lang.Class.newInstance(Native Method)
02-05 12:53:35.655 4557 4557 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-05 12:53:35.655 4557 4557 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-05 12:53:35.655 4557 4557 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1249)
02-05 12:53:35.655 4557 4557 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1493)
02-05 12:53:35.655 4557 4557 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1426)
02-05 12:53:35.655 4557 4557 W System.err: at
android.app.ActivityThread.handleBindApplication(Activit--------- beginning of main
02-06 11:20:14.625 28887 28887 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
02-06 11:20:14.636 28887 28887 W System.err: android.system.ErrnoException: open
failed: ENOENT (No such file or directory)
02-06 11:20:14.637 28887 28887 W System.err: at libcore.io.Linux.open(Native
Method)
02-06 11:20:14.637 28887 28887 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-06 11:20:14.637 28887 28887 W System.err: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
02-06 11:20:14.637 28887 28887 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-06 11:20:14.637 28887 28887 W System.err: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8200)
02-06 11:20:14.637 28887 28887 W System.err: at
android.system.Os.open(Os.java:494)
02-06 11:20:14.637 28887 28887 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.monitorVersionControl(PerfDebugMonitorImp
l.java:204)
02-06 11:20:14.637 28887 28887 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.prepareMonitor(PerfDebugMonitorImpl.java:
185)
02-06 11:20:14.637 28887 28887 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8287)
02-06 11:20:14.637 28887 28887 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-06 11:20:14.637 28887 28887 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
02-06 11:20:14.637 28887 28887 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
02-06 11:20:14.900 28887 28887 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-06 11:20:14.900 28887 28887 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-06 11:20:14.900 28887 28887 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
02-06 11:20:14.900 28887 28887 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
02-06 11:20:14.900 28887 28887 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
02-06 11:20:14.900 28887 28887 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-06 11:20:14.900 28887 28887 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-06 11:20:14.900 28887 28887 W System.err: at
java.lang.Class.newInstance(Native Method)
02-06 11:20:14.900 28887 28887 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-06 11:20:14.900 28887 28887 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-06 11:20:14.900 28887 28887 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1249)
02-06 11:20:14.900 28887 28887 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1493)
02-06 11:20:14.900 28887 28887 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1426)
02-06 11:20:14.900 28887 28887 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7135)
02-06 11:20:14.900 28887 28887 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-06 11:20:14.900 28887 28887 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2262)
02-06 11:20:14.900 28887 28887 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-06 11:20:14.900 28887 28887 W System.err: at
android.os.Looper.loopOnce(Looper.java:211)
02-06 11:20:14.900 28887 28887 W System.err: at
android.os.Looper.loop(Looper.java:300)
02-06 11:20:14.900 28887 28887 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8324)
02-06 11:20:14.900 28887 28887 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-06 11:20:14.901 28887 28887 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
02-06 11:20:14.901 28887 28887 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
02-06 11:20:14.968 28887 28887 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.
02-06 11:20:15.328 28887 28887 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-06 11:20:15.329 28887 28887 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-06 11:20:15.364 28887 28887 W com.mbwhatsapp: type=1400 audit(0.0:246253): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so"
dev="dm-61" ino=51200 scontext=u:r:untrusted_app:s0:c24,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c24,c257,c512,c768 tclass=file
app=com.mbwhatsapp
02-06 11:20:15.372 28887 28887 W com.mbwhatsapp: type=1400 audit(0.0:246254): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm-
61" ino=51020 scontext=u:r:untrusted_app:s0:c24,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c24,c257,c512,c768 tclass=file
app=com.mbwhatsapp
02-06 11:20:15.380 28887 28887 W com.mbwhatsapp: type=1400 audit(0.0:246255): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-61" ino=51021 scontext=u:r:untrusted_app:s0:c24,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c24,c257,c512,c768 tclass=file
app=com.mbwhatsapp
02-06 11:20:15.556 28887 28937 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-06 11:20:15.556 28887 28937 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
02-06 11:20:15.556 28887 28937 W com.mbwhatsapp: and incorrect proguard
optimizations.
02-06 11:20:15.574 28887 28887 W com.mbwhatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-06 11:20:15.826 28887 28887 W libc : Access denied finding property
"ro.vendor.df.effect.conflict"
02-06 11:20:15.820 28887 28887 W com.mbwhatsapp: type=1400 audit(0.0:246263): avc:
denied { read } for name="u:object_r:vendor_displayfeature_prop:s0" dev="tmpfs"
ino=10277 scontext=u:r:untrusted_app:s0:c24,c257,c512,c768
tcontext=u:object_r:vendor_displayfeature_prop:s0 tclass=file permissive=0
app=com.mbwhatsapp
--------- beginning of system
02-06 11:20:15.909 28887 28887 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.Icon0 time=353ms latency=888ms procState=-1
historyMsgCount=2 (msgIndex=2 wall=883ms seq=2 late=14ms
h=android.app.ActivityThread$H w=110)
02-06 11:20:15.909 28887 28887 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.Icon0 time=0ms latency=1241ms procState=-1
historyMsgCount=3 (msgIndex=2 wall=883ms seq=2 late=14ms
h=android.app.ActivityThread$H w=110)
02-06 11:20:15.998 28887 28958 E QT : [QT]file does not exist
02-06 11:20:16.188 28887 28981 W WM-Processor: Didn't find WorkSpec for id
WorkGenerationalId(workSpecId=613dc80a-22bd-44c2-af4a-7634867b119e, generation=0)
02-06 11:20:16.342 28887 28956 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-06 11:20:16.366 28887 28956 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-06 11:20:16.372 28887 28887 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.registration.RegisterName time=0ms latency=386ms
procState=-1 historyMsgCount=1
02-06 11:20:16.416 28887 28956 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
02-06 11:20:16.416 28887 28956 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
02-06 11:20:16.420 28887 28956 W libc : Access denied finding property
"vendor.migl.debug"
02-06 11:20:16.420 28887 28956 E libMiGL : libm--------- beginning of main
02-06 17:04:48.831 23989 23989 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
02-06 17:04:48.839 23989 23989 W System.err: android.system.ErrnoException: open
failed: ENOENT (No such file or directory)
02-06 17:04:48.839 23989 23989 W System.err: at libcore.io.Linux.open(Native
Method)
02-06 17:04:48.839 23989 23989 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-06 17:04:48.839 23989 23989 W System.err: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
02-06 17:04:48.839 23989 23989 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-06 17:04:48.839 23989 23989 W System.err: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8200)
02-06 17:04:48.839 23989 23989 W System.err: at
android.system.Os.open(Os.java:494)
02-06 17:04:48.839 23989 23989 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.monitorVersionControl(PerfDebugMonitorImp
l.java:204)
02-06 17:04:48.839 23989 23989 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.prepareMonitor(PerfDebugMonitorImpl.java:
185)
02-06 17:04:48.839 23989 23989 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8287)
02-06 17:04:48.839 23989 23989 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-06 17:04:48.839 23989 23989 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
02-06 17:04:48.839 23989 23989 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
02-06 17:04:49.371 23989 23989 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-06 17:04:49.372 23989 23989 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-06 17:04:49.372 23989 23989 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
02-06 17:04:49.373 23989 23989 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
02-06 17:04:49.373 23989 23989 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
02-06 17:04:49.373 23989 23989 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-06 17:04:49.373 23989 23989 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-06 17:04:49.373 23989 23989 W System.err: at
java.lang.Class.newInstance(Native Method)
02-06 17:04:49.373 23989 23989 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-06 17:04:49.373 23989 23989 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-06 17:04:49.373 23989 23989 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1249)
02-06 17:04:49.374 23989 23989 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1493)
02-06 17:04:49.374 23989 23989 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1426)
02-06 17:04:49.374 23989 23989 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7135)
02-06 17:04:49.374 23989 23989 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-06 17:04:49.374 23989 23989 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2262)
02-06 17:04:49.374 23989 23989 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-06 17:04:49.374 23989 23989 W System.err: at
android.os.Looper.loopOnce(Looper.java:211)
02-06 17:04:49.374 23989 23989 W System.err: at
android.os.Looper.loop(Looper.java:300)
02-06 17:04:49.374 23989 23989 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8324)
02-06 17:04:49.375 23989 23989 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-06 17:04:49.375 23989 23989 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
02-06 17:04:49.375 23989 23989 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
02-06 17:04:49.556 23989 23989 E Cu

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy