0% found this document useful (0 votes)
162 views86 pages

Logcat

The document contains log messages from an Android application. It reports errors opening files and loading classes, indicating issues running or initializing the app. Specifically, it cannot load the jdwp debugger agent, has errors opening files, and throws class not found exceptions. It also contains messages about setting up an uncaught exception handler.

Uploaded by

cristian perdomo
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)
162 views86 pages

Logcat

The document contains log messages from an Android application. It reports errors opening files and loading classes, indicating issues running or initializing the app. Specifically, it cannot load the jdwp debugger agent, has errors opening files, and throws class not found exceptions. It also contains messages about setting up an uncaught exception handler.

Uploaded by

cristian perdomo
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/ 86

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

02-09 09:45:49.298 23647 23647 E com.mbwhatsapp: Not starting debugger since


process cannot load the jdwp agent.
02-09 09:45:49.321 23647 23647 W System.err: android.system.ErrnoException: open
failed: ENOENT (No such file or directory)
02-09 09:45:49.321 23647 23647 W System.err: at libcore.io.Linux.open(Native
Method)
02-09 09:45:49.321 23647 23647 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-09 09:45:49.321 23647 23647 W System.err: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
02-09 09:45:49.321 23647 23647 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-09 09:45:49.321 23647 23647 W System.err: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8200)
02-09 09:45:49.321 23647 23647 W System.err: at
android.system.Os.open(Os.java:494)
02-09 09:45:49.321 23647 23647 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.monitorVersionControl(PerfDebugMonitorImp
l.java:204)
02-09 09:45:49.321 23647 23647 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.prepareMonitor(PerfDebugMonitorImpl.java:
185)
02-09 09:45:49.321 23647 23647 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8287)
02-09 09:45:49.321 23647 23647 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-09 09:45:49.321 23647 23647 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
02-09 09:45:49.321 23647 23647 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
02-09 09:45:49.501 23647 23647 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-09 09:45:49.501 23647 23647 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-09 09:45:49.501 23647 23647 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
02-09 09:45:49.501 23647 23647 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
02-09 09:45:49.501 23647 23647 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
02-09 09:45:49.501 23647 23647 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-09 09:45:49.501 23647 23647 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-09 09:45:49.501 23647 23647 W System.err: at
java.lang.Class.newInstance(Native Method)
02-09 09:45:49.501 23647 23647 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-09 09:45:49.501 23647 23647 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-09 09:45:49.501 23647 23647 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1249)
02-09 09:45:49.501 23647 23647 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1493)
02-09 09:45:49.501 23647 23647 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1426)
02-09 09:45:49.501 23647 23647 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7135)
02-09 09:45:49.501 23647 23647 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-09 09:45:49.501 23647 23647 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2262)
02-09 09:45:49.501 23647 23647 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-09 09:45:49.501 23647 23647 W System.err: at
android.os.Looper.loopOnce(Looper.java:211)
02-09 09:45:49.501 23647 23647 W System.err: at
android.os.Looper.loop(Looper.java:300)
02-09 09:45:49.501 23647 23647 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8324)
02-09 09:45:49.501 23647 23647 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-09 09:45:49.501 23647 23647 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
02-09 09:45:49.501 23647 23647 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
02-09 09:45:49.598 23647 23647 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-09 09:45:50.260 23647 23697 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-09 09:45:50.460 23780 23780 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
02-09 09:45:50.469 23780 23780 W System.err: android.system.ErrnoException: open
failed: ENOENT (No such file or directory)
02-09 09:45:50.469 23780 23780 W System.err: at libcore.io.Linux.open(Native
Method)
02-09 09:45:50.469 23780 23780 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-09 09:45:50.469 23780 23780 W System.err: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
02-09 09:45:50.469 23780 23780 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-09 09:45:50.469 23780 23780 W System.err: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8200)
02-09 09:45:50.469 23780 23780 W System.err: at
android.system.Os.open(Os.java:494)
02-09 09:45:50.469 23780 23780 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.monitorVersionControl(PerfDebugMonitorImp
l.java:204)
02-09 09:45:50.469 23780 23780 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.prepareMonitor(PerfDebugMonitorImpl.java:
185)
02-09 09:45:50.469 23780 23780 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8287)
02-09 09:45:50.469 23780 23780 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-09 09:45:50.469 23780 23780 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
02-09 09:45:50.469 23780 23780 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
02-09 09:45:50.581 23780 23780 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-09 09:45:50.581 23780 23780 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-09 09:45:50.581 23780 23780 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
02-09 09:45:50.581 23780 23780 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
02-09 09:45:50.581 23780 23780 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
02-09 09:45:50.581 23780 23780 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-09 09:45:50.581 23780 23780 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-09 09:45:50.581 23780 23780 W System.err: at
java.lang.Class.newInstance(Native Method)
02-09 09:45:50.581 23780 23780 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-09 09:45:50.581 23780 23780 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-09 09:45:50.581 23780 23780 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1249)
02-09 09:45:50.581 23780 23780 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1493)
02-09 09:45:50.581 23780 23780 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1426)
02-09 09:45:50.581 23780 23780 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7135)
02-09 09:45:50.581 23780 23780 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-09 09:45:50.581 23780 23780 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2262)
02-09 09:45:50.581 23780 23780 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-09 09:45:50.581 23780 23780 W System.err: at
android.os.Looper.loopOnce(Looper.java:211)
02-09 09:45:50.581 23780 23780 W System.err: at
android.os.Looper.loop(Looper.java:300)
02-09 09:45:50.581 23780 23780 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8324)
02-09 09:45:50.581 23780 23780 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-09 09:45:50.581 23780 23780 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
02-09 09:45:50.581 23780 23780 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
02-09 09:45:50.619 23780 23780 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-09 09:45:50.666 23780 23805 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-09 09:45:50.919 23780 23780 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-09 09:45:50.919 23780 23780 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-09 09:45:51.713 23780 23780 W com.mbwhatsapp: type=1400 audit(0.0:295007): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so"
dev="dm-45" ino=102387 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
02-09 09:45:51.713 23780 23780 W com.mbwhatsapp: type=1400 audit(0.0:295008): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm-
45" ino=80955 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
02-09 09:45:51.721 23780 23780 W com.mbwhatsapp: type=1400 audit(0.0:295009): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-45" ino=67512 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
02-09 09:45:51.737 23780 23780 W com.mbwhatsapp: type=1400 audit(0.0:295010): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so"
dev="dm-45" ino=18390 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
02-09 09:45:51.745 23780 23780 W com.mbwhatsapp: type=1400 audit(0.0:295011): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-45" ino=67512 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
02-09 09:45:51.745 23780 23780 W com.mbwhatsapp: type=1400 audit(0.0:295012): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-45" ino=67512 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
02-09 09:45:51.745 23780 23780 W com.mbwhatsapp: type=1400 audit(0.0:295013): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-45" ino=67512 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
02-09 09:45:51.745 23780 23780 W com.mbwhatsapp: type=1400 audit(0.0:295014): 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
02-09 09:45:51.917 23780 23851 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-09 09:45:51.917 23780 23851 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
02-09 09:45:51.917 23780 23851 W com.mbwhatsapp: and incorrect proguard
optimizations.
--------- beginning of system
02-09 09:45:51.917 23780 23780 W Looper : PerfMonitor longMsg : seq=2
plan=09:45:50.478 late=36ms wall=1397ms h=android.app.ActivityThread$H w=110
procState=-1
02-09 09:45:51.934 23780 23780 W com.mbwhatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-09 09:45:52.118 23780 23780 W libc : Access denied finding property
"ro.vendor.df.effect.conflict"
02-09 09:45:52.157 23780 23780 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.Icon0 time=240ms latency=1409ms procState=-1
historyMsgCount=2 (msgIndex=2 wall=1397ms seq=2 late=36ms
h=android.app.ActivityThread$H w=110)
02-09 09:45:52.157 23780 23780 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.Icon0 time=0ms latency=1649ms procState=-1
historyMsgCount=3 (msgIndex=2 wall=1397ms seq=2 late=36ms
h=android.app.ActivityThread$H w=110)
02-09 09:45:52.191 23780 23876 E QT : [QT]file does not exist
02-09 09:45:52.291 23780 23780 E com.mbwhatsapp: Invalid ID 0x00000000.
02-09 09:45:52.292 23780 23780 W System.err:
android.content.res.Resources$NotFoundException: String resource ID #0x0
02-09 09:45:52.292 23780 23780 W System.err:
02-09 09:45:52.298 23780 23780 W System.err: at
android.content.res.Resources.getText(Resources.java:480)
02-09 09:45:52.298 23780 23780 W System.err:
02-09 09:45:52.298 23780 23780 W System.err: at
android.content.res.MiuiResources.getText(MiuiResources.java:106)
02-09 09:45:52.298 23780 23780 W System.err:
02-09 09:45:52.298 23780 23780 W System.err: at
android.content.res.Resources.getString(Resources.java:573)
02-09 09:45:52.298 23780 23780 W System.err:
02-09 09:45:52.298 23780 23780 W System.err: at X.35t.A0E(Unknown Source:46)
02-09 09:45:52.298 23780 23780 W System.err:
02-09 09:45:52.298 23780 23780 W System.err: at
com.mbwhatsapp.yo.yo.getString(Native Method)
02-09 09:45:52.298 23780 23780 W System.err:
02-09 09:45:52.298 23780 23780 W System.err: at
com.mbwhatsapp.yo.yo.getString(Native Method)
02-09 09:45:52.298 23780 23780 W System.err:
02-09 09:45:52.298 23780 23780 W System.err: at
com.mbwhatsapp.youbasha.task.utils.requestAllFilesAccess14(Native Method)
02-09 09:45:52.298 23780 23780 W System.err:
02-09 09:45:52.298 23780 23780 W System.err: at
com.mbwhatsapp.yo.dep.showStoragePermissionRequest(Native Method)
02-09 09:45:52.298 23780 23780 W System.err:
02-09 09:45:52.298 23780 23780 W System.err: at
com.mbwhatsapp.registration.EULA.onCreate(Unknown Source:248)
02-09 09:45:52.298 23780 23780 W System.err:
02-09 09:45:52.298 23780 23780 W System.err: at
android.app.Activity.performCreate(Activity.java:8547)
02-09 09:45:52.298 23780 23780 W System.err:
02-09 09:45:52.298 23780 23780 W System.err: at
android.app.Activity.performCreate(Activity.java:8511)
02-09 09:45:52.298 23780 23780 W System.err:
02-09 09:45:52.298 23780 23780 W System.err: at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1437)
02-09 09:45:52.299 23780 23780 W System.err:
02-09 09:45:52.299 23780 23780 W System.err: at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3877)
02-09 09:45:52.299 23780 23780 W System.err:
02-09 09:45:52.299 23780 23780 W System.err: at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4042)
02-09 09:45:52.299 23780 23780 W System.err:
02-09 09:45:52.299 23780 23780 W System.err: at
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:10
1)
02-09 09:45:52.299 23780 23780 W System.err:
02-09 09:45:52.299 23780 23780 W System.err: at
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu
tor.java:135)
02-09 09:45:52.299 23780 23780 W System.err:
02-09 09:45:52.299 23780 23780 W System.err: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
95)
02-09 09:45:52.299 23780 23780 W System.err:
02-09 09:45:52.299 23780 23780 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2436)
02-09 09:45:52.299 23780 23780 W System.err:
02-09 09:45:52.299 23780 23780 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-09 09:45:52.299 23780 23780 W System.err:
02-09 09:45:52.299 23780 23780 W System.err: at
android.os.Looper.loopOnce(Looper.java:211)
02-09 09:45:52.299 23780 23780 W System.err:
02-09 09:45:52.299 23780 23780 W System.err: at
android.os.Looper.loop(Looper.java:300)
02-09 09:45:52.299 23780 23780 W System.err:
02-09 09:45:52.299 23780 23780 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8324)
02-09 09:45:52.299 23780 23780 W System.err:
02-09 09:45:52.299 23780 23780 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-09 09:45:52.299 23780 23780 W System.err:
02-09 09:45:52.299 23780 23780 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
02-09 09:45:52.299 23780 23780 W System.err:
02-09 09:45:52.300 23780 23780 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
02-09 09:45:52.300 23780 23780 W System.err:
02-09 09:45:52.401 23780 23780 W Activity: Can request only one set of permissions
at a time
02-09 09:45:52.480 23780 23899 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriver_mtk.so" not found
02-09 09:45:52.480 23780 23899 E RenderScript: Failed to load runtime
libRSDriver_mtk.so, loading default
02-09 09:45:52.593 23780 23780 E ArmVmp : Match on catch block at 0x0a in for
0x26d
02-09 09:45:52.612 23780 23875 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:45:52.630 23780 23780 W Activity: PerfMonitor: Slow Operation: Activity
com.mbwhatsapp/.registration.EULA onStart took 306ms
02-09 09:45:52.672 23780 23875 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:45:52.681 23780 23780 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.registration.EULA time=0ms latency=513ms procState=-1
historyMsgCount=2 (msgIndex=2 wall=501ms seq=13 late=11ms
h=android.app.ActivityThread$H w=159)
02-09 09:45:52.682 23780 23780 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.registration.EULA time=1ms latency=396ms procState=-1
historyMsgCount=5 (msgIndex=1 wall=501ms seq=13 late=11ms
h=android.app.ActivityThread$H w=159)
02-09 09:45:52.709 23780 23780 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.registration.EULA time=26ms latency=397ms procState=-1
historyMsgCount=6 (msgIndex=1 wall=501ms seq=13 late=11ms
h=android.app.ActivityThread$H w=159)
02-09 09:45:52.790 23780 23875 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
02-09 09:45:52.791 23780 23875 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
02-09 09:45:52.830 23780 23780 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:45:52.831 23780 23875 W FramePredict: "FramePredict won 't run in other
process: com.mbwhatsapp"
02-09 09:45:52.871 23780 23875 W libc : Access denied finding property
"ro.vendor.magt.mtk_magt_support"
02-09 09:45:52.882 23780 23875 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:45:52.891 23780 23875 E libEGL : pre_cache appList: ,,
02-09 09:45:52.948 23780 23875 E com.mbwhatsapp: DF open fail: No such file or
directory
02-09 09:45:52.953 23780 23875 W com.mbwhatsapp: remote service is not exist
02-09 09:45:52.954 23780 23875 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:45:52.955 23780 23875 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:45:52.967 23780 23875 W Parcel : Expecting binder but got null!
02-09 09:45:53.940 23780 23875 W Parcel : Expecting binder but got null!
02-09 09:45:53.943 23780 23780 W Looper : PerfMonitor longMsg : seq=25
plan=09:45:52.618 late=109ms wall=1214ms h=android.view.Choreographer$FrameHandler
c=android.view.Choreographer$FrameDisplayEventReceiver procState=-1
02-09 09:45:53.943 23780 23780 W Looper : PerfMonitor doFrame : time=1214ms
vsyncFrame=0 latency=109ms procState=-1 historyMsgCount=12 (msgIndex=1 wall=501ms
seq=13 late=11ms h=android.app.ActivityThread$H w=159)
02-09 09:45:54.017 23780 23780 W Looper : PerfMonitor doFrame : time=59ms
vsyncFrame=0 latency=1211ms procState=-1 historyMsgCount=7 (msgIndex=1 wall=1214ms
seq=25 late=109ms h=android.view.Choreographer$FrameHandler
c=android.view.Choreographer$FrameDisplayEventReceiver)
02-09 09:45:54.071 23780 23780 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.registration.EULA time=20ms latency=724ms procState=-1
historyMsgCount=92 (msgIndex=1 wall=1214ms seq=25 late=109ms
h=android.view.Choreographer$FrameHandler
c=android.view.Choreographer$FrameDisplayEventReceiver)
02-09 09:45:55.052 23780 23780 E com.mbwhatsapp: Invalid ID 0x00000000.
02-09 09:45:55.053 23780 23780 E com.mbwhatsapp: Invalid ID 0x00000000.
02-09 09:45:55.054 23780 23780 E com.mbwhatsapp: Invalid ID 0x00000000.
02-09 09:45:55.057 23780 23780 E com.mbwhatsapp: Invalid ID 0x00000000.
02-09 09:45:55.058 23780 23780 E com.mbwhatsapp: Invalid ID 0x00000000.
02-09 09:45:55.058 23780 23780 E com.mbwhatsapp: Invalid ID 0x00000000.
02-09 09:45:55.059 23780 23780 E com.mbwhatsapp: Invalid ID 0x00000000.
02-09 09:45:55.084 23780 23780 E com.mbwhatsapp: Invalid ID 0x00000000.
02-09 09:45:55.650 23780 23791 W com.mbwhatsapp: Cleared Reference was only
reachable from finalizer (only reported once)
02-09 09:46:03.579 23780 23780 W Activity: Can request only one set of permissions
at a time
02-09 09:46:03.580 23780 23780 W Activity: Can request only one set of permissions
at a time
02-09 09:46:03.917 23780 23780 E WindowManager: android.view.WindowLeaked: Activity
com.mbwhatsapp.registration.EULA has leaked window DecorView@1a72a16[EULA] that was
originally added here
02-09 09:46:03.917 23780 23780 E WindowManager: at
android.view.ViewRootImpl.<init>(ViewRootImpl.java:1042)
02-09 09:46:03.917 23780 23780 E WindowManager: at
android.view.ViewRootImpl.<init>(ViewRootImpl.java:1026)
02-09 09:46:03.917 23780 23780 E WindowManager: at
android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:398)
02-09 09:46:03.917 23780 23780 E WindowManager: at
android.view.WindowManagerImpl.addView(WindowManagerImpl.java:148)
02-09 09:46:03.917 23780 23780 E WindowManager: at
android.app.Dialog.show(Dialog.java:361)
02-09 09:46:03.917 23780 23780 E WindowManager: at
mbmodsd.mbmodsw.mbdialog.mbdialogios.iOSDark.show(Native Method)
02-09 09:46:03.917 23780 23780 E WindowManager: at
mbmodsd.mbmodsw.mbutils.mbiosdialog.mb_allfiles(Native Method)
02-09 09:46:03.917 23780 23780 E WindowManager: at
com.mbwhatsapp.registration.EULA.onStart(Unknown Source:6)
02-09 09:46:03.917 23780 23780 E WindowManager: at
android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1563)
02-09 09:46:03.917 23780 23780 E WindowManager: at
android.app.Activity.performStart(Activity.java:8579)
02-09 09:46:03.917 23780 23780 E WindowManager: at
android.app.ActivityThread.handleStartActivity(ActivityThread.java:3921)
02-09 09:46:03.917 23780 23780 E WindowManager: at
android.app.servertransaction.TransactionExecutor.performLifecycleSequence(Transact
ionExecutor.java:221)
02-09 09:46:03.917 23780 23780 E WindowManager: at
android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.j
ava:201)
02-09 09:46:03.917 23780 23780 E WindowManager: at
android.app.servertransaction.TransactionExecutor.executeLifecycleState(Transaction
Executor.java:173)
02-09 09:46:03.917 23780 23780 E WindowManager: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
97)
02-09 09:46:03.917 23780 23780 E WindowManager: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2436)
02-09 09:46:03.917 23780 23780 E WindowManager: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-09 09:46:03.917 23780 23780 E WindowManager: at
android.os.Looper.loopOnce(Looper.java:211)
02-09 09:46:03.917 23780 23780 E WindowManager: at
android.os.Looper.loop(Looper.java:300)
02-09 09:46:03.917 23780 23780 E WindowManager: at
android.app.ActivityThread.main(ActivityThread.java:8324)
02-09 09:46:03.917 23780 23780 E WindowManager: at
java.lang.reflect.Method.invoke(Native Method)
02-09 09:46:03.917 23780 23780 E WindowManager: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
02-09 09:46:03.917 23780 23780 E WindowManager: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
02-09 09:46:04.006 23780 23780 W Activity: Can request only one set of permissions
at a time
02-09 09:46:04.009 23780 23780 E ActivityImpl: get life cycle exception
02-09 09:46:04.009 23780 23780 E ActivityImpl: java.lang.ClassCastException:
android.os.BinderProxy cannot be cast to
android.app.servertransaction.ClientTransaction
02-09 09:46:04.009 23780 23780 E ActivityImpl: at
android.app.ActivityImpl.checkAccessControl(ActivityImpl.java:64)
02-09 09:46:04.009 23780 23780 E ActivityImpl: at
android.app.ActivityImpl.onResume(ActivityImpl.java:140)
02-09 09:46:04.009 23780 23780 E ActivityImpl: at
android.app.Activity.onResume(Activity.java:2106)
02-09 09:46:04.009 23780 23780 E ActivityImpl: at X.03u.onResume(Unknown Source:3)
02-09 09:46:04.009 23780 23780 E ActivityImpl: at X.4fW.onResume(Unknown Source:0)
02-09 09:46:04.009 23780 23780 E ActivityImpl: at X.4fV.onResume(Unknown Source:0)
02-09 09:46:04.009 23780 23780 E ActivityImpl: at X.4fS.onResume(Unknown Source:0)
02-09 09:46:04.009 23780 23780 E ActivityImpl: at X.4fQ.onResume(Unknown Source:0)
02-09 09:46:04.009 23780 23780 E ActivityImpl: at
com.mbwhatsapp.registration.EULA.onResume(Unknown Source:0)
02-09 09:46:04.009 23780 23780 E ActivityImpl: at
android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1584)
02-09 09:46:04.009 23780 23780 E ActivityImpl: at
android.app.Activity.performResume(Activity.java:8699)
02-09 09:46:04.009 23780 23780 E ActivityImpl: at
android.app.ActivityThread.performResumeActivity(ActivityThread.java:5037)
02-09 09:46:04.009 23780 23780 E ActivityImpl: at
android.app.ActivityThread.handleResumeActivity(ActivityThread.java:5081)
02-09 09:46:04.009 23780 23780 E ActivityImpl: at
android.app.servertransaction.ResumeActivityItem.execute(ResumeActivityItem.java:54
)
02-09 09:46:04.009 23780 23780 E ActivityImpl: at
android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionIt
em.java:45)
02-09 09:46:04.009 23780 23780 E ActivityImpl: at
android.app.servertransaction.TransactionExecutor.executeLifecycleState(Transaction
Executor.java:176)
02-09 09:46:04.009 23780 23780 E ActivityImpl: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
97)
02-09 09:46:04.009 23780 23780 E ActivityImpl: at
android.app.ClientTransactionHandler.executeTransaction(ClientTransactionHandler.ja
va:64)
02-09 09:46:04.009 23780 23780 E ActivityImpl: at
android.app.ActivityThread.handleRelaunchActivityLocally(ActivityThread.java:6013)
02-09 09:46:04.009 23780 23780 E ActivityImpl: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2446)
02-09 09:46:04.009 23780 23780 E ActivityImpl: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-09 09:46:04.009 23780 23780 E ActivityImpl: at
android.os.Looper.loopOnce(Looper.java:211)
02-09 09:46:04.009 23780 23780 E ActivityImpl: at
android.os.Looper.loop(Looper.java:300)
02-09 09:46:04.009 23780 23780 E ActivityImpl: at
android.app.ActivityThread.main(ActivityThread.java:8324)
02-09 09:46:04.009 23780 23780 E ActivityImpl: at
java.lang.reflect.Method.invoke(Native Method)
02-09 09:46:04.009 23780 23780 E ActivityImpl: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
02-09 09:46:04.009 23780 23780 E ActivityImpl: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
02-09 09:46:04.016 23780 23875 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:46:04.039 23780 23780 E ion : ioctl c0044901 failed with code -1:
Invalid argument
02-09 09:46:04.268 23780 23875 W Parcel : Expecting binder but got null!
02-09 09:46:04.268 23780 23780 W Looper : PerfMonitor doFrame : time=246ms
vsyncFrame=0 latency=312ms procState=-1 historyMsgCount=44
02-09 09:46:04.304 23780 23780 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.registration.EULA time=3ms latency=301ms procState=-1
historyMsgCount=107
02-09 09:46:04.331 23780 23780 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.registration.EULA time=27ms latency=305ms procState=-1
historyMsgCount=108
02-09 09:46:05.697 23780 23780 W MirrorManager: this model don't Support
02-09 09:46:05.927 23780 24393 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-09 09:46:05.927 23780 24393 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-09 09:46:05.927 23780 24393 E ShortcutInfoCompatSaver: at
libcore.io.IoBridge.open(IoBridge.java:574)
02-09 09:46:05.927 23780 24393 E ShortcutInfoCompatSaver: at
java.io.FileInputStream.<init>(FileInputStream.java:160)
02-09 09:46:05.927 23780 24393 E ShortcutInfoCompatSaver: at X.0nz.run(Unknown
Source:82)
02-09 09:46:05.927 23780 24393 E ShortcutInfoCompatSaver: at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:463)
02-09 09:46:05.927 23780 24393 E ShortcutInfoCompatSaver: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
02-09 09:46:05.927 23780 24393 E ShortcutInfoCompatSaver: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
02-09 09:46:05.927 23780 24393 E ShortcutInfoCompatSaver: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
02-09 09:46:05.927 23780 24393 E ShortcutInfoCompatSaver: at
java.lang.Thread.run(Thread.java:1012)
02-09 09:46:05.927 23780 24393 E ShortcutInfoCompatSaver: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
02-09 09:46:05.927 23780 24393 E ShortcutInfoCompatSaver: at
libcore.io.Linux.open(Native Method)
02-09 09:46:05.927 23780 24393 E ShortcutInfoCompatSaver: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-09 09:46:05.927 23780 24393 E ShortcutInfoCompatSaver: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
02-09 09:46:05.927 23780 24393 E ShortcutInfoCompatSaver: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-09 09:46:05.927 23780 24393 E ShortcutInfoCompatSaver: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8200)
02-09 09:46:05.927 23780 24393 E ShortcutInfoCompatSaver: at
libcore.io.IoBridge.open(IoBridge.java:560)
02-09 09:46:05.927 23780 24393 E ShortcutInfoCompatSaver: ... 7 more
02-09 09:46:05.963 23780 23875 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:46:05.973 23780 23875 E FrameEvents: updateAcquireFence: Did not find
frame.
02-09 09:46:05.973 23780 23875 E com.mbwhatsapp: mali-debug: still pending
callback,wait...
02-09 09:46:05.978 23780 23875 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:46:05.982 23780 23875 E FrameEvents: updateAcquireFence: Did not find
frame.
02-09 09:46:05.985 23780 23875 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:46:05.989 23780 23875 E FrameEvents: updateAcquireFence: Did not find
frame.
02-09 09:46:05.993 23780 23780 W com.mbwhatsapp: type=1400 audit(0.0:295053): avc:
denied { read } for name="osrelease" dev="proc" ino=9158889
scontext=u:r:untrusted_app:s0:c20,c257,c512,c768 tcontext=u:object_r:proc:s0
tclass=file permissive=0 app=com.mbwhatsapp
02-09 09:46:05.993 23780 23780 W com.mbwhatsapp: type=1400 audit(0.0:295054): avc:
denied { read } for name="version" dev="proc" ino=9158890
scontext=u:r:untrusted_app:s0:c20,c257,c512,c768 tcontext=u:object_r:proc:s0
tclass=file permissive=0 app=com.mbwhatsapp
02-09 09:46:06.030 23780 23875 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:46:06.030 23780 23875 E com.mbwhatsapp: == MALI DEBUG
===eglp_winsys_populate_image_templates ==12288
02-09 09:46:06.031 23780 23875 E com.mbwhatsapp: == MALI DEBUG
===eglp_winsys_populate_image_templates ==12288
02-09 09:46:06.031 23780 23875 E com.mbwhatsapp: == MALI DEBUG
===eglp_winsys_populate_image_templates ==12288
02-09 09:46:09.851 23780 23875 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:46:09.925 23780 23875 W Parcel : Expecting binder but got null!
02-09 09:46:10.874 23780 23865 W BpBinder: Slow Binder: BpBinder transact took 1010
ms, interface=android.system.keystore2.IKeystoreSecurityLevel, code=2 oneway=false
02-09 09:46:11.966 23780 23865 W BpBinder: Slow Binder: BpBinder transact took 1086
ms, interface=android.system.keystore2.IKeystoreSecurityLevel, code=2 oneway=false
02-09 09:46:11.970 23780 23780 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-09 09:46:11.970 23780 23780 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-09 09:46:16.205 23780 23875 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:46:16.251 23780 23875 W Parcel : Expecting binder but got null!
02-09 09:46:16.865 23780 23829 E PlayCore: UID: [10276] PID: [23780]
StandardIntegrity : Phonesky is not installed.
02-09 09:46:17.703 23780 23875 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:46:17.757 23780 23875 W Parcel : Expecting binder but got null!
02-09 09:46:18.990 23780 23875 E com.mbwhatsapp: mali-debug: still pending
callback,wait...
02-09 09:46:19.111 23780 23875 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:46:19.175 23780 23875 W Parcel : Expecting binder but got null!
02-09 09:46:19.205 23780 23780 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-09 09:46:19.205 23780 23780 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-09 09:46:20.575 23780 24395 W BpBinder: Slow Binder: BpBinder transact took 376
ms,
interface=com.google.android.gms.auth.api.phone.internal.ISmsRetrieverApiService,
code=1 oneway=false
02-09 09:46:20.665 23780 23875 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:46:20.715 23780 23875 W Parcel : Expecting binder but got null!
02-09 09:46:22.521 23780 23875 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:46:22.538 23780 23875 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:46:22.582 23780 23875 W Parcel : Expecting binder but got null!
02-09 09:46:22.619 23780 23875 W Parcel : Expecting binder but got null!
02-09 09:46:26.993 23780 23875 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:46:27.517 23780 23780 W BpBinder: Slow Binder: BpBinder transact took 509
ms, interface=com.android.internal.telecom.ITelecomService, code=34 oneway=false
02-09 09:46:27.556 23780 23875 W Parcel : Expecting binder but got null!
02-09 09:46:27.557 23780 23780 W Looper : PerfMonitor doFrame : time=38ms
vsyncFrame=0 latency=601ms procState=-1 historyMsgCount=1 (msgIndex=1 wall=612ms
seq=1091 late=1ms h=android.app.ActivityThread$H
c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0)
02-09 09:46:27.704 23780 23780 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-09 09:46:27.704 23780 23780 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-09 09:46:29.048 23780 23875 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:46:29.123 23780 23875 W Parcel : Expecting binder but got null!
02-09 09:--------- beginning of main
02-09 09:46:30.196 23780 23875 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:46:30.311 23780 23875 W Parcel : Expecting binder but got null!
02-09 09:46:30.373 23780 23875 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:46:30.427 23780 23875 W Parcel : Expecting binder but got null!
02-09 09:46:30.459 23780 23780 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-09 09:46:30.459 23780 23780 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-09 09:46:30.726 23780 23780 W Choreographer: Frame time is 0.10759 now =
53091450337702 timestampNanos = 53091450445292 ms in the future! Check that
graphics HAL is generating vsync timestamps using the correct timebase.
02-09 09:46:33.760 23780 23875 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:46:33.818 23780 23875 W Parcel : Expecting binder but got null!
02-09 09:46:34.214 23780 23875 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:46:34.260 23780 23875 W Parcel : Expecting binder but got null!
--------- beginning of system
02-09 09:46:34.736 23780 23891 W BpBinder: Slow Binder: BpBinder transact took 469
ms, interface=com.google.android.auth.IAuthManagerService, code=5 oneway=false
02-09 09:46:34.791 23780 23875 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:46:34.850 23780 23875 W Parcel : Expecting binder but got null!
02-09 09:46:36.512 23780 23875 E com.mbwhatsapp: mali-debug: still pending
callback,wait...
02-09 09:46:36.582 23780 23875 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:46:36.678 23780 23875 W Parcel : Expecting binder but got null!
02-09 09:46:37.522 23780 23875 E com.mbwhatsapp: mali-debug: still pending
callback,wait...
02-09 09:46:37.694 23780 24094 W BpBinder: Slow Binder: BpBinder transact took 286
ms, interface=com.google.android.auth.IAuthManagerService, code=5 oneway=false
02-09 09:46:37.727 23780 23875 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:46:37.787 23780 23875 W Parcel : Expecting binder but got null!
02-09 09:46:38.323 23780 23875 E com.mbwhatsapp: mali-debug: still pending
callback,wait...
02-09 09:48:22.811 23780 23875 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:48:22.874 23780 23875 W Parcel : Expecting binder but got null!
02-09 09:48:33.024 26379 26379 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
02-09 09:48:33.033 26379 26379 W System.err: android.system.ErrnoException: open
failed: ENOENT (No such file or directory)
02-09 09:48:33.034 26379 26379 W System.err: at libcore.io.Linux.open(Native
Method)
02-09 09:48:33.034 26379 26379 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-09 09:48:33.034 26379 26379 W System.err: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
02-09 09:48:33.034 26379 26379 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-09 09:48:33.034 26379 26379 W System.err: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8200)
02-09 09:48:33.034 26379 26379 W System.err: at
android.system.Os.open(Os.java:494)
02-09 09:48:33.034 26379 26379 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.monitorVersionControl(PerfDebugMonitorImp
l.java:204)
02-09 09:48:33.034 26379 26379 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.prepareMonitor(PerfDebugMonitorImpl.java:
185)
02-09 09:48:33.034 26379 26379 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8287)
02-09 09:48:33.034 26379 26379 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-09 09:48:33.034 26379 26379 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
02-09 09:48:33.034 26379 26379 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
02-09 09:48:33.124 26379 26379 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-09 09:48:33.124 26379 26379 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-09 09:48:33.124 26379 26379 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
02-09 09:48:33.124 26379 26379 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
02-09 09:48:33.124 26379 26379 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
02-09 09:48:33.124 26379 26379 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-09 09:48:33.124 26379 26379 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-09 09:48:33.124 26379 26379 W System.err: at
java.lang.Class.newInstance(Native Method)
02-09 09:48:33.124 26379 26379 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-09 09:48:33.124 26379 26379 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-09 09:48:33.124 26379 26379 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1249)
02-09 09:48:33.124 26379 26379 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1493)
02-09 09:48:33.124 26379 26379 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1426)
02-09 09:48:33.124 26379 26379 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7135)
02-09 09:48:33.124 26379 26379 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-09 09:48:33.124 26379 26379 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2262)
02-09 09:48:33.124 26379 26379 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-09 09:48:33.125 26379 26379 W System.err: at
android.os.Looper.loopOnce(Looper.java:211)
02-09 09:48:33.125 26379 26379 W System.err: at
android.os.Looper.loop(Looper.java:300)
02-09 09:48:33.125 26379 26379 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8324)
02-09 09:48:33.125 26379 26379 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-09 09:48:33.125 26379 26379 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
02-09 09:48:33.125 26379 26379 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
02-09 09:48:33.187 26379 26379 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-09 09:48:33.342 26379 26379 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-09 09:48:33.342 26379 26379 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-09 09:48:33.353 26379 26379 W com.mbwhatsapp: type=1400 audit(0.0:295203): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so"
dev="dm-45" ino=102387 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
02-09 09:48:33.357 26379 26379 W com.mbwhatsapp: type=1400 audit(0.0:295205): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-45" ino=67512 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
02-09 09:48:33.439 26379 26430 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-09 09:48:33.439 26379 26430 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
02-09 09:48:33.439 26379 26430 W com.mbwhatsapp: and incorrect proguard
optimizations.
02-09 09:48:33.442 26379 26379 W com.mbwhatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-09 09:48:33.560 26379 26379 W libc : Access denied finding property
"ro.vendor.df.effect.conflict"
02-09 09:48:33.586 26379 26379 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.Icon0 time=155ms latency=374ms procState=-1
historyMsgCount=2
02-09 09:48:33.586 26379 26379 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.Icon0 time=0ms latency=529ms procState=-1
historyMsgCount=3
02-09 09:48:33.612 26379 26441 E QT : [QT]file does not exist
02-09 09:48:33.786 26379 26440 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:48:33.801 26379 26440 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:48:33.840 26379 26440 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
02-09 09:48:33.840 26379 26440 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
02-09 09:48:33.843 26379 26440 W libc : Access denied finding property
"vendor.migl.debug"
02-09 09:48:33.844 26379 26440 E libMiGL : libmigl:This GPU version is note support
Variable Shading Rate
02-09 09:48:33.847 26379 26440 E libEGL : pre_cache appList: ,,
02-09 09:48:33.856 26379 26440 W FramePredict: "FramePredict won 't run in other
process: com.mbwhatsapp"
02-09 09:48:33.859 26379 26440 W libc : Access denied finding property
"ro.vendor.magt.mtk_magt_support"
02-09 09:48:33.862 26379 26440 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:48:33.881 26379 26440 E com.mbwhatsapp: DF open fail: No such file or
directory
02-09 09:48:33.882 26379 26440 W com.mbwhatsapp: remote service is not exist
02-09 09:48:33.882 26379 26440 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:48:33.883 26379 26440 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:48:33.886 26379 26440 W Parcel : Expecting binder but got null!
02-09 09:48:33.965 26379 26379 W MirrorManager: this model don't Support
02-09 09:48:33.967 26379 26379 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:48:33.981 26379 26440 W Parcel : Expecting binder but got null!
02-09 09:48:34.190 26379 26440 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:48:34.236 26379 26440 W Parcel : Expecting binder but got null!
02-09 09:48:34.269 26379 26379 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-09 09:48:34.269 26379 26379 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-09 09:48:34.296 26379 26379 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-09 09:48:34.296 26379 26379 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-09 09:48:34.717 26379 26444 W BpBinder: Slow Binder: BpBinder transact took 358
ms, interface=com.google.android.auth.IAuthManagerService, code=5 oneway=false
02-09 09:48:34.745 26379 26440 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:48:34.779 26379 26440 W Parcel : Expecting binder but got null!
02-09 09:48:35.948 26379 26440 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:48:36.034 26379 26440 W Parcel : Expecting binder but got null!
02-09 09:48:36.633 26379 26379 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-09 09:48:36.863 26379 26435 W BpBinder: Slow Binder: BpBinder transact took 264
ms, interface=com.google.android.auth.IAuthManagerService, code=5 oneway=false
02-09 09:48:3--------- beginning of main
02-09 09:48:36.894 26379 26440 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:48:36.955 26379 26440 W Parcel : Expecting binder but got null!
02-09 09:48:45.445 26379 26388 W com.mbwhatsapp: Cleared Reference was only
reachable from finalizer (only reported once)
02-09 09:53:59.253 26379 26440 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:53:59.296 26379 26440 W Parcel : Expecting binder but got null!
02-09 09:53:59.762 26379 26440 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:54:10.008 27262 27262 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
02-09 09:54:10.018 27262 27262 W System.err: android.system.ErrnoException: open
failed: ENOENT (No such file or directory)
02-09 09:54:10.018 27262 27262 W System.err: at libcore.io.Linux.open(Native
Method)
02-09 09:54:10.018 27262 27262 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-09 09:54:10.018 27262 27262 W System.err: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
02-09 09:54:10.018 27262 27262 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-09 09:54:10.018 27262 27262 W System.err: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8200)
02-09 09:54:10.018 27262 27262 W System.err: at
android.system.Os.open(Os.java:494)
02-09 09:54:10.018 27262 27262 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.monitorVersionControl(PerfDebugMonitorImp
l.java:204)
02-09 09:54:10.018 27262 27262 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.prepareMonitor(PerfDebugMonitorImpl.java:
185)
02-09 09:54:10.018 27262 27262 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8287)
02-09 09:54:10.018 27262 27262 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-09 09:54:10.018 27262 27262 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
02-09 09:54:10.018 27262 27262 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
02-09 09:54:10.143 27262 27262 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-09 09:54:10.143 27262 27262 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-09 09:54:10.143 27262 27262 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
02-09 09:54:10.143 27262 27262 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
02-09 09:54:10.143 27262 27262 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
02-09 09:54:10.143 27262 27262 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-09 09:54:10.143 27262 27262 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-09 09:54:10.144 27262 27262 W System.err: at
java.lang.Class.newInstance(Native Method)
02-09 09:54:10.144 27262 27262 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-09 09:54:10.144 27262 27262 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-09 09:54:10.144 27262 27262 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1249)
02-09 09:54:10.144 27262 27262 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1493)
02-09 09:54:10.144 27262 27262 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1426)
02-09 09:54:10.144 27262 27262 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7135)
02-09 09:54:10.144 27262 27262 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-09 09:54:10.144 27262 27262 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2262)
02-09 09:54:10.144 27262 27262 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-09 09:54:10.144 27262 27262 W System.err: at
android.os.Looper.loopOnce(Looper.java:211)
02-09 09:54:10.144 27262 27262 W System.err: at
android.os.Looper.loop(Looper.java:300)
02-09 09:54:10.144 27262 27262 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8324)
02-09 09:54:10.144 27262 27262 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-09 09:54:10.144 27262 27262 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
02-09 09:54:10.144 27262 27262 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
02-09 09:54:10.203 27262 27262 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-09 09:54:10.337 27262 27262 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-09 09:54:10.337 27262 27262 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-09 09:54:10.345 27262 27262 W com.mbwhatsapp: type=1400 audit(0.0:295343): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so"
dev="dm-45" ino=102387 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
02-09 09:54:10.345 27262 27262 W com.mbwhatsapp: type=1400 audit(0.0:295344): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm-
45" ino=80955 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
02-09 09:54:10.349 27262 27262 W com.mbwhatsapp: type=1400 audit(0.0:295345): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-45" ino=67512 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
02-09 09:54:10.361 27262 27262 W com.mbwhatsapp: type=1400 audit(0.0:295346): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so"
dev="dm-45" ino=18390 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
02-09 09:54:10.421 27262 27311 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-09 09:54:10.421 27262 27311 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
02-09 09:54:10.421 27262 27311 W com.mbwhatsapp: and incorrect proguard
optimizations.
02-09 09:54:10.429 27262 27262 W com.mbwhatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-09 09:54:10.536 27262 27262 W libc : Access denied finding property
"ro.vendor.df.effect.conflict"
--------- beginning of system
02-09 09:54:10.562 27262 27262 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.Icon0 time=143ms latency=353ms procState=-1
historyMsgCount=2
02-09 09:54:10.562 27262 27262 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.Icon0 time=0ms latency=495ms procState=-1
historyMsgCount=3
02-09 09:54:10.586 27262 27322 E QT : [QT]file does not exist
02-09 09:54:10.752 27262 27321 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:54:10.768 27262 27321 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:54:10.804 27262 27321 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
02-09 09:54:10.805 27262 27321 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
02-09 09:54:10.808 27262 27321 W libc : Access denied finding property
"vendor.migl.debug"
02-09 09:54:10.809 27262 27321 E libMiGL : libmigl:This GPU version is note support
Variable Shading Rate
02-09 09:54:10.812 27262 27321 E libEGL : pre_cache appList: ,,
02-09 09:54:10.819 27262 27321 W FramePredict: "FramePredict won 't run in other
process: com.mbwhatsapp"
02-09 09:54:10.821 27262 27321 W libc : Access denied finding property
"ro.vendor.magt.mtk_magt_support"
02-09 09:54:10.826 27262 27321 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:54:10.844 27262 27321 E com.mbwhatsapp: DF open fail: No such file or
directory
02-09 09:54:10.845 27262 27321 W com.mbwhatsapp: remote service is not exist
02-09 09:54:10.845 27262 27321 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:54:10.845 27262 27321 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:54:10.848 27262 27321 W Parcel : Expecting binder but got null!
02-09 09:54:10.927 27262 27262 W MirrorManager: this model don't Support
02-09 09:54:10.929 27262 27262 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:54:10.943 27262 27321 W Parcel : Expecting binder but got null!
02-09 09:54:11.189 27262 27321 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:54:11.234 27262 27321 W Parcel : Expecting binder but got null!
02-09 09:54:11.237 27262 27262 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-09 09:54:11.237 27262 27262 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-09 09:54:11.283 27262 27262 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-09 09:54:11.283 27262 27262 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-09 09:54:11.706 27262 27325 W BpBinder: Slow Binder: BpBinder transact took 376
ms, interface=com.google.android.auth.IAuthManagerService, code=5 oneway=false
02-09 09:54:11.733 27262 27321 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:54:11.764 27262 27321 W Parcel : Expecting binder but got null!
02-09 09:54:13.309 27262 27321 E com.mbwhatsapp: mali-debug: still pending
callback,wait...
02-09 09:54:13.753 27262 27262 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-09 09:54:13.753 27262 27262 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-09 09:54:15.026 27262 27406 W BpBinder: Slow Binder: BpBinder transact took 1080
ms, interface=android.system.keystore2.IKeystoreSecurityLevel, code=2 oneway=false
02-09 09:54:15.368 27262 27307 W Looper : PerfMonitor longMsg : seq=9
plan=09:54:14.355 late=0ms wall=1012ms h=X.103 w=2 procState=-1
02-09 09:54:15.728 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:15.785 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:15.816 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:15.827 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:15.838 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:15.886 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:15.906 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:16.032 27262 27406 W BpBinder: Slow Binder: BpBinder transact took 1000
ms, interface=android.system.keystore2.IKeystoreSecurityLevel, code=2 oneway=false
02-09 09:54:19.279 27262 27321 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:54:19.321 27262 27321 W Parcel : Expecting binder but got null!
02-09 09:54:19.348 27262 27262 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-09 09:54:19.348 27262 27262 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-09 09:54:20.667 27262 27271 W com.mbwhatsapp: Cleared Reference was only
reachable from finalizer (only reported once)
02-09 09:54:20.707 27262 27273 W System : A resource failed to call end.
02-09 09:54:22.471 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:22.514 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:22.539 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:22.557 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:22.597 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:22.613 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:22.635 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:22.654 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:22.718 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:22.874 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:22.991 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:23.007 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:23.023 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:23.044 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:23.105 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:23.141 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:23.159 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:23.231 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:23.269 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:23.473 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:23.551 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:23.638 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:23.708 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:23.731 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:23.816 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:23.839 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:23.859 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:23.925 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:23.944 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:23.985 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:24.070 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:24.314 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:24.330 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:24.355 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:24.366 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:24.425 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:24.439 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:24.484 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:24.641 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:24.731 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:24.766 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:24.785 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:24.807 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:24.873 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:24.891 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:24.910 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:25.007 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:25.030 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:25.117 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:25.140 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:25.197 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:25.217 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:25.241 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:25.265 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:25.383 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:25.403 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:25.487 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:25.504 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:25.525 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:25.593 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:25.608 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:25.714 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:25.749 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:25.818 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:25.836 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:26.164 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:26.788 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:26.799 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:26.808 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:26.817 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:26.824 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:26.831 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:26.842 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:26.846 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:26.857 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:26.862 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:26.867 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:26.872 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:26.880 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:26.887 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:26.891 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:26.899 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:26.906 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:26.913 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:26.918 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:26.926 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:26.932 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:26.938 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:26.948 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:26.955 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:26.960 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:26.966 27262 27512 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 09:54:26.966 27262 27512 W com.mbwhatsapp: Reached maximum number of hidden
api access warnings.
02-09 09:54:28.317 27262 27262 W com.mbwhatsapp: Method void
com.mbwhatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-09 09:54:28.329 27594 27594 W ps : type=1400 audit(0.0:295355): avc: denied
{ read } for name="pid_max" dev="proc" ino=9210305
scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:proc_pid_max:s0 tclass=file permissive=0 app=com.mbwhatsapp
02-09 09:54:28.333 27262 27262 W com.mbwhatsapp: type=1400 audit(0.0:295356): avc:
denied { read } for comm=4D42576861747341707020576F726B name="osrelease" dev="proc"
ino=9210313 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:proc:s0 tclass=file permissive=0 app=com.mbwhatsapp
02-09 09:54:28.333 27262 27262 W com.mbwhatsapp: type=1400 audit(0.0:295357): avc:
denied { read } for comm=4D42576861747341707020576F726B name="version" dev="proc"
ino=9210314 scontext=u:r:untrusted_app:s0:c20,c257,c512,c768
tcontext=u:object_r:proc:s0 tclass=file permissive=0 app=com.mbwhatsapp
02-09 09:54:28.449 27262 27405 W BpBinder: Slow Binder: BpBinder transact took 1299
ms, interface=android.content.IContentProvider, code=20 oneway=false
02-09 09:54:28.595 27262 27325 W MediaCodec-JNI: try to release MediaCodec from
JMediaCodec::~JMediaCodec()...
02-09 09:54:28.602 27262 27325 W MediaCodec-JNI: done releasing MediaCodec from
JMediaCodec::~JMediaCodec().
02-09 09:54:28.673 27262 27601 W ColorUtils: expected specified color aspects
(0:0:0:0)
02-09 09:54:28.711 27262 27262 E ArmVmp : Match on catch block at 0x0a in for
0x199
02-09 09:54:28.737 27262 27262 E ArmVmp : Match on catch block at 0x0a in for
0x261
02-09 09:54:28.748 27262 27617 W ColorUtils: expected specified color aspects
(2:0:0:0)
02-09 09:54:28.777 27262 27262 W Activity: Can request only one set of permissions
at a time
02-09 09:54:28.779 27262 27627 W ColorUtils: expected specified color aspects
(2:0:0:0)
02-09 09:54:28.792 27262 27325 W AudioCapabilities: Unsupported mime audio/x-adpcm-
dvi-ima
02-09 09:54:28.792 27262 27325 W AudioCapabilities: Unsupported mime audio/x-adpcm-
dvi-ima
02-09 09:54:28.792 27262 27325 W AudioCapabilities: Unsupported mime audio/x-adpcm-
ms
02-09 09:54:28.792 27262 27325 W AudioCapabilities: Unsupported mime audio/x-adpcm-
ms
02-09 09:54:28.792 27262 27325 W AudioCapabilities: Unsupported mime audio/alac
02-09 09:54:28.792 27262 27325 W AudioCapabilities: Unsupported mime audio/alac
02-09 09:54:28.792 27262 27325 W AudioCapabilities: Unsupported mime audio/ape
02-09 09:54:28.792 27262 27325 W AudioCapabilities: Unsupported mime audio/ape
02-09 09:54:28.798 27262 27325 W VideoCapabilities: Unrecognized profile/level
32768/256 for video/mp4v-es
02-09 09:54:28.799 27262 27325 W VideoCapabilities: Unrecognized profile/level
32768/256 for video/mp4v-es
02-09 09:54:28.847 27262 27262 W Activity: PerfMonitor: Slow Operation: Activity
com.mbwhatsapp/.HomeActivity onCreate took 509ms
02-09 09:54:28.870 27262 27321 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:54:28.877 27262 27262 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.HomeActivity time=0ms latency=579ms procState=-1
historyMsgCount=5 (msgIndex=5 wall=574ms seq=2851 late=5ms
h=android.app.ActivityThread$H w=159)
02-09 09:54:29.416 27262 27262 E RecyclerView: No adapter attached; skipping layout
02-09 09:54:29.459 27262 27321 E libEGL : pre_cache appList: ,,
02-09 09:54:29.506 27262 27321 W Parcel : Expecting binder but got null!
02-09 09:54:29.507 27262 27262 W Looper : PerfMonitor doFrame : time=595ms
vsyncFrame=0 latency=42ms procState=-1 historyMsgCount=81 (msgIndex=1 wall=574ms
seq=2851 late=5ms h=android.app.ActivityThread$H w=159)
02-09 09:54:29.518 27262 27262 E ArmVmp : Match on catch block at 0x0a in for
0x1ad
02-09 09:54:29.528 27262 27262 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/mbmodsd.mbmodsw.mbsettings.yo.PauseActivity time=19ms
latency=609ms procState=-1 historyMsgCount=32 (msgIndex=29 wall=595ms seq=2932
late=42ms h=android.view.Choreographer$FrameHandler
c=android.view.Choreographer$FrameDisplayEventReceiver)
02-09 09:54:29.534 27262 27262 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.HomeActivity time=7ms latency=615ms procState=-1
historyMsgCount=35 (msgIndex=29 wall=595ms seq=2932 late=42ms
h=android.view.Choreographer$FrameHandler
c=android.view.Choreographer$FrameDisplayEventReceiver)
02-09 09:54:29.572 27262 27262 W Looper : PerfMonitor doFrame : time=37ms
vsyncFrame=0 latency=616ms procState=-1 historyMsgCount=11 (msgIndex=1 wall=595ms
seq=2932 late=42ms h=android.view.Choreographer$FrameHandler
c=android.view.Choreographer$FrameDisplayEventReceiver)
02-09 09:54:29.580 27262 27262 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/mbmodsd.mbmodsw.mbsettings.yo.PauseActivity time=0ms
latency=530ms procState=-1 historyMsgCount=35 (msgIndex=1 wall=595ms seq=2932
late=42ms h=android.view.Choreographer$FrameHandler
c=android.view.Choreographer$FrameDisplayEventReceiver)
02-09 09:54:29.581 27262 27262 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/mbmodsd.mbmodsw.mbsettings.yo.PauseActivity time=0ms
latency=524ms procState=-1 historyMsgCount=37 (msgIndex=1 wall=595ms seq=2932
late=42ms h=android.view.Choreographer$FrameHandler
c=android.view.Choreographer$FrameDisplayEventReceiver)
02-09 09:54:29.594 27262 27405 W BpBinder: Slow Binder: BpBinder transact took 1127
ms, interface=android.content.IContentProvider, code=20 oneway=false
02-09 09:54:29.710 27262 27662 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-09 09:54:29.841 27262 27262 W LOTTIE : Animation contains merge paths but they
are disabled.
02-09 09:54:30.115 27262 27262 E ArmVmp : Match on catch block at 0x5b in for
0x111
02-09 09:54:30.129 27262 27262 E ArmVmp : Match on catch block at 0x5b in for
0x111
02-09 09:54:30.484 27262 27405 W BpBinder: Slow Binder: BpBinder transact took 878
ms, interface=android.content.IContentProvider, code=20 oneway=false
02-09 09:54:31.959 27262 27405 W BpBinder: Slow Binder: BpBinder transact took 1469
ms, interface=android.content.IContentProvider, code=20 oneway=false
02-09 09:54:33.637 27262 27405 W BpBinder: Slow Binder: BpBinder transact took 1663
ms, interface=android.content.IContentProvider, code=20 oneway=false
02-09 09:54:34.788 27262 27405 W BpBinder: Slow Binder: BpBinder transact took 1138
ms, interface=android.content.IContentProvider, code=20 oneway=false
02-09 09:54:34.976 27262 27321 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:54:36.120 27262 27405 W BpBinder: Slow Binder: BpBinder transact took 1325
ms, interface=android.content.IContentProvider, code=20 oneway=false
02-09 09:54:37.321 27262 27405 W BpBinder: Slow Binder: BpBinder transact took 1189
ms, interface=android.content.IContentProvider, code=20 oneway=false
02-09 09:54:38.328 27262 27405 W BpBinder: Slow Binder: BpBinder transact took 999
ms, interface=android.content.IContentProvider, code=20 oneway=false
02-09 09:54:39.723 27262 27405 W BpBinder: Slow Binder: BpBinder transact took 1389
ms, interface=android.content.IContentProvider, code=20 oneway=false
02-09 09:54:40.460 27262 27321 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:54:40.471 27262 27262 E ArmVmp : Match on catch block at 0x0a in for
0x255
02-09 09:54:40.591 27262 27321 W Parcel : Expecting binder but got null!
02-09 09:54:41.187 27262 27405 W BpBinder: Slow Binder: BpBinder transact took 1457
ms, interface=android.content.IContentProvider, code=20 oneway=false
02-09 09:54:42.853 27262 27405 W BpBinder: Slow Binder: BpBinder transact took 1639
ms, interface=android.content.IContentProvider, code=20 oneway=false
02-09 09:54:43.011 27262 27321 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:54:43.068 27262 27321 W Parcel : Expecting binder but got null!
02-09 09:54:44.256 27262 27405 W BpBinder: Slow Binder: BpBinder transact took 1392
ms, interface=android.content.IContentProvider, code=20 oneway=false
02-09 09:54:46.042 27262 27405 W BpBinder: Slow Binder: BpBinder transact took 1776
ms, interface=android.content.IContentProvider, code=20 oneway=false
02-09 09:54:47.761 27262 27405 W BpBinder: Slow Binder: BpBinder transact took 1704
ms, interface=android.content.IContentProvider, code=20 oneway=false
02-09 09:54:49.900 27262 27405 W BpBinder: Slow Binder: BpBinder transact took 2129
ms, interface=android.content.IContentProvider, code=20 oneway=false
02-09 09:54:51.475 27262 27698 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriver_mtk.so" not found
02-09 09:54:51.475 27262 27698 E RenderScript: Failed to load runtime
libRSDriver_mtk.so, loading default
02-09 09:54:51.544 27262 27262 E ArmVmp : Match on catch block at 0x0a in for
0x2e5
02-09 09:54:51.548 27262 27321 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:54:51.573 27262 27405 W BpBinder: Slow Binder: BpBinder transact took 1657
ms, interface=android.content.IContentProvider, code=20 oneway=false
02-09 09:54:51.615 27262 27321 W Parcel : Expecting binder but got null!
02-09 09:54:53.800 27262 27405 W BpBinder: Slow Binder: BpBinder transact took 2222
ms, interface=android.content.IContentProvider, code=20 oneway=false
02-09 09:54:54.932 27262 27262 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-09 09:54:55.657 27262 27405 W BpBinder: Slow Binder: BpBinder transact took 1846
ms, interface=android.content.IContentProvider, code=20 oneway=false
02-09 09:54:57.129 27262 27405 W BpBinder: Slow Binder: BpBinder transact took 1465
ms, interface=android.content.IContentProvider, code=20 oneway=false
02-09 09:54:58.587 27262 27405 W BpBinder: Slow Binder: BpBinder transact took 1445
ms, interface=android.content.IContentProvider, code=20 oneway=false
02-09 09:55:00.321 27262 27262 E ArmVmp : Match on catch block at 0x0a in for
0x189
02-09 09:55:00.343 27262 27262 E ArmVmp : Match on catch block at 0x0a in for
0x261
02-09 09:55:00.398 27262 27262 W Activity: Can request only one set of permissions
at a time
02-09 09:55:00.617 27262 27321 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:55:00.960 27262 27262 E RecyclerView: No adapter attached; skipping layout
02-09 09:55:01.026 27262 27321 W Parcel : Expecting binder but got null!
02-09 09:55:01.027 27262 27262 W Looper : PerfMonitor doFrame : time=390ms
vsyncFrame=0 latency=684ms procState=-1 historyMsgCount=2 (msgIndex=1 wall=724ms
seq=4380 h=android.app.ActivityThread$H w=159)
02-09 09:55:01.036 27262 27262 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.HomeActivity time=4ms latency=658ms procState=-1
historyMsgCount=14 (msgIndex=1 wall=724ms seq=4380 h=android.app.ActivityThread$H
w=159)
02-09 09:55:01.054 27262 27405 W BpBinder: Slow Binder: BpBinder transact took 2459
ms, interface=android.content.IContentProvider, code=20 oneway=false
02-09 09:55:01.090 27262 27262 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.HomeActivity time=53ms latency=663ms procState=-1
historyMsgCount=15 (msgIndex=1 wall=724ms seq=4380 h=android.app.ActivityThread$H
w=159)
02-09 09:55:01.176 27262 27262 E RecyclerView: No adapter attached; skipping layout
02-09 09:55:01.193 27262 27262 W Looper : PerfMonitor doFrame : time=91ms
vsyncFrame=0 latency=448ms procState=-1 historyMsgCount=38
02-09 09:55:01.215 27262 27262 E ArmVmp : Match on catch block at 0x0a in for
0x1b5
02-09 09:55:01.249 27262 27262 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/mbmodsd.mbmodsw.mbsettings.yo.PauseActivity time=44ms
latency=321ms procState=-1 historyMsgCount=94
02-09 09:55:01.417 27262 27262 E ArmVmp : Match on catch block at 0x5b in for
0x10d
02-09 09:55:01.431 27262 27262 E ArmVmp : Match on catch block at 0x5b in for
0x10d
02-09 09:55:02.648 27262 27405 W BpBinder: Slow Binder: BpBinder transact took 1572
ms, interface=android.content.IContentProvider, code=20 oneway=false
02-09 09:55:03.847 27262 27405 W BpBinder: Slow Binder: BpBinder transact took 1190
ms, interface=android.content.IContentProvider, code=20 oneway=false
02-09 09:55:04.974 27262 27405 W BpBinder: Slow Binder: BpBinder transact took 1117
ms, interface=android.content.IContentProvider, code=20 oneway=false
02-09 09:55:06.252 27262 27405 W BpBinder: Slow Binder: BpBinder transact took 1271
ms, interface=android.content.IContentProvider, code=20 oneway=false
02-09 09:55:07.702 27262 27262 W Activity: PerfMonitor: Slow Operation: Activity
com.mbwhatsapp/.HomeActivity onPause took 56ms
02-09 09:55:07.719 27262 27405 W BpBinder: Slow Binder: BpBinder transact took 1460
ms, interface=android.content.IContentProvider, code=20 oneway=false
02-09 09:55:08.050 27262 27262 E ArmVmp : Match on catch block at 0x0a in for
0x189
02-09 09:55:08.071 27262 27262 E ArmVmp : Match on catch block at 0x0a in for
0x279
02-09 09:55:08.090 27262 27405 W BpBinder: Slow Binder: BpBinder transact took 355
ms, interface=android.content.IContentProvider, code=20 oneway=false
02-09 09:55:08.117 27262 27262 W Activity: Can request only one set of permissions
at a time
02-09 09:55:08.132 27262 27405 W Looper : PerfMonitor longMsg : seq=5
plan=09:54:19.264 late=0ms wall=48866ms h=android.os.Handler c=X.3fp procState=-1
02-09 09:55:08.304 27262 27321 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:55:08.665 27262 27262 E RecyclerView: No adapter attached; skipping layout
02-09 09:55:08.739 27262 27321 W Parcel : Expecting binder but got null!
02-09 09:55:08.740 27262 27262 W Looper : PerfMonitor doFrame : time=426ms
vsyncFrame=0 latency=594ms procState=-1 historyMsgCount=1 (msgIndex=1 wall=669ms
seq=4661 h=android.app.ActivityThread$H w=159)
02-09 09:55:08.753 27262 27262 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.HomeActivity time=5ms latency=665ms procState=-1
historyMsgCount=13 (msgIndex=1 wall=669ms seq=4661 h=android.app.ActivityThread$H
w=159)
02-09 09:55:08.773 27262 27262 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.HomeActivity time=19ms latency=671ms procState=-1
historyMsgCount=14 (msgIndex=1 wall=669ms seq=4661
h=android.app.ActivityThrea--------- beginning of main
02-09 09:55:08.843 27262 27262 E RecyclerView: No adapter attached; skipping layout
--------- beginning of system
02-09 09:55:08.857 27262 27262 W Looper : PerfMonitor doFrame : time=78ms
vsyncFrame=0 latency=458ms procState=-1 historyMsgCount=42
02-09 09:55:08.874 27262 27262 E ArmVmp : Match on catch block at 0x0a in for
0x1a1
02-09 09:55:09.035 27262 27262 E ArmVmp : Match on catch block at 0x5b in for
0x119
02-09 09:55:09.044 27262 27262 E ArmVmp : Match on catch block at 0x5b in for
0x101
02-09 09:55:09.766 27262 27321 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:55:09.808 27262 27321 W Parcel : Expecting binder but got null!
02-09 09:55:40.933 27262 27262 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-09 09:55:42.012 27262 27321 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:55:42.066 27262 27321 W Parcel : Expecting binder but got null!
02-09 09:55:42.760 27262 27262 E RippleDrawable: The RippleDrawable.STYLE_PATTERNED
animation is not supported for a non-hardware accelerated Canvas. Skipping
animation.
02-09 09:55:42.763 27262 27262 E RippleDrawable: The RippleDrawable.STYLE_PATTERNED
animation is not supported for a non-hardware accelerated Canvas. Skipping
animation.
02-09 09:55:43.029 27262 27321 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:55:43.122 27262 27321 W Parcel : Expecting binder but got null!
02-09 09:55:54.011 27262 27321 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:55:54.129 27262 27321 W Parcel : Expecting binder but got null!
02-09 09:55:58.189 27262 27321 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:55:58.258 27262 27321 W Parcel : Expecting binder but got null!
02-09 09:56:07.018 27856 27856 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
02-09 09:56:07.024 27856 27856 W System.err: android.system.ErrnoException: open
failed: ENOENT (No such file or directory)
02-09 09:56:07.024 27856 27856 W System.err: at libcore.io.Linux.open(Native
Method)
02-09 09:56:07.024 27856 27856 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-09 09:56:07.024 27856 27856 W System.err: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
02-09 09:56:07.024 27856 27856 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-09 09:56:07.024 27856 27856 W System.err: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8200)
02-09 09:56:07.024 27856 27856 W System.err: at
android.system.Os.open(Os.java:494)
02-09 09:56:07.024 27856 27856 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.monitorVersionControl(PerfDebugMonitorImp
l.java:204)
02-09 09:56:07.024 27856 27856 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.prepareMonitor(PerfDebugMonitorImpl.java:
185)
02-09 09:56:07.024 27856 27856 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8287)
02-09 09:56:07.024 27856 27856 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-09 09:56:07.024 27856 27856 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
02-09 09:56:07.024 27856 27856 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
02-09 09:56:07.122 27856 27856 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-09 09:56:07.123 27856 27856 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-09 09:56:07.123 27856 27856 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
02-09 09:56:07.123 27856 27856 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
02-09 09:56:07.123 27856 27856 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
02-09 09:56:07.123 27856 27856 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-09 09:56:07.123 27856 27856 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-09 09:56:07.123 27856 27856 W System.err: at
java.lang.Class.newInstance(Native Method)
02-09 09:56:07.123 27856 27856 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-09 09:56:07.123 27856 27856 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-09 09:56:07.123 27856 27856 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1249)
02-09 09:56:07.123 27856 27856 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1493)
02-09 09:56:07.123 27856 27856 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1426)
02-09 09:56:07.123 27856 27856 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7135)
02-09 09:56:07.123 27856 27856 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-09 09:56:07.123 27856 27856 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2262)
02-09 09:56:07.123 27856 27856 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-09 09:56:07.123 27856 27856 W System.err: at
android.os.Looper.loopOnce(Looper.java:211)
02-09 09:56:07.124 27856 27856 W System.err: at
android.os.Looper.loop(Looper.java:300)
02-09 09:56:07.124 27856 27856 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8324)
02-09 09:56:07.124 27856 27856 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-09 09:56:07.124 27856 27856 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
02-09 09:56:07.124 27856 27856 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
02-09 09:56:07.189 27856 27856 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-09 09:56:07.230 27856 27877 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-09 09:56:07.323 27856 27856 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-09 09:56:07.323 27856 27856 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-09 09:56:07.333 27856 27856 W com.mbwhatsapp: type=1400 audit(0.0:295394): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so"
dev="dm-45" ino=102387 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
02-09 09:56:07.333 27856 27856 W com.mbwhatsapp: type=1400 audit(0.0:295395): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm-
45" ino=80955 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
02-09 09:56:07.337 27856 27856 W com.mbwhatsapp: type=1400 audit(0.0:295396): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-45" ino=67512 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
02-09 09:56:07.417 27856 27910 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-09 09:56:07.417 27856 27910 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
02-09 09:56:07.417 27856 27910 W com.mbwhatsapp: and incorrect proguard
optimizations.
02-09 09:56:07.428 27856 27856 W com.mbwhatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-09 09:56:07.522 27856 27856 W libc : Access denied finding property
"ro.vendor.df.effect.conflict"
02-09 09:56:07.546 27856 27856 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.Icon0 time=132ms latency=378ms procState=-1
historyMsgCount=2
02-09 09:56:07.585 27856 27933 E QT : [QT]file does not exist
02-09 09:56:07.589 27856 27856 W com.mbwhatsapp: Method void
com.mbwhatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-09 09:56:08.011 27856 27856 E ArmVmp : Match on catch block at 0x0a in for
0x185
02-09 09:56:08.034 27856 27856 E ArmVmp : Match on catch block at 0x0a in for
0x271
02-09 09:56:08.061 27856 27939 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-09 09:56:08.061 27856 27939 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-09 09:56:08.061 27856 27939 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-09 09:56:08.061 27856 27939 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-09 09:56:08.062 27856 27939 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-09 09:56:08.062 27856 27939 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-09 09:56:08.062 27856 27939 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-09 09:56:08.062 27856 27939 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-09 09:56:08.067 27856 27856 W Activity: Can request only one set of permissions
at a time
02-09 09:56:08.134 27856 27856 W Activity: PerfMonitor: Slow Operation: Activity
com.mbwhatsapp/.HomeActivity onCreate took 523ms
02-09 09:56:08.165 27856 27932 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:56:08.173 27856 27939 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-09 09:56:08.173 27856 27939 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-09 09:56:08.178 27856 27856 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.HomeActivity time=0ms latency=609ms procState=-1
historyMsgCount=2 (msgIndex=2 wall=600ms seq=14 late=8ms
h=android.app.ActivityThread$H w=159)
02-09 09:56:08.787 27856 27856 E RecyclerView: No adapter attached; skipping layout
02-09 09:56:08.797 27856 27856 W Looper : PerfMonitor doFrame : time=578ms
vsyncFrame=0 latency=48ms procState=-1 historyMsgCount=26 (msgIndex=1 wall=600ms
seq=14 late=8ms h=android.app.ActivityThread$H w=159)
02-09 09:56:08.809 27856 27856 E ArmVmp : Match on catch block at 0x0a in for
0x1b1
02-09 09:56:08.820 27856 27856 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/mbmodsd.mbmodsw.mbsettings.yo.PauseActivity time=16ms
latency=598ms procState=-1 historyMsgCount=19 (msgIndex=15 wall=578ms seq=40
late=48ms h=android.view.Choreographer$FrameHandler
c=android.view.Choreographer$FrameDisplayEventReceiver)
02-09 09:56:08.868 27856 27856 E RecyclerView: No adapter attached; skipping layout
02-09 09:56:08.870 27856 27856 W Looper : PerfMonitor doFrame : time=42ms
vsyncFrame=0 latency=606ms procState=-1 historyMsgCount=10 (msgIndex=1 wall=578ms
seq=40 late=48ms h=android.view.Choreographer$FrameHandler
c=android.view.Choreographer$FrameDisplayEventReceiver)
02-09 09:56:08.872 27856 27856 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/mbmodsd.mbmodsw.mbsettings.yo.PauseActivity time=0ms
latency=536ms procState=-1 historyMsgCount=22 (msgIndex=1 wall=578ms seq=40
late=48ms h=android.view.Choreographer$FrameHandler
c=android.view.Choreographer$FrameDisplayEventReceiver)
02-09 09:56:08.872 27856 27856 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/mbmodsd.mbmodsw.mbsettings.yo.PauseActivity time=0ms
latency=531ms procState=-1 historyMsgCount=23 (msgIndex=1 wall=578ms seq=40
late=48ms h=android.view.Choreographer$FrameHandler
c=android.view.Choreographer$FrameDisplayEventReceiver)
02-09 09:56:09.012 27856 27977 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-09 09:56:09.076 27856 27932 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
02-09 09:56:09.076 27856 27932 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
02-09 09:56:09.081 27856 27932 W libc : Access denied finding property
"vendor.migl.debug"
02-09 09:56:09.081 27856 27932 E libMiGL : libmigl:This GPU version is note support
Variable Shading Rate
02-09 09:56:09.085 27856 27932 E libEGL : pre_cache appList: ,,
02-09 09:56:09.139 27856 27856 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:56:09.142 27856 27932 W FramePredict: "FramePredict won 't run in other
process: com.mbwhatsapp"
02-09 09:56:09.155 27856 27932 W libc : Access denied finding property
"ro.vendor.magt.mtk_magt_support"
02-09 09:56:09.157 27856 27932 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:56:09.193 27856 27932 E com.mbwhatsapp: DF open fail: No such file or
directory
02-09 09:56:09.193 27856 27932 W com.mbwhatsapp: remote service is not exist
02-09 09:56:09.193 27856 27932 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:56:09.194 27856 27932 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:56:09.197 27856 27932 W Parcel : Expecting binder but got null!
02-09 09:56:09.206 27856 27856 W LOTTIE : Animation contains merge paths but they
are disabled.
02-09 09:56:09.246 27856 27856 E ArmVmp : Match on catch block at 0x5b in for
0x109
02-09 09:56:09.259 27856 27856 E ArmVmp : Match on catch block at 0x5b in for
0x10d
02-09 09:56:16.090 27856 27864 W com.mbwhatsapp: Cleared Reference was only
reachable from finalizer (only reported once)
02-09 09:59:54.938 27856 27856 W MirrorManager: this model don't Support
02-09 09:59:55.700 27856 27856 E ArmVmp : Match on catch block at 0x0a in for
0x1d9
02-09 09:59:55.704 27856 27932 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:59:55.718 27856 27856 E ArmVmp : Match on catch block at 0x0a in for
0x1b9
02-09 09:59:55.803 27856 27932 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:59:55.831 27856 27932 E libEGL : pre_cache appList: ,,
02-09 09:59:55.909 27856 27932 W Parcel : Expecting binder but got null!
02-09 09:59:56.164 27856 27932 E com.mbwhatsapp: mali-debug: still pending
callback,wait...
02-09 09:59:56.206 27856 27856 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-09 09:59:56.644 27856 27856 E ArmVmp : Match on catch block at 0x0a in for
0x1d1
02-09 09:59:56.648 27856 27932 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 09:59:56.659 27856 27856 E ArmVmp : Match on catch block at 0x0a in for
0x1a5
02-09 09:59:56.701 27856 27932 W Parcel : Expecting binder but got null!
02-09 10:0--------- beginning of main
02-09 10:00:01.182 27856 27932 E com.mbwhatsapp: mali-debug: still pending
callback,wait...
02-09 10:00:01.326 27856 27932 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 10:00:01.383 27856 27932 W Parcel : Expecting binder but got null!
02-09 10:00:04.457 28565 28565 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
02-09 10:00:04.464 28565 28565 W System.err: android.system.ErrnoException: open
failed: ENOENT (No such file or directory)
02-09 10:00:04.464 28565 28565 W System.err: at libcore.io.Linux.open(Native
Method)
02-09 10:00:04.464 28565 28565 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-09 10:00:04.464 28565 28565 W System.err: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
02-09 10:00:04.464 28565 28565 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-09 10:00:04.464 28565 28565 W System.err: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8200)
02-09 10:00:04.464 28565 28565 W System.err: at
android.system.Os.open(Os.java:494)
02-09 10:00:04.464 28565 28565 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.monitorVersionControl(PerfDebugMonitorImp
l.java:204)
02-09 10:00:04.464 28565 28565 W System.err: at
android.os.perfdebug.PerfDebugMonitorImpl.prepareMonitor(PerfDebugMonitorImpl.java:
185)
02-09 10:00:04.464 28565 28565 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8287)
02-09 10:00:04.464 28565 28565 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-09 10:00:04.464 28565 28565 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
02-09 10:00:04.464 28565 28565 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
02-09 10:00:04.550 28565 28565 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-09 10:00:04.550 28565 28565 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-09 10:00:04.550 28565 28565 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
02-09 10:00:04.550 28565 28565 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
02-09 10:00:04.550 28565 28565 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
02-09 10:00:04.550 28565 28565 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-09 10:00:04.550 28565 28565 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-09 10:00:04.550 28565 28565 W System.err: at
java.lang.Class.newInstance(Native Method)
02-09 10:00:04.550 28565 28565 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-09 10:00:04.550 28565 28565 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-09 10:00:04.550 28565 28565 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1249)
02-09 10:00:04.550 28565 28565 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1493)
02-09 10:00:04.550 28565 28565 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1426)
02-09 10:00:04.550 28565 28565 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7135)
02-09 10:00:04.550 28565 28565 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-09 10:00:04.550 28565 28565 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2262)
02-09 10:00:04.550 28565 28565 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-09 10:00:04.550 28565 28565 W System.err: at
android.os.Looper.loopOnce(Looper.java:211)
02-09 10:00:04.550 28565 28565 W System.err: at
android.os.Looper.loop(Looper.java:300)
02-09 10:00:04.550 28565 28565 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8324)
02-09 10:00:04.550 28565 28565 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-09 10:00:04.550 28565 28565 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:581)
02-09 10:00:04.550 28565 28565 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
02-09 10:00:04.586 28565 28565 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-09 10:00:04.716 28565 28565 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-09 10:00:04.716 28565 28565 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-09 10:00:04.725 28565 28565 W com.mbwhatsapp: type=1400 audit(0.0:295480): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so"
dev="dm-45" ino=102387 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
02-09 10:00:04.725 28565 28565 W com.mbwhatsapp: type=1400 audit(0.0:295481): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm-
45" ino=80955 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
02-09 10:00:04.729 28565 28565 W com.mbwhatsapp: type=1400 audit(0.0:295482): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-45" ino=67512 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
02-09 10:00:04.806 28565 28610 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-09 10:00:04.806 28565 28610 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
02-09 10:00:04.806 28565 28610 W com.mbwhatsapp: and incorrect proguard
optimizations.
02-09 10:00:04.814 28565 28565 W com.mbwhatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-09 10:00:04.897 28565 28565 W libc : Access denied finding property
"ro.vendor.df.effect.conflict"
--------- beginning of system
02-09 10:00:04.922 28565 28565 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.Icon0 time=119ms latency=325ms procState=-1
historyMsgCount=2
02-09 10:00:04.958 28565 28624 E QT : [QT]file does not exist
02-09 10:00:04.962 28565 28565 W com.mbwhatsapp: Method void
com.mbwhatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-09 10:00:05.300 28565 28565 E ArmVmp : Match on catch block at 0x0a in for
0x189
02-09 10:00:05.337 28565 28628 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-09 10:00:05.337 28565 28628 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-09 10:00:05.337 28565 28628 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-09 10:00:05.337 28565 28628 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-09 10:00:05.337 28565 28628 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-09 10:00:05.337 28565 28628 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-09 10:00:05.337 28565 28628 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-09 10:00:05.337 28565 28628 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-09 10:00:05.338 28565 28565 E ArmVmp : Match on catch block at 0x0a in for
0x261
02-09 10:00:05.371 28565 28565 W Activity: Can request only one set of permissions
at a time
02-09 10:00:05.474 28565 28628 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-09 10:00:05.474 28565 28628 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-09 10:00:05.486 28565 28623 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 10:00:05.498 28565 28565 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.HomeActivity time=0ms latency=554ms procState=-1
historyMsgCount=2 (msgIndex=2 wall=545ms seq=13 late=9ms
h=android.app.ActivityThread$H w=159)
02-09 10:00:06.070 28565 28565 E RecyclerView: No adapter attached; skipping layout
02-09 10:00:06.078 28565 28565 W Looper : PerfMonitor doFrame : time=541ms
vsyncFrame=0 latency=47ms procState=-1 historyMsgCount=26 (msgIndex=1 wall=545ms
seq=13 late=9ms h=android.app.ActivityThread$H w=159)
02-09 10:00:06.090 28565 28565 E ArmVmp : Match on catch block at 0x0a in for
0x1a1
02-09 10:00:06.098 28565 28565 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/mbmodsd.mbmodsw.mbsettings.yo.PauseActivity time=12ms
latency=559ms procState=-1 historyMsgCount=19 (msgIndex=15 wall=541ms seq=39
late=47ms h=android.view.Choreographer$FrameHandler
c=android.view.Choreographer$FrameDisplayEventReceiver)
02-09 10:00:06.147 28565 28565 E RecyclerView: No adapter attached; skipping layout
02-09 10:00:06.149 28565 28565 W View : requestLayout() improperly called by
androidx.appcompat.view.menu.ActionMenuItemView{70a7f3 VFED..C.. ......ID 194,0-
290,0 #7f0b0f8a app:id/menuitem_search} during layout: running second layout pass
02-09 10:00:06.149 28565 28565 W View : requestLayout() improperly called by
androidx.appcompat.widget.ActionMenuView{c15bcb0 V.E...... ......ID 280,250-
754,250} during layout: running second layout pass
02-09 10:00:06.152 28565 28565 W Looper : PerfMonitor doFrame : time=52ms
vsyncFrame=0 latency=559ms procState=-1 historyMsgCount=9 (msgIndex=1 wall=541ms
seq=39 late=47ms h=android.view.Choreographer$FrameHandler
c=android.view.Choreographer$FrameDisplayEventReceiver)
02-09 10:00:06.154 28565 28565 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/mbmodsd.mbmodsw.mbsettings.yo.PauseActivity time=0ms
latency=495ms procState=-1 historyMsgCount=20 (msgIndex=1 wall=541ms seq=39
late=47ms h=android.view.Choreographer$FrameHandler
c=android.view.Choreographer$FrameDisplayEventReceiver)
02-09 10:00:06.154 28565 28565 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/mbmodsd.mbmodsw.mbsettings.yo.PauseActivity time=0ms
latency=489ms procState=-1 historyMsgCount=21 (msgIndex=1 wall=541ms seq=39
late=47ms h=android.view.Choreographer$FrameHandler
c=android.view.Choreographer$FrameDisplayEventReceiver)
02-09 10:00:06.242 28565 28584 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-09 10:00:06.290 28565 28667 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-09 10:00:06.329 28565 28623 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
02-09 10:00:06.330 28565 28623 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
02-09 10:00:06.333 28565 28623 W libc : Access denied finding property
"vendor.migl.debug"
02-09 10:00:06.334 28565 28623 E libMiGL : libmigl:This GPU version is note support
Variable Shading Rate
02-09 10:00:06.337 28565 28623 E libEGL : pre_cache appList: ,,
02-09 10:00:06.376 28565 28565 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 10:00:06.379 28565 28623 W FramePredict: "FramePredict won 't run in other
process: com.mbwhatsapp"
02-09 10:00:06.391 28565 28623 W libc : Access denied finding property
"ro.vendor.magt.mtk_magt_support"
02-09 10:00:06.394 28565 28623 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 10:00:06.430 28565 28623 E com.mbwhatsapp: DF open fail: No such file or
directory
02-09 10:00:06.430 28565 28623 W com.mbwhatsapp: remote service is not exist
02-09 10:00:06.430 28565 28623 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 10:00:06.430 28565 28623 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 10:00:06.435 28565 28623 W Parcel : Expecting binder but got null!
02-09 10:00:06.448 28565 28565 W LOTTIE : Animation contains merge paths but they
are disabled.
02-09 10:00:06.490 28565 28565 E ArmVmp : Match on catch block at 0x5b in for
0x109
02-09 10:00:06.502 28565 28565 E ArmVmp : Match on catch block at 0x5b in for
0x119
02-09 10:00:08.234 28565 28565 W MirrorManager: this model don't Support
02-09 10:00:08.946 28565 28623 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 10:00:14.569 28565 28573 W com.mbwhatsapp: Cleared Reference was only
reachable from finalizer (only reported once)
02-09 10:00:15.962 28565 28565 E ArmVmp : Match on catch block at 0x0a in for
0x1c5
02-09 10:00:15.967 28565 28623 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 10:00:15.990 28565 28565 E ArmVmp : Match on catch block at 0x0a in for
0x1a9
02-09 10:00:16.078 28565 28623 W Parcel : Expecting binder but got null!
02-09 10:00:56.532 28565 28623 E com.mbwhatsapp: mali-debug: still pending
callback,wait...
02-09 10:00:56.586 28565 28738 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriver_mtk.so" not found
02-09 10:00:56.586 28565 28738 E RenderScript: Failed to load runtime
libRSDriver_mtk.so, loading default
02-09 10:00:56.619 28565 28565 E ArmVmp : Match on catch block at 0x0a in for
0x271
02-09 10:00:56.622 28565 28623 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 10:00:56.683 28565 28623 W Parcel : Expecting binder but got null!
02-09 10:00:57.614 28565 28565 E RippleDrawable: The RippleDrawable.STYLE_PATTERNED
animation is not supported for a non-hardware accelerated Canvas. Skipping
animation.
02-09 10:00:57.629 28565 28565 E RippleDrawable: The RippleDrawable.STYLE_PATTERNED
animation is not supported for a non-hardware accelerated Canvas. Skipping
animation.
02-09 10:00:57.708 28565 28565 E RippleDrawable: The RippleDrawable.STYLE_PATTERNED
animation is not supported for a non-hardware accelerated Canvas. Skipping
animation.
02-09 10:01:02.547 28565 28565 E RippleDrawable: The RippleDrawable.STYLE_PATTERNED
animation is not supported for a non-hardware accelerated Canvas. Skipping
animation.
02-09 10:01:02.562 28565 28565 E RippleDrawable: The RippleDrawable.STYLE_PATTERNED
animation is not supported for a non-hardware accelerated Canvas. Skipping
animation.
02-09 10:01:02.649 28565 28565 E RippleDrawable: The RippleDrawable.STYLE_PATTERNED
animation is not supported for a non-hardware accelerated Canvas. Skipping
animation.
02-09 10:01:04.443 28565 28565 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-09 10:01:06.931 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:01:07.119 28565 28812 W com.mbwhatsapp: Accessing hidden field
Landroid/app/Notification;->extraNotification:Landroid/app/MiuiNotification;
(blocked, reflection, denied)
02-09 10:01:07.134 28565 28812 W com.mbwhatsapp: Accessing hidden field
Landroid/app/Notification;->extraNotification:Landroid/app/MiuiNotification;
(blocked, reflection, denied)
02-09 10:01:07.146 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:01:11.129 28565 28812 W com.mbwhatsapp: Accessing hidden field
Landroid/app/Notification;->extraNotification:Landroid/app/MiuiNotification;
(blocked, reflection, denied)
02-09 10:01:11.140 28565 28812 W com.mbwhatsapp: Accessing hidden field
Landroid/app/Notification;->extraNotification:Landroid/app/MiuiNotification;
(blocked, reflection, denied)
02-09 10:01:11.148 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:01:11.406 28565 28812 W com.mbwhatsapp: Accessing hidden field
Landroid/app/Notification;->extraNotification:Landroid/app/MiuiNotification;
(blocked, reflection, denied)
02-09 10:01:11.420 28565 28812 W com.mbwhatsapp: Accessing hidden field
Landroid/app/Notification;->extraNotification:Landroid/app/MiuiNotification;
(blocked, reflection, denied)
02-09 10:01:11.430 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:01:11.569 28565 28565 W com.mbwhatsapp: type=1400 audit(0.0:295507): avc:
granted { execute } for comm=4D42576861747341707020576F726B
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libstatic-webp.so"
dev="dm-45" ino=102489 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
02-09 10:01:11.742 28565 28862 W LOTTIE : Unknown shape type rd
02-09 10:01:11.877 28565 28565 E ArmVmp : Match on catch block at 0x0a in for
0x195
02-09 10:01:11.883 28565 28565 E ArmVmp : Match on catch block at 0x0a in for
0x191
02-09 10:01:11.911 28565 28565 E ArmVmp : Match on catch block at 0x0a in for
0x395
02-09 10:01:11.913 28565 28623 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 10:01:11.935 28565 28565 W Activity: PerfMonitor: Slow Operation: Activity
com.mbwhatsapp/.Conversation onStart took 118ms
02-09 10:01:11.962 28565 28623 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 10:01:11.970 28565 28565 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.Conversation time=0ms latency=518ms procState=-1
historyMsgCount=5 (msgIndex=5 wall=503ms seq=6555 late=16ms
h=android.app.ActivityThread$H w=159)
02-09 10:01:12.014 28565 28623 W Parcel : Expecting binder but got null!
02-09 10:01:12.231 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x165
02-09 10:01:12.233 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x179
02-09 10:01:12.237 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x171
02-09 10:01:12.257 28565 28623 E libEGL : pre_cache appList: ,,
02-09 10:01:12.403 28565 28623 W Parcel : Expecting binder but got null!
02-09 10:01:12.407 28565 28565 W Looper : PerfMonitor doFrame : time=416ms
vsyncFrame=0 latency=67ms procState=-1 historyMsgCount=114 (msgIndex=1 wall=503ms
seq=6555 late=16ms h=android.app.ActivityThread$H w=159)
02-09 10:01:12.431 28565 28607 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=a093fc63-cf17-4c2a-8c79-696703def9e7 transcoded=0 gif_attribution=0
first_scan_length=12784 direct_path=/v/t62.15575-
24/32521054_312131888023216_2170497566398930317_n.enc?ccb=11-
4&oh=01_AdRGj9o5fIOjWl4MqwNXZWq1jrWR7W7SupfMn4uEFwd8CA&oe=65EDC2BF&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.0 is_animated_sticker=1
file_hash=N1s7SKZUTUa047Jz1XN7FhP+yWiTnB6yfqZorPyhW1I= file_path=Media/MBWhatsApp
Stickers/STK-20240209-WA0000.webp file_size=283070 partial_media_hash=null face_x=0
face_y=0 height=64 trim_to=0 media_key_timestamp=1707347784000
message_url=https://mmg.whatsapp.net/v/t62.15575-
24/32521054_312131888023216_2170497566398930317_n.enc?ccb=11-
4&oh=01_AdRGj9o5fIOjWl4MqwNXZWq1jrWR7W7SupfMn4uEFwd8CA&oe=65EDC2BF&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=image/webp
partial_media_enc_hash=null width=64 original_file_hash=null
has_streaming_sidecar=0 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=118 multicast_id=null
enc_file_hash=U4VHuIgWQUAO1lwOxcHVxFvb9XpqulYlFn3t5gDaSdA= mute_video=0
page_count=0 first_scan_sidecar=[B@bc77d20 suspicious_content=0 file_length=283070
media_name=null media_duration=0 chat_row_id=4 media_key=[B@2d036d9
02-09 10:01:12.431 28565 28607 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-09 10:01:12.431 28565 28607 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-09 10:01:12.431 28565 28607 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:961)
02-09 10:01:12.431 28565 28607 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-09 10:01:12.431 28565 28607 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-09 10:01:12.431 28565 28607 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:186
8)
02-09 10:01:12.431 28565 28607 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1737)
02-09 10:01:12.431 28565 28607 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-09 10:01:12.431 28565 28607 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-09 10:01:12.431 28565 28607 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-09 10:01:12.431 28565 28607 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-09 10:01:12.431 28565 28607 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-09 10:01:12.431 28565 28607 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-09 10:01:12.431 28565 28607 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-09 10:01:12.431 28565 28607 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:211)
02-09 10:01:12.431 28565 28607 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:300)
02-09 10:01:12.431 28565 28607 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-09 10:01:12.448 28565 28607 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=06858b88-8dfd-4080-85e0-98df0b1f3243 transcoded=0 gif_attribution=0
first_scan_length=12784 direct_path=/v/t62.15575-
24/32521054_312131888023216_2170497566398930317_n.enc?ccb=11-
4&oh=01_AdRGj9o5fIOjWl4MqwNXZWq1jrWR7W7SupfMn4uEFwd8CA&oe=65EDC2BF&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.0 is_animated_sticker=1
file_hash=N1s7SKZUTUa047Jz1XN7FhP+yWiTnB6yfqZorPyhW1I= file_path=Media/MBWhatsApp
Stickers/STK-20240209-WA0000.webp file_size=283070 partial_media_hash=null face_x=0
face_y=0 height=64 trim_to=0 media_key_timestamp=1707347784000
message_url=https://mmg.whatsapp.net/v/t62.15575-
24/32521054_312131888023216_2170497566398930317_n.enc?ccb=11-
4&oh=01_AdRGj9o5fIOjWl4MqwNXZWq1jrWR7W7SupfMn4uEFwd8CA&oe=65EDC2BF&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=image/webp
partial_media_enc_hash=null width=64 original_file_hash=null
has_streaming_sidecar=0 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=119 multicast_id=null
enc_file_hash=U4VHuIgWQUAO1lwOxcHVxFvb9XpqulYlFn3t5gDaSdA= mute_video=0
page_count=0 first_scan_sidecar=[B@30af44d suspicious_content=0 file_length=283070
media_name=null media_duration=0 chat_row_id=4 media_key=[B@2a7ab02
02-09 10:01:12.448 28565 28607 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-09 10:01:12.448 28565 28607 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-09 10:01:12.448 28565 28607 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:961)
02-09 10:01:12.448 28565 28607 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-09 10:01:12.448 28565 28607 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-09 10:01:12.448 28565 28607 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:186
8)
02-09 10:01:12.448 28565 28607 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1737)
02-09 10:01:12.448 28565 28607 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-09 10:01:12.448 28565 28607 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-09 10:01:12.448 28565 28607 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-09 10:01:12.448 28565 28607 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-09 10:01:12.448 28565 28607 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-09 10:01:12.448 28565 28607 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-09 10:01:12.448 28565 28607 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-09 10:01:12.448 28565 28607 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:211)
02-09 10:01:12.448 28565 28607 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:300)
02-09 10:01:12.448 28565 28607 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-09 10:01:12.476 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:12.478 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:12.482 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:12.502 28565 28565 W Looper : PerfMonitor doFrame : time=79ms
vsyncFrame=0 latency=415ms procState=-1 historyMsgCount=26
02-09 10:01:12.582 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:12.585 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:12.587 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:12.690 28565 28565 E ArmVmp : Match on catch block at 0x0a in for
0x3f9
02-09 10:01:12.693 28565 28623 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 10:01:12.727 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:12.729 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:12.732 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:12.790 28565 28623 W Parcel : Expecting binder but got null!
02-09 10:01:12.829 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:12.831 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:12.834 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:12.906 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:12.909 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:12.911 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:12.946 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:12.948 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:12.949 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:12.978 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:12.980 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:12.981 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:13.008 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:13.010 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:13.011 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:13.038 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:13.039 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:13.041 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:13.067 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:13.069 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:13.071 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:13.094 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:13.096 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:13.097 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:13.122 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:13.123 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:13.126 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:13.149 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:13.151 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:13.152 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:13.176 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:13.177 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:13.179 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:13.214 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:13.216 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:13.218 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:13.265 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:01:13.268 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:13.271 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:01:13.335 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:13.339 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:01:13.342 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:13.417 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:13.420 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:13.424 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:13.502 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:13.505 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:13.508 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:13.584 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:13.587 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:13.590 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:13.675 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:13.679 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:01:13.681 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:13.708 28565 28565 E RippleDrawable: The RippleDrawable.STYLE_PATTERNED
animation is not supported for a non-hardware accelerated Canvas. Skipping
animation.
02-09 10:01:13.718 28565 28565 E RippleDrawable: The RippleDrawable.STYLE_PATTERNED
animation is not supported for a non-hardware accelerated Canvas. Skipping
animation.
02-09 10:01:13.733 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:13.735 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:13.736 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:13.753 28565 28565 E RippleDrawable: The RippleDrawable.STYLE_PATTERNED
animation is not supported for a non-hardware accelerated Canvas. Skipping
animation.
02-09 10:01:13.767 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:13.768 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:13.770 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:13.787 28565 28565 E RippleDrawable: The RippleDrawable.STYLE_PATTERNED
animation is not supported for a non-hardware accelerated Canvas. Skipping
animation.
02-09 10:01:13.868 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:13.870 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:13.872 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:13.900 28565 28565 E RippleDrawable: The RippleDrawable.STYLE_PATTERNED
animation is not supported for a non-hardware accelerated Canvas. Skipping
animation.
02-09 10:01:13.953 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:01:13.956 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:13.958 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:01:14.034 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:14.037 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:14.040 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:14.117 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:01:14.120 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:14.123 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:01:14.201 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:14.204 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:01:14.207 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:14.234 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:14.238 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:14.241 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:14.267 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:14.270 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:14.273 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:14.302 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:14.306 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:14.308 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:14.323 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:14.327 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:14.329 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:14.355 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:14.358 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:14.361 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:14.377 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:14.380 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:01:14.382 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:14.407 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:14.409 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:01:14.412 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:14.426 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:14.429 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:14.431 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:14.445 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:14.447 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:14.448 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:14.462 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:14.464 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:14.465 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:14.479 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:14.481 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:14.482 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:14.496 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:01:14.497 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:14.499 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:01:14.513 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:01:14.514 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:14.516 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:01:14.530 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:14.532 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:14.535 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:14.559 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:14.561 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:14.563 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:14.574 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:14.577 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:14.580 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:14.735 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:14.738 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:14.741 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:14.764 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:14.768 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:14.771 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:14.886 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:14.889 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:14.892 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:14.969 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:14.973 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:14.976 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:15.053 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:15.056 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:15.059 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:15.069 28565 28565 E RippleDrawable: The RippleDrawable.STYLE_PATTERNED
animation is not supported for a non-hardware accelerated Canvas. Skipping
animation.
02-09 10:01:15.077 28565 28565 E RippleDrawable: The RippleDrawable.STYLE_PATTERNED
animation is not supported for a non-hardware accelerated Canvas. Skipping
animation.
02-09 10:01:15.130 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:15.132 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:15.133 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:15.144 28565 28565 E RippleDrawable: The RippleDrawable.STYLE_PATTERNED
animation is not supported for a non-hardware accelerated Canvas. Skipping
animation.
02-09 10:01:15.227 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:15.231 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:15.234 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:15.260 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:15.264 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:15.266 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:15.276 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:01:15.281 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:15.284 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:15.287 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:15.311 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:15.314 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:15.317 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:15.393 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:15.397 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:15.400 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:15.477 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:15.480 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:15.483 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:15.561 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:15.564 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:15.567 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:15.574 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:01:15.644 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:15.647 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:15.651 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:15.713 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:15.716 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:15.719 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:15.761 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:15.765 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:15.769 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:15.795 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:15.799 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:15.802 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:15.876 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:15.879 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:15.883 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:15.958 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:15.963 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:15.965 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:16.030 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:16.034 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:16.037 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:16.112 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:16.115 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:16.118 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:16.191 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:16.193 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:01:16.194 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:16.259 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:01:16.261 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:16.263 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:01:16.276 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:16.281 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:01:16.283 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:16.360 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:16.365 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:01:16.368 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:16.445 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:16.449 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:01:16.452 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:16.594 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:16.597 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:01:16.600 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:16.740 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:16.742 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:16.744 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:16.756 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:16.758 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:16.760 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:16.772 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:16.774 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:16.776 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:16.927 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:16.931 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:01:16.933 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:16.972 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:16.975 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:16.978 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:16.985 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:16.989 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:01:16.993 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:17.010 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:17.014 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:17.018 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:17.094 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:17.097 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:17.100 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:17.177 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:17.182 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:17.186 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:17.261 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:17.266 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:17.269 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:17.278 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:17.281 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:17.284 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:17.329 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:17.332 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:17.335 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:17.409 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:17.413 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:17.417 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:17.493 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:17.497 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:17.500 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:17.576 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:17.580 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:17.583 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:17.661 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:17.664 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:17.667 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:17.742 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:17.746 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:17.749 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:17.778 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:17.781 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:17.784 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:17.810 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:17.813 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:17.816 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:17.892 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:17.896 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:17.899 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:17.977 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:17.980 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:17.983 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:18.061 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:18.063 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:18.064 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:18.143 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:18.147 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:18.150 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:18.212 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:18.215 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:18.218 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:18.279 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:18.284 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:18.290 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:18.310 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:18.315 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:18.320 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:18.394 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:18.397 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:18.401 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:18.462 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:18.465 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:18.467 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:18.561 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:18.564 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:18.568 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:18.579 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:18.585 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:18.588 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:18.594 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:18.598 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:18.601 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:18.611 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:18.617 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:18.620 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:18.627 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:18.632 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:18.637 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:18.646 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:18.651 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:18.657 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:18.666 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:18.668 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:18.670 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:18.675 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:18.678 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:01:18.679 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:18.692 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:18.694 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:01:18.696 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:18.709 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:18.711 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:01:18.713 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:18.725 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:18.728 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:01:18.729 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:01:18.743 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:18.746 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:18.749 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:18.761 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:18.765 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:18.768 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:18.777 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:18.780 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:18.783 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:18.794 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:18.798 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:18.802 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:18.810 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:18.813 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:18.815 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:18.826 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:18.829 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:18.832 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:18.993 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:18.997 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:01:18.999 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:19.010 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:19.012 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:19.014 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:19.025 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:19.027 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x151
02-09 10:01:19.029 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:19.076 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:19.078 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:19.080 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:19.143 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:19.146 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:19.149 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:19.226 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:19.230 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:19.232 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:19.293 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:19.296 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:19.299 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:19.310 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:19.313 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:19.316 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:19.394 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:19.397 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:19.399 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:19.477 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:19.480 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:19.483 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:19.547 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:19.551 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:19.555 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:19.627 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:19.631 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:19.633 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:19.711 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:19.715 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:19.718 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:19.794 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:19.797 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:19.800 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:19.810 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:19.813 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:19.815 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:19.878 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:19.882 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:19.885 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:19.961 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:19.965 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:19.968 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:20.029 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:20.033 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:20.035 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:20.110 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:20.113 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:20.115 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:20.195 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:20.198 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:20.200 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:20.285 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:20.288 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:20.291 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:20.325 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:20.331 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:20.336 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:20.359 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:20.363 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:20.366 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:20.445 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:20.450 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:20.454 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:20.513 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:20.518 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:20.523 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:20.676 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:20.681 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:20.686 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:20.811 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:20.816 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:20.821 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:20.843 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:20.847 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:20.851 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:20.996 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:21.003 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:21.007 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:21.078 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:21.083 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:21.086 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:21.163 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:21.169 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:21.173 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:21.244 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:21.249 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:21.252 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:21.311 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:21.317 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:21.322 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:21.343 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:21.349 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:21.353 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:21.428 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:21.433 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:21.439 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:21.495 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:21.500 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:21.504 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:21.578 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:21.581 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:21.584 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:21.662 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:21.668 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:21.671 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:21.744 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:21.747 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:21.750 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:21.813 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:21.818 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:21.821 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:21.828 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:21.830 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:21.835 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:21.913 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:21.915 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:21.919 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:21.997 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:22.002 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:22.007 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:22.077 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:22.082 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:22.085 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:22.161 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:22.167 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:22.172 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:22.228 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:22.233 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:22.237 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:22.311 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:22.316 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:22.319 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:22.326 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:22.330 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:22.333 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:22.396 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:22.401 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:22.406 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:22.479 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:22.485 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:22.490 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:22.561 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:22.566 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:22.571 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:22.712 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:22.718 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:22.723 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:22.827 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:22.832 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:22.836 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:22.876 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:22.880 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:22.883 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:23.045 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:23.049 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:23.054 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:23.112 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:23.117 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:23.121 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:23.329 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:23.335 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:23.341 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:23.829 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:23.833 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:23.836 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:24.331 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:24.335 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:24.339 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:24.831 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:24.836 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:24.840 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:25.346 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:25.350 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:25.354 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:25.845 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:25.849 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:25.853 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:26.271 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:26.274 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:26.276 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:26.286 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:26.289 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:26.293 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:26.318 28565 28565 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-09 10:01:26.318 28565 28565 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-09 10:01:26.326 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:01:26.329 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:26.332 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:01:26.344 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:01:26.348 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:26.351 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:01:26.410 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:01:26.414 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:26.417 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:01:26.495 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:01:26.499 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:26.503 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:01:26.577 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:01:26.580 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:26.582 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:01:26.654 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:26.657 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:01:26.658 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:26.664 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:26.668 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:26.670 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:26.677 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:26.681 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:26.684 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:26.763 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:26.767 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:26.770 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:26.843 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:26.847 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:26.850 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:26.861 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:26.864 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:26.867 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:26.926 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:26.930 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:26.934 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:27.010 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:27.014 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:27.017 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:27.079 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:27.083 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:27.087 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:27.161 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:27.165 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:27.169 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:27.244 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:27.248 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:27.252 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:27.327 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:27.331 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:27.334 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:27.360 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:27.365 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:27.368 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:27.410 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:27.413 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:27.416 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:27.480 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:27.484 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:27.487 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:27.561 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:27.565 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:27.568 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:27.644 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:27.648 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:27.652 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:27.811 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:27.815 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:27.818 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:27.862 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:27.866 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:27.869 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:27.976 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:27.981 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:27.985 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.126 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.130 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:28.133 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.210 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.214 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:28.217 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.226 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.230 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:28.232 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.242 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.247 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:28.250 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.262 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.267 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:28.270 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.278 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.283 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:28.287 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.295 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.301 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:28.306 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.317 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.323 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:28.328 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.336 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.342 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:28.348 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.362 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.370 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:28.374 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.381 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.387 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:28.391 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.399 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.406 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:28.411 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.421 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.428 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:28.433 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.439 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.445 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:28.449 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.458 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.462 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:28.467 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.510 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.514 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:28.518 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.595 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.598 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:28.601 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.662 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.666 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:28.669 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.744 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.748 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:28.751 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.828 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.831 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:28.833 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.895 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.899 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:28.902 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.911 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.915 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:28.917 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:28.995 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:29.001 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:29.005 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:29.078 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:29.081 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:29.083 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:29.161 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:29.166 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:29.169 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:29.230 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:29.234 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:29.237 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:29.311 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:29.314 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:29.317 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:29.394 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:29.397 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:29.399 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:29.410 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:29.413 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:29.415 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:29.494 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:29.496 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:29.498 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:29.578 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:29.582 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:29.585 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:29.660 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:29.663 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:29.665 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:29.729 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:29.733 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:29.736 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:29.894 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:29.897 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:29.900 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:29.910 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:29.914 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:29.917 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:30.077 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:30.082 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:30.086 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:30.229 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:30.233 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:30.235 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:30.310 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:30.313 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:30.315 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:30.396 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:30.403 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:30.409 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:30.428 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:30.436 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:30.440 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:30.512 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:30.516 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:30.520 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:30.595 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:30.598 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:30.601 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:30.679 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:30.686 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:30.691 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:30.746 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:30.753 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:30.758 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:30.827 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:30.833 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:30.836 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:30.896 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:30.903 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:30.907 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:30.928 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:30.934 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:30.939 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:30.997 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:31.004 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:31.008 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:31.079 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:31.084 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:31.087 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:31.162 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:31.166 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:31.169 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:31.246 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:31.253 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:31.258 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:31.327 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:31.332 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:31.336 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:31.395 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:31.401 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:31.407 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:31.428 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:31.436 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:31.442 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:31.510 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:31.516 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:31.521 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:31.578 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:31.582 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:31.587 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:31.662 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:31.667 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:31.672 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:31.744 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:31.749 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:31.751 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:31.828 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:31.835 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:31.840 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:31.897 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:31.904 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:31.908 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:31.981 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:31.985 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:31.988 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:32.145 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:32.151 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:32.155 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:32.313 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:32.319 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:32.324 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:32.396 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:32.401 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:32.404 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:32.412 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:32.417 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:32.422 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:32.479 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:32.486 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:32.492 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:32.547 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:32.554 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:32.559 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:32.627 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:32.633 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:32.636 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:32.712 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:32.719 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:32.724 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:32.794 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:32.801 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:32.804 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:32.879 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:32.886 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:32.890 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:32.912 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:32.917 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:32.922 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:32.963 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:32.970 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:32.974 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:33.045 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:33.051 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:33.055 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:33.112 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:33.118 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:33.124 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:33.195 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:33.200 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:33.203 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:33.279 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:33.287 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:33.292 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:33.363 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:33.370 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:33.375 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:33.415 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:33.419 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:33.427 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:33.447 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:33.456 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:33.460 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:33.530 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:33.536 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:33.541 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:33.613 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:33.619 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:33.624 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:33.678 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:33.684 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:33.689 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:33.761 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:33.765 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:33.769 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:33.844 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:33.848 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:33.851 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:33.927 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:33.933 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:33.936 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:34.011 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:34.016 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:34.020 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:34.161 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:34.165 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:34.169 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:34.328 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:34.333 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:34.336 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:34.411 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:34.415 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:34.418 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:34.427 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:34.433 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:34.436 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:34.480 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:34.486 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:34.490 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:34.561 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:34.564 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:34.567 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:34.645 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:34.651 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:34.655 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:34.729 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:34.733 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:34.736 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:34.811 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:34.817 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:34.820 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:34.894 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:34.897 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:34.899 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:34.927 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:34.932 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:34.935 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:34.962 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:34.966 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:34.971 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:35.044 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:35.047 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:35.050 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:35.129 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:35.135 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:35.140 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:35.212 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:35.216 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:35.219 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:35.294 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:35.299 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:35.303 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:35.377 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:35.383 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:35.388 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:35.427 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:35.433 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:35.437 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:35.461 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:35.466 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:35.470 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:35.527 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:35.534 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:35.538 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:35.611 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:35.616 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:35.620 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:35.694 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:35.700 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:35.704 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:35.778 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:35.784 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:35.788 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:35.860 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:35.864 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:35.868 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:35.927 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:35.933 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:35.937 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:36.011 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:36.017 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:36.022 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:36.177 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:36.180 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:36.183 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:36.329 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:36.333 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:36.337 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:36.410 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:36.413 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:36.416 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:36.444 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:36.448 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:36.452 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:36.495 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:36.500 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:36.503 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:36.577 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:36.581 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:36.584 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:36.660 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:36.665 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:36.669 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:36.744 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:36.749 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:36.752 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:36.810 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:36.817 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:36.825 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:36.894 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:36.898 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:36.900 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:36.928 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:36.935 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:36.940 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:36.977 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:36.983 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:36.989 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:37.061 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:37.067 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:37.070 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:37.146 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:37.152 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:37.159 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:37.212 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:37.219 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:37.226 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:37.293 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:37.297 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:37.299 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:37.377 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:37.382 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:37.384 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:37.429 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:37.435 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:37.439 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:37.460 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:37.464 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:37.468 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:37.543 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:37.545 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:37.548 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:37.611 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:37.614 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:37.618 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:37.692 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:37.697 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:37.701 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:37.776 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:37.780 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:37.783 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:37.860 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:37.862 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:37.864 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:37.929 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:37.932 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:37.935 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:38.013 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:38.018 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:38.021 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:38.177 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:38.181 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:38.183 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:38.343 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:38.348 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:38.351 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:38.427 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:38.430 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:38.433 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:38.443 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:38.447 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:38.450 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:38.944 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:38.947 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:38.950 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:39.443 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:39.447 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:39.450 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:39.944 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:39.948 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:39.952 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:40.444 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:40.447 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:40.450 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:40.943 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:40.947 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:40.950 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:41.443 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:41.446 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:41.453 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:41.959 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:41.964 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:41.966 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:42.460 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:42.465 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:42.468 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:42.960 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:42.965 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:42.968 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:43.460 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:43.464 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:43.467 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:43.961 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:43.968 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:43.973 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:44.460 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:44.465 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:44.468 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:44.960 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:44.964 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:44.967 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:45.461 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:45.466 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:45.470 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:45.960 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:45.965 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:45.968 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:46.461 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:46.467 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:46.471 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:46.962 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:46.970 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:46.975 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:47.460 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:47.467 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:47.472 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:47.962 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:47.969 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:47.976 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:48.462 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:48.469 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:48.474 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:48.964 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:48.971 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:48.977 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:49.479 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:49.486 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:49.491 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:49.979 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:49.984 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:49.989 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:50.479 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:50.486 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:50.491 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:50.979 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:50.987 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:50.993 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:51.479 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:51.486 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:51.491 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:51.978 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:51.985 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:51.990 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:52.473 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:52.479 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:52.484 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:52.980 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:52.987 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:52.991 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:53.483 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:53.490 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:53.495 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:53.977 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:53.983 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:53.987 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:54.479 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:54.483 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:54.487 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:54.981 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:54.986 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:54.989 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:55.496 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:55.501 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:55.505 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:55.993 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:55.998 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:56.001 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:56.492 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:56.495 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:56.498 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:56.994 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:56.998 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:57.002 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:57.495 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:57.501 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:57.505 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:57.994 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:58.000 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:58.006 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:58.495 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:58.499 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:58.502 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:58.995 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:59.003 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:59.008 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:59.496 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:59.501 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:01:59.506 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:01:59.995 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:02:00.000 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:02:00.003 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:02:00.495 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:02:00.994 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:02:00.997 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:02:01.000 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:02:01.495 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:02:01.500 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:02:01.504 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:02:01.999 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:02:02.008 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:02:02.013 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:02:02.514 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:02:02.523 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:02:02.528 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:02:03.014 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:02:03.024 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:02:03.029 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:02:03.514 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:02:03.525 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:02:03.529 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:02:04.014 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:02:04.024 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:02:04.029 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:02:04.514 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:02:04.525 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:02:04.530 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:02:05.014 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:02:05.024 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:02:05.030 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:02:05.516 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:02:05.527 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:02:05.530 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:02:06.014 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:02:06.025 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:02:06.033 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:02:06.515 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:02:06.524 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:02:06.530 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:02:07.015 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:02:07.024 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:02:07.030 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:02:07.518 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:02:07.528 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:02:07.532 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:02:08.011 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:02:08.013 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:02:08.015 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:02:08.027 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:02:08.030 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:02:08.032 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:02:08.531 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:02:08.541 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:02:08.547 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:02:08.597 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:02:08.606 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:02:08.615 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x145
02-09 10:02:08.644 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:02:08.647 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:02:08.649 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:02:08.675 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:02:08.678 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:02:08.679 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:02:08.745 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:02:08.747 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x155
02-09 10:02:08.748 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:02:08.756 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:02:08.758 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x159
02-09 10:02:08.760 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x141
02-09 10:02:08.806 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:02:08.808 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x149
02-09 10:02:08.810 28565 28565 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
02-09 10:02:08.861 28565 28565 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 244379697
02-09 10:02:09.092 28565 28565 E ArmVmp : Match on catch block at 0x0a in for
0x1c5
02-09 10:02:09.094 28565 28623 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 10:02:09.105 28565 28565 E ArmVmp : Match on catch block at 0x0a in for
0x1a1
02-09 10:02:09.145 28565 28623 W Parcel : Expecting binder but got null!
02-09 10:02:09.825 28565 28565 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-09 10:02:09.903 28565 28623 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 10:02:09.942 28565 28623 W Parcel : Expecting binder but got null!
02-09 10:02:18.930 28565 28623 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 10:02:18.964 28565 28623 W Parcel : Expecting binder but got null!
02-09 10:02:20.254 28565 28565 W TabLayout: MODE_SCROLLABLE + GRAVITY_FILL is not
supported, GRAVITY_START will be used instead
02-09 10:02:20.332 28565 29721 W libc : Access denied finding property
"vendor.camera.aux.packagelist"
02-09 10:02:20.332 28565 29721 W CameraManagerGlobal: [soar.cts] ignore the status
update of camera: 2
02-09 10:02:20.334 28565 29721 W libc : Access denied finding property
"vendor.camera.aux.packagelist"
02-09 10:02:20.334 28565 28857 W libc : Access denied finding property
"vendor.camera.aux.packagelist"
02-09 10:02:20.334 28565 28857 W CameraManagerGlobal: ignore the torch status
update of camera: 2
02-09 10:02:20.363 28565 28565 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.
02-09 10:02:20.382 28565 29722 W libc : Access denied finding property
"persist.vendor.camera.privapp.list"
02-09 10:02:20.396 28565 29722 E MiuiMultiWindowUtils: initFreeFormResolutionArgs
failed, device is gale
02-09 10:02:20.413 28565 28660 W IconCustomizer: getCustomizedIconW 122
02-09 10:02:20.419 28565 28623 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 10:02:20.450 28565 28660 W com.mbwhatsapp: ClassLoaderContext parent
mismatch. (PCL[] | PCL[];PCL[])
02-09 10:02:20.482 28565 28660 W Bitmap : Called getDensity() on a recycle()'d
bitmap! This is undefined behavior!
02-09 10:02:20.540 28565 29726 W libc : Access denied finding property
"vendor.camera.aux.packagelist"
02-09 10:02:20.540 28565 29726 W CameraManagerGlobal: ignore the torch status
update of camera: 2
02-09 10:02:20.542 28565 28660 W Bitmap : Called getDensity() on a recycle()'d
bitmap! This is undefined behavior!
02-09 10:02:20.573 28565 28565 W View : requestLayout() improperly called by
com.mbwhatsapp.WaImageView{bffba76 VF.D..CL. ......ID 0,0-128,128 #7f0b1814
app:id/shutter} during layout: running second layout pass
02-09 10:02:20.573 28565 28565 W View : requestLayout() improperly called by
com.mbwhatsapp.CircularProgressBar{3f68877 V.ED..... ......ID 0,0-128,128 #7f0b14fc
app:id/recording_progress} during layout: running second layout pass
02-09 10:02:20.573 28565 28565 W View : requestLayout() improperly called by
com.mbwhatsapp.WaImageView{968ce4 VF.D..C.. ......ID 0,0-96,96 #7f0b1976
app:id/switch_camera_btn} during layout: running second layout pass
02-09 10:02:20.574 28565 28565 W View : requestLayout() improperly called by
com.mbwhatsapp.WaImageView{b5fa54d VFED..C.. ......ID 0,0-96,96 #7f0b0b0d
app:id/gallery_btn} during layout: running second layout pass
02-09 10:02:20.574 28565 28565 W View : requestLayout() improperly called by
com.mbwhatsapp.WaImageView{2a50802 VFED..C.. ......ID 0,0-96,96 #7f0b057f
app:id/close_camera_btn} during layout: running second layout pass
02-09 10:02:20.574 28565 28565 W View : requestLayout() improperly called by
X.4Ki{c413513 V.ED..... ......ID 0,4-720,100} during layout: running second layout
pass
02-09 10:02:20.616 28565 28623 W Parcel : Expecting binder but got null!
02-09 10:02:20.677 28565 28565 W View : requestLayout() improperly called by
com.mbwhatsapp.WaImageView{bffba76 VF.D..CL. ......ID 296,1120-424,1248 #7f0b1814
app:id/shutter} during layout: running second layout pass
02-09 10:02:20.677 28565 28565 W View : requestLayout() improperly called by
com.mbwhatsapp.CircularProgressBar{3f68877 V.ED..... ......ID 296,1120-424,1248
#7f0b14fc app:id/recording_progress} during layout: running second layout pass
02-09 10:02:20.677 28565 28565 W View : requestLayout() improperly called by
com.mbwhatsapp.WaImageView{968ce4 VF.D..C.. ......ID 608,1136-704,1232 #7f0b1976
app:id/switch_camera_btn} during layout: running second layout pass
02-09 10:02:20.677 28565 28565 W View : requestLayout() improperly called by
com.mbwhatsapp.WaImageView{b5fa54d VFED..C.. ......ID 16,1136-112,1232 #7f0b0b0d
app:id/gallery_btn} during layout: running second layout pass
02-09 10:02:20.677 28565 28565 W View : requestLayout() improperly called by
com.mbwhatsapp.WaImageView{2a50802 VFED..C.. ......I. 16,16-112,112 #7f0b057f
app:id/close_camera_btn} during layout: running second layout pass
02-09 10:02:20.866 28565 29722 W BpBinder: Slow Binder: BpBinder transact took 209
ms, interface=android.hardware.camera2.ICameraDeviceUser, code=6 oneway=false
02-09 10:02:21.255 28565 29730 W BpBinder: Slow Binder: BpBinder transact took 374
ms, interface=android.media.IMediaMetadataRetriever, code=5 oneway=false
02-09 10:02:21.343 28565 29721 E com.mbwhatsapp: == MALI DEBUG
===eglp_winsys_populate_image_templates ==12288
02-09 10:02:21.363 28565 28623 E com.mbwhatsapp: == MALI DEBUG
===eglp_winsys_populate_image_templates ==12288
02-09 10:02:21.364 28565 28623 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 10:02:21.366 28565 28623 W libc : Access denied finding property
"ro.vendor.display.iris_x7.support"
02-09 10:02:21.393 28565 29721 E com.mbwhatsapp: == MALI DEBUG
===eglp_winsys_populate_image_templates ==12288
02-09 10:02:21.433 28565 28623 E com.mbwhatsapp: == MALI DEBUG
===eglp_winsys_populate_image_templates ==12288
02-09 10:02:21.453 28565 29721 E com.mbwhatsapp: == MALI DEBUG
===eglp_winsys_populate_image_templates ==12288
02-09 10:02:21.480 28565 29727 W BpBinder: Slow Binder: BpBinder transact took 578
ms, interface=android.media.IMediaMetadataRetriever, code=5 oneway=false
02-09 10:02:21.506 28565 28575 W System : A resource failed to call
CursorWrapperInner.close.
02-09 10:02:21.508 28565 29721 E com.mbwhatsapp: == MALI DEBUG
===eglp_winsys_populate_image_templates ==12288
02-09 10:02:21.569 28565 29721 E com.mbwhatsapp: == MALI DEBUG
===eglp_winsys_populate_image_templates ==12288
02-09 10:02:21.621 28565 29721 E com.mbwhatsapp: == MALI DEBUG
===eglp_winsys_populate_image_templates ==12288
02-09 10:02:21.669 28565 29733 W BpBinder: Slow Binder: BpBinder transact took 595
ms, interface=android.media.IMediaMetadataRetriever, code=5 oneway=false
02-09 10:02:21.670 28565 29721 E com.mbwhatsapp: == MALI DEBUG
===eglp_winsys_populate_image_templates ==12288
02-09 10:02:21.734 28565 28577 W CameraDevice-JV-0: Device error received, code 3,
frame number 12, request ID 1, subseq ID 0
02-09 10:02:21.862 28565 29730 W BpBinder: Slow Binder: BpBinder transact took 477
ms, interface=android.media.IMediaMetadataRetriever, code=5 oneway=false
02-09 10:02:21.865 28565 28707 W libc : Access denied finding property
"vendor.camera.aux.packagelist"
02-09 10:02:21.865 28565 28707 W CameraManagerGlobal: ignore the torch status
update of camera: 2
02-09 10:02:21.882 28565 28577 W com.mbwhatsapp: Long monitor contention with owner
Optic-Task-Handler-Thread (29721) at void
android.hardware.camera2.impl.CameraDeviceImpl.close()(CameraDeviceImpl.java:1509)
waiters=0 in void android.hardware.camera2.impl.CameraDeviceImpl.onDeviceError(int,
android.hardware.camera2.impl.CaptureResultExtras) for 144ms
02-09 10:02:21.882 28565 28577 W CameraDevice-JV-0: Device error received, code 3,
frame number 8, request ID 1, subseq ID 0
02-09 10:02:21.882 28565 28577 W CameraDevice-JV-0: Device error received, code 3,
frame number 9, request ID 1, subseq ID 0
02-09 10:02:21.882 28565 28577 W CameraDevice-JV-0: Device error received, code 3,
frame number 10, request ID 1, subseq ID 0
02-09 10:02:21.882 28565 28577 W CameraDevice-JV-0: Device error received, code 3,
frame number 11, request ID 1, subseq ID 0
02-09 10:02:21.884 28565 29721 E com.mbwhatsapp: mali-debug: still pending
callback,wait...
02-09 10:02:22.018 28565 29727 W BpBinder: Slow Binder: BpBinder transact took 406
ms, interface=android.media.IMediaMetadataRetriever, code=5 oneway=false
02-09 10:02:22.130 28565 29733 W BpBinder: Slow Binder: BpBinder transact took 349
ms, interface=android.media.IMediaMetadataRetriever, code=5 oneway=false
02-09 10:02:22.258 28565 29730 W BpBinder: Slow Binder: BpBinder transact took 309
ms, interface=android.media.IMediaMetadataRetriever, code=5 oneway=false
02-09 10:02:22.390 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:22.461 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:22.466 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:22.468 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:22.470 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:22.473 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:22.533 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:22.536 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:22.539 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:22.541 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:22.546 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:22.549 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:22.554 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:22.656 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:22.660 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:22.662 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:22.666 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:22.669 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:22.725 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:22.782 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:22.784 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:22.791 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:22.796 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:22.833 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:22.835 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:22.838 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:22.897 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:22.901 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:22.905 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:22.909 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:22.938 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:23.000 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:23.004 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:23.006 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:23.009 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:23.042 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:23.047 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:23.099 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:23.101 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:23.104 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:23.132 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:23.135 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:23.142 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:23.213 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:23.216 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:23.218 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:23.222 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:23.251 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:23.256 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:23.260 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:23.322 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:23.326 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:23.357 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:23.361 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, reflection, denied)
02-09 10:02:23.365 28565 28811 W com.mbwhatsapp: Accessing hidden method
Landroid/app/MiuiNotification;-><init>()V (blocked, refle

You might also like