Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
18 views15 pages

Logcat

The log file records errors and warnings from an Android application startup process. It indicates that the application failed to load some classes and libraries during initialization and encountered other issues such as an invalid string resource ID. The debugging information suggests problems with the application configuration or dependencies.

Uploaded by

britanyama718
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)
18 views15 pages

Logcat

The log file records errors and warnings from an Android application startup process. It indicates that the application failed to load some classes and libraries during initialization and encountered other issues such as an invalid string resource ID. The debugging information suggests problems with the application configuration or dependencies.

Uploaded by

britanyama718
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/ 15

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

01-07 14:14:11.092 10938 10938 E com.mbwhatsapp: Not starting debugger since


process cannot load the jdwp agent.
01-07 14:14:11.404 10938 10938 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-07 14:14:11.407 10938 10938 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-07 14:14:11.407 10938 10938 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
01-07 14:14:11.407 10938 10938 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
01-07 14:14:11.407 10938 10938 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
01-07 14:14:11.408 10938 10938 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-07 14:14:11.408 10938 10938 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-07 14:14:11.408 10938 10938 W System.err: at
java.lang.Class.newInstance(Native Method)
01-07 14:14:11.408 10938 10938 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-07 14:14:11.408 10938 10938 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-07 14:14:11.408 10938 10938 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1177)
01-07 14:14:11.408 10938 10938 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1364)
01-07 14:14:11.408 10938 10938 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:6725)
01-07 14:14:11.408 10938 10938 W System.err: at
android.app.ActivityThread.access$1600(ActivityThread.java:253)
01-07 14:14:11.408 10938 10938 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2090)
01-07 14:14:11.408 10938 10938 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-07 14:14:11.408 10938 10938 W System.err: at
android.os.Looper.loopOnce(Looper.java:201)
01-07 14:14:11.408 10938 10938 W System.err: at
android.os.Looper.loop(Looper.java:288)
01-07 14:14:11.408 10938 10938 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:7880)
01-07 14:14:11.408 10938 10938 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-07 14:14:11.408 10938 10938 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:568)
01-07 14:14:11.408 10938 10938 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1045)
01-07 14:14:11.701 10938 10938 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
01-07 14:14:12.310 10938 10965 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-07 14:14:12.731 10993 10993 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
01-07 14:14:12.835 10993 10993 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-07 14:14:12.835 10993 10993 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-07 14:14:12.835 10993 10993 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
01-07 14:14:12.835 10993 10993 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
01-07 14:14:12.836 10993 10993 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
01-07 14:14:12.836 10993 10993 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-07 14:14:12.836 10993 10993 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-07 14:14:12.836 10993 10993 W System.err: at
java.lang.Class.newInstance(Native Method)
01-07 14:14:12.836 10993 10993 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-07 14:14:12.836 10993 10993 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-07 14:14:12.836 10993 10993 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1177)
01-07 14:14:12.836 10993 10993 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1364)
01-07 14:14:12.836 10993 10993 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:6725)
01-07 14:14:12.836 10993 10993 W System.err: at
android.app.ActivityThread.access$1600(ActivityThread.java:253)
01-07 14:14:12.836 10993 10993 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2090)
01-07 14:14:12.836 10993 10993 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-07 14:14:12.836 10993 10993 W System.err: at
android.os.Looper.loopOnce(Looper.java:201)
01-07 14:14:12.836 10993 10993 W System.err: at
android.os.Looper.loop(Looper.java:288)
01-07 14:14:12.836 10993 10993 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:7880)
01-07 14:14:12.836 10993 10993 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-07 14:14:12.836 10993 10993 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:568)
01-07 14:14:12.836 10993 10993 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1045)
01-07 14:14:12.909 10993 10993 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
01-07 14:14:12.959 10993 11015 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-07 14:14:13.167 10993 10993 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-07 14:14:13.167 10993 10993 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-07 14:14:14.565 10993 10993 W com.mbwhatsapp: type=1400 audit(0.0:28582): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so"
dev="dm-13" ino=6717762 scontext=u:r:untrusted_app:s0:c42,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c42,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-07 14:14:14.569 10993 10993 W com.mbwhatsapp: type=1400 audit(0.0:28583): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm-
13" ino=6717707 scontext=u:r:untrusted_app:s0:c42,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c42,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-07 14:14:14.577 10993 10993 W com.mbwhatsapp: type=1400 audit(0.0:28584): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-13" ino=6717756 scontext=u:r:untrusted_app:s0:c42,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c42,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-07 14:14:14.597 10993 10993 W com.mbwhatsapp: type=1400 audit(0.0:28585): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so"
dev="dm-13" ino=6717757 scontext=u:r:untrusted_app:s0:c42,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c42,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-07 14:14:14.605 10993 10993 W com.mbwhatsapp: type=1400 audit(0.0:28586): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-13" ino=6717756 scontext=u:r:untrusted_app:s0:c42,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c42,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-07 14:14:14.709 10993 11091 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-07 14:14:14.709 10993 11091 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
01-07 14:14:14.709 10993 11091 W com.mbwhatsapp: and incorrect proguard
optimizations.
01-07 14:14:14.726 10993 10993 W com.mbwhatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-07 14:14:15.005 10993 11101 E QT : [QT]file does not exist
01-07 14:14:15.481 10993 10993 E com.mbwhatsapp: Invalid ID 0x00000000.
01-07 14:14:15.483 10993 10993 W System.err:
android.content.res.Resources$NotFoundException: String resource ID #0x0
01-07 14:14:15.487 10993 10993 W System.err: at
android.content.res.Resources.getText(Resources.java:444)
01-07 14:14:15.487 10993 10993 W System.err: at
android.content.res.Resources.getString(Resources.java:537)
01-07 14:14:15.487 10993 10993 W System.err: at X.35t.A0E(Unknown Source:46)
01-07 14:14:15.487 10993 10993 W System.err: at
com.mbwhatsapp.yo.yo.getString(Native Method)
01-07 14:14:15.487 10993 10993 W System.err: at
com.mbwhatsapp.yo.yo.getString(Native Method)
01-07 14:14:15.487 10993 10993 W System.err: at
com.mbwhatsapp.youbasha.task.utils.requestAllFilesAccess14(Native Method)
01-07 14:14:15.488 10993 10993 W System.err: at
com.mbwhatsapp.yo.dep.showStoragePermissionRequest(Native Method)
01-07 14:14:15.488 10993 10993 W System.err: at
com.mbwhatsapp.registration.EULA.onCreate(Unknown Source:248)
01-07 14:14:15.488 10993 10993 W System.err: at
android.app.Activity.performCreate(Activity.java:8050)
01-07 14:14:15.488 10993 10993 W System.err: at
android.app.Activity.performCreate(Activity.java:8030)
01-07 14:14:15.488 10993 10993 W System.err: at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1329)
01-07 14:14:15.488 10993 10993 W System.err: at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3648)
01-07 14:14:15.488 10993 10993 W System.err: at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3832)
01-07 14:14:15.488 10993 10993 W System.err: at
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:10
3)
01-07 14:14:15.488 10993 10993 W System.err: at
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu
tor.java:135)
01-07 14:14:15.488 10993 10993 W System.err: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
95)
01-07 14:14:15.488 10993 10993 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2247)
01-07 14:14:15.488 10993 10993 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-07 14:14:15.488 10993 10993 W System.err: at
android.os.Looper.loopOnce(Looper.java:201)
01-07 14:14:15.488 10993 10993 W System.err: at
android.os.Looper.loop(Looper.java:288)
01-07 14:14:15.488 10993 10993 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:7880)
01-07 14:14:15.488 10993 10993 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-07 14:14:15.488 10993 10993 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:568)
01-07 14:14:15.488 10993 10993 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1045)
01-07 14:14:15.642 10993 10993 W Activity: Can request only one set of permissions
at a time
01-07 14:14:15.788 10993 10993 E ArmVmp : Match on catch block at 0x0a in for
0x78434f304d
01-07 14:14:16.042 10993 11127 E ion : ioctl c0044901 failed with code -1:
Invalid argument
01-07 14:14:16.122 10993 11100 E OpenGLRenderer: fbcNotifyFrameComplete error:
undefined symbol: fbcNotifyFrameComplete
01-07 14:14:16.122 10993 11100 E OpenGLRenderer: fbcNotifyNoRender error: undefined
symbol: fbcNotifyNoRender
01-07 14:14:18.052 10993 10993 E com.mbwhatsapp: Invalid ID 0x00000000.
01-07 14:14:18.056 10993 10993 E com.mbwhatsapp: Invalid ID 0x00000000.
01-07 14:14:18.057 10993 10993 E com.mbwhatsapp: Invalid ID 0x00000000.
01-07 14:14:18.058 10993 10993 E com.mbwhatsapp: Invalid ID 0x00000000.
01-07 14:14:18.059 10993 10993 E com.mbwhatsapp: Invalid ID 0x00000000.
01-07 14:14:18.059 10993 10993 E com.mbwhatsapp: Invalid ID 0x00000000.
01-07 14:14:18.060 10993 10993 E com.mbwhatsapp: Invalid ID 0x00000000.
01-07 14:14:18.061 10993 10993 E com.mbwhatsapp: Invalid ID 0x00000000.
01-07 14:14:22.245 10993 11096 W com.mbwhatsapp: Cleared Reference was only
reachable from finalizer (only reported once)
01-07 14:14:28.619 10993 11735 E ShortcutInfoCompatSaver: Failed to load saved
values from file
/data/user/0/com.mbwhatsapp/files/ShortcutInfoCompatSaver_share_targets/
targets.xml. Old state removed, new added
01-07 14:14:28.619 10993 11735 E ShortcutInfoCompatSaver:
java.io.FileNotFoundException:
/data/user/0/com.mbwhatsapp/files/ShortcutInfoCompatSaver_share_targets/
targets.xml: open failed: ENOENT (No such file or directory)
01-07 14:14:28.619 10993 11735 E ShortcutInfoCompatSaver: at
libcore.io.IoBridge.open(IoBridge.java:574)
01-07 14:14:28.619 10993 11735 E ShortcutInfoCompatSaver: at
java.io.FileInputStream.<init>(FileInputStream.java:160)
01-07 14:14:28.619 10993 11735 E ShortcutInfoCompatSaver: at X.0nz.run(Unknown
Source:82)
01-07 14:14:28.619 10993 11735 E ShortcutInfoCompatSaver: at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:487)
01-07 14:14:28.619 10993 11735 E ShortcutInfoCompatSaver: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
01-07 14:14:28.619 10993 11735 E ShortcutInfoCompatSaver: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-07 14:14:28.619 10993 11735 E ShortcutInfoCompatSaver: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-07 14:14:28.619 10993 11735 E ShortcutInfoCompatSaver: at
java.lang.Thread.run(Thread.java:1012)
01-07 14:14:28.619 10993 11735 E ShortcutInfoCompatSaver: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
01-07 14:14:28.619 10993 11735 E ShortcutInfoCompatSaver: at
libcore.io.Linux.open(Native Method)
01-07 14:14:28.619 10993 11735 E ShortcutInfoCompatSaver: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
01-07 14:14:28.619 10993 11735 E ShortcutInfoCompatSaver: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
01-07 14:14:28.619 10993 11735 E ShortcutInfoCompatSaver: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
01-07 14:14:28.619 10993 11735 E ShortcutInfoCompatSaver: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:7764)
01-07 14:14:28.619 10993 11735 E ShortcutInfoCompatSaver: at
libcore.io.IoBridge.open(IoBridge.java:560)
01-07 14:14:28.619 10993 11735 E ShortcutInfoCompatSaver: ... 7 more
01-07 14:14:28.921 10993 10993 W com.mbwhatsapp: type=1400 audit(0.0:28704): avc:
denied { read } for name="osrelease" dev="proc" ino=10817502
scontext=u:r:untrusted_app:s0:c42,c256,c512,c768 tcontext=u:object_r:proc:s0
tclass=file permissive=0 app=com.mbwhatsapp
01-07 14:14:28.925 10993 10993 W com.mbwhatsapp: type=1400 audit(0.0:28705): avc:
denied { read } for name="version" dev="proc" ino=10817503
scontext=u:r:untrusted_app:s0:c42,c256,c512,c768 tcontext=u:object_r:proc:s0
tclass=file permissive=0 app=com.mbwhatsapp
01-07 14:14:39.928 10993 10993 W IInputConnectionWrapper: requestCursorAnchorInfo
on inactive InputConnection
01-07 14:15:21.383 10993 11098 E PlayCore: UID: [10042] PID: [10993]
StandardIntegrity : Phonesky is not installed.
01-07 14:15:21.415 10993 11034 W ziparchive: Unable to open
'/apex/com.android.extservices/javalib/android.ext.adservices.dm': No such file or
directory
01-07 14:15:21.415 10993 11034 W ziparchive: Unable to open
'/apex/com.android.extservices/javalib/android.ext.adservices.dm': No such file or
directory
01-07 14:15:23.865 10993 10993 W IInputConnectionWrapper: requestCursorAnchorInfo
on inactive InputConnection
01-07 14:15:29.999 10993 10993 W MessageQueue: Handler (X.10H) {42b6126} sending
message to a Handler on a dead thread
01-07 14:15:29.999 10993 10993 W MessageQueue: java.lang.IllegalStateException:
Handler (X.10H) {42b6126} sending message to a Handler on a dead thread
01-07 14:15:29.999 10993 10993 W MessageQueue: at
android.os.MessageQueue.enqueueMessage(MessageQueue.java:560)
01-07 14:15:29.999 10993 10993 W MessageQueue: at
android.os.Handler.enqueueMessage(Handler.java:778)
01-07 14:15:29.999 10993 10993 W MessageQueue: at
android.os.Handler.sendMessageAtTime(Handler.java:727)
01-07 14:15:29.999 10993 10993 W MessageQueue: at
android.os.Handler.sendMessageDelayed(Handler.java:697)
01-07 14:15:29.999 10993 10993 W MessageQueue: at
android.os.Handler.sendMessage(Handler.java:635)
01-07 14:15:29.999 10993 10993 W MessageQueue: at
android.os.Message.sendToTarget(Message.java:468)
01-07 14:15:29.999 10993 10993 W MessageQueue: at X.0yI.A19(Unknown Source:4)
01-07 14:15:29.999 10993 10993 W MessageQueue: at X.2tO.A02(Unknown Source:46)
01-07 14:15:29.999 10993 10993 W MessageQueue: at X.0yu.onReceive(Unknown
Source:51)
01-07 14:15:29.999 10993 10993 W MessageQueue: at
android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$LoadedApk$Receiv
erDispatcher$Args(LoadedApk.java:1697)
01-07 14:15:29.999 10993 10993 W MessageQueue: at
android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0.run(Unknown
Source:2)
01-07 14:15:29.999 10993 10993 W MessageQueue: at
android.os.Handler.handleCallback(Handler.java:938)
01-07 14:15:29.999 10993 10993 W MessageQueue: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-07 14:15:29.999 10993 10993 W MessageQueue: at
android.os.Looper.loopOnce(Looper.java:201)
01-07 14:15:29.999 10993 10993 W MessageQueue: at
android.os.Looper.loop(Looper.java:288)
01-07 14:15:29.999 10993 10993 W MessageQueue: at
android.app.ActivityThread.main(ActivityThread.java:7880)
01-07 14:15:29.999 10993 10993 W MessageQueue: at
java.lang.reflect.Method.invoke(Native Method)
01-07 14:15:29.999 10993 10993 W MessageQueue: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:568)
01-07 14:15:29.999 10993 10993 W MessageQueue: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1045)
01-07 14:16:16.585 10993 10993 W IInputConnectionWrapper: requestCursorAnchorInfo
on inactive InputConnection
01-07 14:16:37.373 10993 10993 W X.0Z6 : Invalid or missing region code (Ecuador)
provided.
01-07 14:16:37.520 10993 10993 W IInputConnectionWrapper: requestCursorAnchorInfo
on inactive InputConnection
--------- beginning of main
01-07 14:17:30.839 12818 12818 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
01-07 14:17:31.404 12818 12818 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-07 14:17:31.407 12818 12818 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-07 14:17:31.407 12818 12818 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
01-07 14:17:31.408 12818 12818 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
01-07 14:17:31.408 12818 12818 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
01-07 14:17:31.408 12818 12818 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-07 14:17:31.408 12818 12818 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-07 14:17:31.408 12818 12818 W System.err: at
java.lang.Class.newInstance(Native Method)
01-07 14:17:31.408 12818 12818 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-07 14:17:31.408 12818 12818 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-07 14:17:31.408 12818 12818 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1177)
01-07 14:17:31.408 12818 12818 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1364)
01-07 14:17:31.408 12818 12818 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:6725)
01-07 14:17:31.408 12818 12818 W System.err: at
android.app.ActivityThread.access$1600(ActivityThread.java:253)
01-07 14:17:31.408 12818 12818 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2090)
01-07 14:17:31.408 12818 12818 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-07 14:17:31.408 12818 12818 W System.err: at
android.os.Looper.loopOnce(Looper.java:201)
01-07 14:17:31.408 12818 12818 W System.err: at
android.os.Looper.loop(Looper.java:288)
01-07 14:17:31.408 12818 12818 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:7880)
01-07 14:17:31.408 12818 12818 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-07 14:17:31.408 12818 12818 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:568)
01-07 14:17:31.408 12818 12818 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1045)
01-07 14:17:31.471 12818 12818 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
01-07 14:17:32.269 12818 12818 W com.mbwhatsapp: type=1400 audit(0.0:28716): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so"
dev="dm-13" ino=6717762 scontext=u:r:untrusted_app:s0:c42,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c42,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-07 14:17:32.281 12818 12818 W com.mbwhatsapp: type=1400 audit(0.0:28717): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm-
13" ino=6717707 scontext=u:r:untrusted_app:s0:c42,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c42,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-07 14:17:32.293 12818 12818 W com.mbwhatsapp: type=1400 audit(0.0:28718): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-13" ino=6717756 scontext=u:r:untrusted_app:s0:c42,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c42,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-07 14:17:32.237 12818 12818 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-07 14:17:32.237 12818 12818 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-07 14:17:32.365 12818 12818 W com.mbwhatsapp: type=1400 audit(0.0:28719): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so"
dev="dm-13" ino=6717757 scontext=u:r:untrusted_app:s0:c42,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c42,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-07 14:17:32.377 12818 12818 W com.mbwhatsapp: type=1400 audit(0.0:28720): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-13" ino=6717756 scontext=u:r:untrusted_app:s0:c42,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c42,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-07 14:17:32.377 12818 12818 W com.mbwhatsapp: type=1400 audit(0.0:28721): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-13" ino=6717756 scontext=u:r:untrusted_app:s0:c42,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c42,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-07 14:17:32.377 12818 12818 W com.mbwhatsapp: type=1400 audit(0.0:28722): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-13" ino=6717756 scontext=u:r:untrusted_app:s0:c42,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c42,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-07 14:17:32.449 12818 12869 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-07 14:17:32.449 12818 12869 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
01-07 14:17:32.449 12818 12869 W com.mbwhatsapp: and incorrect proguard
optimizations.
01-07 14:17:37.974 12818 12818 W com.mbwhatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-07 14:17:38.102 12818 13024 E QT : [QT]file does not exist
01-07 14:17:38.317 12818 12818 W com.mbwhatsapp: type=1400 audit(0.0:28734): avc:
denied { read } for name="osrelease" dev="proc" ino=10876655
scontext=u:r:untrusted_app:s0:c42,c256,c512,c768 tcontext=u:object_r:proc:s0
tclass=file permissive=0 app=com.mbwhatsapp
01-07 14:17:38.317 12818 12818 W com.mbwhatsapp: type=1400 audit(0.0:28735): avc:
denied { read } for name="version" dev="proc" ino=10876656
scontext=u:r:untrusted_app:s0:c42,c256,c512,c768 tcontext=u:object_r:proc:s0
tclass=file permissive=0 app=com.mbwhatsapp
01-07 14:17:38.466 12818 13032 E ion : ioctl c0044901 failed with code -1:
Invalid argument
01-07 14:17:38.550 12818 13023 E OpenGLRenderer: fbcNotifyFrameComplete error:
undefined symbol: fbcNotifyFrameComplete
01-07 14:17:38.551 12818 13023 E OpenGLRenderer: fbcNotifyNoRender error: undefined
symbol: fbcNotifyNoRender
01-07 14:17:49.249 12818 12827 W com.mbwhatsapp: Cleared Reference was only
reachable from finalizer (only reported once)
01-07 14:18:39.713 12818 14462 E PlayCore: UID: [10042] PID: [12818]
StandardIntegrity : Phonesky is not installed.
01-07 14:18:39.768 12818 12858 W ziparchive: Unable to open
'/apex/com.android.extservices/javalib/android.ext.adservices.dm': No such file or
directory
01-07 14:18:39.768 12818 12858 W ziparchive: Unable to open
'/apex/com.android.extservices/javalib/android.ext.adservices.dm': No such file or
directory
01-07 14:18:43.316 12818 12818 W IInputConnectionWrapper: requestCursorAnchorInfo
on inactive InputConnection
01-07 14:21:09.878 12818 12818 W IInputConnectionWrapper: requestCursorAnchorInfo
on inactive InputConnection
01-07 14:21:12.940 12818 12818 W MessageQueue: Handler (X.10H) {546b9e6} sending
message to a Handler on a dead thread
01-07 14:21:12.940 12818 12818 W MessageQueue: java.lang.IllegalStateException:
Handler (X.10H) {546b9e6} sending message to a Handler on a dead thread
01-07 14:21:12.940 12818 12818 W MessageQueue: at
android.os.MessageQueue.enqueueMessage(MessageQueue.java:560)
01-07 14:21:12.940 12818 12818 W MessageQueue: at
android.os.Handler.enqueueMessage(Handler.java:778)
01-07 14:21:12.940 12818 12818 W MessageQueue: at
android.os.Handler.sendMessageAtTime(Handler.java:727)
01-07 14:21:12.940 12818 12818 W MessageQueue: at
android.os.Handler.sendMessageDelayed(Handler.java:697)
01-07 14:21:12.940 12818 12818 W MessageQueue: at
android.os.Handler.sendMessage(Handler.java:635)
01-07 14:21:12.940 12818 12818 W MessageQueue: at
android.os.Message.sendToTarget(Message.java:468)
01-07 14:21:12.940 12818 12818 W MessageQueue: at X.0yI.A19(Unknown Source:4)
01-07 14:21:12.940 12818 12818 W MessageQueue: at X.2tO.A02(Unknown Source:46)
01-07 14:21:12.940 12818 12818 W MessageQueue: at X.0yu.onReceive(Unknown
Source:51)
01-07 14:21:12.940 12818 12818 W MessageQueue: at
android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$LoadedApk$Receiv
erDispatcher$Args(LoadedApk.java:1697)
01-07 14:21:12.940 12818 12818 W MessageQueue: at
android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0.run(Unknown
Source:2)
01-07 14:21:12.940 12818 12818 W MessageQueue: at
android.os.Handler.handleCallback(Handler.java:938)
01-07 14:21:12.940 12818 12818 W MessageQueue: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-07 14:21:12.940 12818 12818 W MessageQueue: at
android.os.Looper.loopOnce(Looper.java:201)
01-07 14:21:12.940 12818 12818 W MessageQueue: at
android.os.Looper.loop(Looper.java:288)
01-07 14:21:12.940 12818 12818 W MessageQueue: at
android.app.ActivityThread.main(ActivityThread.java:7880)
01-07 14:21:12.940 12818 12818 W MessageQueue: at
java.lang.reflect.Method.invoke(Native Method)
01-07 14:21:12.940 12818 12818 W MessageQueue: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:568)
01-07 14:21:12.940 12818 12818 W MessageQueue: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1045)
--------- beginning of system
01-07 14:21:16.925 12818 12818 W ViewRootImpl[VerifyPhoneNumber]: Dropping event
due to root view being removed: KeyEvent { action=ACTION_UP,
keyCode=KEYCODE_SYSTEM_NAVIGATION_HOLDDOWN, scanCode=251, metaState=0, flags=0x8,
repeatCount=0, eventTime=114673849, downTime=114673849, deviceId=6, source=0x101,
displayId=-1 }
01-07 14:21:16.925 12818 12818 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-07 14:22:20.323 12818 12818 W X.0Z6 : Invalid or missing region code (Ecuador)
provided.
--------- beginning of main
01-07 14:22:46.807 16385 16385 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
01-07 14:22:47.160 16385 16385 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-07 14:22:47.161 16385 16385 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-07 14:22:47.161 16385 16385 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
01-07 14:22:47.161 16385 16385 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
01-07 14:22:47.161 16385 16385 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
01-07 14:22:47.161 16385 16385 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-07 14:22:47.161 16385 16385 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-07 14:22:47.161 16385 16385 W System.err: at
java.lang.Class.newInstance(Native Method)
01-07 14:22:47.161 16385 16385 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-07 14:22:47.161 16385 16385 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-07 14:22:47.161 16385 16385 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1177)
01-07 14:22:47.161 16385 16385 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1364)
01-07 14:22:47.161 16385 16385 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:6725)
01-07 14:22:47.161 16385 16385 W System.err: at
android.app.ActivityThread.access$1600(ActivityThread.java:253)
01-07 14:22:47.161 16385 16385 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2090)
01-07 14:22:47.161 16385 16385 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-07 14:22:47.162 16385 16385 W System.err: at
android.os.Looper.loopOnce(Looper.java:201)
01-07 14:22:47.162 16385 16385 W System.err: at
android.os.Looper.loop(Looper.java:288)
01-07 14:22:47.162 16385 16385 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:7880)
01-07 14:22:47.162 16385 16385 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-07 14:22:47.162 16385 16385 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:568)
01-07 14:22:47.162 16385 16385 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1045)
01-07 14:22:47.212 16385 16385 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
01-07 14:22:48.000 16385 16385 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-07 14:22:48.000 16385 16385 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-07 14:22:48.045 16385 16385 W com.mbwhatsapp: type=1400 audit(0.0:28988): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so"
dev="dm-13" ino=6717762 scontext=u:r:untrusted_app:s0:c42,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c42,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-07 14:22:48.137 16385 16385 W com.mbwhatsapp: type=1400 audit(0.0:28991): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so"
dev="dm-13" ino=6717757 scontext=u:r:untrusted_app:s0:c42,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c42,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-07 14:22:48.149 16385 16385 W com.mbwhatsapp: type=1400 audit(0.0:28992): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-13" ino=6717756 scontext=u:r:untrusted_app:s0:c42,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c42,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-07 14:22:48.149 16385 16385 W com.mbwhatsapp: type=1400 audit(0.0:28993): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-13" ino=6717756 scontext=u:r:untrusted_app:s0:c42,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c42,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-07 14:22:48.149 16385 16385 W com.mbwhatsapp: type=1400 audit(0.0:28994): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-13" ino=6717756 scontext=u:r:untrusted_app:s0:c42,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c42,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-07 14:22:48.211 16385 16537 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-07 14:22:48.211 16385 16537 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
01-07 14:22:48.211 16385 16537 W com.mbwhatsapp: and incorrect proguard
optimizations.
--------- beginning of main
01-07 14:25:10.750 18449 18449 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
01-07 14:25:11.086 18449 18449 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-07 14:25:11.088 18449 18449 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-07 14:25:11.088 18449 18449 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
01-07 14:25:11.088 18449 18449 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
01-07 14:25:11.088 18449 18449 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
01-07 14:25:11.088 18449 18449 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-07 14:25:11.088 18449 18449 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-07 14:25:11.088 18449 18449 W System.err: at
java.lang.Class.newInstance(Native Method)
01-07 14:25:11.088 18449 18449 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-07 14:25:11.088 18449 18449 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-07 14:25:11.088 18449 18449 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1177)
01-07 14:25:11.088 18449 18449 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1364)
01-07 14:25:11.088 18449 18449 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:6725)
01-07 14:25:11.088 18449 18449 W System.err: at
android.app.ActivityThread.access$1600(ActivityThread.java:253)
01-07 14:25:11.088 18449 18449 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2090)
01-07 14:25:11.088 18449 18449 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-07 14:25:11.088 18449 18449 W System.err: at
android.os.Looper.loopOnce(Looper.java:201)
01-07 14:25:11.088 18449 18449 W System.err: at
android.os.Looper.loop(Looper.java:288)
01-07 14:25:11.088 18449 18449 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:7880)
01-07 14:25:11.088 18449 18449 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-07 14:25:11.089 18449 18449 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:568)
01-07 14:25:11.089 18449 18449 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1045)
01-07 14:25:11.145 18449 18449 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
01-07 14:25:11.964 18449 18449 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-07 14:25:11.964 18449 18449 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-07 14:25:11.997 18449 18449 W com.mbwhatsapp: type=1400 audit(0.0:29162): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so"
dev="dm-13" ino=6717762 scontext=u:r:untrusted_app:s0:c42,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c42,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-07 14:25:12.009 18449 18449 W com.mbwhatsapp: type=1400 audit(0.0:29163): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm-
13" ino=6717707 scontext=u:r:untrusted_app:s0:c42,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c42,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-07 14:25:12.017 18449 18449 W com.mbwhatsapp: type=1400 audit(0.0:29164): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-13" ino=6717756 scontext=u:r:untrusted_app:s0:c42,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c42,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-07 14:25:12.089 18449 18449 W com.mbwhatsapp: type=1400 audit(0.0:29165): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so"
dev="dm-13" ino=6717757 scontext=u:r:untrusted_app:s0:c42,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c42,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-07 14:25:12.101 18449 18449 W com.mbwhatsapp: type=1400 audit(0.0:29166): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-13" ino=6717756 scontext=u:r:untrusted_app:s0:c42,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c42,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-07 14:25:12.101 18449 18449 W com.mbwhatsapp: type=1400 audit(0.0:29167): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-13" ino=6717756 scontext=u:r:untrusted_app:s0:c42,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c42,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-07 14:25:12.101 18449 18449 W com.mbwhatsapp: type=1400 audit(0.0:29168): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-13" ino=6717756 scontext=u:r:untrusted_app:s0:c42,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c42,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-07 14:25:12.180 18449 18449 W com.mbwhatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-07 14:25:12.180 18449 18449 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
01-07 14:25:12.180 18449 18449 W com.mbwhatsapp: and incorrect proguard
optimizations.
01-07 14:25:12.188 18449 18499 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-07 14:25:12.352 18449 18508 E QT : [QT]file does not exist
01-07 14:25:12.759 18449 18518 E ion : ioctl c0044901 failed with code -1:
Invalid argument
01-07 14:25:12.805 18449 18507 E OpenGLRenderer: fbcNotifyFrameComplete error:
undefined symbol: fbcNotifyFrameComplete
01-07 14:25:12.805 18449 18507 E OpenGLRenderer: fbcNotifyNoRender error: undefined
symbol: fbcNotifyNoRender
01-07 14:25:14.065 18449 18449 W com.mbwhatsapp: type=1400 audit(0.0:29169): avc:
denied { read } for name="osrelease" dev="proc" ino=10997477
scontext=u:r:untrusted_app:s0:c42,c256,c512,c768 tcontext=u:object_r:proc:s0
tclass=file permissive=0 app=com.mbwhatsapp
01-07 14:25:14.065 18449 18449 W com.mbwhatsapp: type=1400 audit(0.0:29170): avc:
denied { read } for name="version" dev="proc" ino=11003639
scontext=u:r:untrusted_app:s0:c42,c256,c512,c768 tcontext=u:object_r:proc:s0
tclass=file permissive=0 app=com.mbwhatsapp
01-07 14:25:29.209 18449 18457 W com.mbwhatsapp: Cleared Reference was only
reachable from finalizer (only reported once)
--------- beginning of main
01-07 14:26:28.332 20247 20247 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
01-07 14:26:28.661 20247 20247 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-07 14:26:28.667 20247 20247 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-07 14:26:28.667 20247 20247 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
01-07 14:26:28.667 20247 20247 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
01-07 14:26:28.667 20247 20247 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
01-07 14:26:28.667 20247 20247 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-07 14:26:28.668 20247 20247 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-07 14:26:28.668 20247 20247 W System.err: at
java.lang.Class.newInstance(Native Method)
01-07 14:26:28.668 20247 20247 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-07 14:26:28.668 20247 20247 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-07 14:26:28.668 20247 20247 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1177)
01-07 14:26:28.668 20247 20247 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1364)
01-07 14:26:28.668 20247 20247 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:6725)
01-07 14:26:28.668 20247 20247 W System.err: at
android.app.ActivityThread.access$1600(ActivityThread.java:253)
01-07 14:26:28.668 20247 20247 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2090)
01-07 14:26:28.668 20247 20247 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-07 14:26:28.668 20247 20247 W System.err: at
android.os.Looper.loopOnce(Looper.java:201)
01-07 14:26:28.668 20247 20247 W System.err: at
android.os.Looper.loop(Looper.java:288)
01-07 14:26:28.668 20247 20247 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:7880)
01-07 14:26:28.668 20247 20247 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-07 14:26:28.669 20247 20247 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:568)
01-07 14:26:28.669 20247 20247 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1045)
01-07 14:26:28.701 20247 20247 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
01-07 14:26:29.261 20247 20247 W com.mbwhatsapp: type=1400 audit(0.0:29344): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so"
dev="dm-13" ino=6717762 scontext=u:r:untrusted_app:s0:c42,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c42,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-07 14:26:29.273 20247 20247 W com.mbwhatsapp: type=1400 audit(0.0:29345): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm-
13" ino=6717707 scontext=u:r:untrusted_app:s0:c42,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c42,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-07 14:26:29.285 20247 20247 W com.mbwhatsapp: type=1400 audit(0.0:29346): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-13" ino=6717756 scontext=u:r:untrusted_app:s0:c42,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c42,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-07 14:26:29.397 20247 20247 W com.mbwhatsapp: type=1400 audit(0.0:29347): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so"
dev="dm-13" ino=6717757 scontext=u:r:untrusted_app:s0:c42,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c42,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-07 14:26:29.413 20247 20247 W com.mbwhatsapp: type=1400 audit(0.0:29348): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-13" ino=6717756 scontext=u:r:untrusted_app:s0:c42,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c42,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-07 14:26:29.413 20247 20247 W com.mbwhatsapp: type=1400 audit(0.0:29349): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-13" ino=6717756 scontext=u:r:untrusted_app:s0:c42,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c42,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-07 14:26:29.413 20247 20247 W com.mbwhatsapp: type=1400 audit(0.0:29350): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-13" ino=6717756 scontext=u:r:untrusted_app:s0:c42,c256,c512,c768
tcontext=u:object_r:app_data_file:s0:c42,c256,c512,c768 tclass=file
app=com.mbwhatsapp
01-07 14:26:29.217 20247 20247 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-07 14:26:29.217 20247 20247 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-07 14:26:29.499 20247 20293 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-07 14:26:29.499 20247 20293 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
01-07 14:26:29.499 20247 20293 W com.mbwhatsapp: and incorrect proguard
optimizations.

You might also like