0% found this document useful (0 votes)
19 views

Logcat

The document contains log output from an Android application. It reports errors loading classes and resources, with messages about class not found exceptions, invalid IDs, and missing string resources. This suggests issues during the application startup and initialization.

Uploaded by

bungayonu
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views

Logcat

The document contains log output from an Android application. It reports errors loading classes and resources, with messages about class not found exceptions, invalid IDs, and missing string resources. This suggests issues during the application startup and initialization.

Uploaded by

bungayonu
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 25

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

04-14 16:45:22.511 20861 20861 E com.mbwhatsapp: Not starting debugger since


process cannot load the jdwp agent.
04-14 16:45:22.935 20861 20861 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
04-14 16:45:22.951 20861 20861 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
04-14 16:45:22.951 20861 20861 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
04-14 16:45:22.951 20861 20861 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
04-14 16:45:22.951 20861 20861 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
04-14 16:45:22.951 20861 20861 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
04-14 16:45:22.951 20861 20861 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
04-14 16:45:22.951 20861 20861 W System.err: at
java.lang.Class.newInstance(Native Method)
04-14 16:45:22.951 20861 20861 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
04-14 16:45:22.951 20861 20861 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
04-14 16:45:22.951 20861 20861 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
04-14 16:45:22.951 20861 20861 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1271)
04-14 16:45:22.951 20861 20861 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884)
04-14 16:45:22.951 20861 20861 W System.err: at
android.app.ActivityThread.access$1300(ActivityThread.java:260)
04-14 16:45:22.951 20861 20861 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955)
04-14 16:45:22.951 20861 20861 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
04-14 16:45:22.951 20861 20861 W System.err: at
android.os.Looper.loop(Looper.java:223)
04-14 16:45:22.951 20861 20861 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:7950)
04-14 16:45:22.951 20861 20861 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
04-14 16:45:22.951 20861 20861 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603)
04-14 16:45:22.951 20861 20861 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
04-14 16:45:23.059 20861 20861 W CheckTime: App running slow: Executing
handleBindApplication : makeApplication took 363ms
04-14 16:45:23.069 20861 20861 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
04-14 16:45:23.627 20861 20892 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
04-14 16:45:23.729 20912 20912 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
04-14 16:45:24.175 20912 20912 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
04-14 16:45:24.175 20912 20912 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
04-14 16:45:24.175 20912 20912 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
04-14 16:45:24.175 20912 20912 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
04-14 16:45:24.175 20912 20912 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
04-14 16:45:24.175 20912 20912 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
04-14 16:45:24.175 20912 20912 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
04-14 16:45:24.175 20912 20912 W System.err: at
java.lang.Class.newInstance(Native Method)
04-14 16:45:24.175 20912 20912 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
04-14 16:45:24.175 20912 20912 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
04-14 16:45:24.175 20912 20912 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
04-14 16:45:24.175 20912 20912 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1271)
04-14 16:45:24.175 20912 20912 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884)
04-14 16:45:24.175 20912 20912 W System.err: at
android.app.ActivityThread.access$1300(ActivityThread.java:260)
04-14 16:45:24.175 20912 20912 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955)
04-14 16:45:24.175 20912 20912 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
04-14 16:45:24.175 20912 20912 W System.err: at
android.os.Looper.loop(Looper.java:223)
04-14 16:45:24.175 20912 20912 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:7950)
04-14 16:45:24.175 20912 20912 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
04-14 16:45:24.175 20912 20912 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603)
04-14 16:45:24.175 20912 20912 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
04-14 16:45:24.218 20912 20912 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
04-14 16:45:24.269 20912 20939 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
04-14 16:45:24.524 20912 20912 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
04-14 16:45:24.524 20912 20912 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
04-14 16:45:26.294 20912 20912 W linker : Warning:
"/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
04-14 16:45:26.288 20912 20912 W com.mbwhatsapp: type=1400 audit(0.0:848249): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so"
dev="dm-11" ino=1564103 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 16:45:26.292 20912 20912 W com.mbwhatsapp: type=1400 audit(0.0:848250): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm-
11" ino=1586916 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 16:45:26.304 20912 20912 W com.mbwhatsapp: type=1400 audit(0.0:848251): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-11" ino=1546727 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 16:45:26.328 20912 20912 W com.mbwhatsapp: type=1400 audit(0.0:848252): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so"
dev="dm-11" ino=1583914 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 16:45:26.336 20912 20912 W com.mbwhatsapp: type=1400 audit(0.0:848253): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-11" ino=1546727 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 16:45:26.532 20912 20912 W CheckTime: App running slow: Executing
handleBindApplication : callApplicationOnCreate took 2290ms
04-14 16:45:26.535 20912 20973 W com.mbwhatsapp: Class X.2rL failed lock
verification and will run slower.
04-14 16:45:26.535 20912 20973 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
04-14 16:45:26.535 20912 20973 W com.mbwhatsapp: and incorrect proguard
optimizations.
04-14 16:45:26.568 20912 20912 W com.mbwhatsapp: Class X.0eU failed lock
verification and will run slower.
04-14 16:45:27.273 20912 20912 E com.mbwhatsapp: Invalid ID 0x00000000.
04-14 16:45:27.275 20912 20912 E com.mbwhatsapp: Invalid ID 0x00000000.
04-14 16:45:55.010 20912 20912 E com.mbwhatsapp: Invalid ID 0x00000000.
04-14 16:45:55.010 20912 20912 W System.err:
android.content.res.Resources$NotFoundException: String resource ID #0x0
04-14 16:45:55.010 20912 20912 W System.err:
04-14 16:45:55.015 20912 20912 W System.err: at
android.content.res.Resources.getText(Resources.java:444)
04-14 16:45:55.015 20912 20912 W System.err:
04-14 16:45:55.015 20912 20912 W System.err: at
android.content.res.Resources.getString(Resources.java:537)
04-14 16:45:55.015 20912 20912 W System.err:
04-14 16:45:55.015 20912 20912 W System.err: at X.35t.A0E(Unknown Source:46)
04-14 16:45:55.015 20912 20912 W System.err:
04-14 16:45:55.015 20912 20912 W System.err: at
com.mbwhatsapp.yo.yo.getString(Native Method)
04-14 16:45:55.015 20912 20912 W System.err:
04-14 16:45:55.015 20912 20912 W System.err: at
com.mbwhatsapp.yo.yo.getString(Native Method)
04-14 16:45:55.015 20912 20912 W System.err:
04-14 16:45:55.015 20912 20912 W System.err: at
com.mbwhatsapp.youbasha.task.utils.requestAllFilesAccess14(Native Method)
04-14 16:45:55.015 20912 20912 W System.err:
04-14 16:45:55.015 20912 20912 W System.err: at
com.mbwhatsapp.yo.dep.showStoragePermissionRequest(Native Method)
04-14 16:45:55.015 20912 20912 W System.err:
04-14 16:45:55.015 20912 20912 W System.err: at
com.mbwhatsapp.registration.EULA.onCreate(Unknown Source:248)
04-14 16:45:55.015 20912 20912 W System.err:
04-14 16:45:55.015 20912 20912 W System.err: at
android.app.Activity.performCreate(Activity.java:8071)
04-14 16:45:55.015 20912 20912 W System.err:
04-14 16:45:55.016 20912 20912 W System.err: at
android.app.Activity.performCreate(Activity.java:8054)
04-14 16:45:55.016 20912 20912 W System.err:
04-14 16:45:55.016 20912 20912 W System.err: at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1309)
04-14 16:45:55.016 20912 20912 W System.err:
04-14 16:45:55.016 20912 20912 W System.err: at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3472)
04-14 16:45:55.016 20912 20912 W System.err:
04-14 16:45:55.016 20912 20912 W System.err: at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3680)
04-14 16:45:55.016 20912 20912 W System.err:
04-14 16:45:55.016 20912 20912 W System.err: at
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:85
)
04-14 16:45:55.016 20912 20912 W System.err:
04-14 16:45:55.016 20912 20912 W System.err: at
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu
tor.java:135)
04-14 16:45:55.016 20912 20912 W System.err:
04-14 16:45:55.016 20912 20912 W System.err: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
95)
04-14 16:45:55.016 20912 20912 W System.err:
04-14 16:45:55.016 20912 20912 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2108)
04-14 16:45:55.016 20912 20912 W System.err:
04-14 16:45:55.017 20912 20912 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
04-14 16:45:55.017 20912 20912 W System.err:
04-14 16:45:55.017 20912 20912 W System.err: at
android.os.Looper.loop(Looper.java:223)
04-14 16:45:55.017 20912 20912 W System.err:
04-14 16:45:55.017 20912 20912 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:7950)
04-14 16:45:55.017 20912 20912 W System.err:
04-14 16:45:55.017 20912 20912 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
04-14 16:45:55.017 20912 20912 W System.err:
04-14 16:45:55.017 20912 20912 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603)
04-14 16:45:55.017 20912 20912 W System.err:
04-14 16:45:55.017 20912 20912 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
04-14 16:45:55.017 20912 20912 W System.err:
04-14 16:45:55.154 20912 20912 W Activity: Can request only one set of permissions
at a time
04-14 16:45:55.245 20912 21343 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriverArm.so" not found
04-14 16:45:55.245 20912 21343 E RenderScript: Failed to load runtime
libRSDriverArm.so, loading default
04-14 16:45:55.300 20912 20912 E ArmVmp : Match on catch block at 0x0a in for
0x135
04-14 16:45:55.315 20912 20912 E Dialog : show dialog view=DecorView@665da3[EULA]
04-14 16:45:55.435 20912 20912 E OpenGLRenderer: ~SkiaDisplayList() ##### pid =
20912
04-14 16:45:55.460 20912 21336 E libc : Access denied finding property
"persist.vendor.sf.fbc"
04-14 16:45:55.460 20912 21336 E libc : Access denied finding property
"persist.vendor.gpu.fbc"
04-14 16:45:55.460 20912 21336 E libc : Access denied finding property
"persist.vendor.vsp.fbc"
04-14 16:45:56.030 20912 21336 W libEGL : EGLNativeWindowType 0xb400006fd90ea120
disconnect failed
--------- beginning of system
04-14 16:45:56.049 20912 21336 W libEGL : EGLNativeWindowType 0xb400006fd913f3a0
disconnect failed
04-14 16:46:05.097 20912 21336 W libEGL : EGLNativeWindowType 0xb400006fd917cf70
disconnect failed
04-14 16:46:05.117 20912 21336 W libEGL : EGLNativeWindowType 0xb400006fd9167ad0
disconnect failed
04-14 16:46:05.632 20912 20912 E WindowManager: android.view.WindowLeaked: Activity
com.mbwhatsapp.registration.EULA has leaked window DecorView@665da3[EULA] that was
originally added here
04-14 16:46:05.632 20912 20912 E WindowManager: at
android.view.ViewRootImpl.<init>(ViewRootImpl.java:761)
04-14 16:46:05.632 20912 20912 E WindowManager: at
android.view.ViewRootImpl.<init>(ViewRootImpl.java:745)
04-14 16:46:05.632 20912 20912 E WindowManager: at
android.view.SprdViewRootImpl.<init>(SprdViewRootImpl.java:47)
04-14 16:46:05.632 20912 20912 E WindowManager: at
android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:407)
04-14 16:46:05.632 20912 20912 E WindowManager: at
android.view.WindowManagerImpl.addView(WindowManagerImpl.java:109)
04-14 16:46:05.632 20912 20912 E WindowManager: at
android.app.Dialog.show(Dialog.java:340)
04-14 16:46:05.632 20912 20912 E WindowManager: at
mbmodsd.mbmodsw.mbdialog.mbdialogios.iOSDark.show(Native Method)
04-14 16:46:05.632 20912 20912 E WindowManager: at
mbmodsd.mbmodsw.mbutils.mbiosdialog.mb_allfiles(Native Method)
04-14 16:46:05.632 20912 20912 E WindowManager: at
com.mbwhatsapp.registration.EULA.onStart(Unknown Source:6)
04-14 16:46:05.632 20912 20912 E WindowManager: at
android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1435)
04-14 16:46:05.632 20912 20912 E WindowManager: at
android.app.Activity.performStart(Activity.java:8097)
04-14 16:46:05.632 20912 20912 E WindowManager: at
android.app.ActivityThread.handleStartActivity(ActivityThread.java:3535)
04-14 16:46:05.632 20912 20912 E WindowManager: at
android.app.servertransaction.TransactionExecutor.performLifecycleSequence(Transact
ionExecutor.java:221)
04-14 16:46:05.632 20912 20912 E WindowManager: at
android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.j
ava:201)
04-14 16:46:05.632 20912 20912 E WindowManager: at
android.app.servertransaction.TransactionExecutor.executeLifecycleState(Transaction
Executor.java:173)
04-14 16:46:05.632 20912 20912 E WindowManager: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
97)
04-14 16:46:05.632 20912 20912 E WindowManager: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2108)
04-14 16:46:05.632 20912 20912 E WindowManager: at
android.os.Handler.dispatchMessage(Handler.java:106)
04-14 16:46:05.632 20912 20912 E WindowManager: at
android.os.Looper.loop(Looper.java:223)
04-14 16:46:05.632 20912 20912 E WindowManager: at
android.app.ActivityThread.main(ActivityThread.java:7950)
04-14 16:46:05.632 20912 20912 E WindowManager: at
java.lang.reflect.Method.invoke(Native Method)
04-14 16:46:05.632 20912 20912 E WindowManager: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603)
04-14 16:46:05.632 20912 20912 E WindowManager: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
--------- beginning of main
04-14 16:46:06.801 21398 21398 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
04-14 16:46:07.077 21398 21398 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
04-14 16:46:07.081 21398 21398 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
04-14 16:46:07.081 21398 21398 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
04-14 16:46:07.081 21398 21398 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
04-14 16:46:07.081 21398 21398 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
04-14 16:46:07.081 21398 21398 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
04-14 16:46:07.082 21398 21398 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
04-14 16:46:07.082 21398 21398 W System.err: at
java.lang.Class.newInstance(Native Method)
04-14 16:46:07.082 21398 21398 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
04-14 16:46:07.082 21398 21398 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
04-14 16:46:07.082 21398 21398 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
04-14 16:46:07.082 21398 21398 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1271)
04-14 16:46:07.082 21398 21398 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884)
04-14 16:46:07.082 21398 21398 W System.err: at
android.app.ActivityThread.access$1300(ActivityThread.java:260)
04-14 16:46:07.082 21398 21398 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955)
04-14 16:46:07.082 21398 21398 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
04-14 16:46:07.082 21398 21398 W System.err: at
android.os.Looper.loop(Looper.java:223)
04-14 16:46:07.082 21398 21398 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:7950)
04-14 16:46:07.082 21398 21398 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
04-14 16:46:07.082 21398 21398 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603)
04-14 16:46:07.082 21398 21398 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
04-14 16:46:07.168 21398 21398 W CheckTime: App running slow: Executing
handleBindApplication : makeApplication took 223ms
04-14 16:46:07.171 21398 21398 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
04-14 16:46:07.743 21398 21398 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
04-14 16:46:07.743 21398 21398 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
04-14 16:46:07.825 21398 21398 W linker : Warning:
"/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
04-14 16:46:07.820 21398 21398 W com.mbwhatsapp: type=1400 audit(0.0:848349): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so"
dev="dm-11" ino=1564103 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 16:46:07.832 21398 21398 W com.mbwhatsapp: type=1400 audit(0.0:848350): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm-
11" ino=1586916 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 16:46:07.844 21398 21398 W com.mbwhatsapp: type=1400 audit(0.0:848351): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-11" ino=1546727 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 16:46:07.916 21398 21398 W com.mbwhatsapp: type=1400 audit(0.0:848352): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so"
dev="dm-11" ino=1583914 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 16:46:07.928 21398 21398 W com.mbwhatsapp: type=1400 audit(0.0:848353): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-11" ino=1546727 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 16:46:08.060 21398 21398 W CheckTime: App running slow: Executing
handleBindApplication : callApplicationOnCreate took 837ms
04-14 16:46:08.064 21398 21447 W com.mbwhatsapp: Class X.2rL failed lock
verification and will run slower.
04-14 16:46:08.064 21398 21447 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
04-14 16:46:08.064 21398 21447 W com.mbwhatsapp: and incorrect proguard
optimizations.
04-14 16:46:15.847 21398 21398 W com.mbwhatsapp: Class X.0eU failed lock
verification and will run slower.
04-14 16:46:16.337 21398 21398 E OpenGLRenderer: ~SkiaDisplayList() ##### pid =
21398
04-14 16:46:16.342 21398 21535 E libc : Access denied finding property
"persist.vendor.sf.fbc"
04-14 16:46:16.342 21398 21535 E libc : Access denied finding property
"persist.vendor.gpu.fbc"
04-14 16:46:16.342 21398 21535 E libc : Access denied finding property
"persist.vendor.vsp.fbc"
04-14 16:46:18.303 21398 21558 E ShortcutInfoCompatSaver: Failed to load saved
values from file
/data/user/0/com.mbwhatsapp/files/ShortcutInfoCompatSaver_share_targets/
targets.xml. Old state removed, new added
04-14 16:46:18.303 21398 21558 E ShortcutInfoCompatSaver:
java.io.FileNotFoundException:
/data/user/0/com.mbwhatsapp/files/ShortcutInfoCompatSaver_share_targets/
targets.xml: open failed: ENOENT (No such file or directory)
04-14 16:46:18.303 21398 21558 E ShortcutInfoCompatSaver: at
libcore.io.IoBridge.open(IoBridge.java:492)
04-14 16:46:18.303 21398 21558 E ShortcutInfoCompatSaver: at
java.io.FileInputStream.<init>(FileInputStream.java:160)
04-14 16:46:18.303 21398 21558 E ShortcutInfoCompatSaver: at X.0nz.run(Unknown
Source:82)
04-14 16:46:18.303 21398 21558 E ShortcutInfoCompatSaver: at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462)
04-14 16:46:18.303 21398 21558 E ShortcutInfoCompatSaver: at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
04-14 16:46:18.303 21398 21558 E ShortcutInfoCompatSaver: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
04-14 16:46:18.303 21398 21558 E ShortcutInfoCompatSaver: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
04-14 16:46:18.303 21398 21558 E ShortcutInfoCompatSaver: at
java.lang.Thread.run(Thread.java:923)
04-14 16:46:18.303 21398 21558 E ShortcutInfoCompatSaver: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
04-14 16:46:18.303 21398 21558 E ShortcutInfoCompatSaver: at
libcore.io.Linux.open(Native Method)
04-14 16:46:18.303 21398 21558 E ShortcutInfoCompatSaver: at
libcore.io.ForwardingOs.open(ForwardingOs.java:166)
04-14 16:46:18.303 21398 21558 E ShortcutInfoCompatSaver: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:254)
04-14 16:46:18.303 21398 21558 E ShortcutInfoCompatSaver: at
libcore.io.ForwardingOs.open(ForwardingOs.java:166)
04-14 16:46:18.303 21398 21558 E ShortcutInfoCompatSaver: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:7811)
04-14 16:46:18.303 21398 21558 E ShortcutInfoCompatSaver: at
libcore.io.IoBridge.open(IoBridge.java:478)
04-14 16:46:18.303 21398 21558 E ShortcutInfoCompatSaver: ... 7 more
04-14 16:46:18.326 21398 21535 E FrameEvents: updateAcquireFence: Did not find
frame.
04-14 16:46:18.327 21398 21535 E BufferQueueProducer: [ImageReader-
720x1019f1u256m2-21398-0](id:539600000000,api:0,p:-1,c:21398) disconnect: not
connected (req=1)
04-14 16:46:18.327 21398 21535 W libEGL : EGLNativeWindowType 0xb400006fd916bef0
disconnect failed
04-14 16:46:18.334 21398 21535 E FrameEvents: updateAcquireFence: Did not find
frame.
04-14 16:46:18.334 21398 21535 E BufferQueueProducer: [ImageReader-720x56f1u256m2-
21398-1](id:539600000001,api:0,p:-1,c:21398) disconnect: not connected (req=1)
04-14 16:46:18.334 21398 21535 W libEGL : EGLNativeWindowType 0xb400006fd916bef0
disconnect failed
04-14 16:46:18.338 21398 21535 E FrameEvents: updateAcquireFence: Did not find
frame.
04-14 16:46:18.338 21398 21535 E BufferQueueProducer: [ImageReader-720x37f1u256m2-
21398-2](id:539600000002,api:0,p:-1,c:21398) disconnect: not connected (req=1)
04-14 16:46:18.338 21398 21535 W libEGL : EGLNativeWindowType 0xb400006fd916bef0
disconnect failed
04-14 16:46:18.344 21398 21398 W com.mbwhatsapp: type=1400 audit(0.0:848360): avc:
denied { read } for name="osrelease" dev="proc" ino=64288273
scontext=u:r:untrusted_app:s0:c20,c258,c512,c768 tcontext=u:object_r:proc:s0
tclass=file permissive=0 app=com.mbwhatsapp
04-14 16:46:18.344 21398 21398 W com.mbwhatsapp: type=1400 audit(0.0:848361): avc:
denied { read } for name="version" dev="proc" ino=64288274
scontext=u:r:untrusted_app:s0:c20,c258,c512,c768 tcontext=u:object_r:proc:s0
tclass=file permissive=0 app=com.mbwhatsapp
04-14 16:46:24.761 21398 21535 W libEGL : EGLNativeWindowType 0xb400006fd90e5d00
disconnect failed
04-14 16:46:24.833 21398 21535 W libEGL : EGLNativeWindowType 0xb400006fd91a1280
disconnect failed
04-14 16:46:33.313 21398 21398 E Dialog : show dialog
view=DecorView@17915d9[RegisterPhone]
04-14 16:46:36.037 21398 21583 E PlayCore: UID: [10532] PID: [21398]
StandardIntegrity : Phonesky is not installed.
04-14 16:46:36.851 21398 21535 W libEGL : EGLNativeWindowType 0xb400006fd9156a50
disconnect failed
04-14 16:46:36.906 21398 21398 E Dialog : show dialog
view=DecorView@d565b5b[RegisterPhone]
04-14 16:46:39.260 21398 21535 W libEGL : EGLNativeWindowType 0xb400006fd9156a50
disconnect failed
04-14 16:46:39.740 21398 21398 E Dialog : show dialog
view=DecorView@c2d0a53[VerifyPhoneNumber]
04-14 16:46:40.234 21398 21535 W libEGL : EGLNativeWindowType 0xb400006fd91a1280
disconnect failed
04-14 16:46:40.284 21398 21535 W libEGL : EGLNativeWindowType 0xb400006fd91b6720
disconnect failed
04-14 16:46:40.789 21398 21535 W libEGL : EGLNativeWindowType 0xb400006fd91bef60
disconnect failed
04-14 16:46:40.853 21398 21398 E Dialog : show dialog
view=DecorView@e60bc09[VerifyPhoneNumber]
04-14 16:46:50.035 21398 21535 W libEGL : EGLNativeWindowType 0xb400006fd91bef60
disconnect failed
04-14 16:46:50.045 21398 21535 W libEGL : EGLNativeWindowType 0xb400006fd91b6720
disconnect failed
--------- beginning of system
04-14 16:46:53.684 21398 21412 W System : A resource failed to call dispose.
04-14 16:46:53.694 21398 21412 W System : A resource failed to call release.
--------- beginning of main
04-14 17:14:45.969 5089 5089 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
04-14 17:14:46.794 5089 5089 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
04-14 17:14:46.799 5089 5089 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
04-14 17:14:46.799 5089 5089 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
04-14 17:14:46.799 5089 5089 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
04-14 17:14:46.799 5089 5089 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
04-14 17:14:46.799 5089 5089 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
04-14 17:14:46.799 5089 5089 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
04-14 17:14:46.799 5089 5089 W System.err: at
java.lang.Class.newInstance(Native Method)
04-14 17:14:46.799 5089 5089 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
04-14 17:14:46.799 5089 5089 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
04-14 17:14:46.799 5089 5089 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
04-14 17:14:46.799 5089 5089 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1271)
04-14 17:14:46.799 5089 5089 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884)
04-14 17:14:46.800 5089 5089 W System.err: at
android.app.ActivityThread.access$1300(ActivityThread.java:260)
04-14 17:14:46.800 5089 5089 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955)
04-14 17:14:46.800 5089 5089 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
04-14 17:14:46.800 5089 5089 W System.err: at
android.os.Looper.loop(Looper.java:223)
04-14 17:14:46.800 5089 5089 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:7950)
04-14 17:14:46.800 5089 5089 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
04-14 17:14:46.800 5089 5089 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603)
04-14 17:14:46.800 5089 5089 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
04-14 17:14:46.937 5089 5089 W CheckTime: App running slow: Executing
handleBindApplication : makeApplication took 615ms
04-14 17:14:46.957 5089 5089 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
04-14 17:14:47.149 5089 5089 W CheckTime: App running slow: Executing
handleBindApplication : installContentProviders took 212ms
04-14 17:14:47.578 5089 5089 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
04-14 17:14:47.578 5089 5089 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
04-14 17:14:47.686 5089 5089 W linker : Warning:
"/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
04-14 17:14:47.680 5089 5089 W com.mbwhatsapp: type=1400 audit(0.0:851328): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so"
dev="dm-11" ino=1564103 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 17:14:47.700 5089 5089 W com.mbwhatsapp: type=1400 audit(0.0:851329): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm-
11" ino=1586916 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 17:14:47.720 5089 5089 W com.mbwhatsapp: type=1400 audit(0.0:851330): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-11" ino=1546727 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 17:14:47.888 5089 5089 W com.mbwhatsapp: type=1400 audit(0.0:851331): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so"
dev="dm-11" ino=1583914 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 17:14:47.900 5089 5089 W com.mbwhatsapp: type=1400 audit(0.0:851332): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-11" ino=1546727 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 17:14:47.900 5089 5089 W com.mbwhatsapp: type=1400 audit(0.0:851333): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-11" ino=1546727 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 17:14:48.057 5089 5089 W CheckTime: App running slow: Executing
handleBindApplication : callApplicationOnCreate took 908ms
04-14 17:14:48.062 5089 5270 W com.mbwhatsapp: Class X.2rL failed lock
verification and will run slower.
04-14 17:14:48.062 5089 5270 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
04-14 17:14:48.062 5089 5270 W com.mbwhatsapp: and incorrect proguard
optimizations.
04-14 17:14:48.083 5089 5089 W com.mbwhatsapp: Class X.0eU failed lock
verification and will run slower.
04-14 17:14:48.707 5089 5089 E OpenGLRenderer: ~SkiaDisplayList() ##### pid =
5089
04-14 17:14:48.723 5089 5286 E libc : Access denied finding property
"persist.vendor.sf.fbc"
04-14 17:14:48.723 5089 5286 E libc : Access denied finding property
"persist.vendor.gpu.fbc"
04-14 17:14:48.723 5089 5286 E libc : Access denied finding property
"persist.vendor.vsp.fbc"
04-14 17:14:49.444 5089 5089 W com.mbwhatsapp: type=1400 audit(0.0:851335): avc:
denied { read } for name="osrelease" dev="proc" ino=64690767
scontext=u:r:untrusted_app:s0:c20,c258,c512,c768 tcontext=u:object_r:proc:s0
tclass=file permissive=0 app=com.mbwhatsapp
04-14 17:14:49.444 5089 5089 W com.mbwhatsapp: type=1400 audit(0.0:851336): avc:
denied { read } for name="version" dev="proc" ino=64690768
scontext=u:r:untrusted_app:s0:c20,c258,c512,c768 tcontext=u:object_r:proc:s0
tclass=file permissive=0 app=com.mbwhatsapp
04-14 17:14:50.579 5089 5286 W libEGL : EGLNativeWindowType 0xb400006fd90df6d0
disconnect failed
--------- beginning of system
04-14 17:15:22.107 5089 5286 W libEGL : EGLNativeWindowType 0xb400006fd90df6d0
disconnect failed
--------- beginning of system
--------- beginning of main
04-14 17:15:24.579 6516 6516 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
04-14 17:15:24.830 6516 6516 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
04-14 17:15:24.833 6516 6516 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
04-14 17:15:24.833 6516 6516 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
04-14 17:15:24.833 6516 6516 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
04-14 17:15:24.833 6516 6516 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
04-14 17:15:24.833 6516 6516 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
04-14 17:15:24.833 6516 6516 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
04-14 17:15:24.833 6516 6516 W System.err: at
java.lang.Class.newInstance(Native Method)
04-14 17:15:24.833 6516 6516 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
04-14 17:15:24.833 6516 6516 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
04-14 17:15:24.833 6516 6516 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
04-14 17:15:24.833 6516 6516 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1271)
04-14 17:15:24.833 6516 6516 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884)
04-14 17:15:24.833 6516 6516 W System.err: at
android.app.ActivityThread.access$1300(ActivityThread.java:260)
04-14 17:15:24.833 6516 6516 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955)
04-14 17:15:24.833 6516 6516 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
04-14 17:15:24.833 6516 6516 W System.err: at
android.os.Looper.loop(Looper.java:223)
04-14 17:15:24.833 6516 6516 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:7950)
04-14 17:15:24.833 6516 6516 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
04-14 17:15:24.833 6516 6516 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603)
04-14 17:15:24.833 6516 6516 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
04-14 17:15:24.925 6516 6516 W CheckTime: App running slow: Executing
handleBindApplication : makeApplication took 268ms
04-14 17:15:24.927 6516 6516 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
04-14 17:15:25.469 6516 6516 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
04-14 17:15:25.469 6516 6516 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
04-14 17:15:25.555 6516 6516 W linker : Warning:
"/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
04-14 17:15:25.552 6516 6516 W com.mbwhatsapp: type=1400 audit(0.0:851363): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so"
dev="dm-11" ino=1564103 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 17:15:25.560 6516 6516 W com.mbwhatsapp: type=1400 audit(0.0:851364): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm-
11" ino=1586916 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 17:15:25.572 6516 6516 W com.mbwhatsapp: type=1400 audit(0.0:851365): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-11" ino=1546727 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 17:15:25.648 6516 6516 W com.mbwhatsapp: type=1400 audit(0.0:851366): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so"
dev="dm-11" ino=1583914 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 17:15:25.668 6516 6516 W com.mbwhatsapp: type=1400 audit(0.0:851367): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-11" ino=1546727 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 17:15:25.827 6516 6571 W com.mbwhatsapp: Class X.2rL failed lock
verification and will run slower.
04-14 17:15:25.827 6516 6571 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
04-14 17:15:25.827 6516 6571 W com.mbwhatsapp: and incorrect proguard
optimizations.
04-14 17:15:25.828 6516 6516 W CheckTime: App running slow: Executing
handleBindApplication : callApplicationOnCreate took 842ms
--------- beginning of main
04-14 18:08:50.046 20594 20594 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
04-14 18:08:50.235 20594 20594 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
04-14 18:08:50.237 20594 20594 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
04-14 18:08:50.237 20594 20594 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
04-14 18:08:50.237 20594 20594 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
04-14 18:08:50.237 20594 20594 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
04-14 18:08:50.237 20594 20594 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
04-14 18:08:50.237 20594 20594 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
04-14 18:08:50.237 20594 20594 W System.err: at
java.lang.Class.newInstance(Native Method)
04-14 18:08:50.237 20594 20594 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
04-14 18:08:50.237 20594 20594 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
04-14 18:08:50.237 20594 20594 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
04-14 18:08:50.237 20594 20594 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1271)
04-14 18:08:50.238 20594 20594 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884)
04-14 18:08:50.238 20594 20594 W System.err: at
android.app.ActivityThread.access$1300(ActivityThread.java:260)
04-14 18:08:50.238 20594 20594 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955)
04-14 18:08:50.238 20594 20594 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
04-14 18:08:50.238 20594 20594 W System.err: at
android.os.Looper.loop(Looper.java:223)
04-14 18:08:50.238 20594 20594 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:7950)
04-14 18:08:50.238 20594 20594 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
04-14 18:08:50.238 20594 20594 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603)
04-14 18:08:50.238 20594 20594 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
04-14 18:08:50.301 20594 20594 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
04-14 18:08:50.671 20594 20594 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
04-14 18:08:50.671 20594 20594 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
04-14 18:08:50.719 20594 20594 W linker : Warning:
"/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
04-14 18:08:50.716 20594 20594 W com.mbwhatsapp: type=1400 audit(0.0:857316): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so"
dev="dm-11" ino=1564103 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 18:08:50.724 20594 20594 W com.mbwhatsapp: type=1400 audit(0.0:857317): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm-
11" ino=1586916 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 18:08:50.728 20594 20594 W com.mbwhatsapp: type=1400 audit(0.0:857318): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-11" ino=1546727 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 18:08:50.788 20594 20594 W com.mbwhatsapp: type=1400 audit(0.0:857319): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so"
dev="dm-11" ino=1583914 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 18:08:50.796 20594 20594 W com.mbwhatsapp: type=1400 audit(0.0:857320): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-11" ino=1546727 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 18:08:50.796 20594 20594 W com.mbwhatsapp: type=1400 audit(0.0:857321): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-11" ino=1546727 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 18:08:50.887 20594 20594 W CheckTime: App running slow: Executing
handleBindApplication : callApplicationOnCreate took 540ms
04-14 18:08:50.895 20594 20646 W com.mbwhatsapp: Class X.2rL failed lock
verification and will run slower.
04-14 18:08:50.895 20594 20646 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
04-14 18:08:50.895 20594 20646 W com.mbwhatsapp: and incorrect proguard
optimizations.
04-14 18:08:50.907 20594 20594 W com.mbwhatsapp: Class X.0eU failed lock
verification and will run slower.
04-14 18:08:51.344 20594 20594 E OpenGLRenderer: ~SkiaDisplayList() ##### pid =
20594
04-14 18:08:51.348 20594 20653 E libc : Access denied finding property
"persist.vendor.sf.fbc"
04-14 18:08:51.348 20594 20653 E libc : Access denied finding property
"persist.vendor.gpu.fbc"
04-14 18:08:51.348 20594 20653 E libc : Access denied finding property
"persist.vendor.vsp.fbc"
04-14 18:08:51.816 20594 20594 W com.mbwhatsapp: type=1400 audit(0.0:857323): avc:
denied { read } for name="osrelease" dev="proc" ino=65161639
scontext=u:r:untrusted_app:s0:c20,c258,c512,c768 tcontext=u:object_r:proc:s0
tclass=file permissive=0 app=com.mbwhatsapp
04-14 18:08:51.816 20594 20594 W com.mbwhatsapp: type=1400 audit(0.0:857324): avc:
denied { read } for name="version" dev="proc" ino=65161640
scontext=u:r:untrusted_app:s0:c20,c258,c512,c768 tcontext=u:object_r:proc:s0
tclass=file permissive=0 app=com.mbwhatsapp
04-14 18:08:53.515 20594 20653 W libEGL : EGLNativeWindowType 0xb400006fd90ce650
disconnect failed
--------- beginning of system
04-14 18:09:01.142 20594 20653 W libEGL : EGLNativeWindowType 0xb400006fd915d080
disconnect failed
04-14 18:09:03.936 20594 20606 W com.mbwhatsapp: Suspending all threads took:
51.641ms
--------- beginning of system
--------- beginning of main
04-14 19:42:08.017 13717 13717 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
04-14 19:42:08.216 13717 13717 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
04-14 19:42:08.219 13717 13717 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
04-14 19:42:08.220 13717 13717 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
04-14 19:42:08.220 13717 13717 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
04-14 19:42:08.220 13717 13717 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
04-14 19:42:08.220 13717 13717 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
04-14 19:42:08.220 13717 13717 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
04-14 19:42:08.220 13717 13717 W System.err: at
java.lang.Class.newInstance(Native Method)
04-14 19:42:08.220 13717 13717 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
04-14 19:42:08.220 13717 13717 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
04-14 19:42:08.220 13717 13717 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
04-14 19:42:08.220 13717 13717 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1271)
04-14 19:42:08.220 13717 13717 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884)
04-14 19:42:08.220 13717 13717 W System.err: at
android.app.ActivityThread.access$1300(ActivityThread.java:260)
04-14 19:42:08.220 13717 13717 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955)
04-14 19:42:08.220 13717 13717 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
04-14 19:42:08.220 13717 13717 W System.err: at
android.os.Looper.loop(Looper.java:223)
04-14 19:42:08.220 13717 13717 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:7950)
04-14 19:42:08.220 13717 13717 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
04-14 19:42:08.220 13717 13717 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603)
04-14 19:42:08.220 13717 13717 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
04-14 19:42:08.287 13717 13717 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
04-14 19:42:08.652 13717 13717 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
04-14 19:42:08.652 13717 13717 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
04-14 19:42:08.702 13717 13717 W linker : Warning:
"/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
04-14 19:42:08.696 13717 13717 W com.mbwhatsapp: type=1400 audit(0.0:875298): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so"
dev="dm-11" ino=1564103 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 19:42:08.704 13717 13717 W com.mbwhatsapp: type=1400 audit(0.0:875299): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm-
11" ino=1586916 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 19:42:08.712 13717 13717 W com.mbwhatsapp: type=1400 audit(0.0:875300): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-11" ino=1546727 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 19:42:08.768 13717 13717 W com.mbwhatsapp: type=1400 audit(0.0:875301): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so"
dev="dm-11" ino=1583914 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 19:42:08.776 13717 13717 W com.mbwhatsapp: type=1400 audit(0.0:875302): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-11" ino=1546727 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 19:42:08.776 13717 13717 W com.mbwhatsapp: type=1400 audit(0.0:875303): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-11" ino=1546727 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 19:42:08.877 13717 13717 W CheckTime: App running slow: Executing
handleBindApplication : callApplicationOnCreate took 544ms
04-14 19:42:08.884 13717 13784 W com.mbwhatsapp: Class X.2rL failed lock
verification and will run slower.
04-14 19:42:08.884 13717 13784 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
04-14 19:42:08.884 13717 13784 W com.mbwhatsapp: and incorrect proguard
optimizations.
04-14 19:42:08.895 13717 13717 W com.mbwhatsapp: Class X.0eU failed lock
verification and will run slower.
04-14 19:42:09.350 13717 13717 E OpenGLRenderer: ~SkiaDisplayList() ##### pid =
13717
04-14 19:42:09.357 13717 13790 E libc : Access denied finding property
"persist.vendor.sf.fbc"
04-14 19:42:09.357 13717 13790 E libc : Access denied finding property
"persist.vendor.gpu.fbc"
04-14 19:42:09.357 13717 13790 E libc : Access denied finding property
"persist.vendor.vsp.fbc"
04-14 19:42:09.892 13717 13717 W com.mbwhatsapp: type=1400 audit(0.0:875305): avc:
denied { read } for name="osrelease" dev="proc" ino=65761443
scontext=u:r:untrusted_app:s0:c20,c258,c512,c768 tcontext=u:object_r:proc:s0
tclass=file permissive=0 app=com.mbwhatsapp
04-14 19:42:11.094 13717 13790 W libEGL : EGLNativeWindowType 0xb400006fd90df6d0
disconnect failed
--------- beginning of system
--------- beginning of main
04-14 20:43:38.733 17195 17195 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
04-14 20:43:38.926 17195 17195 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
04-14 20:43:38.927 17195 17195 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
04-14 20:43:38.927 17195 17195 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
04-14 20:43:38.927 17195 17195 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
04-14 20:43:38.927 17195 17195 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
04-14 20:43:38.927 17195 17195 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
04-14 20:43:38.927 17195 17195 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
04-14 20:43:38.927 17195 17195 W System.err: at
java.lang.Class.newInstance(Native Method)
04-14 20:43:38.927 17195 17195 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
04-14 20:43:38.927 17195 17195 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
04-14 20:43:38.927 17195 17195 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
04-14 20:43:38.927 17195 17195 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1271)
04-14 20:43:38.927 17195 17195 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884)
04-14 20:43:38.927 17195 17195 W System.err: at
android.app.ActivityThread.access$1300(ActivityThread.java:260)
04-14 20:43:38.927 17195 17195 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955)
04-14 20:43:38.927 17195 17195 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
04-14 20:43:38.927 17195 17195 W System.err: at
android.os.Looper.loop(Looper.java:223)
04-14 20:43:38.927 17195 17195 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:7950)
04-14 20:43:38.927 17195 17195 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
04-14 20:43:38.927 17195 17195 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603)
04-14 20:43:38.927 17195 17195 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
04-14 20:43:38.992 17195 17195 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
04-14 20:43:39.382 17195 17195 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
04-14 20:43:39.382 17195 17195 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
04-14 20:43:39.432 17195 17195 W linker : Warning:
"/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
04-14 20:43:39.427 17195 17195 W com.mbwhatsapp: type=1400 audit(0.0:885162): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so"
dev="dm-11" ino=1564103 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 20:43:39.435 17195 17195 W com.mbwhatsapp: type=1400 audit(0.0:885163): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm-
11" ino=1586916 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 20:43:39.443 17195 17195 W com.mbwhatsapp: type=1400 audit(0.0:885164): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-11" ino=1546727 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 20:43:39.499 17195 17195 W com.mbwhatsapp: type=1400 audit(0.0:885165): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so"
dev="dm-11" ino=1583914 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 20:43:39.503 17195 17195 W com.mbwhatsapp: type=1400 audit(0.0:885166): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-11" ino=1546727 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 20:43:39.595 17195 17195 W CheckTime: App running slow: Executing
handleBindApplication : callApplicationOnCreate took 556ms
04-14 20:43:39.601 17195 17244 W com.mbwhatsapp: Class X.2rL failed lock
verification and will run slower.
04-14 20:43:39.601 17195 17244 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
04-14 20:43:39.601 17195 17244 W com.mbwhatsapp: and incorrect proguard
optimizations.
04-14 20:43:39.614 17195 17195 W com.mbwhatsapp: Class X.0eU failed lock
verification and will run slower.
04-14 20:43:40.037 17195 17195 E OpenGLRenderer: ~SkiaDisplayList() ##### pid =
17195
04-14 20:43:40.044 17195 17252 E libc : Access denied finding property
"persist.vendor.sf.fbc"
04-14 20:43:40.044 17195 17252 E libc : Access denied finding property
"persist.vendor.gpu.fbc"
04-14 20:43:40.044 17195 17252 E libc : Access denied finding property
"persist.vendor.vsp.fbc"
04-14 20:43:43.139 17195 17252 W libEGL : EGLNativeWindowType 0xb400006fd90dd4c0
disconnect failed
04-14 20:43:43.275 17195 17252 W libEGL : EGLNativeWindowType 0xb400006fd90e3af0
disconnect failed
04-14 20:43:54.191 17195 17252 W libEGL : EGLNativeWindowType 0xb400006fd90e3af0
disconnect failed
--------- beginning of main
04-14 20:43:56.547 17486 17486 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
04-14 20:43:56.736 17486 17486 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
04-14 20:43:56.739 17486 17486 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
04-14 20:43:56.739 17486 17486 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
04-14 20:43:56.739 17486 17486 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
04-14 20:43:56.739 17486 17486 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
04-14 20:43:56.739 17486 17486 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
04-14 20:43:56.739 17486 17486 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
04-14 20:43:56.739 17486 17486 W System.err: at
java.lang.Class.newInstance(Native Method)
04-14 20:43:56.739 17486 17486 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
04-14 20:43:56.739 17486 17486 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
04-14 20:43:56.739 17486 17486 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
04-14 20:43:56.739 17486 17486 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1271)
04-14 20:43:56.739 17486 17486 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884)
04-14 20:43:56.740 17486 17486 W System.err: at
android.app.ActivityThread.access$1300(ActivityThread.java:260)
04-14 20:43:56.740 17486 17486 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955)
04-14 20:43:56.740 17486 17486 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
04-14 20:43:56.740 17486 17486 W System.err: at
android.os.Looper.loop(Looper.java:223)
04-14 20:43:56.740 17486 17486 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:7950)
04-14 20:43:56.740 17486 17486 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
04-14 20:43:56.740 17486 17486 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603)
04-14 20:43:56.740 17486 17486 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
04-14 20:43:56.822 17486 17486 W CheckTime: App running slow: Executing
handleBindApplication : makeApplication took 202ms
04-14 20:43:56.825 17486 17486 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
04-14 20:43:57.304 17486 17486 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
04-14 20:43:57.304 17486 17486 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
04-14 20:43:57.376 17486 17486 W linker : Warning:
"/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
04-14 20:43:57.371 17486 17486 W com.mbwhatsapp: type=1400 audit(0.0:885171): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so"
dev="dm-11" ino=1564103 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 20:43:57.379 17486 17486 W com.mbwhatsapp: type=1400 audit(0.0:885172): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm-
11" ino=1586916 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 20:43:57.391 17486 17486 W com.mbwhatsapp: type=1400 audit(0.0:885173): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-11" ino=1546727 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 20:43:57.443 17486 17486 W com.mbwhatsapp: type=1400 audit(0.0:885174): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so"
dev="dm-11" ino=1583914 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 20:43:57.451 17486 17486 W com.mbwhatsapp: type=1400 audit(0.0:885175): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-11" ino=1546727 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 20:43:57.563 17486 17486 W CheckTime: App running slow: Executing
handleBindApplication : callApplicationOnCreate took 669ms
04-14 20:43:57.567 17486 17537 W com.mbwhatsapp: Class X.2rL failed lock
verification and will run slower.
04-14 20:43:57.567 17486 17537 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
04-14 20:43:57.567 17486 17537 W com.mbwhatsapp: and incorrect proguard
optimizations.
--------- beginning of main
04-14 21:12:59.393 21726 21726 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
04-14 21:12:59.599 21726 21726 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
04-14 21:12:59.602 21726 21726 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
04-14 21:12:59.602 21726 21726 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
04-14 21:12:59.602 21726 21726 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
04-14 21:12:59.602 21726 21726 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
04-14 21:12:59.602 21726 21726 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
04-14 21:12:59.602 21726 21726 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
04-14 21:12:59.602 21726 21726 W System.err: at
java.lang.Class.newInstance(Native Method)
04-14 21:12:59.602 21726 21726 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
04-14 21:12:59.602 21726 21726 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
04-14 21:12:59.602 21726 21726 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
04-14 21:12:59.602 21726 21726 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1271)
04-14 21:12:59.602 21726 21726 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884)
04-14 21:12:59.602 21726 21726 W System.err: at
android.app.ActivityThread.access$1300(ActivityThread.java:260)
04-14 21:12:59.602 21726 21726 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955)
04-14 21:12:59.602 21726 21726 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
04-14 21:12:59.602 21726 21726 W System.err: at
android.os.Looper.loop(Looper.java:223)
04-14 21:12:59.602 21726 21726 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:7950)
04-14 21:12:59.603 21726 21726 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
04-14 21:12:59.603 21726 21726 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603)
04-14 21:12:59.603 21726 21726 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
04-14 21:12:59.667 21726 21726 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
04-14 21:13:00.011 21726 21726 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
04-14 21:13:00.012 21726 21726 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
04-14 21:13:00.062 21726 21726 W linker : Warning:
"/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
04-14 21:13:00.056 21726 21726 W com.mbwhatsapp: type=1400 audit(0.0:890261): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so"
dev="dm-11" ino=1564103 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 21:13:00.064 21726 21726 W com.mbwhatsapp: type=1400 audit(0.0:890262): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm-
11" ino=1586916 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 21:13:00.072 21726 21726 W com.mbwhatsapp: type=1400 audit(0.0:890263): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-11" ino=1546727 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 21:13:00.136 21726 21726 W com.mbwhatsapp: type=1400 audit(0.0:890264): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so"
dev="dm-11" ino=1583914 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 21:13:00.144 21726 21726 W com.mbwhatsapp: type=1400 audit(0.0:890265): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-11" ino=1546727 scontext=u:r:untrusted_app:s0:c20,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c20,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-14 21:13:00.247 21726 21726 W CheckTime: App running slow: Executing
handleBindApplication : callApplicationOnCreate took 532ms
04-14 21:13:00.260 21726 21775 W com.mbwhatsapp: Class X.2rL failed lock
verification and will run slower.
04-14 21:13:00.260 21726 21775 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
04-14 21:13:00.260 21726 21775 W com.mbwhatsapp: and incorrect proguard
optimizations.
04-14 21:13:00.268 21726 21726 W com.mbwhatsapp: Class X.0eU failed lock
verification and will run slower.
04-14 21:13:00.723 21726 21726 E OpenGLRenderer: ~SkiaDisplayList() ##### pid =
21726
04-14 21:13:00.727 21726 21782 E libc : Access denied finding property
"persist.vendor.sf.fbc"
04-14 21:13:00.727 21726 21782 E libc : Access denied finding property
"persist.vendor.gpu.fbc"
04-14 21:13:00.727 21726 21782 E libc : Access denied finding property
"persist.vendor.vsp.fbc"
04-14 21:13:01.180 21726 21726 W com.mbwhatsapp: type=1400 audit(0.0:890269): avc:
denied { read } for name="osrelease" dev="proc" ino=66688319
scontext=u:r:untrusted_app:s0:c20,c258,c512,c768 tcontext=u:object_r:proc:s0
tclass=file permissive=0 app=com.mbwhatsapp
04-14 21:13:01.180 21726 21726 W com.mbwhatsapp: type=1400 audit(0.0:890270): avc:
denied { read } for name="version" dev="proc" ino=66688320
scontext=u:r:untrusted_app:s0:c20,c258,c512,c768 tcontext=u:object_r:proc:s0
tclass=file permissive=0 app=com.mbwhatsapp
04-14 21:13:02.799 21726 21782 W libEGL : EGLNativeWindowType 0xb400006fd90df6d0
disconnect failed
04-14 21:13:03.086 21726 21782 W libEGL : EGLNativeWindowType 0xb400006fd914e210
disconnect failed
04-14 21:13:10.451 21726 21726 E Dialog : show dialog
view=DecorView@803e563[RegisterPhone]
04-14 21:13:11.218 21726 21887 E PlayCore: UID: [10532] PID: [21726]
StandardIntegrity : Phonesky is not installed.
04-14 21:13:12.288 21726 21782 W libEGL : EGLNativeWindowType 0xb400006fd90df6d0
disconnect failed
04-14 21:13:12.339 21726 21726 E Dialog : show dialog
view=DecorView@7dd787f[RegisterPhone]
04-14 21:13:13.675 21726 21782 W libEGL : EGLNativeWindowType 0xb400006fd90df6d0
disconnect failed
04-14 21:13:14.296 21726 21726 E Dialog : show dialog
view=DecorView@eaa8946[VerifyPhoneNumber]
04-14 21:13:14.812 21726 21782 W libEGL : EGLNativeWindowType 0xb400006fd914e210
disconnect failed
04-14 21:13:14.859 21726 21782 W libEGL : EGLNativeWindowType 0xb400006fd916bef0
disconnect failed
04-14 21:13:15.150 21726 21782 W libEGL : EGLNativeWindowType 0xb400006fd9172520
disconnect failed
04-14 21:13:15.195 21726 21726 E Dialog : show dialog
view=DecorView@39341b4[VerifyPhoneNumber]
04-14 21:13:18.443 21726 21782 W libEGL : EGLNativeWindowType 0xb400006fd9172520
disconnect failed
04-14 21:13:18.472 21726 21782 W libEGL : EGLNativeWindowType 0xb400006fd916bef0
disconnect failed
--------- beginning of system
04-14 21:13:22.027 21726 21740 W System : A resource failed to call dispose.
04-14 21:13:22.034 21726 21740 W System : A resource failed to call release.
04-14 21:13:22.034 21726 21740 W System : A resource failed to call release.
--------- beginning of main
04-15 21:25:02.771 3665 3665 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
04-15 21:25:02.992 3665 3665 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
04-15 21:25:02.994 3665 3665 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
04-15 21:25:02.994 3665 3665 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
04-15 21:25:02.994 3665 3665 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
04-15 21:25:02.994 3665 3665 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
04-15 21:25:02.994 3665 3665 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
04-15 21:25:02.994 3665 3665 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
04-15 21:25:02.994 3665 3665 W System.err: at
java.lang.Class.newInstance(Native Method)
04-15 21:25:02.994 3665 3665 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
04-15 21:25:02.994 3665 3665 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
04-15 21:25:02.994 3665 3665 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
04-15 21:25:02.994 3665 3665 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1271)
04-15 21:25:02.995 3665 3665 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884)
04-15 21:25:02.995 3665 3665 W System.err: at
android.app.ActivityThread.access$1300(ActivityThread.java:260)
04-15 21:25:02.995 3665 3665 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955)
04-15 21:25:02.995 3665 3665 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
04-15 21:25:02.995 3665 3665 W System.err: at
android.os.Looper.loop(Looper.java:223)
04-15 21:25:02.995 3665 3665 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:7950)
04-15 21:25:02.995 3665 3665 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
04-15 21:25:02.995 3665 3665 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603)
04-15 21:25:02.995 3665 3665 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
04-15 21:25:03.064 3665 3665 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
04-15 21:25:03.456 3665 3665 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
04-15 21:25:03.456 3665 3665 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
04-15 21:25:03.514 3665 3665 W linker : Warning:
"/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
04-15 21:25:03.508 3665 3665 W com.mbwhatsapp: type=1400 audit(0.0:1006105): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so"
dev="dm-11" ino=1546281 scontext=u:r:untrusted_app:s0:c25,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c25,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 21:25:03.516 3665 3665 W com.mbwhatsapp: type=1400 audit(0.0:1006106): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm-
11" ino=1577983 scontext=u:r:untrusted_app:s0:c25,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c25,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 21:25:03.524 3665 3665 W com.mbwhatsapp: type=1400 audit(0.0:1006107): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-11" ino=1578194 scontext=u:r:untrusted_app:s0:c25,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c25,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 21:25:03.580 3665 3665 W com.mbwhatsapp: type=1400 audit(0.0:1006108): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so"
dev="dm-11" ino=1552292 scontext=u:r:untrusted_app:s0:c25,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c25,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 21:25:03.588 3665 3665 W com.mbwhatsapp: type=1400 audit(0.0:1006109): avc:
granted { execute } for
path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so"
dev="dm-11" ino=1578194 scontext=u:r:untrusted_app:s0:c25,c258,c512,c768
tcontext=u:object_r:app_data_file:s0:c25,c258,c512,c768 tclass=file
app=com.mbwhatsapp
04-15 21:25:03.686 3665 3665 W CheckTime: App running slow: Executing
handleBindApplication : callApplicationOnCreate took 569ms
04-15 21:25:03.688 3665 3716 W com.mbwhatsapp: Class X.2rL failed lock
verification and will run slower.
04-15 21:25:03.688 3665 3716 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
04-15 21:25:03.688 3665 3716 W com.mbwhatsapp: and incorrect proguard
optimizations.
04-15 21:25:03.706 3665 3665 W com.mbwhatsapp: Class X.0eU failed lock
verification and will run slower.
04-15 21:25:04.149 3665 3665 E OpenGLRenderer: ~SkiaDisplayList() ##### pid =
3665
04-15 21:25:04.152 3665 3722 E libc : Access denied finding property
"persist.vendor.sf.fbc"
04-15 21:25:04.152 3665 3722 E libc : Access denied finding property
"persist.vendor.gpu.fbc"
04-15 21:25:04.153 3665 3722 E libc : Access denied finding property
"persist.vendor.vsp.fbc"
04-15 21:25:04.748 3665 3665 W com.mbwhatsapp: type=1400 audit(0.0:1006112): avc:
denied { read } for name="osrelease" dev="proc" ino=78373610
scontext=u:r:untrusted_app:s0:c25,c258,c512,c768 tcontext=u:object_r:proc:s0
tclass=file permissive=0 app=com.mbwhatsapp
04-15 21:25:05.637 3665 3722 W libEGL : EGLNativeWindowType 0xb400006fd90e3af0
disconnect failed
--------- beginning of system

You might also like