0% found this document useful (0 votes)
106 views13 pages

Logcat

The document contains logcat output from an Android application. It shows several error messages related to class not found exceptions and failures to load libraries during startup of the application. It also includes warnings about methods failing lock verification checks and will run slower.

Uploaded by

fathyocampos
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)
106 views13 pages

Logcat

The document contains logcat output from an Android application. It shows several error messages related to class not found exceptions and failures to load libraries during startup of the application. It also includes warnings about methods failing lock verification checks and will run slower.

Uploaded by

fathyocampos
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/ 13

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

03-17 12:22:58.775 30691 30691 E com.mbwhatsapp: Not starting debugger since


process cannot load the jdwp agent.
03-17 12:22:58.951 30691 30691 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
03-17 12:22:58.951 30691 30691 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
03-17 12:22:58.951 30691 30691 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
03-17 12:22:58.951 30691 30691 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
03-17 12:22:58.951 30691 30691 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
03-17 12:22:58.951 30691 30691 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
03-17 12:22:58.951 30691 30691 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
03-17 12:22:58.951 30691 30691 W System.err: at
java.lang.Class.newInstance(Native Method)
03-17 12:22:58.951 30691 30691 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
03-17 12:22:58.951 30691 30691 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
03-17 12:22:58.951 30691 30691 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1286)
03-17 12:22:58.951 30691 30691 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1487)
03-17 12:22:58.951 30691 30691 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1424)
03-17 12:22:58.951 30691 30691 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7420)
03-17 12:22:58.951 30691 30691 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
03-17 12:22:58.951 30691 30691 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2374)
03-17 12:22:58.951 30691 30691 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-17 12:22:58.951 30691 30691 W System.err: at
android.os.Looper.loopOnce(Looper.java:224)
03-17 12:22:58.951 30691 30691 W System.err: at
android.os.Looper.loop(Looper.java:318)
03-17 12:22:58.951 30691 30691 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8727)
03-17 12:22:58.951 30691 30691 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
03-17 12:22:58.951 30691 30691 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:561)
03-17 12:22:58.951 30691 30691 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1013)
03-17 12:22:58.995 30691 30691 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.
03-17 12:22:59.480 30822 30822 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
03-17 12:22:59.585 30822 30822 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
03-17 12:22:59.585 30822 30822 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
03-17 12:22:59.585 30822 30822 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
03-17 12:22:59.585 30822 30822 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
03-17 12:22:59.585 30822 30822 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
03-17 12:22:59.585 30822 30822 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
03-17 12:22:59.585 30822 30822 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
03-17 12:22:59.585 30822 30822 W System.err: at
java.lang.Class.newInstance(Native Method)
03-17 12:22:59.585 30822 30822 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
03-17 12:22:59.585 30822 30822 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
03-17 12:22:59.585 30822 30822 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1286)
03-17 12:22:59.585 30822 30822 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1487)
03-17 12:22:59.586 30822 30822 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1424)
03-17 12:22:59.586 30822 30822 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7420)
03-17 12:22:59.586 30822 30822 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
03-17 12:22:59.586 30822 30822 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2374)
03-17 12:22:59.586 30822 30822 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-17 12:22:59.586 30822 30822 W System.err: at
android.os.Looper.loopOnce(Looper.java:224)
03-17 12:22:59.586 30822 30822 W System.err: at
android.os.Looper.loop(Looper.java:318)
03-17 12:22:59.586 30822 30822 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8727)
03-17 12:22:59.586 30822 30822 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
03-17 12:22:59.586 30822 30822 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:561)
03-17 12:22:59.586 30822 30822 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1013)
03-17 12:22:59.615 30822 30822 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.
03-17 12:22:59.767 30822 30822 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
03-17 12:22:59.768 30822 30822 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
03-17 12:22:59.793 30863 30863 W libprocessgroup: JoinCgroup: controller schedtune
is not found
03-17 12:22:59.797 30863 30863 W logcat : type=1400 audit(0.0:95440): avc: denied
{ ioctl } for path="/storage/emulated/0/Download/FMThemes/MBLogs/logcat.txt"
dev="fuse" ino=326947 ioctlcmd=0xf50d
scontext=u:r:untrusted_app_32:s0:c77,c257,c512,c768 tcontext=u:object_r:fuse:s0
tclass=file permissive=0 app=com.mbwhatsapp
03-17 12:22:59.818 30822 30848 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
03-17 12:23:00.353 30822 30822 W com.mbwhatsapp: type=1400 audit(0.0:95441): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so"
dev="dm-55" ino=274162 scontext=u:r:untrusted_app_32:s0:c77,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c77,c257,c512,c768 tclass=file
app=com.mbwhatsapp
03-17 12:23:00.357 30822 30822 W com.mbwhatsapp: type=1400 audit(0.0:95442): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm-
55" ino=284668 scontext=u:r:untrusted_app_32:s0:c77,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c77,c257,c512,c768 tclass=file
app=com.mbwhatsapp
03-17 12:23:00.357 30822 30822 W com.mbwhatsapp: type=1400 audit(0.0:95443): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-55" ino=283993 scontext=u:r:untrusted_app_32:s0:c77,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c77,c257,c512,c768 tclass=file
app=com.mbwhatsapp
03-17 12:23:00.369 30822 30822 W com.mbwhatsapp: type=1400 audit(0.0:95444): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so"
dev="dm-55" ino=279241 scontext=u:r:untrusted_app_32:s0:c77,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c77,c257,c512,c768 tclass=file
app=com.mbwhatsapp
03-17 12:23:00.373 30822 30822 W com.mbwhatsapp: type=1400 audit(0.0:95445): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-55" ino=283993 scontext=u:r:untrusted_app_32:s0:c77,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c77,c257,c512,c768 tclass=file
app=com.mbwhatsapp
03-17 12:23:00.373 30822 30822 W com.mbwhatsapp: type=1400 audit(0.0:95446): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-55" ino=283993 scontext=u:r:untrusted_app_32:s0:c77,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c77,c257,c512,c768 tclass=file
app=com.mbwhatsapp
03-17 12:23:00.373 30822 30822 W com.mbwhatsapp: type=1400 audit(0.0:95447): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-55" ino=283993 scontext=u:r:untrusted_app_32:s0:c77,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c77,c257,c512,c768 tclass=file
app=com.mbwhatsapp
03-17 12:23:00.416 30822 30890 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
03-17 12:23:00.416 30822 30890 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
03-17 12:23:00.416 30822 30890 W com.mbwhatsapp: and incorrect proguard
optimizations.
03-17 12:23:00.426 30822 30822 W com.mbwhatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
03-17 12:23:00.514 30822 30822 W libc : Access denied finding property
"ro.vendor.df.effect.conflict"
--------- beginning of system
03-17 12:23:00.540 30822 30822 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.Icon0 time=125ms latency=909ms procState=-1
historyMsgCount=2 (msgIndex=2 wall=905ms seq=2 late=6ms
h=android.app.ActivityThread$H w=110)
03-17 12:23:00.541 30822 30822 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.Icon0 time=0ms latency=1035ms procState=-1
historyMsgCount=3 (msgIndex=2 wall=905ms seq=2 late=6ms
h=android.app.ActivityThread$H w=110) (msgIndex=3 wall=125ms seq=3 late=909ms
h=android.app.ActivityThread$H w=159)
03-17 12:23:00.563 30822 30906 W libc : Access denied finding property
"vendor.migl.debug"
03-17 12:23:00.637 30822 30822 E com.mbwhatsapp: Invalid resource ID 0x00000000.
03-17 12:23:00.638 30822 30822 W System.err:
android.content.res.Resources$NotFoundException: String resource ID #0x0
03-17 12:23:00.638 30822 30822 W System.err: at
android.content.res.Resources.getText(Resources.java:486)
03-17 12:23:00.638 30822 30822 W System.err: at
android.content.res.MiuiResources.getText(MiuiResources.java:106)
03-17 12:23:00.638 30822 30822 W System.err: at
android.content.res.Resources.getString(Resources.java:579)
03-17 12:23:00.638 30822 30822 W System.err: at X.35t.A0E(Unknown Source:46)
03-17 12:23:00.638 30822 30822 W System.err: at
com.mbwhatsapp.yo.yo.getString(Native Method)
03-17 12:23:00.638 30822 30822 W System.err: at
com.mbwhatsapp.yo.yo.getString(Native Method)
03-17 12:23:00.638 30822 30822 W System.err: at
com.mbwhatsapp.youbasha.task.utils.requestAllFilesAccess14(Native Method)
03-17 12:23:00.638 30822 30822 W System.err: at
com.mbwhatsapp.yo.dep.showStoragePermissionRequest(Native Method)
03-17 12:23:00.638 30822 30822 W System.err: at
com.mbwhatsapp.registration.EULA.onCreate(Unknown Source:248)
03-17 12:23:00.638 30822 30822 W System.err: at
android.app.Activity.performCreate(Activity.java:8891)
03-17 12:23:00.638 30822 30822 W System.err: at
android.app.Activity.performCreate(Activity.java:8856)
03-17 12:23:00.638 30822 30822 W System.err: at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1468)
03-17 12:23:00.638 30822 30822 W System.err: at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3965)
03-17 12:23:00.638 30822 30822 W System.err: at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4136)
03-17 12:23:00.639 30822 30822 W System.err: at
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:10
3)
03-17 12:23:00.639 30822 30822 W System.err: at
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu
tor.java:149)
03-17 12:23:00.639 30822 30822 W System.err: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
99)
03-17 12:23:00.639 30822 30822 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2581)
03-17 12:23:00.639 30822 30822 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-17 12:23:00.639 30822 30822 W System.err: at
android.os.Looper.loopOnce(Looper.java:224)
03-17 12:23:00.639 30822 30822 W System.err: at
android.os.Looper.loop(Looper.java:318)
03-17 12:23:00.639 30822 30822 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8727)
03-17 12:23:00.639 30822 30822 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
03-17 12:23:00.639 30822 30822 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:561)
03-17 12:23:00.639 30822 30822 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1013)
03-17 12:23:00.700 30822 30822 W Activity: Can request only one set of permissions
at a time
03-17 12:23:00.723 30822 30928 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
03-17 12:23:00.723 30822 30928 E RenderScript: Failed to load runtime , loading
default
03-17 12:23:00.792 30822 30822 E ArmVmp : Match on catch block at 0x0a in for
0x7ce4ea604d
03-17 12:23:00.806 30822 30953 W ziparchive: Unable to open
'/system/framework/QXPerformance.dm': No such file or directory
03-17 12:23:00.806 30822 30953 W ziparchive: Unable to open
'/system/framework/QXPerformance.dm': No such file or directory
03-17 12:23:00.810 30822 30822 W OpenGLRenderer: Unknown dataspace 0
03-17 12:23:00.830 30822 30822 W MessageMonitor: PerfMonitor: Slow Operation:
Activity com.mbwhatsapp/.registration.EULA onStart took 172ms
03-17 12:23:00.859 30822 30822 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.registration.EULA time=0ms latency=311ms procState=-1
historyMsgCount=2 (msgIndex=2 wall=308ms seq=12 late=3ms
h=android.app.ActivityThread$H w=159)
03-17 12:23:00.988 30822 30905 E libEGL : pre_cache appList: com.miui.weather2,,
03-17 12:23:00.992 30822 30905 E OpenGLRenderer: Unable to match the desired swap
behavior.
03-17 12:23:01.027 30822 30905 E LB : fail to open file: No such file or
directory
03-17 12:23:01.027 30822 30905 E LB : fail to open node: No such file or
directory
03-17 12:23:01.033 30822 30905 E libEGL : pre_cache appList: com.miui.weather2,,
03-17 12:23:01.158 30822 30905 E OpenGLRenderer: Unable to match the desired swap
behavior.
03-17 12:23:01.337 30822 30822 W Looper : PerfMonitor doFrame : time=450ms
vsyncFrame=0 latency=50ms procState=-1 historyMsgCount=14 (msgIndex=1 wall=308ms
seq=12 late=3ms h=android.app.ActivityThread$H w=159)
03-17 12:23:01.360 30822 30822 W Looper : PerfMonitor doFrame : time=22ms
vsyncFrame=0 latency=435ms procState=-1 historyMsgCount=2 (msgIndex=1 wall=450ms
seq=26 late=50ms h=android.view.Choreographer$FrameHandler
c=android.view.Choreographer$FrameDisplayEventReceiver)
03-17 12:23:01.519 30822 30822 W MiuiStubRegistry: Failed to collect stub providers
in android.magicpointer.util.MiuiMagicPointerUtilsStubHeadManifest$$:
/system_ext/framework/miui-framework-pointer-pad.jar not exist
03-17 12:23:01.892 30822 30822 E com.mbwhatsapp: Invalid resource ID 0x00000000.
03-17 12:23:01.898 30822 30822 E com.mbwhatsapp: Invalid resource ID 0x00000000.
03-17 12:23:01.900 30822 30822 E com.mbwhatsapp: Invalid resource ID 0x00000000.
03-17 12:23:01.900 30822 30822 E com.mbwhatsapp: Invalid resource ID 0x00000000.
03-17 12:23:01.901 30822 30822 E com.mbwhatsapp: Invalid resource ID 0x00000000.
03-17 12:23:01.902 30822 30822 E com.mbwhatsapp: Invalid resource ID 0x00000000.
03-17 12:23:01.904 30822 30822 E com.mbwhatsapp: Invalid resource ID 0x00000000.
03-17 12:23:01.905 30822 30822 E com.mbwhatsapp: Invalid resource ID 0x00000000.
03-17 12:23:04.531 30822 30905 E OpenGLRenderer: Unable to match the desired swap
behavior.
03-17 12:23:04.604 30822 30822 W Activity: Can request only one set of permissions
at a time
03-17 12:23:04.605 30822 30822 W Activity: Can request only one set of permissions
at a time
03-17 12:23:04.668 30822 30905 E OpenGLRenderer: Unable to match the desired swap
behavior.
03-17 12:23:05.926 30822 30822 W MirrorManager: this model don't Support
03-17 12:23:05.966 30822 30822 E RippleDrawable: The RippleDrawable.STYLE_PATTERNED
animation is not supported for a non-hardware accelerated Canvas. Skipping
animation.
03-17 12:23:05.981 30822 30822 E RippleDrawable: The RippleDrawable.STYLE_PATTERNED
animation is not supported for a non-hardware accelerated Canvas. Skipping
animation.
03-17 12:23:05.998 30822 30822 E RippleDrawable: The RippleDrawable.STYLE_PATTERNED
animation is not supported for a non-hardware accelerated Canvas. Skipping
animation.
03-17 12:23:06.012 30822 30822 E RippleDrawable: The RippleDrawable.STYLE_PATTERNED
animation is not supported for a non-hardware accelerated Canvas. Skipping
animation.
03-17 12:23:06.018 30822 30822 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda22@2660b98
03-17 12:23:06.966 30822 31483 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
03-17 12:23:06.966 30822 31483 E ShortcutInfoCompatSaver:
java.io.FileNotFoundException:
/data/user/0/com.mbwhatsapp/files/ShortcutInfoCompatSaver_share_targets/
targets.xml: open failed: ENOENT (No such file or directory)
03-17 12:23:06.966 30822 31483 E ShortcutInfoCompatSaver: at
libcore.io.IoBridge.open(IoBridge.java:574)
03-17 12:23:06.966 30822 31483 E ShortcutInfoCompatSaver: at
java.io.FileInputStream.<init>(FileInputStream.java:160)
03-17 12:23:06.966 30822 31483 E ShortcutInfoCompatSaver: at X.0nz.run(Unknown
Source:82)
03-17 12:23:06.966 30822 31483 E ShortcutInfoCompatSaver: at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:487)
03-17 12:23:06.966 30822 31483 E ShortcutInfoCompatSaver: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
03-17 12:23:06.966 30822 31483 E ShortcutInfoCompatSaver: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
03-17 12:23:06.966 30822 31483 E ShortcutInfoCompatSaver: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
03-17 12:23:06.966 30822 31483 E ShortcutInfoCompatSaver: at
java.lang.Thread.run(Thread.java:1012)
03-17 12:23:06.966 30822 31483 E ShortcutInfoCompatSaver: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
03-17 12:23:06.966 30822 31483 E ShortcutInfoCompatSaver: at
libcore.io.Linux.open(Native Method)
03-17 12:23:06.966 30822 31483 E ShortcutInfoCompatSaver: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
03-17 12:23:06.966 30822 31483 E ShortcutInfoCompatSaver: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
03-17 12:23:06.966 30822 31483 E ShortcutInfoCompatSaver: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
03-17 12:23:06.966 30822 31483 E ShortcutInfoCompatSaver: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8603)
03-17 12:23:06.966 30822 31483 E ShortcutInfoCompatSaver: at
libcore.io.IoBridge.open(IoBridge.java:560)
03-17 12:23:06.966 30822 31483 E ShortcutInfoCompatSaver: ... 7 more
03-17 12:23:06.996 30822 30905 E FrameEvents: updateAcquireFence: Did not find
frame.
03-17 12:23:07.015 30822 30905 E FrameEvents: updateAcquireFence: Did not find
frame.
03-17 12:23:07.026 30822 30905 E FrameEvents: updateAcquireFence: Did not find
frame.
03-17 12:23:07.033 30822 30822 W com.mbwhatsapp: type=1400 audit(0.0:95495): avc:
denied { read } for name="osrelease" dev="proc" ino=6910590
scontext=u:r:untrusted_app_32:s0:c77,c257,c512,c768 tcontext=u:object_r:proc:s0
tclass=file permissive=0 app=com.mbwhatsapp
03-17 12:23:07.033 30822 30822 W com.mbwhatsapp: type=1400 audit(0.0:95496): avc:
denied { read } for name="version" dev="proc" ino=6910591
scontext=u:r:untrusted_app_32:s0:c77,c257,c512,c768 tcontext=u:object_r:proc:s0
tclass=file permissive=0 app=com.mbwhatsapp
03-17 12:23:08.368 30822 30905 E OpenGLRenderer: Unable to match the desired swap
behavior.
03-17 12:23:08.715 30822 30867 W BpBinder: PerfMonitor binderTransact: time=369ms
interface=android.system.keystore2.IKeystoreSecurityLevel code=2
03-17 12:23:09.274 30822 30822 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda22@cc7e13b
03-17 12:23:10.285 30822 30834 W com.mbwhatsapp: Cleared Reference was only
reachable from finalizer (only reported once)
03-17 12:23:17.775 30822 30905 E OpenGLRenderer: Unable to match the desired swap
behavior.
03-17 12:23:18.387 30822 30866 E PlayCore: UID: [10333] PID: [30822]
StandardIntegrity : Phonesky is not installed.
03-17 12:23:19.226 30822 30822 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda22@af597b3
03-17 12:23:19.329 30822 30905 E OpenGLRenderer: Unable to match the desired swap
behavior.
03-17 12:23:19.347 30822 30822 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=ImeCallback=ImeOnBackInvokedCallback@125041208
Callback=android.window.IOnBackInvokedCallback$Stub$Proxy@a97aa24
03-17 12:23:20.320 30822 30822 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda22@7c244ea
03-17 12:23:20.392 30822 30822 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=ImeCallback=ImeOnBackInvokedCallback@125041208
Callback=android.window.IOnBackInvokedCallback$Stub$Proxy@a97aa24
03-17 12:23:20.677 30822 31485 W BpBinder: PerfMonitor binderTransact: time=286ms
interface=com.google.android.gms.auth.api.phone.internal.ISmsRetrieverApiService
code=1
03-17 12:23:20.850 30822 30905 E OpenGLRenderer: Unable to match the desired swap
behavior.
03-17 12:23:20.893 30822 30905 E OpenGLRenderer: Unable to match the desired swap
behavior.
03-17 12:23:21.410 30822 30822 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=ImeCallback=ImeOnBackInvokedCallback@125041208
Callback=android.window.IOnBackInvokedCallback$Stub$Proxy@a97aa24
03-17 12:23:21.411 30822 30822 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda22@a32fdd5
03-17 12:23:22.013 30822 30905 W RenderInspector: DequeueBuffer time out on
com.mbwhatsapp/com.mbwhatsapp.registration.VerifyPhoneNumber, count=1, avg=16 ms,
max=16 ms.
03-17 12:23:23.633 30822 30905 W RenderInspector: DequeueBuffer time out on
com.mbwhatsapp/com.mbwhatsapp.registration.VerifyPhoneNumber, count=1, avg=17 ms,
max=17 ms.
03-17 12:23:24.303 30822 30822 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda22@9c33188
03-17 12:23:24.398 30822 30822 W EpFrameworkFactory: activated: false jar exist:
false
03-17 12:23:24.475 30822 30905 E OpenGLRenderer: Unable to match the desired swap
behavior.
03-17 12:23:24.545 30822 30822 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
03-17 12:23:24.562 30822 30822 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 125041208
03-17 12:23:24.956 30822 30822 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda22@86a0cb8
03-17 12:23:36.713 30822 30837 W com.mbwhatsapp: ApkAssets: Deleting an ApkAssets
object '<empty> and /data/app/~~CqnbY2SEpSq926r4M_rklw==/com.google.android.gms-
jEJpd4Rq17op_Db6kaFdMg==/base.apk' with 1 weak references
03-17 12:23:36.715 30822 30837 W com.mbwhatsapp: ApkAssets: Deleting an ApkAssets
object '<empty> and /data/app/~~CqnbY2SEpSq926r4M_rklw==/com.goo--------- beginning
of system
03-17 12:24:26.637 30822 30822 W MessageMonitor: PerfMonitor: Slow Operation:
Activity com.mbwhatsapp/.registration.parole.CustomRegistrationBlockActivity
onStart took 128ms
--------- beginning of main
03-17 12:24:26.688 30822 30905 E OpenGLRenderer: Unable to match the desired swap
behavior.
03-17 12:24:33.295 30822 30905 E OpenGLRenderer: Unable to match the desired swap
behavior.
03-17 12:24:39.973 30822 30905 E OpenGLRenderer: Unable to match the desired swap
behavior.
03-17 12:24:45.284 30822 30905 E OpenGLRenderer: Unable to match the desired swap
behavior.
03-17 12:24:47.453 30822 30822 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda22@6ab9e44
03-17 12:25:26.851 5899 5899 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
03-17 12:25:27.124 5899 5899 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
03-17 12:25:27.124 5899 5899 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
03-17 12:25:27.124 5899 5899 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
03-17 12:25:27.124 5899 5899 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
03-17 12:25:27.124 5899 5899 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
03-17 12:25:27.124 5899 5899 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
03-17 12:25:27.124 5899 5899 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
03-17 12:25:27.124 5899 5899 W System.err: at
java.lang.Class.newInstance(Native Method)
03-17 12:25:27.124 5899 5899 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
03-17 12:25:27.124 5899 5899 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
03-17 12:25:27.124 5899 5899 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1286)
03-17 12:25:27.124 5899 5899 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1487)
03-17 12:25:27.124 5899 5899 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1424)
03-17 12:25:27.124 5899 5899 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7420)
03-17 12:25:27.124 5899 5899 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
03-17 12:25:27.124 5899 5899 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2374)
03-17 12:25:27.124 5899 5899 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-17 12:25:27.124 5899 5899 W System.err: at
android.os.Looper.loopOnce(Looper.java:224)
03-17 12:25:27.124 5899 5899 W System.err: at
android.os.Looper.loop(Looper.java:318)
03-17 12:25:27.124 5899 5899 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8727)
03-17 12:25:27.124 5899 5899 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
03-17 12:25:27.124 5899 5899 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:561)
03-17 12:25:27.124 5899 5899 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1013)
03-17 12:25:27.144 5899 5899 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.
03-17 12:25:27.322 5899 5899 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
03-17 12:25:27.322 5899 5899 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
03-17 12:25:27.329 5899 5899 W com.mbwhatsapp: type=1400 audit(0.0:95715): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so"
dev="dm-55" ino=274162 scontext=u:r:untrusted_app_32:s0:c77,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c77,c257,c512,c768 tclass=file
app=com.mbwhatsapp
03-17 12:25:27.333 5899 5899 W com.mbwhatsapp: type=1400 audit(0.0:95716): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm-
55" ino=284668 scontext=u:r:untrusted_app_32:s0:c77,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c77,c257,c512,c768 tclass=file
app=com.mbwhatsapp
03-17 12:25:27.339 5972 5972 W libprocessgroup: JoinCgroup: controller schedtune
is not found
03-17 12:25:27.337 5972 5972 W logcat : type=1400 audit(0.0:95717): avc: denied
{ ioctl } for path="/storage/emulated/0/Download/FMThemes/MBLogs/logcat.txt"
dev="fuse" ino=326947 ioctlcmd=0xf50d
scontext=u:r:untrusted_app_32:s0:c77,c257,c512,c768 tcontext=u:object_r:fuse:s0
tclass=file permissive=0 app=com.mbwhatsapp
03-17 12:25:27.337 5899 5899 W com.mbwhatsapp: type=1400 audit(0.0:95718): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-55" ino=283993 scontext=u:r:untrusted_app_32:s0:c77,c257,c512,c768
tcontext=u:object_r:app_data_file:s0:c77,c257,c512,c768 tclass=file
app=com.mbwhatsapp
03-17 12:25:27.396 5899 5986 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
03-17 12:25:27.396 5899 5986 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
03-17 12:25:27.396 5899 5986 W com.mbwhatsapp: and incorrect proguard
optimizations.
03-17 12:25:27.405 5899 5899 W com.mbwhatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
03-17 12:25:27.451 5899 5899 W libc : Access denied finding property
"ro.vendor.df.effect.conflict"
03-17 12:25:27.471 5899 5899 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.Icon0 time=75ms latency=444ms procState=-1
historyMsgCount=2 (msgIndex=2 wall=433ms seq=2 late=12ms
h=android.app.ActivityThread$H w=110)
03-17 12:25:27.472 5899 5899 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.Icon0 time=0ms latency=518ms procState=-1
historyMsgCount=3 (msgIndex=2 wall=433ms seq=2 late=12ms
h=android.app.ActivityThread$H w=110) (msgIndex=3 wall=75ms seq=3 late=444ms
h=android.app.ActivityThread$H w=159)
03-17 12:25:27.495 5899 6002 W libc : Access denied finding property
"vendor.migl.debug"
03-17 12:25:27.573 5899 5899 W Activity: Can request only one set of permissions
at a time
03-17 12:25:27.591 5899 6009 W ziparchive: Unable to open
'/system/framework/QXPerformance.dm': No such file or directory
03-17 12:25:27.591 5899 6009 W ziparchive: Unable to open
'/system/framework/QXPerformance.dm': No such file or directory
03-17 12:25:27.593 5899 5899 W OpenGLRenderer: Unknown dataspace 0
03-17 12:25:27.705 5899 6001 E libEGL : pre_cache appList: com.miui.weather2,,
03-17 12:25:27.709 5899 6001 E OpenGLRenderer: Unable to match the desired swap
behavior.
03-17 12:25:27.726 5899 6001 E LB : fail to open file: No such file or
directory
03-17 12:25:27.726 5899 6001 E LB : fail to open node: No such file or
directory
03-17 12:25:28.149 5899 5899 W com.mbwhatsapp: type=1400 audit(0.0:95724): avc:
denied { read } for name="osrelease" dev="proc" ino=6923872
scontext=u:r:untrusted_app_32:s0:c77,c257,c512,c768 tcontext=u:object_r:proc:s0
tclass=file permissive=0 app=com.mbwhatsapp
03-17 12:25:28.149 5899 5899 W com.mbwhatsapp: type=1400 audit(0.0:95725): avc:
denied { read } for name="version" dev="proc" ino=6923873
scontext=u:r:untrusted_app_32:s0:c77,c257,c512,c768 tcontext=u:object_r:proc:s0
tclass=file permissive=0 app=com.mbwhatsapp
03-17 12:25:28.931 5899 5899 W MirrorManager: this model don't Support
03-17 12:25:29.176 5899 6001 E OpenGLRenderer: Unable to match the desired swap
behavior.
03-17 12:25:29.537 5899 5899 W MiuiStubRegistry: Failed to collect stub providers
in android.magicpointer.util.MiuiMagicPointerUtilsStubHeadManifest$$:
/system_ext/framework/miui-framework-pointer-pad.jar not exist
03-17 12:25:29.554 5899 5899 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda22@98dc252
03-17 12:25:36.896 5899 5911 W com.mbwhatsapp: Cleared Reference was only
reachable from finalizer (only reported once)
03-17 12:25:36.949 5899 6001 E OpenGLRenderer: Unable to match the desired swap
behavior.
03-17 12:25:37.107 5899 6001 W RenderInspector: DequeueBuffer time out on
com.mbwhatsapp/com.mbwhatsapp.registration.RegisterPhone, count=1, avg=19 ms,
max=19 ms.
03-17 12:25:37.540 5899 6296 E PlayCore: UID: [10333] PID: [5899]
StandardIntegrity : Phonesky is not installed.
03-17 12:25:38.385 5899 5899 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda22@cdb7faa
03-17 12:25:38.530 5899 6001 E OpenGLRenderer: Unable to match the desired swap
behavior.
03-17 12:25:38.624 5899 6001 E libEGL : pre_cache appList: com.miui.weather2,,
03-17 12:25:39.427 5899 6001 W RenderInspector: DequeueBuffer time out on
com.mbwhatsapp/com.mbwhatsapp.registration.RegisterPhone, count=3, avg=17 ms,
max=21 ms.
03-17 12:25:39.437 5899 5899 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda22@eaed9d4
03-17 12:25:39.522 5899 5899 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=ImeCallback=ImeOnBackInvokedCallback@125041208
Callback=android.window.IOnBackInvokedCallback$Stub$Proxy@ab049ed
03-17 12:25:40.328 5899 6305 W BpBinder: PerfMonitor binderTransact: time=807ms
interface=com.google.android.gms.auth.api.phone.internal.ISmsRetrieverApiService
code=1
03-17 12:25:40.476 5899 6001 E OpenGLRenderer: Unable to match the desired swap
behavior.
03-17 12:25:40.523 5899 6001 E OpenGLRenderer: Unable to match the desired swap
behavior.
03-17 12:25:41.113 5899 5899 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=ImeCallback=ImeOnBackInvokedCallback@125041208
Callback=android.window.IOnBackInvokedCallback$Stub$Proxy@ab049ed
03-17 12:25:41.114 5899 5899 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda22@2cbd6d4
03-17 12:25:41.663 5899 5899 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda22@6b686a1
03-17 12:25:41.813 5899 6001 E OpenGLRenderer: Unable to match the desired swap
behavior.
03-17 12:25:41.864 5899 5899 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
03-17 12:25:41.894 5899 5899 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 125041208
03-17 12:25:44.851 5899 5899 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda22@6f6cc2b
03-17 12:25:44.919 5899 5899 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=ImeCallback=ImeOnBackInvokedCallback@125041208
Callback=android.window.IOnBackInvokedCallback$Stub$Proxy@b820de7
03-17 12:25:59.029 5899 6001 E OpenGLRenderer: Unable to match the desired swap
behavior.
03-17 12:25:59.191 5899 5899 W InputTransport: PerfMonitor: 201ms so far, channel
'4e9c5e6 com.mbwhatsapp/com.mbwhatsapp.registration.VerifyPhoneNumber (client)'
consumer ~ consumed montion event,seq=994524
03-17 12:25:59.302 5899 5899 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=ImeCallback=ImeOnBackInvokedCallback@125041208
Callback=android.window.IOnBackInvokedCallback$Stub$Proxy@b820de7
03-17 12:25:59.336 5899 6001 W RenderInspector: QueueBuffer time out on
com.mbwhatsapp/com.mbwhatsapp.registration.VerifyPhoneNumber, count=1, avg=45 ms,
max=45 ms.
03-17 12:25:59.337 5899 5899 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
03-17 12:25:59.358 5899 5899 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=ImeCallback=ImeOnBackInvokedCallback@125041208
Callback=android.window.IOnBackInvokedCallback$Stub$Proxy@b820de7
03-17 12:25:59.450 5899 5899 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda22@939f266
03-17 12:26:01.663 5899 6001 E OpenGLRenderer: Unable to match the desired swap
behavior.
03-17 12:26:01.747 5899 5899 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=ImeCallback=ImeOnBackInvokedCallback@125041208
Callback=android.window.IOnBackInvokedCallback$Stub$Proxy@978f762
03-17 12:26:01.770 5899 5899 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
03-17 12:26:01.789 5899 5899 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=ImeCallback=ImeOnBackInvokedCallback@125041208
Callback=android.window.IOnBackInvokedCallback$Stub$Proxy@978f762
03-17 12:26:04.040 5899 5899 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda22@50bf880
03-17 12:26:04.313 5899 6305 W BpBinder: PerfMonitor binderTransact: time=273ms
interface=com.google.android.gms.auth.api.phone.internal.ISmsRetrieverApiService
code=1
03-17 12:26:04.348 5899 6001 E OpenGLRenderer: Unable to match the desired swap
behavior.
03-17 12:26:05.831 5899 5899 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda22@c976b2f
03-17 12:26:06.128 5899 6001 E OpenGLRenderer: Unable to match the desired swap
behavior.
03-17 12:26:06.210 5899 5899 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=ImeCallback=ImeOnBackInvokedCallback@125041208
Callback=android.window.IOnBackInvokedCallback$Stub$Proxy@f231f77
03-17 12:26:06.254 5899 5899 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
03-17 12:26:06.273 5899 5899 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=ImeCallback=ImeOnBackInvokedCallback@125041208
Callback=android.window.IOnBackInvokedCallback$Stub$Proxy@f231f77
03-17 12:26:06.891 5899 5899 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda22@a22ca38
03-17 12:26:07.499 5899 5899 W EpFrameworkFactory: activated: false jar exist:
false
03-17 12:26:07.589 5899 6001 E OpenGLRenderer: Unable to match the desired swap
behavior.
03-17 12:26:07.647 5899 5899 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=ImeCallback=ImeOnBackInvokedCallback@125041208
Callback=android.window.IOnBackInvokedCallback$Stub$Proxy@906021
03-17 12:26:07.663 5899 5899 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
03-17 12:26:07.680 5899 5899 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=ImeCallback=ImeOnBackInvokedCallback@125041208
Callback=android.window.IOnBackInvokedCallback$Stub$Proxy@906021
03-17 12:26:08.066 5899 5899 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda22@3e30048
03-17 12:26:25.162 5899 6001 E OpenGLRenderer: Unable to match the desired swap
behavior.
03-17 12:26:25.234 5899 5913 W com.mbwhatsapp: ApkAssets: Deleting an ApkAssets
object '<empty> and /data/app/~~CqnbY2SEpSq926r4M_rklw==/com.google.android.gms-
jEJpd4Rq17op_Db6kaFdMg==/base.apk' with 1 weak references
03-17 12:26:25.235 5899 5913 W com.mbwhatsapp: ApkAssets: Deleting an ApkAssets
object '<empty> and /data/app/~~CqnbY2SEpSq926r4M_rklw==/com.google.android.gms-
jEJpd4Rq17op_Db6kaFdMg==/split_config.es.apk' with 1 weak references
03-17 12:26:25.235 5899 5913 W com.mbwhatsapp: ApkAssets: Deleting an ApkAssets
object '<empty> and /data/app/~~CqnbY2SEp

You might also like