The log file records errors and warnings encountered during the startup of an Android application. It indicates that the application failed to load a required class file and encountered other errors related to resource loading and permissions.
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 ratings0% found this document useful (0 votes)
92 views
Logcat
The log file records errors and warnings encountered during the startup of an Android application. It indicates that the application failed to load a required class file and encountered other errors related to resource loading and permissions.
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/ 2914
--------- beginning of main
02-27 10:27:26.722 13880 13880 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent. 02-27 10:27:26.787 13880 13880 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 10:27:26.787 13880 13880 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 10:27:26.787 13880 13880 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 10:27:26.787 13880 13880 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 10:27:26.787 13880 13880 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 10:27:26.787 13880 13880 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 10:27:26.787 13880 13880 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 10:27:26.787 13880 13880 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 10:27:26.787 13880 13880 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 10:27:26.788 13880 13880 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 10:27:26.788 13880 13880 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 10:27:26.788 13880 13880 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 10:27:26.788 13880 13880 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 10:27:26.788 13880 13880 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 10:27:26.788 13880 13880 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 10:27:26.788 13880 13880 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 10:27:26.788 13880 13880 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 10:27:26.788 13880 13880 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 10:27:26.788 13880 13880 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 10:27:26.788 13880 13880 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 10:27:26.788 13880 13880 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 10:27:26.826 13880 13880 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 10:27:27.195 13921 13921 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 10:27:27.254 13921 13921 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 10:27:27.254 13921 13921 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 10:27:27.254 13921 13921 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 10:27:27.254 13921 13921 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 10:27:27.254 13921 13921 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 10:27:27.254 13921 13921 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 10:27:27.254 13921 13921 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 10:27:27.254 13921 13921 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 10:27:27.254 13921 13921 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 10:27:27.254 13921 13921 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 10:27:27.254 13921 13921 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 10:27:27.254 13921 13921 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 10:27:27.254 13921 13921 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 10:27:27.254 13921 13921 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 10:27:27.254 13921 13921 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 10:27:27.254 13921 13921 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 10:27:27.254 13921 13921 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 10:27:27.254 13921 13921 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 10:27:27.254 13921 13921 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 10:27:27.254 13921 13921 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 10:27:27.254 13921 13921 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 10:27:27.291 13921 13921 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 10:27:27.471 13921 13921 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 10:27:27.471 13921 13921 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 10:27:27.732 13921 13942 W LibraryVersion: Failed to get app version for libraryName: firebase-iid 02-27 10:27:28.256 13921 13921 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) 02-27 10:27:28.252 13921 13921 W com.mbwhatsapp: type=1400 audit(0.0:11098): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:27:28.252 13921 13921 W com.mbwhatsapp: type=1400 audit(0.0:11099): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:27:28.256 13921 13921 W com.mbwhatsapp: type=1400 audit(0.0:11100): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:27:28.272 13921 13921 W com.mbwhatsapp: type=1400 audit(0.0:11101): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:27:28.360 13921 13921 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1049ms 02-27 10:27:28.368 13921 13975 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 10:27:28.368 13921 13975 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 10:27:28.368 13921 13975 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 10:27:28.375 13921 13921 W com.mbwhatsapp: Class X.0eU failed lock verification and will run slower. 02-27 10:27:28.558 13921 13921 E com.mbwhatsapp: Invalid ID 0x00000000. 02-27 10:27:28.559 13921 13921 W System.err: android.content.res.Resources$NotFoundException: String resource ID #0x0 02-27 10:27:28.559 13921 13921 W System.err: 02-27 10:27:28.559 13921 13921 W System.err: at android.content.res.Resources.getText(Resources.java:444) 02-27 10:27:28.559 13921 13921 W System.err: 02-27 10:27:28.559 13921 13921 W System.err: at android.content.res.Resources.getString(Resources.java:537) 02-27 10:27:28.559 13921 13921 W System.err: 02-27 10:27:28.560 13921 13921 W System.err: at X.35t.A0E(Unknown Source:46) 02-27 10:27:28.560 13921 13921 W System.err: 02-27 10:27:28.560 13921 13921 W System.err: at com.mbwhatsapp.yo.yo.getString(Native Method) 02-27 10:27:28.560 13921 13921 W System.err: 02-27 10:27:28.560 13921 13921 W System.err: at com.mbwhatsapp.yo.yo.getString(Native Method) 02-27 10:27:28.560 13921 13921 W System.err: 02-27 10:27:28.560 13921 13921 W System.err: at com.mbwhatsapp.youbasha.task.utils.requestAllFilesAccess14(Native Method) 02-27 10:27:28.560 13921 13921 W System.err: 02-27 10:27:28.560 13921 13921 W System.err: at com.mbwhatsapp.yo.dep.showStoragePermissionRequest(Native Method) 02-27 10:27:28.560 13921 13921 W System.err: 02-27 10:27:28.560 13921 13921 W System.err: at com.mbwhatsapp.registration.EULA.onCreate(Unknown Source:248) 02-27 10:27:28.560 13921 13921 W System.err: 02-27 10:27:28.560 13921 13921 W System.err: at android.app.Activity.performCreate(Activity.java:8071) 02-27 10:27:28.560 13921 13921 W System.err: 02-27 10:27:28.560 13921 13921 W System.err: at android.app.Activity.performCreate(Activity.java:8054) 02-27 10:27:28.560 13921 13921 W System.err: 02-27 10:27:28.560 13921 13921 W System.err: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1309) 02-27 10:27:28.561 13921 13921 W System.err: 02-27 10:27:28.561 13921 13921 W System.err: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3472) 02-27 10:27:28.561 13921 13921 W System.err: 02-27 10:27:28.561 13921 13921 W System.err: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3680) 02-27 10:27:28.561 13921 13921 W System.err: 02-27 10:27:28.561 13921 13921 W System.err: at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:85 ) 02-27 10:27:28.561 13921 13921 W System.err: 02-27 10:27:28.561 13921 13921 W System.err: at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu tor.java:135) 02-27 10:27:28.561 13921 13921 W System.err: 02-27 10:27:28.561 13921 13921 W System.err: at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java: 95) 02-27 10:27:28.561 13921 13921 W System.err: 02-27 10:27:28.561 13921 13921 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2108) 02-27 10:27:28.561 13921 13921 W System.err: 02-27 10:27:28.561 13921 13921 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 10:27:28.561 13921 13921 W System.err: 02-27 10:27:28.561 13921 13921 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 10:27:28.561 13921 13921 W System.err: 02-27 10:27:28.562 13921 13921 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 10:27:28.562 13921 13921 W System.err: 02-27 10:27:28.562 13921 13921 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 10:27:28.562 13921 13921 W System.err: 02-27 10:27:28.562 13921 13921 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 10:27:28.562 13921 13921 W System.err: 02-27 10:27:28.562 13921 13921 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 10:27:28.562 13921 13921 W System.err: 02-27 10:27:28.610 13921 13921 W Activity: Can request only one set of permissions at a time 02-27 10:27:28.648 13921 13991 E RenderScript: Failed loading RS driver: dlopen failed: library "libRSDriverArm.so" not found 02-27 10:27:28.648 13921 13991 E RenderScript: Failed to load runtime libRSDriverArm.so, loading default 02-27 10:27:28.681 13921 13921 E ArmVmp : Match on catch block at 0x0a in for 0x139 02-27 10:27:28.691 13921 13921 E Dialog : show dialog view=DecorView@4d240b4[EULA] --------- beginning of system 02-27 10:27:28.762 13921 13921 E OpenGLRenderer: ~SkiaDisplayList() ##### pid = 13921 02-27 10:27:28.771 13921 13985 E libc : Access denied finding property "persist.vendor.sf.fbc" 02-27 10:27:28.771 13921 13985 E libc : Access denied finding property "persist.vendor.gpu.fbc" 02-27 10:27:28.771 13921 13985 E libc : Access denied finding property "persist.vendor.vsp.fbc" 02-27 10:27:29.102 13921 13985 W libEGL : EGLNativeWindowType 0xb4000073cbbb5f00 disconnect failed 02-27 10:27:29.269 13921 13921 E com.mbwhatsapp: Invalid ID 0x00000000. 02-27 10:27:29.270 13921 13921 E com.mbwhatsapp: Invalid ID 0x00000000. 02-27 10:27:29.271 13921 13921 E com.mbwhatsapp: Invalid ID 0x00000000. 02-27 10:27:29.279 13921 13921 E com.mbwhatsapp: Invalid ID 0x00000000. 02-27 10:27:29.280 13921 13921 E com.mbwhatsapp: Invalid ID 0x00000000. 02-27 10:28:05.723 13921 13921 E WindowManager: android.view.WindowLeaked: Activity com.mbwhatsapp.registration.EULA has leaked window DecorView@4d240b4[EULA] that was originally added here 02-27 10:28:05.723 13921 13921 E WindowManager: at android.view.ViewRootImpl.<init>(ViewRootImpl.java:761) 02-27 10:28:05.723 13921 13921 E WindowManager: at android.view.ViewRootImpl.<init>(ViewRootImpl.java:745) 02-27 10:28:05.723 13921 13921 E WindowManager: at android.view.SprdViewRootImpl.<init>(SprdViewRootImpl.java:47) 02-27 10:28:05.723 13921 13921 E WindowManager: at android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:407) 02-27 10:28:05.723 13921 13921 E WindowManager: at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:109) 02-27 10:28:05.723 13921 13921 E WindowManager: at android.app.Dialog.show(Dialog.java:340) 02-27 10:28:05.723 13921 13921 E WindowManager: at mbmodsd.mbmodsw.mbdialog.mbdialogios.iOSDark.show(Native Method) 02-27 10:28:05.723 13921 13921 E WindowManager: at mbmodsd.mbmodsw.mbutils.mbiosdialog.mb_allfiles(Native Method) 02-27 10:28:05.723 13921 13921 E WindowManager: at com.mbwhatsapp.registration.EULA.onStart(Unknown Source:6) 02-27 10:28:05.723 13921 13921 E WindowManager: at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1435) 02-27 10:28:05.723 13921 13921 E WindowManager: at android.app.Activity.performStart(Activity.java:8097) 02-27 10:28:05.723 13921 13921 E WindowManager: at android.app.ActivityThread.handleStartActivity(ActivityThread.java:3535) 02-27 10:28:05.723 13921 13921 E WindowManager: at android.app.servertransaction.TransactionExecutor.performLifecycleSequence(Transact ionExecutor.java:221) 02-27 10:28:05.723 13921 13921 E WindowManager: at android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.j ava:201) 02-27 10:28:05.723 13921 13921 E WindowManager: at android.app.servertransaction.TransactionExecutor.executeLifecycleState(Transaction Executor.java:173) 02-27 10:28:05.723 13921 13921 E WindowManager: at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java: 97) 02-27 10:28:05.723 13921 13921 E WindowManager: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2108) 02-27 10:28:05.723 13921 13921 E WindowManager: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 10:28:05.723 13921 13921 E WindowManager: at android.os.Looper.loop(Looper.java:223) 02-27 10:28:05.723 13921 13921 E WindowManager: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 10:28:05.723 13921 13921 E WindowManager: at java.lang.reflect.Method.invoke(Native Method) 02-27 10:28:05.723 13921 13921 E WindowManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 10:28:05.723 13921 13921 E WindowManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 10:28:05.727 13921 13985 W libEGL : EGLNativeWindowType 0xb4000073cbb54020 disconnect failed --------- beginning of main 02-27 10:28:06.884 14396 14396 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 10:28:06.978 14396 14396 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 10:28:06.978 14396 14396 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 10:28:06.978 14396 14396 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 10:28:06.978 14396 14396 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 10:28:06.978 14396 14396 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 10:28:06.978 14396 14396 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 10:28:06.978 14396 14396 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 10:28:06.979 14396 14396 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 10:28:06.979 14396 14396 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 10:28:06.979 14396 14396 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 10:28:06.979 14396 14396 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 10:28:06.979 14396 14396 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 10:28:06.979 14396 14396 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 10:28:06.979 14396 14396 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 10:28:06.979 14396 14396 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 10:28:06.979 14396 14396 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 10:28:06.979 14396 14396 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 10:28:06.979 14396 14396 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 10:28:06.979 14396 14396 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 10:28:06.979 14396 14396 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 10:28:06.979 14396 14396 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 10:28:07.046 14396 14396 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 10:28:07.282 14396 14396 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 10:28:07.282 14396 14396 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 10:28:07.332 14396 14396 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) 02-27 10:28:07.328 14396 14396 W com.mbwhatsapp: type=1400 audit(0.0:11556): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:28:07.336 14396 14396 W com.mbwhatsapp: type=1400 audit(0.0:11558): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:28:07.360 14396 14396 W com.mbwhatsapp: type=1400 audit(0.0:11559): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:28:07.368 14396 14396 W com.mbwhatsapp: type=1400 audit(0.0:11560): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:28:07.460 14396 14396 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 382ms 02-27 10:28:07.466 14396 14445 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 10:28:07.466 14396 14445 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 10:28:07.466 14396 14445 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 10:28:34.908 14396 14396 W com.mbwhatsapp: Class X.0eU failed lock verification and will run slower. --------- beginning of system 02-27 10:28:35.249 14396 14396 E OpenGLRenderer: ~SkiaDisplayList() ##### pid = 14396 02-27 10:28:35.253 14396 14666 E libc : Access denied finding property "persist.vendor.sf.fbc" 02-27 10:28:35.253 14396 14666 E libc : Access denied finding property "persist.vendor.gpu.fbc" 02-27 10:28:35.253 14396 14666 E libc : Access denied finding property "persist.vendor.vsp.fbc" 02-27 10:28:36.885 14396 14693 E ShortcutInfoCompatSaver: Failed to load saved values from file /data/user/0/com.mbwhatsapp/files/ShortcutInfoCompatSaver_share_targets/ targets.xml. Old state removed, new added 02-27 10:28:36.885 14396 14693 E ShortcutInfoCompatSaver: java.io.FileNotFoundException: /data/user/0/com.mbwhatsapp/files/ShortcutInfoCompatSaver_share_targets/ targets.xml: open failed: ENOENT (No such file or directory) 02-27 10:28:36.885 14396 14693 E ShortcutInfoCompatSaver: at libcore.io.IoBridge.open(IoBridge.java:492) 02-27 10:28:36.885 14396 14693 E ShortcutInfoCompatSaver: at java.io.FileInputStream.<init>(FileInputStream.java:160) 02-27 10:28:36.885 14396 14693 E ShortcutInfoCompatSaver: at X.0nz.run(Unknown Source:82) 02-27 10:28:36.885 14396 14693 E ShortcutInfoCompatSaver: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462) 02-27 10:28:36.885 14396 14693 E ShortcutInfoCompatSaver: at java.util.concurrent.FutureTask.run(FutureTask.java:266) 02-27 10:28:36.885 14396 14693 E ShortcutInfoCompatSaver: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 02-27 10:28:36.885 14396 14693 E ShortcutInfoCompatSaver: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 02-27 10:28:36.885 14396 14693 E ShortcutInfoCompatSaver: at java.lang.Thread.run(Thread.java:923) 02-27 10:28:36.885 14396 14693 E ShortcutInfoCompatSaver: Caused by: android.system.ErrnoException: open failed: ENOENT (No such file or directory) 02-27 10:28:36.885 14396 14693 E ShortcutInfoCompatSaver: at libcore.io.Linux.open(Native Method) 02-27 10:28:36.885 14396 14693 E ShortcutInfoCompatSaver: at libcore.io.ForwardingOs.open(ForwardingOs.java:166) 02-27 10:28:36.885 14396 14693 E ShortcutInfoCompatSaver: at libcore.io.BlockGuardOs.open(BlockGuardOs.java:254) 02-27 10:28:36.885 14396 14693 E ShortcutInfoCompatSaver: at libcore.io.ForwardingOs.open(ForwardingOs.java:166) 02-27 10:28:36.885 14396 14693 E ShortcutInfoCompatSaver: at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:7811) 02-27 10:28:36.885 14396 14693 E ShortcutInfoCompatSaver: at libcore.io.IoBridge.open(IoBridge.java:478) 02-27 10:28:36.885 14396 14693 E ShortcutInfoCompatSaver: ... 7 more 02-27 10:28:36.910 14396 14666 E FrameEvents: updateAcquireFence: Did not find frame. 02-27 10:28:36.910 14396 14666 E BufferQueueProducer: [ImageReader-720x43f1u256m2- 14396-0](id:383c00000000,api:0,p:-1,c:14396) disconnect: not connected (req=1) 02-27 10:28:36.910 14396 14666 W libEGL : EGLNativeWindowType 0xb4000073cbbef6b0 disconnect failed 02-27 10:28:36.915 14396 14666 E FrameEvents: updateAcquireFence: Did not find frame. 02-27 10:28:36.916 14396 14666 E BufferQueueProducer: [ImageReader-720x122f1u256m2- 14396-1](id:383c00000001,api:0,p:-1,c:14396) disconnect: not connected (req=1) 02-27 10:28:36.916 14396 14666 W libEGL : EGLNativeWindowType 0xb4000073cbbef6b0 disconnect failed 02-27 10:28:36.929 14396 14666 E FrameEvents: updateAcquireFence: Did not find frame. 02-27 10:28:36.930 14396 14666 E BufferQueueProducer: [ImageReader-720x897f1u256m2- 14396-2](id:383c00000002,api:0,p:-1,c:14396) disconnect: not connected (req=1) 02-27 10:28:36.930 14396 14666 W libEGL : EGLNativeWindowType 0xb4000073cbc02940 disconnect failed 02-27 10:28:36.932 14396 14396 W com.mbwhatsapp: type=1400 audit(0.0:11653): avc: denied { read } for name="osrelease" dev="proc" ino=870074 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 app=com.mbwhatsapp 02-27 10:28:38.829 14396 14666 W libEGL : EGLNativeWindowType 0xb4000073cbb672b0 disconnect failed 02-27 10:28:38.844 14396 14666 W libEGL : EGLNativeWindowType 0xb4000073cbc24a40 disconnect failed 02-27 10:28:43.662 14396 14396 E Dialog : show dialog view=DecorView@9273150[RegisterPhone] 02-27 10:28:44.166 14396 14466 E PlayCore: UID: [10216] PID: [14396] StandardIntegrity : Phonesky is not installed. 02-27 10:28:44.969 14396 14666 W libEGL : EGLNativeWindowType 0xb4000073cbbeb290 disconnect failed 02-27 10:28:45.018 14396 14396 E Dialog : show dialog view=DecorView@e5df94b[RegisterPhone] 02-27 10:28:46.425 14396 14666 W libEGL : EGLNativeWindowType 0xb4000073cbbeb290 disconnect failed 02-27 10:28:46.882 14396 14396 E Dialog : show dialog view=DecorView@424593e[VerifyPhoneNumber] 02-27 10:28:47.400 14396 14666 W libEGL : EGLNativeWindowType 0xb4000073cbc24a40 disconnect failed 02-27 10:28:47.535 14396 14666 W libEGL : EGLNativeWindowType 0xb4000073cbc46b40 disconnect failed 02-27 10:28:50.307 14396 14666 W libEGL : EGLNativeWindowType 0xb4000073cbc4d170 disconnect failed 02-27 10:28:50.909 14396 14666 W libEGL : EGLNativeWindowType 0xb4000073cbc46b40 disconnect failed 02-27 10:29:00.048 14396 14666 W libEGL : EGLNativeWindowType 0xb4000073cbc4d170 disconnect failed 02-27 10:29:05.403 14396 14410 W System : A resource failed to call release. 02-27 10:29:43.205 14396 14666 W libEGL : EGLNativeWindowType 0xb4000073cbc4d170 disconnect failed 02-27 10:30:03.134 14396 14666 W libEGL : EGLNativeWindowType 0xb4000073cbc48d50 disconnect failed --------- beginning of main 02-27 10:30:06.544 15308 15308 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 10:30:06.649 15308 15308 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 10:30:06.649 15308 15308 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 10:30:06.649 15308 15308 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 10:30:06.649 15308 15308 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 10:30:06.649 15308 15308 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 10:30:06.649 15308 15308 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 10:30:06.649 15308 15308 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 10:30:06.649 15308 15308 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 10:30:06.649 15308 15308 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 10:30:06.649 15308 15308 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 10:30:06.649 15308 15308 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 10:30:06.649 15308 15308 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 10:30:06.649 15308 15308 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 10:30:06.649 15308 15308 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 10:30:06.649 15308 15308 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 10:30:06.649 15308 15308 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 10:30:06.649 15308 15308 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 10:30:06.649 15308 15308 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 10:30:06.650 15308 15308 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 10:30:06.650 15308 15308 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 10:30:06.650 15308 15308 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 10:30:06.688 15308 15308 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 10:30:06.959 15308 15308 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 10:30:06.959 15308 15308 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 10:30:06.994 15308 15308 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) 02-27 10:30:07.140 15308 15386 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 10:30:07.140 15308 15386 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 10:30:07.140 15308 15386 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 10:30:07.141 15308 15308 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 409ms 02-27 10:30:07.159 15308 15308 W com.mbwhatsapp: Class X.0eU failed lock verification and will run slower. --------- beginning of system 02-27 10:30:07.482 15308 15308 E OpenGLRenderer: ~SkiaDisplayList() ##### pid = 15308 02-27 10:30:07.485 15308 15392 E libc : Access denied finding property "persist.vendor.sf.fbc" 02-27 10:30:07.485 15308 15392 E libc : Access denied finding property "persist.vendor.gpu.fbc" 02-27 10:30:07.485 15308 15392 E libc : Access denied finding property "persist.vendor.vsp.fbc" 02-27 10:30:09.514 15308 15392 W libEGL : EGLNativeWindowType 0xb4000073cbb54020 disconnect failed 02-27 10:30:09.528 15308 15392 W libEGL : EGLNativeWindowType 0xb4000073cbbef6b0 disconnect failed 02-27 10:31:07.252 15308 15308 E Dialog : show dialog view=DecorView@31b7e56[RegisterPhone] 02-27 10:31:07.804 15308 15438 E PlayCore: UID: [10216] PID: [15308] StandardIntegrity : Phonesky is not installed. 02-27 10:31:08.430 15308 15392 W libEGL : EGLNativeWindowType 0xb4000073cbb54020 disconnect failed 02-27 10:31:08.491 15308 15308 E Dialog : show dialog view=DecorView@ec0e69f[RegisterPhone] 02-27 10:31:11.870 15308 15392 W libEGL : EGLNativeWindowType 0xb4000073cbb54020 disconnect failed 02-27 10:31:12.278 15308 15308 E Dialog : show dialog view=DecorView@f9d0fd4[VerifyPhoneNumber] 02-27 10:31:12.759 15308 15392 W libEGL : EGLNativeWindowType 0xb4000073cbbef6b0 disconnect failed 02-27 10:31:12.807 15308 15392 W libEGL : EGLNativeWindowType 0xb4000073cbc19ff0 disconnect failed 02-27 10:31:15.633 15308 15392 W libEGL : EGLNativeWindowType 0xb4000073cbc139c0 disconnect failed 02-27 10:31:16.220 15308 15392 W libEGL : EGLNativeWindowType 0xb4000073cbc19ff0 disconnect failed 02-27 10:31:21.892 15308 15392 W libEGL : EGLNativeWindowType 0xb4000073cbbef6b0 disconnect failed 02-27 10:31:25.354 15308 15392 W libEGL : EGLNativeWindowType 0xb4000073cbbfa100 disconnect failed --------- beginning of main 02-27 10:31:30.407 16107 16107 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 10:31:30.616 16107 16107 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 10:31:30.617 16107 16107 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 10:31:30.617 16107 16107 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 10:31:30.617 16107 16107 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 10:31:30.617 16107 16107 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 10:31:30.617 16107 16107 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 10:31:30.617 16107 16107 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 10:31:30.617 16107 16107 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 10:31:30.617 16107 16107 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 10:31:30.617 16107 16107 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 10:31:30.617 16107 16107 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 10:31:30.617 16107 16107 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 10:31:30.617 16107 16107 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 10:31:30.617 16107 16107 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 10:31:30.617 16107 16107 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 10:31:30.617 16107 16107 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 10:31:30.617 16107 16107 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 10:31:30.617 16107 16107 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 10:31:30.617 16107 16107 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 10:31:30.617 16107 16107 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 10:31:30.617 16107 16107 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 10:31:30.689 16107 16107 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 213ms 02-27 10:31:30.693 16107 16107 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 10:31:31.147 16107 16107 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 10:31:31.147 16107 16107 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 10:31:31.233 16107 16107 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) 02-27 10:31:31.228 16107 16107 W com.mbwhatsapp: type=1400 audit(0.0:13003): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:31:31.244 16107 16107 W com.mbwhatsapp: type=1400 audit(0.0:13004): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:31:31.256 16107 16107 W com.mbwhatsapp: type=1400 audit(0.0:13005): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:31:31.320 16107 16107 W com.mbwhatsapp: type=1400 audit(0.0:13006): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:31:31.336 16107 16107 W com.mbwhatsapp: type=1400 audit(0.0:13007): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:31:31.532 16107 16107 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 769ms 02-27 10:31:31.535 16107 16155 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 10:31:31.535 16107 16155 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 10:31:31.535 16107 16155 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 10:32:39.681 16107 16107 W com.mbwhatsapp: Class X.0eU failed lock verification and will run slower. --------- beginning of system 02-27 10:32:39.888 16107 16107 W com.mbwhatsapp: type=1400 audit(0.0:13370): avc: denied { read } for name="osrelease" dev="proc" ino=870074 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 app=com.mbwhatsapp 02-27 10:32:39.949 16107 16107 E OpenGLRenderer: ~SkiaDisplayList() ##### pid = 16107 02-27 10:32:39.951 16107 16256 E libc : Access denied finding property "persist.vendor.sf.fbc" 02-27 10:32:39.951 16107 16256 E libc : Access denied finding property "persist.vendor.gpu.fbc" 02-27 10:32:39.951 16107 16256 E libc : Access denied finding property "persist.vendor.vsp.fbc" 02-27 10:32:42.922 16107 16256 W libEGL : EGLNativeWindowType 0xb4000073cbb54020 disconnect failed --------- beginning of main 02-27 10:33:16.558 16633 16633 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 10:33:16.726 16633 16633 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 10:33:16.726 16633 16633 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 10:33:16.726 16633 16633 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 10:33:16.726 16633 16633 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 10:33:16.726 16633 16633 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 10:33:16.726 16633 16633 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 10:33:16.726 16633 16633 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 10:33:16.726 16633 16633 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 10:33:16.726 16633 16633 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 10:33:16.726 16633 16633 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 10:33:16.726 16633 16633 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 10:33:16.726 16633 16633 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 10:33:16.726 16633 16633 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 10:33:16.726 16633 16633 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 10:33:16.726 16633 16633 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 10:33:16.726 16633 16633 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 10:33:16.726 16633 16633 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 10:33:16.726 16633 16633 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 10:33:16.726 16633 16633 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 10:33:16.726 16633 16633 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 10:33:16.726 16633 16633 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 10:33:16.816 16633 16633 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 10:33:17.172 16633 16633 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 10:33:17.172 16633 16633 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 10:33:17.246 16633 16633 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) 02-27 10:33:17.240 16633 16633 W com.mbwhatsapp: type=1400 audit(0.0:13478): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:33:17.248 16633 16633 W com.mbwhatsapp: type=1400 audit(0.0:13479): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:33:17.260 16633 16633 W com.mbwhatsapp: type=1400 audit(0.0:13480): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:33:17.320 16633 16633 W com.mbwhatsapp: type=1400 audit(0.0:13481): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:33:17.328 16633 16633 W com.mbwhatsapp: type=1400 audit(0.0:13482): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:33:17.444 16633 16633 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 574ms 02-27 10:33:17.449 16633 16681 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 10:33:17.449 16633 16681 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 10:33:17.449 16633 16681 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 12:56:16.029 14703 14703 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 12:56:16.398 14703 14703 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 12:56:16.398 14703 14703 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 12:56:16.398 14703 14703 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 12:56:16.398 14703 14703 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 12:56:16.398 14703 14703 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 12:56:16.398 14703 14703 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 12:56:16.398 14703 14703 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 12:56:16.398 14703 14703 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 12:56:16.398 14703 14703 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 12:56:16.398 14703 14703 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 12:56:16.398 14703 14703 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 12:56:16.398 14703 14703 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 12:56:16.398 14703 14703 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 12:56:16.398 14703 14703 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 12:56:16.398 14703 14703 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 12:56:16.398 14703 14703 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 12:56:16.398 14703 14703 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 12:56:16.398 14703 14703 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 12:56:16.398 14703 14703 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 12:56:16.398 14703 14703 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 12:56:16.398 14703 14703 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 12:56:16.485 14703 14703 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 320ms 02-27 12:56:16.494 14703 14703 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 12:56:17.119 14703 14703 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 12:56:17.120 14703 14703 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 12:56:17.191 14703 14703 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) 02-27 12:56:17.185 14703 14703 W com.mbwhatsapp: type=1400 audit(0.0:41676): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:56:17.193 14703 14703 W com.mbwhatsapp: type=1400 audit(0.0:41677): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:56:17.201 14703 14703 W com.mbwhatsapp: type=1400 audit(0.0:41678): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:56:17.265 14703 14703 W com.mbwhatsapp: type=1400 audit(0.0:41679): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:56:17.273 14703 14703 W com.mbwhatsapp: type=1400 audit(0.0:41680): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:56:17.386 14703 14703 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 792ms 02-27 12:56:17.395 14703 14828 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 12:56:17.395 14703 14828 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 12:56:17.395 14703 14828 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 13:39:13.213 25999 25999 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 13:39:13.617 25999 25999 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 13:39:13.617 25999 25999 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 13:39:13.617 25999 25999 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 13:39:13.617 25999 25999 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 13:39:13.617 25999 25999 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 13:39:13.617 25999 25999 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 13:39:13.617 25999 25999 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 13:39:13.617 25999 25999 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 13:39:13.617 25999 25999 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 13:39:13.617 25999 25999 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 13:39:13.617 25999 25999 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 13:39:13.617 25999 25999 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 13:39:13.618 25999 25999 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 13:39:13.618 25999 25999 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 13:39:13.618 25999 25999 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 13:39:13.618 25999 25999 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 13:39:13.618 25999 25999 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 13:39:13.618 25999 25999 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 13:39:13.618 25999 25999 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 13:39:13.618 25999 25999 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 13:39:13.618 25999 25999 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 13:39:13.721 25999 25999 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 371ms 02-27 13:39:13.728 25999 25999 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 13:39:14.283 25999 25999 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 13:39:14.283 25999 25999 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 13:39:14.413 25999 25999 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) 02-27 13:39:14.409 25999 25999 W com.mbwhatsapp: type=1400 audit(0.0:60272): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:39:14.417 25999 25999 W com.mbwhatsapp: type=1400 audit(0.0:60273): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:39:14.433 25999 25999 W com.mbwhatsapp: type=1400 audit(0.0:60274): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:39:14.517 25999 25999 W com.mbwhatsapp: type=1400 audit(0.0:60275): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:39:14.533 25999 25999 W com.mbwhatsapp: type=1400 audit(0.0:60276): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:39:14.689 25999 25999 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 878ms 02-27 13:39:14.695 25999 26064 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 13:39:14.695 25999 26064 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 13:39:14.695 25999 26064 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 13:39:14.711 25999 25999 W CheckTime: App running slow: Executing androidx.work.impl.background.systemalarm.RescheduleReceiver scheduleReceive took 1473ms --------- beginning of system 02-27 13:39:14.711 25999 25999 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 13:39:25.486 27524 27524 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 13:39:25.755 27524 27524 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 13:39:25.756 27524 27524 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 13:39:25.756 27524 27524 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 13:39:25.756 27524 27524 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 13:39:25.756 27524 27524 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 13:39:25.756 27524 27524 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 13:39:25.756 27524 27524 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 13:39:25.756 27524 27524 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 13:39:25.756 27524 27524 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 13:39:25.756 27524 27524 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 13:39:25.756 27524 27524 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 13:39:25.756 27524 27524 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 13:39:25.756 27524 27524 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 13:39:25.756 27524 27524 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 13:39:25.756 27524 27524 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 13:39:25.756 27524 27524 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 13:39:25.756 27524 27524 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 13:39:25.756 27524 27524 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 13:39:25.756 27524 27524 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 13:39:25.756 27524 27524 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 13:39:25.756 27524 27524 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 13:39:25.846 27524 27524 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 13:39:26.257 27524 27524 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 13:39:26.257 27524 27524 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 13:39:26.321 27524 27524 W com.mbwhatsapp: type=1400 audit(0.0:60479): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:39:26.326 27524 27524 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) 02-27 13:39:26.329 27524 27524 W com.mbwhatsapp: type=1400 audit(0.0:60480): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:39:26.341 27524 27524 W com.mbwhatsapp: type=1400 audit(0.0:60481): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:39:26.389 27524 27524 W com.mbwhatsapp: type=1400 audit(0.0:60482): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:39:26.397 27524 27524 W com.mbwhatsapp: type=1400 audit(0.0:60483): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:39:26.508 27524 27524 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 597ms 02-27 13:39:26.512 27524 27592 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 13:39:26.512 27524 27592 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 13:39:26.512 27524 27592 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 13:39:26.527 27524 27524 W CheckTime: App running slow: Executing androidx.work.impl.background.systemalarm.RescheduleReceiver scheduleReceive took 1006ms --------- beginning of system 02-27 13:39:26.527 27524 27524 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 13:40:21.493 30240 30240 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 13:40:21.868 30240 30240 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 13:40:21.868 30240 30240 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 13:40:21.868 30240 30240 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 13:40:21.868 30240 30240 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 13:40:21.868 30240 30240 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 13:40:21.869 30240 30240 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 13:40:21.869 30240 30240 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 13:40:21.869 30240 30240 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 13:40:21.869 30240 30240 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 13:40:21.869 30240 30240 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 13:40:21.869 30240 30240 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 13:40:21.869 30240 30240 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 13:40:21.869 30240 30240 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 13:40:21.869 30240 30240 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 13:40:21.869 30240 30240 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 13:40:21.869 30240 30240 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 13:40:21.869 30240 30240 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 13:40:21.869 30240 30240 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 13:40:21.869 30240 30240 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 13:40:21.869 30240 30240 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 13:40:21.869 30240 30240 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 13:40:22.013 30240 30240 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 290ms 02-27 13:40:22.015 30240 30240 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 13:40:22.420 30240 30240 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 13:40:22.420 30240 30240 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 13:40:22.485 30240 30240 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) 02-27 13:40:22.681 30240 30240 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 607ms 02-27 13:40:22.692 30240 30394 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 13:40:22.692 30240 30394 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 13:40:22.692 30240 30394 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 13:40:22.700 30240 30240 W CheckTime: App running slow: Executing androidx.work.impl.background.systemalarm.RescheduleReceiver scheduleReceive took 1191ms --------- beginning of system 02-27 13:40:22.700 30240 30240 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 01:40:03.400 31954 31954 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 01:40:03.789 31954 31954 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 01:40:03.789 31954 31954 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 01:40:03.789 31954 31954 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 01:40:03.789 31954 31954 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 01:40:03.789 31954 31954 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 01:40:03.789 31954 31954 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 01:40:03.789 31954 31954 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 01:40:03.789 31954 31954 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 01:40:03.789 31954 31954 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 01:40:03.789 31954 31954 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 01:40:03.789 31954 31954 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 01:40:03.789 31954 31954 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 01:40:03.789 31954 31954 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 01:40:03.789 31954 31954 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 01:40:03.789 31954 31954 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 01:40:03.789 31954 31954 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 01:40:03.790 31954 31954 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 01:40:03.790 31954 31954 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 01:40:03.790 31954 31954 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 01:40:03.790 31954 31954 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 01:40:03.790 31954 31954 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 01:40:03.878 31954 31954 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 248ms 02-27 01:40:03.884 31954 31954 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 01:40:04.303 31954 31954 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 01:40:04.304 31954 31954 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 01:40:04.369 31954 31954 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) 02-27 01:40:04.364 31954 31954 W com.mbwhatsapp: type=1400 audit(0.0:61049): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 01:40:04.372 31954 31954 W com.mbwhatsapp: type=1400 audit(0.0:61050): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 01:40:04.388 31954 31954 W com.mbwhatsapp: type=1400 audit(0.0:61051): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 01:40:04.440 31954 31954 W com.mbwhatsapp: type=1400 audit(0.0:61052): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 01:40:04.448 31954 31954 W com.mbwhatsapp: type=1400 audit(0.0:61053): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 01:40:04.594 31954 31954 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 645ms 02-27 01:40:04.596 31954 32022 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 01:40:04.596 31954 32022 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 01:40:04.596 31954 32022 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 01:40:04.617 31954 31954 W CheckTime: App running slow: Executing androidx.work.impl.background.systemalarm.RescheduleReceiver scheduleReceive took 1194ms --------- beginning of system 02-27 01:40:04.618 31954 31954 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 14:54:15.799 31601 31601 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 14:54:16.272 31601 31601 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 14:54:16.273 31601 31601 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 14:54:16.273 31601 31601 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 14:54:16.273 31601 31601 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 14:54:16.273 31601 31601 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 14:54:16.273 31601 31601 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 14:54:16.273 31601 31601 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 14:54:16.273 31601 31601 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 14:54:16.273 31601 31601 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 14:54:16.273 31601 31601 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 14:54:16.273 31601 31601 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 14:54:16.273 31601 31601 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 14:54:16.273 31601 31601 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 14:54:16.273 31601 31601 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 14:54:16.273 31601 31601 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 14:54:16.273 31601 31601 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 14:54:16.273 31601 31601 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 14:54:16.273 31601 31601 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 14:54:16.273 31601 31601 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 14:54:16.273 31601 31601 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 14:54:16.273 31601 31601 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 14:54:16.379 31601 31601 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 340ms 02-27 14:54:16.389 31601 31601 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 14:54:17.059 31601 31601 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 14:54:17.059 31601 31601 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 14:54:17.170 31601 31601 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) 02-27 14:54:17.165 31601 31601 W com.mbwhatsapp: type=1400 audit(0.0:192908): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 14:54:17.177 31601 31601 W com.mbwhatsapp: type=1400 audit(0.0:192909): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 14:54:17.193 31601 31601 W com.mbwhatsapp: type=1400 audit(0.0:192910): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 14:54:17.289 31601 31601 W com.mbwhatsapp: type=1400 audit(0.0:192911): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 14:54:17.317 31601 31601 W com.mbwhatsapp: type=1400 audit(0.0:192912): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 14:54:17.525 31601 31601 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1046ms 02-27 14:54:17.530 31601 31715 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 14:54:17.530 31601 31715 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 14:54:17.530 31601 31715 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 14:54:17.533 31601 31601 W CheckTime: App running slow: Executing com.mbwhatsapp.AlarmBroadcastReceiver scheduleReceive took 1716ms --------- beginning of system 02-27 14:54:17.533 31601 31601 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 05:37:19.064 4538 4538 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 05:37:19.409 4538 4538 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 05:37:19.410 4538 4538 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 05:37:19.410 4538 4538 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 05:37:19.410 4538 4538 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 05:37:19.410 4538 4538 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 05:37:19.410 4538 4538 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 05:37:19.410 4538 4538 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 05:37:19.410 4538 4538 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 05:37:19.410 4538 4538 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 05:37:19.410 4538 4538 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 05:37:19.410 4538 4538 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 05:37:19.410 4538 4538 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 05:37:19.410 4538 4538 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 05:37:19.410 4538 4538 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 05:37:19.410 4538 4538 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 05:37:19.410 4538 4538 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 05:37:19.410 4538 4538 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 05:37:19.410 4538 4538 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 05:37:19.410 4538 4538 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 05:37:19.410 4538 4538 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 05:37:19.410 4538 4538 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 05:37:19.519 4538 4538 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 273ms 02-27 05:37:19.526 4538 4538 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 05:37:20.207 4538 4538 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 05:37:20.207 4538 4538 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 05:37:20.338 4538 4538 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) 02-27 05:37:20.333 4538 4538 W com.mbwhatsapp: type=1400 audit(0.0:196055): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 05:37:20.345 4538 4538 W com.mbwhatsapp: type=1400 audit(0.0:196056): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 05:37:20.369 4538 4538 W com.mbwhatsapp: type=1400 audit(0.0:196057): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 05:37:20.453 4538 4538 W com.mbwhatsapp: type=1400 audit(0.0:196058): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 05:37:20.465 4538 4538 W com.mbwhatsapp: type=1400 audit(0.0:196059): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 05:37:20.636 4538 4538 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 986ms 02-27 05:37:20.661 4538 4538 W CheckTime: App running slow: Executing androidx.work.impl.background.systemalarm.RescheduleReceiver scheduleReceive took 1582ms --------- beginning of system 02-27 05:37:20.662 4538 4538 W ActivityThread: Main thread can not be idle for a long time. 02-27 05:37:20.663 4538 4629 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 05:37:20.663 4538 4629 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 05:37:20.663 4538 4629 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 05:37:49.723 4538 4538 W com.mbwhatsapp: Class X.0eU failed lock verification and will run slower. --------- beginning of system 02-27 05:37:50.081 4538 4538 W com.mbwhatsapp: type=1400 audit(0.0:196426): avc: denied { read } for name="osrelease" dev="proc" ino=4462105 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 app=com.mbwhatsapp 02-27 05:37:50.081 4538 4538 W com.mbwhatsapp: type=1400 audit(0.0:196427): avc: denied { read } for name="version" dev="proc" ino=4462106 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 app=com.mbwhatsapp 02-27 05:37:50.160 4538 4538 E OpenGLRenderer: ~SkiaDisplayList() ##### pid = 4538 02-27 05:37:50.166 4538 5970 E libc : Access denied finding property "persist.vendor.sf.fbc" 02-27 05:37:50.166 4538 5970 E libc : Access denied finding property "persist.vendor.gpu.fbc" 02-27 05:37:50.166 4538 5970 E libc : Access denied finding property "persist.vendor.vsp.fbc" 02-27 05:37:51.592 4538 5970 W libEGL : EGLNativeWindowType 0xb4000073cbb54020 disconnect failed 02-27 05:37:54.042 5998 5998 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 05:37:54.241 5998 5998 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 05:37:54.242 5998 5998 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 05:37:54.242 5998 5998 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 05:37:54.242 5998 5998 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 05:37:54.242 5998 5998 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 05:37:54.242 5998 5998 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 05:37:54.242 5998 5998 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 05:37:54.242 5998 5998 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 05:37:54.242 5998 5998 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 05:37:54.242 5998 5998 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 05:37:54.242 5998 5998 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 05:37:54.242 5998 5998 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 05:37:54.242 5998 5998 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 05:37:54.242 5998 5998 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 05:37:54.242 5998 5998 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 05:37:54.242 5998 5998 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 05:37:54.242 5998 5998 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 05:37:54.242 5998 5998 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 05:37:54.242 5998 5998 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 05:37:54.242 5998 5998 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 05:37:54.242 5998 5998 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 05:37:54.323 5998 5998 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 204ms 02-27 05:37:54.332 5998 5998 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 05:37:54.830 5998 5998 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 05:37:54.831 5998 5998 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 05:37:54.914 5998 5998 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) 02-27 05:37:54.909 5998 5998 W com.mbwhatsapp: type=1400 audit(0.0:196428): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 05:37:54.925 5998 5998 W com.mbwhatsapp: type=1400 audit(0.0:196429): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 05:37:54.941 5998 5998 W com.mbwhatsapp: type=1400 audit(0.0:196430): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 05:37:55.009 5998 5998 W com.mbwhatsapp: type=1400 audit(0.0:196431): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 05:37:55.029 5998 5998 W com.mbwhatsapp: type=1400 audit(0.0:196432): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 05:37:55.182 5998 5998 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 778ms 02-27 05:37:55.196 5998 6047 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 05:37:55.196 5998 6047 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 05:37:55.196 5998 6047 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 06:14:46.809 13693 13693 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 06:14:47.507 13693 13693 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 06:14:47.507 13693 13693 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 06:14:47.507 13693 13693 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 06:14:47.507 13693 13693 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 06:14:47.507 13693 13693 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 06:14:47.507 13693 13693 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 06:14:47.507 13693 13693 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 06:14:47.507 13693 13693 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 06:14:47.507 13693 13693 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 06:14:47.507 13693 13693 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 06:14:47.507 13693 13693 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 06:14:47.507 13693 13693 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 06:14:47.507 13693 13693 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 06:14:47.507 13693 13693 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 06:14:47.508 13693 13693 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 06:14:47.508 13693 13693 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 06:14:47.508 13693 13693 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 06:14:47.508 13693 13693 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 06:14:47.508 13693 13693 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 06:14:47.508 13693 13693 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 06:14:47.508 13693 13693 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 06:14:47.614 13693 13693 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 575ms 02-27 06:14:47.625 13693 13693 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 06:14:48.137 13693 13693 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 06:14:48.137 13693 13693 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 06:14:48.212 13693 13693 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) 02-27 06:14:48.206 13693 13693 W com.mbwhatsapp: type=1400 audit(0.0:201371): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 06:14:48.218 13693 13693 W com.mbwhatsapp: type=1400 audit(0.0:201372): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 06:14:48.226 13693 13693 W com.mbwhatsapp: type=1400 audit(0.0:201373): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 06:14:48.530 13693 13693 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 789ms 02-27 06:14:48.601 13693 13938 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 06:14:48.601 13693 13938 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 06:14:48.601 13693 13938 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 06:45:23.077 16566 16566 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 06:45:23.238 16566 16566 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 06:45:23.238 16566 16566 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 06:45:23.238 16566 16566 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 06:45:23.238 16566 16566 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 06:45:23.238 16566 16566 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 06:45:23.238 16566 16566 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 06:45:23.238 16566 16566 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 06:45:23.238 16566 16566 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 06:45:23.238 16566 16566 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 06:45:23.238 16566 16566 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 06:45:23.238 16566 16566 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 06:45:23.238 16566 16566 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 06:45:23.238 16566 16566 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 06:45:23.238 16566 16566 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 06:45:23.238 16566 16566 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 06:45:23.238 16566 16566 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 06:45:23.238 16566 16566 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 06:45:23.238 16566 16566 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 06:45:23.238 16566 16566 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 06:45:23.239 16566 16566 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 06:45:23.239 16566 16566 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 06:45:23.324 16566 16566 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 06:45:23.826 16566 16566 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 06:45:23.826 16566 16566 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 06:45:23.918 16566 16566 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) 02-27 06:45:23.912 16566 16566 W com.mbwhatsapp: type=1400 audit(0.0:203522): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 06:45:23.924 16566 16566 W com.mbwhatsapp: type=1400 audit(0.0:203523): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 06:45:23.936 16566 16566 W com.mbwhatsapp: type=1400 audit(0.0:203524): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 06:45:24.004 16566 16566 W com.mbwhatsapp: type=1400 audit(0.0:203525): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 06:45:24.012 16566 16566 W com.mbwhatsapp: type=1400 audit(0.0:203526): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 06:45:24.178 16566 16566 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 783ms 02-27 06:45:24.182 16566 16614 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 06:45:24.182 16566 16614 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 06:45:24.182 16566 16614 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 09:55:52.285 8830 8830 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 09:55:52.647 8830 8830 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 09:55:52.647 8830 8830 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 09:55:52.647 8830 8830 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 09:55:52.647 8830 8830 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 09:55:52.648 8830 8830 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 09:55:52.648 8830 8830 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 09:55:52.648 8830 8830 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 09:55:52.648 8830 8830 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 09:55:52.648 8830 8830 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 09:55:52.648 8830 8830 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 09:55:52.648 8830 8830 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 09:55:52.648 8830 8830 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 09:55:52.648 8830 8830 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 09:55:52.648 8830 8830 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 09:55:52.648 8830 8830 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 09:55:52.648 8830 8830 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 09:55:52.648 8830 8830 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 09:55:52.648 8830 8830 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 09:55:52.648 8830 8830 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 09:55:52.648 8830 8830 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 09:55:52.648 8830 8830 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 09:55:52.788 8830 8830 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 408ms 02-27 09:55:52.796 8830 8830 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 09:55:53.445 8830 8830 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 09:55:53.445 8830 8830 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 09:55:53.563 8830 8830 W com.mbwhatsapp: type=1400 audit(0.0:1808): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 09:55:53.565 8830 8830 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) 02-27 09:55:53.571 8830 8830 W com.mbwhatsapp: type=1400 audit(0.0:1809): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 09:55:53.587 8830 8830 W com.mbwhatsapp: type=1400 audit(0.0:1810): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 09:55:53.675 8830 8830 W com.mbwhatsapp: type=1400 audit(0.0:1811): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 09:55:53.695 8830 8830 W com.mbwhatsapp: type=1400 audit(0.0:1812): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 09:55:53.864 8830 8830 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 946ms 02-27 09:55:53.871 8830 8909 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 09:55:53.871 8830 8909 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 09:55:53.871 8830 8909 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 09:55:54.004 8830 8830 W CheckTime: App running slow: Executing com.mbwhatsapp.systemreceivers.boot.BootReceiver scheduleReceive took 1700ms --------- beginning of system 02-27 09:55:54.004 8830 8830 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 09:56:36.097 13929 13929 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 09:56:36.351 13929 13929 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 09:56:36.352 13929 13929 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 09:56:36.352 13929 13929 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 09:56:36.352 13929 13929 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 09:56:36.352 13929 13929 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 09:56:36.352 13929 13929 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 09:56:36.352 13929 13929 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 09:56:36.352 13929 13929 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 09:56:36.352 13929 13929 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 09:56:36.352 13929 13929 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 09:56:36.353 13929 13929 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 09:56:36.353 13929 13929 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 09:56:36.353 13929 13929 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 09:56:36.353 13929 13929 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 09:56:36.353 13929 13929 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 09:56:36.353 13929 13929 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 09:56:36.353 13929 13929 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 09:56:36.353 13929 13929 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 09:56:36.353 13929 13929 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 09:56:36.353 13929 13929 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 09:56:36.353 13929 13929 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 09:56:36.445 13929 13929 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 242ms 02-27 09:56:36.453 13929 13929 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 09:56:36.995 13929 13929 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 09:56:36.996 13929 13929 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 09:56:37.081 13929 13929 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) 02-27 09:56:37.079 13929 13929 W com.mbwhatsapp: type=1400 audit(0.0:2031): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 09:56:37.087 13929 13929 W com.mbwhatsapp: type=1400 audit(0.0:2032): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 09:56:37.103 13929 13929 W com.mbwhatsapp: type=1400 audit(0.0:2033): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 09:56:37.167 13929 13929 W com.mbwhatsapp: type=1400 audit(0.0:2034): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 09:56:37.175 13929 13929 W com.mbwhatsapp: type=1400 audit(0.0:2035): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 09:56:37.315 13929 13929 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 802ms 02-27 09:56:37.321 13929 14008 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 09:56:37.321 13929 14008 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 09:56:37.321 13929 14008 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 09:56:37.323 13929 13929 W CheckTime: App running slow: Executing com.mbwhatsapp.ExternalMediaManager$ExternalMediaStateReceiver scheduleReceive took 1200ms --------- beginning of system 02-27 09:56:37.323 13929 13929 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 09:57:15.884 18498 18498 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 09:57:16.227 18498 18498 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 09:57:16.228 18498 18498 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 09:57:16.228 18498 18498 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 09:57:16.228 18498 18498 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 09:57:16.228 18498 18498 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 09:57:16.228 18498 18498 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 09:57:16.228 18498 18498 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 09:57:16.228 18498 18498 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 09:57:16.228 18498 18498 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 09:57:16.228 18498 18498 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 09:57:16.228 18498 18498 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 09:57:16.228 18498 18498 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 09:57:16.228 18498 18498 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 09:57:16.228 18498 18498 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 09:57:16.228 18498 18498 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 09:57:16.228 18498 18498 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 09:57:16.228 18498 18498 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 09:57:16.228 18498 18498 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 09:57:16.228 18498 18498 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 09:57:16.228 18498 18498 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 09:57:16.228 18498 18498 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 09:57:16.340 18498 18498 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 321ms 02-27 09:57:16.346 18498 18498 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 09:57:16.962 18498 18498 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 09:57:16.962 18498 18498 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 09:57:17.198 18498 18498 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) 02-27 09:57:17.195 18498 18498 W com.mbwhatsapp: type=1400 audit(0.0:2529): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 09:57:17.215 18498 18498 W com.mbwhatsapp: type=1400 audit(0.0:2530): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 09:57:17.243 18498 18498 W com.mbwhatsapp: type=1400 audit(0.0:2531): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 09:57:17.674 18498 18498 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1232ms 02-27 09:57:17.693 18498 18641 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 09:57:17.693 18498 18641 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 09:57:17.693 18498 18641 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 09:57:17.827 18498 18498 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.FMBackupReceiver scheduleReceive took 1918ms --------- beginning of system 02-27 09:57:17.827 18498 18498 W ActivityThread: Main thread can not be idle for a long time. 02-27 09:57:17.975 18498 18514 W System : A resource failed to call close. 02-27 09:57:21.067 18498 18514 W System : A resource failed to call close. 02-27 09:57:21.067 18498 18514 W System : A resource failed to call close. --------- beginning of main 02-27 09:58:07.816 24829 24829 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 09:58:08.021 24829 24829 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 09:58:08.021 24829 24829 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 09:58:08.021 24829 24829 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 09:58:08.021 24829 24829 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 09:58:08.021 24829 24829 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 09:58:08.021 24829 24829 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 09:58:08.021 24829 24829 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 09:58:08.021 24829 24829 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 09:58:08.021 24829 24829 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 09:58:08.021 24829 24829 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 09:58:08.021 24829 24829 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 09:58:08.021 24829 24829 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 09:58:08.021 24829 24829 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 09:58:08.021 24829 24829 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 09:58:08.021 24829 24829 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 09:58:08.021 24829 24829 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 09:58:08.021 24829 24829 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 09:58:08.021 24829 24829 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 09:58:08.021 24829 24829 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 09:58:08.021 24829 24829 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 09:58:08.021 24829 24829 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 09:58:08.112 24829 24829 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 206ms 02-27 09:58:08.115 24829 24829 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 09:58:08.531 24829 24829 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 09:58:08.531 24829 24829 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 09:58:08.627 24829 24829 W com.mbwhatsapp: type=1400 audit(0.0:3028): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 09:58:08.629 24829 24829 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) 02-27 09:58:08.635 24829 24829 W com.mbwhatsapp: type=1400 audit(0.0:3029): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 09:58:08.655 24829 24829 W com.mbwhatsapp: type=1400 audit(0.0:3030): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 09:58:08.751 24829 24829 W com.mbwhatsapp: type=1400 audit(0.0:3031): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 09:58:08.763 24829 24829 W com.mbwhatsapp: type=1400 audit(0.0:3032): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 09:58:08.921 24829 24829 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 716ms 02-27 09:58:08.931 24829 24829 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1086ms --------- beginning of system 02-27 09:58:08.931 24829 24829 W ActivityThread: Main thread can not be idle for a long time. 02-27 09:58:08.945 24829 24911 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 09:58:08.945 24829 24911 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 09:58:08.945 24829 24911 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 09:58:58.673 29971 29971 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 09:58:58.912 29971 29971 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 09:58:58.913 29971 29971 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 09:58:58.913 29971 29971 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 09:58:58.913 29971 29971 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 09:58:58.913 29971 29971 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 09:58:58.913 29971 29971 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 09:58:58.913 29971 29971 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 09:58:58.913 29971 29971 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 09:58:58.913 29971 29971 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 09:58:58.913 29971 29971 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 09:58:58.913 29971 29971 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 09:58:58.913 29971 29971 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 09:58:58.913 29971 29971 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 09:58:58.913 29971 29971 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 09:58:58.913 29971 29971 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 09:58:58.913 29971 29971 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 09:58:58.913 29971 29971 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 09:58:58.913 29971 29971 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 09:58:58.913 29971 29971 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 09:58:58.913 29971 29971 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 09:58:58.913 29971 29971 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 09:58:58.997 29971 29971 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 251ms 02-27 09:58:59.004 29971 29971 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 09:58:59.382 29971 29971 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 09:58:59.383 29971 29971 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 09:58:59.470 29971 29971 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) 02-27 09:58:59.467 29971 29971 W com.mbwhatsapp: type=1400 audit(0.0:3536): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 09:58:59.475 29971 29971 W com.mbwhatsapp: type=1400 audit(0.0:3537): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 09:58:59.491 29971 29971 W com.mbwhatsapp: type=1400 audit(0.0:3538): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 09:58:59.591 29971 29971 W com.mbwhatsapp: type=1400 audit(0.0:3539): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 09:58:59.599 29971 29971 W com.mbwhatsapp: type=1400 audit(0.0:3540): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 09:58:59.763 29971 29971 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 682ms 02-27 09:58:59.769 29971 30036 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 09:58:59.769 29971 30036 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 09:58:59.769 29971 30036 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 09:58:59.772 29971 29971 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1082ms --------- beginning of system 02-27 09:58:59.772 29971 29971 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 10:01:24.715 30954 30954 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 10:01:24.826 30954 30954 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 10:01:24.827 30954 30954 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 10:01:24.827 30954 30954 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 10:01:24.827 30954 30954 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 10:01:24.827 30954 30954 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 10:01:24.827 30954 30954 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 10:01:24.827 30954 30954 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 10:01:24.827 30954 30954 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 10:01:24.827 30954 30954 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 10:01:24.827 30954 30954 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 10:01:24.827 30954 30954 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 10:01:24.827 30954 30954 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 10:01:24.827 30954 30954 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 10:01:24.827 30954 30954 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 10:01:24.827 30954 30954 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 10:01:24.827 30954 30954 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 10:01:24.827 30954 30954 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 10:01:24.827 30954 30954 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 10:01:24.827 30954 30954 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 10:01:24.827 30954 30954 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 10:01:24.827 30954 30954 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 10:01:24.899 30954 30954 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 10:01:25.218 30954 30954 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 10:01:25.218 30954 30954 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 10:01:25.293 30954 30954 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) 02-27 10:01:25.291 30954 30954 W com.mbwhatsapp: type=1400 audit(0.0:3705): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:01:25.299 30954 30954 W com.mbwhatsapp: type=1400 audit(0.0:3706): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:01:25.315 30954 30954 W com.mbwhatsapp: type=1400 audit(0.0:3707): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:01:25.367 30954 30954 W com.mbwhatsapp: type=1400 audit(0.0:3708): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:01:25.375 30954 30954 W com.mbwhatsapp: type=1400 audit(0.0:3709): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:01:25.493 30954 30954 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 535ms 02-27 10:01:25.501 30954 30954 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 768ms --------- beginning of system 02-27 10:01:25.501 30954 30954 W ActivityThread: Main thread can not be idle for a long time. 02-27 10:01:25.504 30954 31011 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 10:01:25.504 30954 31011 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 10:01:25.504 30954 31011 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 10:02:54.355 31364 31364 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 10:02:54.554 31364 31364 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 10:02:54.555 31364 31364 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 10:02:54.555 31364 31364 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 10:02:54.555 31364 31364 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 10:02:54.555 31364 31364 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 10:02:54.555 31364 31364 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 10:02:54.555 31364 31364 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 10:02:54.555 31364 31364 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 10:02:54.555 31364 31364 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 10:02:54.555 31364 31364 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 10:02:54.555 31364 31364 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 10:02:54.555 31364 31364 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 10:02:54.555 31364 31364 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 10:02:54.555 31364 31364 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 10:02:54.555 31364 31364 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 10:02:54.555 31364 31364 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 10:02:54.555 31364 31364 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 10:02:54.555 31364 31364 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 10:02:54.555 31364 31364 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 10:02:54.555 31364 31364 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 10:02:54.555 31364 31364 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 10:02:54.636 31364 31364 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 10:02:55.103 31364 31364 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 10:02:55.103 31364 31364 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 10:02:55.219 31364 31364 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) 02-27 10:02:55.215 31364 31364 W com.mbwhatsapp: type=1400 audit(0.0:3770): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:02:55.227 31364 31364 W com.mbwhatsapp: type=1400 audit(0.0:3771): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:02:55.243 31364 31364 W com.mbwhatsapp: type=1400 audit(0.0:3772): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:02:55.323 31364 31364 W com.mbwhatsapp: type=1400 audit(0.0:3773): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:02:55.339 31364 31364 W com.mbwhatsapp: type=1400 audit(0.0:3774): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:02:55.494 31364 31364 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 782ms 02-27 10:02:55.500 31364 31473 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 10:02:55.500 31364 31473 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 10:02:55.500 31364 31473 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 10:02:55.504 31364 31364 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1122ms --------- beginning of system 02-27 10:02:55.504 31364 31364 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 10:05:29.861 1255 1255 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 10:05:30.024 1255 1255 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 10:05:30.025 1255 1255 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 10:05:30.025 1255 1255 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 10:05:30.025 1255 1255 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 10:05:30.025 1255 1255 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 10:05:30.025 1255 1255 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 10:05:30.025 1255 1255 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 10:05:30.025 1255 1255 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 10:05:30.025 1255 1255 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 10:05:30.025 1255 1255 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 10:05:30.025 1255 1255 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 10:05:30.025 1255 1255 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 10:05:30.025 1255 1255 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 10:05:30.025 1255 1255 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 10:05:30.025 1255 1255 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 10:05:30.025 1255 1255 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 10:05:30.025 1255 1255 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 10:05:30.025 1255 1255 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 10:05:30.025 1255 1255 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 10:05:30.025 1255 1255 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 10:05:30.025 1255 1255 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 10:05:30.120 1255 1255 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 10:05:30.499 1255 1255 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 10:05:30.499 1255 1255 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 10:05:30.608 1255 1255 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) 02-27 10:05:30.603 1255 1255 W com.mbwhatsapp: type=1400 audit(0.0:3980): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:05:30.615 1255 1255 W com.mbwhatsapp: type=1400 audit(0.0:3981): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:05:30.631 1255 1255 W com.mbwhatsapp: type=1400 audit(0.0:3982): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:05:30.711 1255 1255 W com.mbwhatsapp: type=1400 audit(0.0:3983): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:05:30.731 1255 1255 W com.mbwhatsapp: type=1400 audit(0.0:3984): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:05:30.869 1255 1255 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 665ms 02-27 10:05:30.877 1255 1366 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 10:05:30.877 1255 1366 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 10:05:30.877 1255 1366 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 10:05:30.881 1255 1255 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 999ms --------- beginning of system 02-27 10:05:30.881 1255 1255 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 10:07:17.406 2584 2584 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 10:07:17.622 2584 2584 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 10:07:17.623 2584 2584 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 10:07:17.623 2584 2584 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 10:07:17.623 2584 2584 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 10:07:17.623 2584 2584 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 10:07:17.623 2584 2584 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 10:07:17.623 2584 2584 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 10:07:17.623 2584 2584 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 10:07:17.623 2584 2584 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 10:07:17.623 2584 2584 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 10:07:17.623 2584 2584 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 10:07:17.623 2584 2584 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 10:07:17.623 2584 2584 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 10:07:17.623 2584 2584 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 10:07:17.623 2584 2584 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 10:07:17.623 2584 2584 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 10:07:17.623 2584 2584 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 10:07:17.623 2584 2584 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 10:07:17.623 2584 2584 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 10:07:17.623 2584 2584 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 10:07:17.623 2584 2584 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 10:07:17.727 2584 2584 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 239ms 02-27 10:07:17.735 2584 2584 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 10:07:18.162 2584 2584 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 10:07:18.162 2584 2584 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 10:07:18.251 2584 2584 W com.mbwhatsapp: type=1400 audit(0.0:4141): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:07:18.253 2584 2584 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) 02-27 10:07:18.259 2584 2584 W com.mbwhatsapp: type=1400 audit(0.0:4142): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:07:18.279 2584 2584 W com.mbwhatsapp: type=1400 audit(0.0:4143): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:07:18.363 2584 2584 W com.mbwhatsapp: type=1400 audit(0.0:4144): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:07:18.379 2584 2584 W com.mbwhatsapp: type=1400 audit(0.0:4145): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:07:18.379 2584 2584 W com.mbwhatsapp: type=1400 audit(0.0:4147): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:07:18.559 2584 2673 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 10:07:18.559 2584 2673 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 10:07:18.559 2584 2673 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 10:07:18.560 2584 2584 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 727ms 02-27 10:07:18.577 2584 2584 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1141ms --------- beginning of system 02-27 10:07:18.577 2584 2584 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 10:09:31.162 3197 3197 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 10:09:31.362 3197 3197 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 10:09:31.363 3197 3197 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 10:09:31.363 3197 3197 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 10:09:31.363 3197 3197 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 10:09:31.363 3197 3197 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 10:09:31.363 3197 3197 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 10:09:31.363 3197 3197 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 10:09:31.363 3197 3197 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 10:09:31.363 3197 3197 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 10:09:31.363 3197 3197 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 10:09:31.363 3197 3197 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 10:09:31.363 3197 3197 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 10:09:31.363 3197 3197 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 10:09:31.363 3197 3197 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 10:09:31.363 3197 3197 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 10:09:31.363 3197 3197 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 10:09:31.363 3197 3197 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 10:09:31.363 3197 3197 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 10:09:31.363 3197 3197 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 10:09:31.363 3197 3197 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 10:09:31.363 3197 3197 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 10:09:31.437 3197 3197 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 205ms 02-27 10:09:31.445 3197 3197 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 10:09:31.798 3197 3197 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 10:09:31.798 3197 3197 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 10:09:31.880 3197 3197 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) 02-27 10:09:31.875 3197 3197 W com.mbwhatsapp: type=1400 audit(0.0:4241): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:09:31.891 3197 3197 W com.mbwhatsapp: type=1400 audit(0.0:4242): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:09:31.903 3197 3197 W com.mbwhatsapp: type=1400 audit(0.0:4243): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:09:31.967 3197 3197 W com.mbwhatsapp: type=1400 audit(0.0:4244): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:09:31.979 3197 3197 W com.mbwhatsapp: type=1400 audit(0.0:4245): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:09:32.118 3197 3197 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 594ms 02-27 10:09:32.119 3197 3250 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 10:09:32.119 3197 3250 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 10:09:32.119 3197 3250 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 10:09:32.124 3197 3197 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 942ms --------- beginning of system 02-27 10:09:32.124 3197 3197 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 10:10:55.654 4108 4108 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 10:10:55.851 4108 4108 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 10:10:55.852 4108 4108 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 10:10:55.852 4108 4108 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 10:10:55.852 4108 4108 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 10:10:55.852 4108 4108 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 10:10:55.852 4108 4108 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 10:10:55.852 4108 4108 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 10:10:55.852 4108 4108 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 10:10:55.852 4108 4108 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 10:10:55.852 4108 4108 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 10:10:55.852 4108 4108 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 10:10:55.852 4108 4108 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 10:10:55.852 4108 4108 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 10:10:55.852 4108 4108 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 10:10:55.852 4108 4108 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 10:10:55.852 4108 4108 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 10:10:55.852 4108 4108 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 10:10:55.852 4108 4108 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 10:10:55.852 4108 4108 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 10:10:55.852 4108 4108 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 10:10:55.852 4108 4108 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 10:10:55.937 4108 4108 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 209ms 02-27 10:10:55.942 4108 4108 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 10:10:56.349 4108 4108 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 10:10:56.349 4108 4108 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 10:10:56.435 4108 4108 W com.mbwhatsapp: type=1400 audit(0.0:4255): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:10:56.437 4108 4108 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) 02-27 10:10:56.443 4108 4108 W com.mbwhatsapp: type=1400 audit(0.0:4256): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:10:56.451 4108 4108 W com.mbwhatsapp: type=1400 audit(0.0:4257): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:10:56.531 4108 4108 W com.mbwhatsapp: type=1400 audit(0.0:4258): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:10:56.547 4108 4108 W com.mbwhatsapp: type=1400 audit(0.0:4259): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:10:56.677 4108 4108 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 649ms 02-27 10:10:56.684 4108 4108 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1010ms --------- beginning of system 02-27 10:10:56.684 4108 4108 W ActivityThread: Main thread can not be idle for a long time. 02-27 10:10:56.692 4108 4236 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 10:10:56.692 4108 4236 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 10:10:56.692 4108 4236 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 10:13:32.439 5760 5760 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 10:13:32.703 5760 5760 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 10:13:32.704 5760 5760 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 10:13:32.704 5760 5760 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 10:13:32.704 5760 5760 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 10:13:32.704 5760 5760 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 10:13:32.704 5760 5760 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 10:13:32.704 5760 5760 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 10:13:32.704 5760 5760 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 10:13:32.704 5760 5760 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 10:13:32.704 5760 5760 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 10:13:32.704 5760 5760 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 10:13:32.704 5760 5760 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 10:13:32.704 5760 5760 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 10:13:32.704 5760 5760 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 10:13:32.704 5760 5760 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 10:13:32.704 5760 5760 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 10:13:32.704 5760 5760 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 10:13:32.704 5760 5760 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 10:13:32.704 5760 5760 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 10:13:32.704 5760 5760 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 10:13:32.704 5760 5760 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 10:13:32.814 5760 5760 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 260ms 02-27 10:13:32.826 5760 5760 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 10:13:33.336 5760 5760 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 10:13:33.336 5760 5760 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 10:13:33.462 5760 5760 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) 02-27 10:13:33.459 5760 5760 W com.mbwhatsapp: type=1400 audit(0.0:4366): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:13:33.467 5760 5760 W com.mbwhatsapp: type=1400 audit(0.0:4367): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:13:33.483 5760 5760 W com.mbwhatsapp: type=1400 audit(0.0:4368): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:13:33.555 5760 5760 W com.mbwhatsapp: type=1400 audit(0.0:4369): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:13:33.571 5760 5760 W com.mbwhatsapp: type=1400 audit(0.0:4370): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:13:33.571 5760 5760 W com.mbwhatsapp: type=1400 audit(0.0:4372): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:13:33.770 5760 5760 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 849ms 02-27 10:13:33.785 5760 5760 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1310ms --------- beginning of system 02-27 10:13:33.785 5760 5760 W ActivityThread: Main thread can not be idle for a long time. 02-27 10:13:33.785 5760 5813 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 10:13:33.785 5760 5813 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 10:13:33.785 5760 5813 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 10:15:04.713 6606 6606 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 10:15:04.837 6606 6606 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 10:15:04.838 6606 6606 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 10:15:04.838 6606 6606 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 10:15:04.838 6606 6606 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 10:15:04.838 6606 6606 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 10:15:04.838 6606 6606 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 10:15:04.838 6606 6606 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 10:15:04.838 6606 6606 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 10:15:04.838 6606 6606 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 10:15:04.838 6606 6606 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 10:15:04.838 6606 6606 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 10:15:04.838 6606 6606 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 10:15:04.838 6606 6606 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 10:15:04.838 6606 6606 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 10:15:04.838 6606 6606 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 10:15:04.838 6606 6606 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 10:15:04.838 6606 6606 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 10:15:04.838 6606 6606 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 10:15:04.838 6606 6606 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 10:15:04.838 6606 6606 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 10:15:04.838 6606 6606 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 10:15:04.911 6606 6606 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 10:15:05.255 6606 6606 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 10:15:05.255 6606 6606 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 10:15:05.332 6606 6606 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) 02-27 10:15:05.327 6606 6606 W com.mbwhatsapp: type=1400 audit(0.0:4535): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:15:05.339 6606 6606 W com.mbwhatsapp: type=1400 audit(0.0:4536): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:15:05.347 6606 6606 W com.mbwhatsapp: type=1400 audit(0.0:4537): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:15:05.427 6606 6606 W com.mbwhatsapp: type=1400 audit(0.0:4538): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:15:05.439 6606 6606 W com.mbwhatsapp: type=1400 audit(0.0:4539): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:15:05.439 6606 6606 W com.mbwhatsapp: type=1400 audit(0.0:4541): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:15:05.563 6606 6606 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 585ms 02-27 10:15:05.569 6606 6606 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 835ms --------- beginning of system 02-27 10:15:05.570 6606 6606 W ActivityThread: Main thread can not be idle for a long time. 02-27 10:15:05.570 6606 6664 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 10:15:05.570 6606 6664 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 10:15:05.570 6606 6664 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 10:16:54.161 7726 7726 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 10:16:54.406 7726 7726 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 10:16:54.406 7726 7726 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 10:16:54.406 7726 7726 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 10:16:54.406 7726 7726 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 10:16:54.406 7726 7726 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 10:16:54.406 7726 7726 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 10:16:54.406 7726 7726 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 10:16:54.406 7726 7726 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 10:16:54.406 7726 7726 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 10:16:54.406 7726 7726 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 10:16:54.406 7726 7726 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 10:16:54.406 7726 7726 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 10:16:54.407 7726 7726 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 10:16:54.407 7726 7726 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 10:16:54.407 7726 7726 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 10:16:54.407 7726 7726 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 10:16:54.407 7726 7726 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 10:16:54.407 7726 7726 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 10:16:54.407 7726 7726 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 10:16:54.407 7726 7726 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 10:16:54.407 7726 7726 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 10:16:54.516 7726 7726 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 273ms 02-27 10:16:54.531 7726 7726 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 10:16:55.033 7726 7726 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 10:16:55.034 7726 7726 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 10:16:55.194 7726 7726 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) 02-27 10:16:55.191 7726 7726 W com.mbwhatsapp: type=1400 audit(0.0:4695): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:16:55.203 7726 7726 W com.mbwhatsapp: type=1400 audit(0.0:4696): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:16:55.219 7726 7726 W com.mbwhatsapp: type=1400 audit(0.0:4697): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:16:55.287 7726 7726 W com.mbwhatsapp: type=1400 audit(0.0:4698): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:16:55.295 7726 7726 W com.mbwhatsapp: type=1400 audit(0.0:4699): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:16:55.438 7726 7825 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 10:16:55.438 7726 7825 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 10:16:55.438 7726 7825 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 10:16:55.440 7726 7726 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 817ms 02-27 10:16:55.446 7726 7726 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1263ms --------- beginning of system 02-27 10:16:55.446 7726 7726 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 10:19:08.225 9120 9120 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 10:19:08.531 9120 9120 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 10:19:08.531 9120 9120 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 10:19:08.531 9120 9120 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 10:19:08.531 9120 9120 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 10:19:08.531 9120 9120 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 10:19:08.531 9120 9120 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 10:19:08.531 9120 9120 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 10:19:08.532 9120 9120 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 10:19:08.532 9120 9120 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 10:19:08.532 9120 9120 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 10:19:08.532 9120 9120 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 10:19:08.532 9120 9120 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 10:19:08.532 9120 9120 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 10:19:08.532 9120 9120 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 10:19:08.532 9120 9120 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 10:19:08.532 9120 9120 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 10:19:08.532 9120 9120 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 10:19:08.532 9120 9120 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 10:19:08.532 9120 9120 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 10:19:08.532 9120 9120 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 10:19:08.532 9120 9120 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 10:19:08.718 9120 9120 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 361ms 02-27 10:19:08.727 9120 9120 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 10:19:09.169 9120 9120 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 10:19:09.170 9120 9120 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 10:19:09.273 9120 9120 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) 02-27 10:19:09.271 9120 9120 W com.mbwhatsapp: type=1400 audit(0.0:4805): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:19:09.283 9120 9120 W com.mbwhatsapp: type=1400 audit(0.0:4806): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:19:09.295 9120 9120 W com.mbwhatsapp: type=1400 audit(0.0:4807): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:19:09.367 9120 9120 W com.mbwhatsapp: type=1400 audit(0.0:4808): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:19:09.375 9120 9120 W com.mbwhatsapp: type=1400 audit(0.0:4809): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:19:09.519 9120 9120 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 692ms 02-27 10:19:09.523 9120 9219 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 10:19:09.523 9120 9219 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 10:19:09.523 9120 9219 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 10:19:09.527 9120 9120 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1247ms --------- beginning of system 02-27 10:19:09.527 9120 9120 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 10:20:54.153 9676 9676 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 10:20:54.279 9676 9676 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 10:20:54.280 9676 9676 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 10:20:54.280 9676 9676 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 10:20:54.280 9676 9676 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 10:20:54.280 9676 9676 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 10:20:54.280 9676 9676 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 10:20:54.280 9676 9676 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 10:20:54.280 9676 9676 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 10:20:54.280 9676 9676 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 10:20:54.280 9676 9676 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 10:20:54.280 9676 9676 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 10:20:54.280 9676 9676 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 10:20:54.280 9676 9676 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 10:20:54.280 9676 9676 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 10:20:54.280 9676 9676 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 10:20:54.280 9676 9676 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 10:20:54.280 9676 9676 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 10:20:54.280 9676 9676 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 10:20:54.280 9676 9676 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 10:20:54.280 9676 9676 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 10:20:54.280 9676 9676 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 10:20:54.369 9676 9676 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 10:20:54.720 9676 9676 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 10:20:54.720 9676 9676 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 10:20:54.787 9676 9676 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) 02-27 10:20:54.783 9676 9676 W com.mbwhatsapp: type=1400 audit(0.0:4818): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:20:54.795 9676 9676 W com.mbwhatsapp: type=1400 audit(0.0:4819): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:20:54.811 9676 9676 W com.mbwhatsapp: type=1400 audit(0.0:4820): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:20:54.855 9676 9676 W com.mbwhatsapp: type=1400 audit(0.0:4821): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:20:54.863 9676 9676 W com.mbwhatsapp: type=1400 audit(0.0:4822): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:20:54.994 9676 9676 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 557ms 02-27 10:20:54.996 9676 9725 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 10:20:54.996 9676 9725 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 10:20:54.996 9676 9725 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 10:20:55.000 9676 9676 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 823ms --------- beginning of system 02-27 10:20:55.000 9676 9676 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 10:21:37.276 12133 12133 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 10:21:37.352 12133 12133 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 10:21:37.352 12133 12133 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 10:21:37.352 12133 12133 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 10:21:37.352 12133 12133 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 10:21:37.352 12133 12133 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 10:21:37.352 12133 12133 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 10:21:37.352 12133 12133 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 10:21:37.352 12133 12133 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 10:21:37.353 12133 12133 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 10:21:37.353 12133 12133 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 10:21:37.353 12133 12133 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 10:21:37.353 12133 12133 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 10:21:37.353 12133 12133 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 10:21:37.353 12133 12133 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 10:21:37.353 12133 12133 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 10:21:37.353 12133 12133 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 10:21:37.353 12133 12133 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 10:21:37.353 12133 12133 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 10:21:37.353 12133 12133 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 10:21:37.353 12133 12133 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 10:21:37.353 12133 12133 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 10:21:37.393 12133 12133 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 10:21:37.604 12133 12133 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 10:21:37.604 12133 12133 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 10:21:37.637 12133 12133 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) 02-27 10:21:37.635 12133 12133 W com.mbwhatsapp: type=1400 audit(0.0:5133): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:21:37.639 12133 12133 W com.mbwhatsapp: type=1400 audit(0.0:5135): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:21:37.655 12133 12133 W com.mbwhatsapp: type=1400 audit(0.0:5136): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:21:37.727 12133 12133 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 295ms 02-27 10:21:37.740 12133 12245 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 10:21:37.740 12133 12245 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 10:21:37.740 12133 12245 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 10:29:00.723 18689 18689 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 10:29:01.005 18689 18689 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 10:29:01.005 18689 18689 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 10:29:01.005 18689 18689 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 10:29:01.005 18689 18689 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 10:29:01.005 18689 18689 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 10:29:01.005 18689 18689 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 10:29:01.005 18689 18689 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 10:29:01.005 18689 18689 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 10:29:01.005 18689 18689 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 10:29:01.005 18689 18689 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 10:29:01.005 18689 18689 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 10:29:01.005 18689 18689 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 10:29:01.005 18689 18689 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 10:29:01.005 18689 18689 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 10:29:01.005 18689 18689 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 10:29:01.005 18689 18689 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 10:29:01.005 18689 18689 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 10:29:01.005 18689 18689 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 10:29:01.006 18689 18689 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 10:29:01.006 18689 18689 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 10:29:01.006 18689 18689 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 10:29:01.107 18689 18689 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 283ms 02-27 10:29:01.115 18689 18689 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 10:29:01.616 18689 18689 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 10:29:01.616 18689 18689 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 10:29:01.722 18689 18689 W com.mbwhatsapp: type=1400 audit(0.0:7512): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:29:01.726 18689 18689 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) 02-27 10:29:01.738 18689 18689 W com.mbwhatsapp: type=1400 audit(0.0:7513): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:29:01.750 18689 18689 W com.mbwhatsapp: type=1400 audit(0.0:7514): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:29:01.814 18689 18689 W com.mbwhatsapp: type=1400 audit(0.0:7515): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:29:01.822 18689 18689 W com.mbwhatsapp: type=1400 audit(0.0:7516): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:29:01.987 18689 18689 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 766ms 02-27 10:29:02.007 18689 18689 W CheckTime: App running slow: Executing androidx.work.impl.background.systemalarm.RescheduleReceiver scheduleReceive took 1267ms --------- beginning of system 02-27 10:29:02.008 18689 18689 W ActivityThread: Main thread can not be idle for a long time. 02-27 10:29:02.016 18689 18745 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 10:29:02.016 18689 18745 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 10:29:02.016 18689 18745 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 10:33:10.106 19492 19492 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 10:33:10.206 19492 19492 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 10:33:10.206 19492 19492 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 10:33:10.206 19492 19492 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 10:33:10.206 19492 19492 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 10:33:10.206 19492 19492 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 10:33:10.206 19492 19492 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 10:33:10.206 19492 19492 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 10:33:10.206 19492 19492 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 10:33:10.206 19492 19492 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 10:33:10.206 19492 19492 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 10:33:10.206 19492 19492 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 10:33:10.206 19492 19492 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 10:33:10.206 19492 19492 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 10:33:10.206 19492 19492 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 10:33:10.206 19492 19492 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 10:33:10.206 19492 19492 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 10:33:10.206 19492 19492 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 10:33:10.206 19492 19492 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 10:33:10.206 19492 19492 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 10:33:10.206 19492 19492 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 10:33:10.206 19492 19492 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 10:33:10.297 19492 19492 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 10:33:10.619 19492 19492 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 10:33:10.619 19492 19492 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 10:33:10.697 19492 19492 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) 02-27 10:33:10.690 19492 19492 W com.mbwhatsapp: type=1400 audit(0.0:8863): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:33:10.698 19492 19492 W com.mbwhatsapp: type=1400 audit(0.0:8864): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:33:10.706 19492 19492 W com.mbwhatsapp: type=1400 audit(0.0:8865): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:33:10.750 19492 19492 W com.mbwhatsapp: type=1400 audit(0.0:8866): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:33:10.758 19492 19492 W com.mbwhatsapp: type=1400 audit(0.0:8867): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:33:10.879 19492 19492 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 523ms 02-27 10:33:10.881 19492 19545 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 10:33:10.881 19492 19545 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 10:33:10.881 19492 19545 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 10:33:10.885 19492 19492 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 766ms --------- beginning of system 02-27 10:33:10.886 19492 19492 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 10:48:54.156 21090 21090 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 10:48:54.249 21090 21090 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 10:48:54.249 21090 21090 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 10:48:54.249 21090 21090 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 10:48:54.249 21090 21090 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 10:48:54.249 21090 21090 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 10:48:54.249 21090 21090 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 10:48:54.249 21090 21090 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 10:48:54.249 21090 21090 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 10:48:54.249 21090 21090 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 10:48:54.249 21090 21090 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 10:48:54.249 21090 21090 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 10:48:54.249 21090 21090 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 10:48:54.249 21090 21090 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 10:48:54.249 21090 21090 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 10:48:54.250 21090 21090 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 10:48:54.250 21090 21090 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 10:48:54.250 21090 21090 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 10:48:54.250 21090 21090 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 10:48:54.250 21090 21090 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 10:48:54.250 21090 21090 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 10:48:54.250 21090 21090 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 10:48:54.315 21090 21090 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 10:48:54.560 21090 21090 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 10:48:54.560 21090 21090 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 10:48:54.612 21090 21090 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) 02-27 10:48:54.739 21090 21090 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 389ms 02-27 10:48:54.745 21090 21090 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 575ms --------- beginning of system 02-27 10:48:54.745 21090 21090 W ActivityThread: Main thread can not be idle for a long time. 02-27 10:48:54.764 21090 21141 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 10:48:54.764 21090 21141 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 10:48:54.764 21090 21141 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 10:50:14.550 21532 21532 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 10:50:14.634 21532 21532 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 10:50:14.634 21532 21532 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 10:50:14.634 21532 21532 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 10:50:14.634 21532 21532 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 10:50:14.634 21532 21532 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 10:50:14.634 21532 21532 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 10:50:14.634 21532 21532 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 10:50:14.634 21532 21532 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 10:50:14.634 21532 21532 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 10:50:14.634 21532 21532 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 10:50:14.634 21532 21532 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 10:50:14.634 21532 21532 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 10:50:14.634 21532 21532 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 10:50:14.634 21532 21532 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 10:50:14.634 21532 21532 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 10:50:14.634 21532 21532 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 10:50:14.634 21532 21532 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 10:50:14.634 21532 21532 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 10:50:14.634 21532 21532 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 10:50:14.634 21532 21532 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 10:50:14.634 21532 21532 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 10:50:14.673 21532 21532 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 10:50:14.848 21532 21532 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 10:50:14.848 21532 21532 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 10:50:14.878 21532 21532 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) 02-27 10:50:14.872 21532 21532 W com.mbwhatsapp: type=1400 audit(0.0:11755): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:50:14.876 21532 21532 W com.mbwhatsapp: type=1400 audit(0.0:11756): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:50:14.880 21532 21532 W com.mbwhatsapp: type=1400 audit(0.0:11757): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:50:14.892 21532 21532 W com.mbwhatsapp: type=1400 audit(0.0:11758): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:50:14.900 21532 21532 W com.mbwhatsapp: type=1400 audit(0.0:11759): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:50:14.965 21532 21532 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 268ms 02-27 10:50:14.984 21532 21582 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 10:50:14.984 21532 21582 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 10:50:14.984 21532 21582 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 10:52:36.022 23207 23207 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 10:52:36.124 23207 23207 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 10:52:36.124 23207 23207 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 10:52:36.125 23207 23207 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 10:52:36.125 23207 23207 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 10:52:36.125 23207 23207 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 10:52:36.125 23207 23207 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 10:52:36.125 23207 23207 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 10:52:36.125 23207 23207 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 10:52:36.125 23207 23207 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 10:52:36.125 23207 23207 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 10:52:36.125 23207 23207 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 10:52:36.125 23207 23207 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 10:52:36.125 23207 23207 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 10:52:36.125 23207 23207 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 10:52:36.125 23207 23207 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 10:52:36.125 23207 23207 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 10:52:36.125 23207 23207 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 10:52:36.125 23207 23207 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 10:52:36.125 23207 23207 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 10:52:36.125 23207 23207 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 10:52:36.125 23207 23207 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 10:52:36.187 23207 23207 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 10:52:36.439 23207 23207 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 10:52:36.439 23207 23207 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 10:52:36.487 23207 23207 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) 02-27 10:52:36.484 23207 23207 W com.mbwhatsapp: type=1400 audit(0.0:12189): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:52:36.492 23207 23207 W com.mbwhatsapp: type=1400 audit(0.0:12191): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:52:36.520 23207 23207 W com.mbwhatsapp: type=1400 audit(0.0:12192): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:52:36.524 23207 23207 W com.mbwhatsapp: type=1400 audit(0.0:12193): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:52:36.623 23207 23207 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 400ms 02-27 10:52:36.630 23207 23207 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 592ms --------- beginning of system 02-27 10:52:36.630 23207 23207 W ActivityThread: Main thread can not be idle for a long time. 02-27 10:52:36.639 23207 23255 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 10:52:36.639 23207 23255 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 10:52:36.639 23207 23255 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 10:54:33.458 23689 23689 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 10:54:33.665 23689 23689 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 10:54:33.665 23689 23689 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 10:54:33.665 23689 23689 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 10:54:33.665 23689 23689 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 10:54:33.665 23689 23689 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 10:54:33.665 23689 23689 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 10:54:33.665 23689 23689 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 10:54:33.665 23689 23689 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 10:54:33.665 23689 23689 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 10:54:33.665 23689 23689 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 10:54:33.665 23689 23689 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 10:54:33.665 23689 23689 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 10:54:33.665 23689 23689 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 10:54:33.665 23689 23689 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 10:54:33.665 23689 23689 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 10:54:33.665 23689 23689 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 10:54:33.665 23689 23689 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 10:54:33.665 23689 23689 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 10:54:33.666 23689 23689 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 10:54:33.666 23689 23689 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 10:54:33.666 23689 23689 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 10:54:33.747 23689 23689 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 10:54:34.203 23689 23689 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 10:54:34.203 23689 23689 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 10:54:34.280 23689 23689 W com.mbwhatsapp: type=1400 audit(0.0:12400): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:54:34.285 23689 23689 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) 02-27 10:54:34.296 23689 23689 W com.mbwhatsapp: type=1400 audit(0.0:12401): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:54:34.304 23689 23689 W com.mbwhatsapp: type=1400 audit(0.0:12402): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:54:34.368 23689 23689 W com.mbwhatsapp: type=1400 audit(0.0:12403): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:54:34.380 23689 23689 W com.mbwhatsapp: type=1400 audit(0.0:12404): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:54:34.509 23689 23689 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 704ms 02-27 10:54:34.517 23689 23689 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1040ms --------- beginning of system 02-27 10:54:34.517 23689 23689 W ActivityThread: Main thread can not be idle for a long time. 02-27 10:54:34.536 23689 23747 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 10:54:34.536 23689 23747 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 10:54:34.536 23689 23747 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 10:56:18.234 24127 24127 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 10:56:18.423 24127 24127 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 10:56:18.424 24127 24127 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 10:56:18.424 24127 24127 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 10:56:18.424 24127 24127 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 10:56:18.424 24127 24127 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 10:56:18.424 24127 24127 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 10:56:18.424 24127 24127 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 10:56:18.424 24127 24127 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 10:56:18.424 24127 24127 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 10:56:18.424 24127 24127 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 10:56:18.424 24127 24127 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 10:56:18.424 24127 24127 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 10:56:18.424 24127 24127 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 10:56:18.424 24127 24127 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 10:56:18.424 24127 24127 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 10:56:18.424 24127 24127 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 10:56:18.424 24127 24127 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 10:56:18.424 24127 24127 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 10:56:18.424 24127 24127 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 10:56:18.424 24127 24127 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 10:56:18.424 24127 24127 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 10:56:18.511 24127 24127 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 10:56:18.937 24127 24127 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 10:56:18.937 24127 24127 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 10:56:19.010 24127 24127 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) 02-27 10:56:19.004 24127 24127 W com.mbwhatsapp: type=1400 audit(0.0:12545): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:56:19.012 24127 24127 W com.mbwhatsapp: type=1400 audit(0.0:12546): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:56:19.028 24127 24127 W com.mbwhatsapp: type=1400 audit(0.0:12547): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:56:19.080 24127 24127 W com.mbwhatsapp: type=1400 audit(0.0:12548): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:56:19.092 24127 24127 W com.mbwhatsapp: type=1400 audit(0.0:12549): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:56:19.223 24127 24127 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 649ms 02-27 10:56:19.227 24127 24184 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 10:56:19.227 24127 24184 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 10:56:19.227 24127 24184 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 10:56:19.234 24127 24127 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 960ms --------- beginning of system 02-27 10:56:19.234 24127 24127 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 10:59:00.692 25008 25008 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 10:59:00.779 25008 25008 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 10:59:00.779 25008 25008 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 10:59:00.779 25008 25008 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 10:59:00.779 25008 25008 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 10:59:00.779 25008 25008 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 10:59:00.779 25008 25008 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 10:59:00.779 25008 25008 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 10:59:00.779 25008 25008 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 10:59:00.779 25008 25008 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 10:59:00.779 25008 25008 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 10:59:00.779 25008 25008 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 10:59:00.779 25008 25008 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 10:59:00.779 25008 25008 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 10:59:00.779 25008 25008 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 10:59:00.779 25008 25008 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 10:59:00.779 25008 25008 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 10:59:00.779 25008 25008 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 10:59:00.779 25008 25008 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 10:59:00.779 25008 25008 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 10:59:00.779 25008 25008 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 10:59:00.779 25008 25008 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 10:59:00.846 25008 25008 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 10:59:01.092 25008 25008 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 10:59:01.092 25008 25008 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 10:59:01.147 25008 25008 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) 02-27 10:59:01.144 25008 25008 W com.mbwhatsapp: type=1400 audit(0.0:12921): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:59:01.144 25008 25008 W com.mbwhatsapp: type=1400 audit(0.0:12922): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:59:01.152 25008 25008 W com.mbwhatsapp: type=1400 audit(0.0:12923): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:59:01.176 25008 25008 W com.mbwhatsapp: type=1400 audit(0.0:12924): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:59:01.180 25008 25008 W com.mbwhatsapp: type=1400 audit(0.0:12925): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 10:59:01.283 25008 25008 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 406ms 02-27 10:59:01.290 25008 25008 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 583ms --------- beginning of system 02-27 10:59:01.290 25008 25008 W ActivityThread: Main thread can not be idle for a long time. 02-27 10:59:01.324 25008 25107 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 10:59:01.324 25008 25107 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 10:59:01.324 25008 25107 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 11:00:34.638 25640 25640 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 11:00:34.747 25640 25640 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 11:00:34.747 25640 25640 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 11:00:34.747 25640 25640 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 11:00:34.747 25640 25640 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 11:00:34.747 25640 25640 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 11:00:34.747 25640 25640 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 11:00:34.747 25640 25640 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 11:00:34.747 25640 25640 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 11:00:34.747 25640 25640 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 11:00:34.747 25640 25640 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 11:00:34.747 25640 25640 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 11:00:34.747 25640 25640 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 11:00:34.747 25640 25640 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 11:00:34.747 25640 25640 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 11:00:34.748 25640 25640 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 11:00:34.748 25640 25640 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 11:00:34.748 25640 25640 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 11:00:34.748 25640 25640 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 11:00:34.748 25640 25640 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 11:00:34.748 25640 25640 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 11:00:34.748 25640 25640 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 11:00:34.824 25640 25640 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 11:00:35.255 25640 25640 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 11:00:35.256 25640 25640 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 11:00:35.328 25640 25640 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) 02-27 11:00:35.324 25640 25640 W com.mbwhatsapp: type=1400 audit(0.0:13198): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:00:35.332 25640 25640 W com.mbwhatsapp: type=1400 audit(0.0:13199): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:00:35.344 25640 25640 W com.mbwhatsapp: type=1400 audit(0.0:13200): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:00:35.400 25640 25640 W com.mbwhatsapp: type=1400 audit(0.0:13201): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:00:35.408 25640 25640 W com.mbwhatsapp: type=1400 audit(0.0:13202): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:00:35.537 25640 25640 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 653ms 02-27 11:00:35.542 25640 25692 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 11:00:35.542 25640 25692 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 11:00:35.542 25640 25692 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 11:00:35.544 25640 25640 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 890ms --------- beginning of system 02-27 11:00:35.544 25640 25640 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 11:02:11.040 26252 26252 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 11:02:11.232 26252 26252 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 11:02:11.232 26252 26252 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 11:02:11.232 26252 26252 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 11:02:11.232 26252 26252 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 11:02:11.232 26252 26252 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 11:02:11.232 26252 26252 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 11:02:11.233 26252 26252 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 11:02:11.233 26252 26252 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 11:02:11.233 26252 26252 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 11:02:11.233 26252 26252 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 11:02:11.233 26252 26252 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 11:02:11.233 26252 26252 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 11:02:11.233 26252 26252 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 11:02:11.233 26252 26252 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 11:02:11.233 26252 26252 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 11:02:11.233 26252 26252 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 11:02:11.233 26252 26252 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 11:02:11.233 26252 26252 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 11:02:11.233 26252 26252 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 11:02:11.233 26252 26252 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 11:02:11.233 26252 26252 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 11:02:11.316 26252 26252 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 11:02:11.721 26252 26252 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 11:02:11.722 26252 26252 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 11:02:11.790 26252 26252 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) 02-27 11:02:11.784 26252 26252 W com.mbwhatsapp: type=1400 audit(0.0:13214): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:02:11.792 26252 26252 W com.mbwhatsapp: type=1400 audit(0.0:13215): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:02:11.808 26252 26252 W com.mbwhatsapp: type=1400 audit(0.0:13216): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:02:11.856 26252 26252 W com.mbwhatsapp: type=1400 audit(0.0:13217): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:02:11.864 26252 26252 W com.mbwhatsapp: type=1400 audit(0.0:13218): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:02:11.995 26252 26252 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 619ms 02-27 11:02:12.006 26252 26252 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 948ms --------- beginning of system 02-27 11:02:12.006 26252 26252 W ActivityThread: Main thread can not be idle for a long time. 02-27 11:02:12.029 26252 26324 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 11:02:12.029 26252 26324 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 11:02:12.029 26252 26324 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 11:04:42.439 27418 27418 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 11:04:42.580 27418 27418 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 11:04:42.580 27418 27418 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 11:04:42.580 27418 27418 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 11:04:42.580 27418 27418 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 11:04:42.580 27418 27418 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 11:04:42.580 27418 27418 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 11:04:42.580 27418 27418 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 11:04:42.580 27418 27418 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 11:04:42.580 27418 27418 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 11:04:42.580 27418 27418 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 11:04:42.580 27418 27418 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 11:04:42.580 27418 27418 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 11:04:42.580 27418 27418 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 11:04:42.580 27418 27418 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 11:04:42.580 27418 27418 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 11:04:42.580 27418 27418 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 11:04:42.580 27418 27418 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 11:04:42.580 27418 27418 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 11:04:42.580 27418 27418 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 11:04:42.580 27418 27418 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 11:04:42.580 27418 27418 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 11:04:42.625 27418 27418 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 11:04:42.847 27418 27418 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 11:04:42.847 27418 27418 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 11:04:42.892 27418 27418 W com.mbwhatsapp: type=1400 audit(0.0:13329): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:04:42.898 27418 27418 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) 02-27 11:04:42.900 27418 27418 W com.mbwhatsapp: type=1400 audit(0.0:13330): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:04:42.908 27418 27418 W com.mbwhatsapp: type=1400 audit(0.0:13331): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:04:42.952 27418 27418 W com.mbwhatsapp: type=1400 audit(0.0:13332): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:04:42.956 27418 27418 W com.mbwhatsapp: type=1400 audit(0.0:13333): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:04:42.956 27418 27418 W com.mbwhatsapp: type=1400 audit(0.0:13334): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:04:42.956 27418 27418 W com.mbwhatsapp: type=1400 audit(0.0:13335): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:04:43.054 27418 27418 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 384ms 02-27 11:04:43.065 27418 27471 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 11:04:43.065 27418 27471 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 11:04:43.065 27418 27471 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 11:09:07.673 29006 29006 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 11:09:07.999 29006 29006 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 11:09:07.999 29006 29006 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 11:09:07.999 29006 29006 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 11:09:07.999 29006 29006 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 11:09:07.999 29006 29006 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 11:09:07.999 29006 29006 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 11:09:07.999 29006 29006 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 11:09:07.999 29006 29006 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 11:09:08.000 29006 29006 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 11:09:08.000 29006 29006 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 11:09:08.000 29006 29006 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 11:09:08.000 29006 29006 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 11:09:08.000 29006 29006 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 11:09:08.000 29006 29006 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 11:09:08.000 29006 29006 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 11:09:08.000 29006 29006 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 11:09:08.000 29006 29006 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 11:09:08.000 29006 29006 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 11:09:08.000 29006 29006 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 11:09:08.000 29006 29006 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 11:09:08.000 29006 29006 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 11:09:08.125 29006 29006 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 335ms 02-27 11:09:08.127 29006 29006 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 11:09:08.623 29006 29006 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 11:09:08.624 29006 29006 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 11:09:08.734 29006 29006 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) 02-27 11:09:08.728 29006 29006 W com.mbwhatsapp: type=1400 audit(0.0:14173): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:09:08.732 29006 29006 W com.mbwhatsapp: type=1400 audit(0.0:14174): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:09:08.744 29006 29006 W com.mbwhatsapp: type=1400 audit(0.0:14175): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:09:08.780 29006 29006 W com.mbwhatsapp: type=1400 audit(0.0:14176): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:09:08.800 29006 29006 W com.mbwhatsapp: type=1400 audit(0.0:14177): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:09:08.973 29006 29006 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 737ms 02-27 11:09:08.991 29006 29006 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1297ms --------- beginning of system 02-27 11:09:08.991 29006 29006 W ActivityThread: Main thread can not be idle for a long time. 02-27 11:09:09.028 29006 29055 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 11:09:09.028 29006 29055 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 11:09:09.028 29006 29055 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 11:09:54.150 29581 29581 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 11:09:54.353 29581 29581 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 11:09:54.353 29581 29581 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 11:09:54.353 29581 29581 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 11:09:54.353 29581 29581 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 11:09:54.353 29581 29581 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 11:09:54.353 29581 29581 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 11:09:54.353 29581 29581 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 11:09:54.353 29581 29581 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 11:09:54.353 29581 29581 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 11:09:54.354 29581 29581 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 11:09:54.354 29581 29581 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 11:09:54.354 29581 29581 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 11:09:54.354 29581 29581 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 11:09:54.354 29581 29581 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 11:09:54.354 29581 29581 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 11:09:54.354 29581 29581 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 11:09:54.354 29581 29581 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 11:09:54.354 29581 29581 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 11:09:54.354 29581 29581 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 11:09:54.354 29581 29581 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 11:09:54.354 29581 29581 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 11:09:54.426 29581 29581 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 11:09:54.802 29581 29581 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 11:09:54.803 29581 29581 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 11:09:54.870 29581 29581 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) 02-27 11:09:54.864 29581 29581 W com.mbwhatsapp: type=1400 audit(0.0:14278): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:09:54.880 29581 29581 W com.mbwhatsapp: type=1400 audit(0.0:14279): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:09:54.888 29581 29581 W com.mbwhatsapp: type=1400 audit(0.0:14280): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:09:54.944 29581 29581 W com.mbwhatsapp: type=1400 audit(0.0:14281): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:09:54.952 29581 29581 W com.mbwhatsapp: type=1400 audit(0.0:14282): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:09:55.056 29581 29581 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 581ms 02-27 11:09:55.063 29581 29581 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 897ms --------- beginning of system 02-27 11:09:55.063 29581 29581 W ActivityThread: Main thread can not be idle for a long time. 02-27 11:09:55.076 29581 29629 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 11:09:55.076 29581 29629 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 11:09:55.076 29581 29629 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 11:10:52.989 30043 30043 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 11:10:53.076 30043 30043 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 11:10:53.076 30043 30043 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 11:10:53.076 30043 30043 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 11:10:53.076 30043 30043 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 11:10:53.076 30043 30043 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 11:10:53.076 30043 30043 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 11:10:53.076 30043 30043 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 11:10:53.076 30043 30043 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 11:10:53.076 30043 30043 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 11:10:53.076 30043 30043 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 11:10:53.076 30043 30043 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 11:10:53.076 30043 30043 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 11:10:53.076 30043 30043 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 11:10:53.076 30043 30043 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 11:10:53.076 30043 30043 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 11:10:53.076 30043 30043 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 11:10:53.076 30043 30043 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 11:10:53.076 30043 30043 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 11:10:53.076 30043 30043 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 11:10:53.076 30043 30043 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 11:10:53.076 30043 30043 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 11:10:53.138 30043 30043 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 11:10:53.494 30043 30043 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 11:10:53.494 30043 30043 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 11:10:53.529 30043 30043 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) 02-27 11:10:53.524 30043 30043 W com.mbwhatsapp: type=1400 audit(0.0:14378): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:10:53.528 30043 30043 W com.mbwhatsapp: type=1400 audit(0.0:14379): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:10:53.532 30043 30043 W com.mbwhatsapp: type=1400 audit(0.0:14380): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:10:53.548 30043 30043 W com.mbwhatsapp: type=1400 audit(0.0:14381): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:10:53.552 30043 30043 W com.mbwhatsapp: type=1400 audit(0.0:14382): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:10:53.654 30043 30043 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 461ms 02-27 11:10:53.683 30043 30093 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 11:10:53.683 30043 30093 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 11:10:53.683 30043 30093 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 11:12:54.150 30609 30609 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 11:12:54.344 30609 30609 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 11:12:54.345 30609 30609 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 11:12:54.345 30609 30609 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 11:12:54.345 30609 30609 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 11:12:54.345 30609 30609 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 11:12:54.345 30609 30609 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 11:12:54.345 30609 30609 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 11:12:54.345 30609 30609 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 11:12:54.345 30609 30609 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 11:12:54.345 30609 30609 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 11:12:54.345 30609 30609 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 11:12:54.345 30609 30609 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 11:12:54.345 30609 30609 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 11:12:54.345 30609 30609 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 11:12:54.345 30609 30609 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 11:12:54.345 30609 30609 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 11:12:54.345 30609 30609 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 11:12:54.345 30609 30609 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 11:12:54.345 30609 30609 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 11:12:54.345 30609 30609 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 11:12:54.345 30609 30609 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 11:12:54.422 30609 30609 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 11:12:54.818 30609 30609 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 11:12:54.819 30609 30609 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 11:12:54.897 30609 30609 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) 02-27 11:12:54.892 30609 30609 W com.mbwhatsapp: type=1400 audit(0.0:14390): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:12:54.900 30609 30609 W com.mbwhatsapp: type=1400 audit(0.0:14391): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:12:54.908 30609 30609 W com.mbwhatsapp: type=1400 audit(0.0:14392): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:12:54.960 30609 30609 W com.mbwhatsapp: type=1400 audit(0.0:14393): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:12:54.968 30609 30609 W com.mbwhatsapp: type=1400 audit(0.0:14394): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:12:54.968 30609 30609 W com.mbwhatsapp: type=1400 audit(0.0:14395): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:12:54.968 30609 30609 W com.mbwhatsapp: type=1400 audit(0.0:14396): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:12:55.090 30609 30609 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 610ms 02-27 11:12:55.096 30609 30609 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 930ms --------- beginning of system 02-27 11:12:55.096 30609 30609 W ActivityThread: Main thread can not be idle for a long time. 02-27 11:12:55.105 30609 30658 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 11:12:55.105 30609 30658 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 11:12:55.105 30609 30658 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 11:14:54.149 31175 31175 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 11:14:54.245 31175 31175 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 11:14:54.245 31175 31175 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 11:14:54.245 31175 31175 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 11:14:54.245 31175 31175 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 11:14:54.245 31175 31175 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 11:14:54.245 31175 31175 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 11:14:54.245 31175 31175 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 11:14:54.245 31175 31175 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 11:14:54.245 31175 31175 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 11:14:54.245 31175 31175 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 11:14:54.245 31175 31175 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 11:14:54.245 31175 31175 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 11:14:54.245 31175 31175 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 11:14:54.245 31175 31175 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 11:14:54.245 31175 31175 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 11:14:54.245 31175 31175 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 11:14:54.245 31175 31175 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 11:14:54.245 31175 31175 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 11:14:54.245 31175 31175 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 11:14:54.245 31175 31175 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 11:14:54.245 31175 31175 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 11:14:54.303 31175 31175 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 11:14:54.533 31175 31175 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 11:14:54.533 31175 31175 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 11:14:54.580 31175 31175 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) 02-27 11:14:54.576 31175 31175 W com.mbwhatsapp: type=1400 audit(0.0:14492): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:14:54.584 31175 31175 W com.mbwhatsapp: type=1400 audit(0.0:14494): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:14:54.612 31175 31175 W com.mbwhatsapp: type=1400 audit(0.0:14495): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:14:54.616 31175 31175 W com.mbwhatsapp: type=1400 audit(0.0:14496): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:14:54.703 31175 31175 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 368ms 02-27 11:14:54.709 31175 31175 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 545ms --------- beginning of system 02-27 11:14:54.709 31175 31175 W ActivityThread: Main thread can not be idle for a long time. 02-27 11:14:54.721 31175 31223 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 11:14:54.721 31175 31223 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 11:14:54.721 31175 31223 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 11:16:34.735 31669 31669 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 11:16:34.945 31669 31669 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 11:16:34.946 31669 31669 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 11:16:34.946 31669 31669 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 11:16:34.946 31669 31669 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 11:16:34.946 31669 31669 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 11:16:34.946 31669 31669 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 11:16:34.946 31669 31669 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 11:16:34.946 31669 31669 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 11:16:34.946 31669 31669 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 11:16:34.946 31669 31669 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 11:16:34.946 31669 31669 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 11:16:34.946 31669 31669 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 11:16:34.946 31669 31669 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 11:16:34.946 31669 31669 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 11:16:34.946 31669 31669 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 11:16:34.946 31669 31669 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 11:16:34.946 31669 31669 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 11:16:34.946 31669 31669 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 11:16:34.946 31669 31669 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 11:16:34.946 31669 31669 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 11:16:34.946 31669 31669 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 11:16:35.039 31669 31669 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 11:16:35.481 31669 31669 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 11:16:35.482 31669 31669 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 11:16:35.562 31669 31669 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) 02-27 11:16:35.556 31669 31669 W com.mbwhatsapp: type=1400 audit(0.0:14594): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:16:35.564 31669 31669 W com.mbwhatsapp: type=1400 audit(0.0:14595): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:16:35.584 31669 31669 W com.mbwhatsapp: type=1400 audit(0.0:14596): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:16:35.660 31669 31669 W com.mbwhatsapp: type=1400 audit(0.0:14597): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:16:35.668 31669 31669 W com.mbwhatsapp: type=1400 audit(0.0:14598): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:16:35.668 31669 31669 W com.mbwhatsapp: type=1400 audit(0.0:14600): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:16:35.811 31669 31669 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 692ms 02-27 11:16:35.820 31669 31718 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 11:16:35.820 31669 31718 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 11:16:35.820 31669 31718 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 11:16:35.821 31669 31669 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1065ms --------- beginning of system 02-27 11:16:35.821 31669 31669 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 11:20:54.153 442 442 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 11:20:54.576 442 442 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 11:20:54.576 442 442 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 11:20:54.576 442 442 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 11:20:54.576 442 442 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 11:20:54.576 442 442 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 11:20:54.576 442 442 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 11:20:54.576 442 442 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 11:20:54.576 442 442 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 11:20:54.576 442 442 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 11:20:54.576 442 442 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 11:20:54.576 442 442 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 11:20:54.576 442 442 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 11:20:54.576 442 442 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 11:20:54.576 442 442 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 11:20:54.576 442 442 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 11:20:54.576 442 442 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 11:20:54.576 442 442 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 11:20:54.576 442 442 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 11:20:54.576 442 442 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 11:20:54.576 442 442 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 11:20:54.576 442 442 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 11:20:54.702 442 442 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 312ms 02-27 11:20:54.710 442 442 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 11:20:55.339 442 442 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 11:20:55.339 442 442 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 11:20:55.464 442 442 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) 02-27 11:20:55.460 442 442 W com.mbwhatsapp: type=1400 audit(0.0:14700): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:20:55.468 442 442 W com.mbwhatsapp: type=1400 audit(0.0:14701): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:20:55.488 442 442 W com.mbwhatsapp: type=1400 audit(0.0:14702): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:20:55.552 442 442 W com.mbwhatsapp: type=1400 audit(0.0:14703): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:20:55.572 442 442 W com.mbwhatsapp: type=1400 audit(0.0:14704): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:20:55.790 442 442 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 963ms 02-27 11:20:55.795 442 730 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 11:20:55.795 442 730 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 11:20:55.795 442 730 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 11:20:55.804 442 442 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1634ms --------- beginning of system 02-27 11:20:55.804 442 442 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 11:21:59.067 1501 1501 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 11:21:59.177 1501 1501 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 11:21:59.177 1501 1501 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 11:21:59.177 1501 1501 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 11:21:59.177 1501 1501 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 11:21:59.177 1501 1501 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 11:21:59.177 1501 1501 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 11:21:59.177 1501 1501 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 11:21:59.177 1501 1501 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 11:21:59.178 1501 1501 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 11:21:59.178 1501 1501 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 11:21:59.178 1501 1501 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 11:21:59.178 1501 1501 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 11:21:59.178 1501 1501 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 11:21:59.178 1501 1501 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 11:21:59.178 1501 1501 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 11:21:59.178 1501 1501 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 11:21:59.178 1501 1501 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 11:21:59.178 1501 1501 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 11:21:59.178 1501 1501 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 11:21:59.178 1501 1501 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 11:21:59.178 1501 1501 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 11:21:59.250 1501 1501 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 11:21:59.529 1501 1501 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 11:21:59.529 1501 1501 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 11:21:59.584 1501 1501 W com.mbwhatsapp: type=1400 audit(0.0:14802): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:21:59.588 1501 1501 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) 02-27 11:21:59.584 1501 1501 W com.mbwhatsapp: type=1400 audit(0.0:14803): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:21:59.596 1501 1501 W com.mbwhatsapp: type=1400 audit(0.0:14804): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:21:59.624 1501 1501 W com.mbwhatsapp: type=1400 audit(0.0:14805): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:21:59.632 1501 1501 W com.mbwhatsapp: type=1400 audit(0.0:14806): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:21:59.632 1501 1501 W com.mbwhatsapp: type=1400 audit(0.0:14807): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:21:59.632 1501 1501 W com.mbwhatsapp: type=1400 audit(0.0:14808): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:21:59.754 1501 1619 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 11:21:59.754 1501 1619 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 11:21:59.754 1501 1619 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 11:21:59.754 1501 1501 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 463ms 02-27 11:21:59.761 1501 1501 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 676ms --------- beginning of system 02-27 11:21:59.761 1501 1501 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 11:26:54.150 3665 3665 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 11:26:54.383 3665 3665 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 11:26:54.383 3665 3665 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 11:26:54.383 3665 3665 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 11:26:54.383 3665 3665 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 11:26:54.383 3665 3665 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 11:26:54.383 3665 3665 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 11:26:54.383 3665 3665 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 11:26:54.383 3665 3665 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 11:26:54.383 3665 3665 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 11:26:54.383 3665 3665 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 11:26:54.383 3665 3665 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 11:26:54.383 3665 3665 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 11:26:54.383 3665 3665 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 11:26:54.383 3665 3665 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 11:26:54.383 3665 3665 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 11:26:54.383 3665 3665 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 11:26:54.383 3665 3665 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 11:26:54.383 3665 3665 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 11:26:54.383 3665 3665 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 11:26:54.383 3665 3665 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 11:26:54.383 3665 3665 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 11:26:54.457 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. 02-27 11:26:54.844 3665 3665 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 11:26:54.845 3665 3665 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 11:26:54.938 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) 02-27 11:26:54.932 3665 3665 W com.mbwhatsapp: type=1400 audit(0.0:16391): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:26:54.944 3665 3665 W com.mbwhatsapp: type=1400 audit(0.0:16392): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:26:54.964 3665 3665 W com.mbwhatsapp: type=1400 audit(0.0:16393): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:26:55.020 3665 3665 W com.mbwhatsapp: type=1400 audit(0.0:16394): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:26:55.028 3665 3665 W com.mbwhatsapp: type=1400 audit(0.0:16395): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:26:55.028 3665 3665 W com.mbwhatsapp: type=1400 audit(0.0:16397): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:26:55.191 3665 3665 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 666ms 02-27 11:26:55.196 3665 3723 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 11:26:55.196 3665 3723 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 11:26:55.196 3665 3723 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 11:26:55.198 3665 3665 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1028ms --------- beginning of system 02-27 11:26:55.198 3665 3665 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 11:31:34.720 4694 4694 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 11:31:35.029 4694 4694 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 11:31:35.030 4694 4694 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 11:31:35.030 4694 4694 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 11:31:35.030 4694 4694 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 11:31:35.030 4694 4694 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 11:31:35.030 4694 4694 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 11:31:35.030 4694 4694 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 11:31:35.030 4694 4694 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 11:31:35.030 4694 4694 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 11:31:35.030 4694 4694 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 11:31:35.030 4694 4694 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 11:31:35.030 4694 4694 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 11:31:35.030 4694 4694 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 11:31:35.030 4694 4694 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 11:31:35.030 4694 4694 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 11:31:35.030 4694 4694 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 11:31:35.030 4694 4694 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 11:31:35.030 4694 4694 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 11:31:35.030 4694 4694 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 11:31:35.030 4694 4694 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 11:31:35.030 4694 4694 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 11:31:35.120 4694 4694 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 246ms 02-27 11:31:35.126 4694 4694 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 11:31:35.639 4694 4694 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 11:31:35.639 4694 4694 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 11:31:35.715 4694 4694 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) 02-27 11:31:35.708 4694 4694 W com.mbwhatsapp: type=1400 audit(0.0:17195): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:31:35.716 4694 4694 W com.mbwhatsapp: type=1400 audit(0.0:17196): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:31:35.732 4694 4694 W com.mbwhatsapp: type=1400 audit(0.0:17197): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:31:35.796 4694 4694 W com.mbwhatsapp: type=1400 audit(0.0:17198): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:31:35.804 4694 4694 W com.mbwhatsapp: type=1400 audit(0.0:17199): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:31:35.943 4694 4694 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 726ms 02-27 11:31:35.950 4694 4694 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1212ms --------- beginning of system 02-27 11:31:35.950 4694 4694 W ActivityThread: Main thread can not be idle for a long time. 02-27 11:31:35.957 4694 4742 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 11:31:35.957 4694 4742 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 11:31:35.957 4694 4742 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 11:33:20.140 5030 5030 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 11:33:20.206 5030 5030 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 11:33:20.206 5030 5030 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 11:33:20.206 5030 5030 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 11:33:20.206 5030 5030 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 11:33:20.206 5030 5030 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 11:33:20.206 5030 5030 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 11:33:20.206 5030 5030 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 11:33:20.206 5030 5030 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 11:33:20.206 5030 5030 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 11:33:20.206 5030 5030 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 11:33:20.206 5030 5030 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 11:33:20.206 5030 5030 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 11:33:20.206 5030 5030 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 11:33:20.206 5030 5030 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 11:33:20.206 5030 5030 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 11:33:20.206 5030 5030 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 11:33:20.206 5030 5030 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 11:33:20.206 5030 5030 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 11:33:20.206 5030 5030 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 11:33:20.206 5030 5030 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 11:33:20.206 5030 5030 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 11:33:20.248 5030 5030 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 11:33:20.412 5030 5030 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 11:33:20.412 5030 5030 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 11:33:20.442 5030 5030 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) 02-27 11:33:20.436 5030 5030 W com.mbwhatsapp: type=1400 audit(0.0:17359): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:33:20.440 5030 5030 W com.mbwhatsapp: type=1400 audit(0.0:17360): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:33:20.444 5030 5030 W com.mbwhatsapp: type=1400 audit(0.0:17361): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:33:20.526 5030 5030 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 256ms 02-27 11:33:20.535 5030 5088 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 11:33:20.535 5030 5088 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 11:33:20.535 5030 5088 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 11:33:32.323 5178 5178 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 11:33:32.422 5178 5178 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 11:33:32.422 5178 5178 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 11:33:32.422 5178 5178 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 11:33:32.422 5178 5178 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 11:33:32.422 5178 5178 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 11:33:32.422 5178 5178 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 11:33:32.422 5178 5178 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 11:33:32.422 5178 5178 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 11:33:32.422 5178 5178 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 11:33:32.423 5178 5178 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 11:33:32.423 5178 5178 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 11:33:32.423 5178 5178 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 11:33:32.423 5178 5178 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 11:33:32.423 5178 5178 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 11:33:32.423 5178 5178 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 11:33:32.423 5178 5178 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 11:33:32.423 5178 5178 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 11:33:32.423 5178 5178 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 11:33:32.423 5178 5178 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 11:33:32.423 5178 5178 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 11:33:32.423 5178 5178 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 11:33:32.482 5178 5178 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 11:33:32.723 5178 5178 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 11:33:32.724 5178 5178 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 11:33:32.774 5178 5178 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) 02-27 11:33:32.768 5178 5178 W com.mbwhatsapp: type=1400 audit(0.0:17402): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:33:32.772 5178 5178 W com.mbwhatsapp: type=1400 audit(0.0:17403): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:33:32.780 5178 5178 W com.mbwhatsapp: type=1400 audit(0.0:17404): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:33:32.808 5178 5178 W com.mbwhatsapp: type=1400 audit(0.0:17405): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:33:32.812 5178 5178 W com.mbwhatsapp: type=1400 audit(0.0:17406): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:33:32.905 5178 5178 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 387ms 02-27 11:33:32.911 5178 5178 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 570ms --------- beginning of system 02-27 11:33:32.911 5178 5178 W ActivityThread: Main thread can not be idle for a long time. 02-27 11:33:32.922 5178 5226 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 11:33:32.922 5178 5226 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 11:33:32.922 5178 5226 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 11:34:26.100 5339 5339 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 11:34:26.291 5339 5339 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 11:34:26.291 5339 5339 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 11:34:26.291 5339 5339 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 11:34:26.291 5339 5339 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 11:34:26.292 5339 5339 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 11:34:26.292 5339 5339 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 11:34:26.292 5339 5339 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 11:34:26.292 5339 5339 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 11:34:26.292 5339 5339 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 11:34:26.292 5339 5339 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 11:34:26.292 5339 5339 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 11:34:26.292 5339 5339 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 11:34:26.292 5339 5339 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 11:34:26.292 5339 5339 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 11:34:26.292 5339 5339 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 11:34:26.292 5339 5339 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 11:34:26.292 5339 5339 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 11:34:26.292 5339 5339 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 11:34:26.292 5339 5339 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 11:34:26.292 5339 5339 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 11:34:26.292 5339 5339 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 11:34:26.363 5339 5339 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 11:34:26.748 5339 5339 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 11:34:26.748 5339 5339 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 11:34:26.818 5339 5339 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) 02-27 11:34:26.812 5339 5339 W com.mbwhatsapp: type=1400 audit(0.0:17427): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:34:26.828 5339 5339 W com.mbwhatsapp: type=1400 audit(0.0:17428): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:34:26.844 5339 5339 W com.mbwhatsapp: type=1400 audit(0.0:17429): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:34:26.900 5339 5339 W com.mbwhatsapp: type=1400 audit(0.0:17430): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:34:26.908 5339 5339 W com.mbwhatsapp: type=1400 audit(0.0:17431): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:34:26.912 5339 5339 W com.mbwhatsapp: type=1400 audit(0.0:17433): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:34:27.029 5339 5339 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 603ms 02-27 11:34:27.032 5339 5387 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 11:34:27.032 5339 5387 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 11:34:27.032 5339 5387 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 11:34:27.039 5339 5339 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 920ms --------- beginning of system 02-27 11:34:27.039 5339 5339 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 11:35:54.149 5998 5998 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 11:35:54.344 5998 5998 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 11:35:54.344 5998 5998 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 11:35:54.345 5998 5998 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 11:35:54.345 5998 5998 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 11:35:54.345 5998 5998 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 11:35:54.345 5998 5998 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 11:35:54.345 5998 5998 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 11:35:54.345 5998 5998 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 11:35:54.345 5998 5998 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 11:35:54.345 5998 5998 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 11:35:54.345 5998 5998 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 11:35:54.345 5998 5998 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 11:35:54.345 5998 5998 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 11:35:54.345 5998 5998 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 11:35:54.345 5998 5998 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 11:35:54.345 5998 5998 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 11:35:54.345 5998 5998 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 11:35:54.345 5998 5998 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 11:35:54.345 5998 5998 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 11:35:54.345 5998 5998 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 11:35:54.345 5998 5998 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 11:35:54.420 5998 5998 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 11:35:54.800 5998 5998 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 11:35:54.800 5998 5998 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 11:35:54.870 5998 5998 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) 02-27 11:35:55.084 5998 5998 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 603ms 02-27 11:35:55.086 5998 6047 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 11:35:55.086 5998 6047 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 11:35:55.086 5998 6047 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 11:35:55.091 5998 5998 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 925ms --------- beginning of system 02-27 11:35:55.091 5998 5998 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 11:45:04.509 7030 7030 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 11:45:04.619 7030 7030 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 11:45:04.619 7030 7030 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 11:45:04.619 7030 7030 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 11:45:04.619 7030 7030 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 11:45:04.619 7030 7030 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 11:45:04.619 7030 7030 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 11:45:04.619 7030 7030 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 11:45:04.619 7030 7030 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 11:45:04.619 7030 7030 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 11:45:04.619 7030 7030 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 11:45:04.619 7030 7030 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 11:45:04.619 7030 7030 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 11:45:04.619 7030 7030 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 11:45:04.619 7030 7030 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 11:45:04.619 7030 7030 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 11:45:04.619 7030 7030 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 11:45:04.619 7030 7030 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 11:45:04.619 7030 7030 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 11:45:04.619 7030 7030 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 11:45:04.619 7030 7030 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 11:45:04.619 7030 7030 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 11:45:04.697 7030 7030 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 11:45:04.971 7030 7030 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 11:45:04.972 7030 7030 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 11:45:05.028 7030 7030 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) 02-27 11:45:05.021 7030 7030 W com.mbwhatsapp: type=1400 audit(0.0:19992): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:45:05.025 7030 7030 W com.mbwhatsapp: type=1400 audit(0.0:19993): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:45:05.033 7030 7030 W com.mbwhatsapp: type=1400 audit(0.0:19994): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:45:05.057 7030 7030 W com.mbwhatsapp: type=1400 audit(0.0:19995): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:45:05.065 7030 7030 W com.mbwhatsapp: type=1400 audit(0.0:19996): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:45:05.169 7030 7030 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 434ms 02-27 11:45:05.175 7030 7030 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 651ms --------- beginning of system 02-27 11:45:05.175 7030 7030 W ActivityThread: Main thread can not be idle for a long time. 02-27 11:45:05.185 7030 7103 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 11:45:05.185 7030 7103 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 11:45:05.185 7030 7103 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 11:46:03.725 8123 8123 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 11:46:03.908 8123 8123 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 11:46:03.908 8123 8123 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 11:46:03.908 8123 8123 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 11:46:03.908 8123 8123 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 11:46:03.908 8123 8123 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 11:46:03.909 8123 8123 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 11:46:03.909 8123 8123 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 11:46:03.909 8123 8123 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 11:46:03.909 8123 8123 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 11:46:03.909 8123 8123 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 11:46:03.909 8123 8123 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 11:46:03.909 8123 8123 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 11:46:03.909 8123 8123 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 11:46:03.909 8123 8123 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 11:46:03.909 8123 8123 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 11:46:03.909 8123 8123 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 11:46:03.909 8123 8123 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 11:46:03.909 8123 8123 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 11:46:03.909 8123 8123 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 11:46:03.909 8123 8123 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 11:46:03.909 8123 8123 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 11:46:03.976 8123 8123 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 11:46:04.300 8123 8123 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 11:46:04.300 8123 8123 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 11:46:04.376 8123 8123 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) 02-27 11:46:04.373 8123 8123 W com.mbwhatsapp: type=1400 audit(0.0:20733): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:46:04.389 8123 8123 W com.mbwhatsapp: type=1400 audit(0.0:20734): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:46:04.405 8123 8123 W com.mbwhatsapp: type=1400 audit(0.0:20735): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:46:04.461 8123 8123 W com.mbwhatsapp: type=1400 audit(0.0:20736): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:46:04.469 8123 8123 W com.mbwhatsapp: type=1400 audit(0.0:20737): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:46:04.606 8123 8123 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 572ms 02-27 11:46:04.611 8123 8182 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 11:46:04.611 8123 8182 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 11:46:04.611 8123 8182 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 11:46:04.613 8123 8123 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 868ms --------- beginning of system 02-27 11:46:04.613 8123 8123 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 11:47:14.561 8547 8547 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 11:47:14.631 8547 8547 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 11:47:14.631 8547 8547 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 11:47:14.631 8547 8547 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 11:47:14.631 8547 8547 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 11:47:14.631 8547 8547 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 11:47:14.631 8547 8547 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 11:47:14.631 8547 8547 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 11:47:14.631 8547 8547 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 11:47:14.631 8547 8547 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 11:47:14.631 8547 8547 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 11:47:14.631 8547 8547 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 11:47:14.631 8547 8547 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 11:47:14.631 8547 8547 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 11:47:14.631 8547 8547 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 11:47:14.631 8547 8547 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 11:47:14.631 8547 8547 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 11:47:14.631 8547 8547 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 11:47:14.631 8547 8547 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 11:47:14.631 8547 8547 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 11:47:14.631 8547 8547 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 11:47:14.631 8547 8547 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 11:47:14.674 8547 8547 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 11:47:14.847 8547 8547 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 11:47:14.847 8547 8547 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 11:47:14.877 8547 8547 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) 02-27 11:47:14.954 8547 8547 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 256ms 02-27 11:47:14.995 8547 8681 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 11:47:14.995 8547 8681 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 11:47:14.995 8547 8681 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 11:50:00.041 9657 9657 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 11:50:00.233 9657 9657 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 11:50:00.233 9657 9657 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 11:50:00.233 9657 9657 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 11:50:00.233 9657 9657 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 11:50:00.233 9657 9657 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 11:50:00.233 9657 9657 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 11:50:00.233 9657 9657 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 11:50:00.233 9657 9657 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 11:50:00.233 9657 9657 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 11:50:00.233 9657 9657 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 11:50:00.233 9657 9657 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 11:50:00.233 9657 9657 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 11:50:00.233 9657 9657 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 11:50:00.233 9657 9657 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 11:50:00.233 9657 9657 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 11:50:00.233 9657 9657 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 11:50:00.233 9657 9657 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 11:50:00.233 9657 9657 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 11:50:00.234 9657 9657 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 11:50:00.234 9657 9657 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 11:50:00.234 9657 9657 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 11:50:00.314 9657 9657 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 11:50:00.637 9657 9657 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 11:50:00.638 9657 9657 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 11:50:00.701 9657 9657 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) 02-27 11:50:00.696 9657 9657 W com.mbwhatsapp: type=1400 audit(0.0:22923): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:50:00.708 9657 9657 W com.mbwhatsapp: type=1400 audit(0.0:22924): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:50:00.716 9657 9657 W com.mbwhatsapp: type=1400 audit(0.0:22925): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:50:00.768 9657 9657 W com.mbwhatsapp: type=1400 audit(0.0:22926): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:50:00.776 9657 9657 W com.mbwhatsapp: type=1400 audit(0.0:22927): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:50:00.920 9657 9657 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 553ms 02-27 11:50:00.944 9657 9657 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 880ms --------- beginning of system 02-27 11:50:00.944 9657 9657 W ActivityThread: Main thread can not be idle for a long time. 02-27 11:50:00.952 9657 9761 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 11:50:00.952 9657 9761 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 11:50:00.952 9657 9761 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 11:57:54.783 12113 12113 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 11:57:54.994 12113 12113 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 11:57:54.994 12113 12113 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 11:57:54.994 12113 12113 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 11:57:54.994 12113 12113 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 11:57:54.994 12113 12113 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 11:57:54.994 12113 12113 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 11:57:54.994 12113 12113 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 11:57:54.994 12113 12113 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 11:57:54.995 12113 12113 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 11:57:54.995 12113 12113 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 11:57:54.995 12113 12113 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 11:57:54.995 12113 12113 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 11:57:54.995 12113 12113 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 11:57:54.995 12113 12113 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 11:57:54.995 12113 12113 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 11:57:54.995 12113 12113 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 11:57:54.995 12113 12113 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 11:57:54.995 12113 12113 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 11:57:54.995 12113 12113 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 11:57:54.995 12113 12113 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 11:57:54.995 12113 12113 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 11:57:55.060 12113 12113 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 11:57:55.465 12113 12113 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 11:57:55.465 12113 12113 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 11:57:55.557 12113 12113 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) 02-27 11:57:55.552 12113 12113 W com.mbwhatsapp: type=1400 audit(0.0:25106): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:57:55.560 12113 12113 W com.mbwhatsapp: type=1400 audit(0.0:25107): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:57:55.576 12113 12113 W com.mbwhatsapp: type=1400 audit(0.0:25108): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:57:55.644 12113 12113 W com.mbwhatsapp: type=1400 audit(0.0:25109): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:57:55.652 12113 12113 W com.mbwhatsapp: type=1400 audit(0.0:25110): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:57:55.789 12113 12113 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 659ms 02-27 11:57:55.796 12113 12113 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 995ms --------- beginning of system 02-27 11:57:55.796 12113 12113 W ActivityThread: Main thread can not be idle for a long time. 02-27 11:57:55.800 12113 12168 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 11:57:55.800 12113 12168 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 11:57:55.800 12113 12168 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 11:58:54.153 12362 12362 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 11:58:54.248 12362 12362 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 11:58:54.249 12362 12362 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 11:58:54.249 12362 12362 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 11:58:54.249 12362 12362 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 11:58:54.249 12362 12362 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 11:58:54.249 12362 12362 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 11:58:54.249 12362 12362 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 11:58:54.249 12362 12362 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 11:58:54.249 12362 12362 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 11:58:54.249 12362 12362 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 11:58:54.249 12362 12362 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 11:58:54.249 12362 12362 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 11:58:54.249 12362 12362 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 11:58:54.249 12362 12362 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 11:58:54.249 12362 12362 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 11:58:54.249 12362 12362 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 11:58:54.249 12362 12362 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 11:58:54.249 12362 12362 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 11:58:54.249 12362 12362 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 11:58:54.249 12362 12362 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 11:58:54.249 12362 12362 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 11:58:54.310 12362 12362 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 11:58:54.550 12362 12362 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 11:58:54.550 12362 12362 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 11:58:54.601 12362 12362 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) 02-27 11:58:54.596 12362 12362 W com.mbwhatsapp: type=1400 audit(0.0:25115): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:58:54.600 12362 12362 W com.mbwhatsapp: type=1400 audit(0.0:25116): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:58:54.608 12362 12362 W com.mbwhatsapp: type=1400 audit(0.0:25117): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:58:54.628 12362 12362 W com.mbwhatsapp: type=1400 audit(0.0:25118): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:58:54.632 12362 12362 W com.mbwhatsapp: type=1400 audit(0.0:25119): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 11:58:54.727 12362 12362 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 383ms 02-27 11:58:54.739 12362 12362 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 566ms --------- beginning of system 02-27 11:58:54.739 12362 12362 W ActivityThread: Main thread can not be idle for a long time. 02-27 11:58:54.740 12362 12411 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 11:58:54.740 12362 12411 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 11:58:54.740 12362 12411 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 12:06:19.203 13749 13749 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 12:06:19.336 13749 13749 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 12:06:19.336 13749 13749 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 12:06:19.336 13749 13749 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 12:06:19.337 13749 13749 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 12:06:19.337 13749 13749 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 12:06:19.337 13749 13749 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 12:06:19.337 13749 13749 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 12:06:19.337 13749 13749 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 12:06:19.337 13749 13749 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 12:06:19.337 13749 13749 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 12:06:19.337 13749 13749 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 12:06:19.337 13749 13749 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 12:06:19.337 13749 13749 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 12:06:19.337 13749 13749 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 12:06:19.337 13749 13749 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 12:06:19.337 13749 13749 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 12:06:19.337 13749 13749 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 12:06:19.337 13749 13749 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 12:06:19.337 13749 13749 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 12:06:19.337 13749 13749 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 12:06:19.337 13749 13749 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 12:06:19.420 13749 13749 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 12:06:19.709 13749 13749 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 12:06:19.709 13749 13749 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 12:06:19.766 13749 13749 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) 02-27 12:06:19.935 13749 13749 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 473ms 02-27 12:06:19.941 13749 13820 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 12:06:19.941 13749 13820 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 12:06:19.941 13749 13820 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 12:06:19.964 13749 13749 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 743ms --------- beginning of system 02-27 12:06:19.964 13749 13749 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 12:31:54.154 16788 16788 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 12:31:54.328 16788 16788 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 12:31:54.328 16788 16788 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 12:31:54.328 16788 16788 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 12:31:54.328 16788 16788 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 12:31:54.328 16788 16788 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 12:31:54.328 16788 16788 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 12:31:54.328 16788 16788 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 12:31:54.328 16788 16788 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 12:31:54.328 16788 16788 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 12:31:54.329 16788 16788 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 12:31:54.329 16788 16788 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 12:31:54.329 16788 16788 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 12:31:54.329 16788 16788 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 12:31:54.329 16788 16788 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 12:31:54.329 16788 16788 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 12:31:54.329 16788 16788 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 12:31:54.329 16788 16788 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 12:31:54.329 16788 16788 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 12:31:54.329 16788 16788 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 12:31:54.329 16788 16788 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 12:31:54.329 16788 16788 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 12:31:54.428 16788 16788 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 218ms 02-27 12:31:54.434 16788 16788 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 12:31:54.954 16788 16788 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 12:31:54.954 16788 16788 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 12:31:55.034 16788 16788 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) 02-27 12:31:55.028 16788 16788 W com.mbwhatsapp: type=1400 audit(0.0:36638): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:31:55.036 16788 16788 W com.mbwhatsapp: type=1400 audit(0.0:36639): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:31:55.052 16788 16788 W com.mbwhatsapp: type=1400 audit(0.0:36640): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:31:55.116 16788 16788 W com.mbwhatsapp: type=1400 audit(0.0:36641): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:31:55.140 16788 16788 W com.mbwhatsapp: type=1400 audit(0.0:36642): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:31:55.297 16788 16788 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 751ms 02-27 12:31:55.301 16788 16838 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 12:31:55.301 16788 16838 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 12:31:55.301 16788 16838 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 12:31:55.307 16788 16788 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1132ms --------- beginning of system 02-27 12:31:55.307 16788 16788 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 12:34:18.947 17504 17504 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 12:34:19.248 17504 17504 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 12:34:19.248 17504 17504 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 12:34:19.248 17504 17504 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 12:34:19.249 17504 17504 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 12:34:19.249 17504 17504 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 12:34:19.250 17504 17504 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 12:34:19.250 17504 17504 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 12:34:19.250 17504 17504 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 12:34:19.250 17504 17504 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 12:34:19.250 17504 17504 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 12:34:19.250 17504 17504 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 12:34:19.250 17504 17504 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 12:34:19.250 17504 17504 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 12:34:19.250 17504 17504 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 12:34:19.250 17504 17504 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 12:34:19.250 17504 17504 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 12:34:19.250 17504 17504 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 12:34:19.250 17504 17504 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 12:34:19.250 17504 17504 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 12:34:19.250 17504 17504 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 12:34:19.250 17504 17504 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 12:34:19.336 17504 17504 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 12:34:19.694 17504 17504 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 12:34:19.695 17504 17504 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 12:34:19.756 17504 17504 W com.mbwhatsapp: type=1400 audit(0.0:37293): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:34:19.763 17504 17504 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) 02-27 12:34:19.768 17504 17504 W com.mbwhatsapp: type=1400 audit(0.0:37294): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:34:19.784 17504 17504 W com.mbwhatsapp: type=1400 audit(0.0:37295): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:34:19.836 17504 17504 W com.mbwhatsapp: type=1400 audit(0.0:37296): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:34:19.848 17504 17504 W com.mbwhatsapp: type=1400 audit(0.0:37297): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:34:19.978 17504 17504 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 575ms 02-27 12:34:19.978 17504 17613 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 12:34:19.978 17504 17613 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 12:34:19.978 17504 17613 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 12:34:19.985 17504 17504 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 971ms --------- beginning of system 02-27 12:34:19.985 17504 17504 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 12:36:54.157 18398 18398 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 12:36:54.260 18398 18398 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 12:36:54.260 18398 18398 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 12:36:54.260 18398 18398 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 12:36:54.260 18398 18398 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 12:36:54.260 18398 18398 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 12:36:54.260 18398 18398 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 12:36:54.260 18398 18398 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 12:36:54.260 18398 18398 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 12:36:54.260 18398 18398 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 12:36:54.260 18398 18398 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 12:36:54.260 18398 18398 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 12:36:54.260 18398 18398 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 12:36:54.260 18398 18398 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 12:36:54.260 18398 18398 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 12:36:54.260 18398 18398 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 12:36:54.260 18398 18398 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 12:36:54.260 18398 18398 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 12:36:54.260 18398 18398 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 12:36:54.260 18398 18398 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 12:36:54.260 18398 18398 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 12:36:54.260 18398 18398 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 12:36:54.326 18398 18398 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 12:36:54.583 18398 18398 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 12:36:54.583 18398 18398 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 12:36:54.634 18398 18398 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) 02-27 12:36:54.628 18398 18398 W com.mbwhatsapp: type=1400 audit(0.0:37364): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:36:54.632 18398 18398 W com.mbwhatsapp: type=1400 audit(0.0:37365): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:36:54.640 18398 18398 W com.mbwhatsapp: type=1400 audit(0.0:37366): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:36:54.664 18398 18398 W com.mbwhatsapp: type=1400 audit(0.0:37367): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:36:54.672 18398 18398 W com.mbwhatsapp: type=1400 audit(0.0:37368): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:36:54.770 18398 18398 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 405ms 02-27 12:36:54.782 18398 18398 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 605ms --------- beginning of system 02-27 12:36:54.782 18398 18398 W ActivityThread: Main thread can not be idle for a long time. 02-27 12:36:54.782 18398 18446 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 12:36:54.782 18398 18446 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 12:36:54.782 18398 18446 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 12:38:36.836 19413 19413 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 12:38:36.965 19413 19413 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 12:38:36.966 19413 19413 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 12:38:36.966 19413 19413 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 12:38:36.966 19413 19413 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 12:38:36.966 19413 19413 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 12:38:36.966 19413 19413 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 12:38:36.966 19413 19413 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 12:38:36.966 19413 19413 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 12:38:36.966 19413 19413 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 12:38:36.966 19413 19413 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 12:38:36.966 19413 19413 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 12:38:36.966 19413 19413 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 12:38:36.966 19413 19413 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 12:38:36.966 19413 19413 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 12:38:36.966 19413 19413 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 12:38:36.966 19413 19413 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 12:38:36.966 19413 19413 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 12:38:36.966 19413 19413 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 12:38:36.966 19413 19413 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 12:38:36.966 19413 19413 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 12:38:36.966 19413 19413 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 12:38:37.052 19413 19413 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 12:38:37.410 19413 19413 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 12:38:37.410 19413 19413 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 12:38:37.482 19413 19413 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) 02-27 12:38:37.478 19413 19413 W com.mbwhatsapp: type=1400 audit(0.0:39009): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:38:37.490 19413 19413 W com.mbwhatsapp: type=1400 audit(0.0:39010): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:38:37.502 19413 19413 W com.mbwhatsapp: type=1400 audit(0.0:39011): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:38:37.558 19413 19413 W com.mbwhatsapp: type=1400 audit(0.0:39012): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:38:37.570 19413 19413 W com.mbwhatsapp: type=1400 audit(0.0:39013): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:38:37.695 19413 19413 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 578ms 02-27 12:38:37.700 19413 19462 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 12:38:37.700 19413 19462 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 12:38:37.700 19413 19462 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 12:38:37.702 19413 19413 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 846ms --------- beginning of system 02-27 12:38:37.702 19413 19413 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 12:40:00.035 19870 19870 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 12:40:00.230 19870 19870 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 12:40:00.230 19870 19870 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 12:40:00.230 19870 19870 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 12:40:00.230 19870 19870 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 12:40:00.230 19870 19870 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 12:40:00.230 19870 19870 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 12:40:00.230 19870 19870 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 12:40:00.231 19870 19870 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 12:40:00.231 19870 19870 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 12:40:00.231 19870 19870 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 12:40:00.231 19870 19870 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 12:40:00.231 19870 19870 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 12:40:00.231 19870 19870 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 12:40:00.231 19870 19870 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 12:40:00.231 19870 19870 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 12:40:00.231 19870 19870 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 12:40:00.231 19870 19870 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 12:40:00.231 19870 19870 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 12:40:00.231 19870 19870 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 12:40:00.231 19870 19870 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 12:40:00.231 19870 19870 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 12:40:00.296 19870 19870 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 12:40:00.559 19870 19870 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 12:40:00.560 19870 19870 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 12:40:00.610 19870 19870 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) 02-27 12:40:00.606 19870 19870 W com.mbwhatsapp: type=1400 audit(0.0:54863): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:40:00.614 19870 19870 W com.mbwhatsapp: type=1400 audit(0.0:54864): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:40:00.622 19870 19870 W com.mbwhatsapp: type=1400 audit(0.0:54865): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:40:00.646 19870 19870 W com.mbwhatsapp: type=1400 audit(0.0:54866): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:40:00.654 19870 19870 W com.mbwhatsapp: type=1400 audit(0.0:54867): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:40:00.753 19870 19870 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 419ms 02-27 12:40:00.760 19870 19870 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 702ms --------- beginning of system 02-27 12:40:00.760 19870 19870 W ActivityThread: Main thread can not be idle for a long time. 02-27 12:40:00.761 19870 19918 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 12:40:00.761 19870 19918 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 12:40:00.761 19870 19918 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 12:40:14.022 20040 20040 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 12:40:14.238 20040 20040 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 12:40:14.238 20040 20040 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 12:40:14.238 20040 20040 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 12:40:14.238 20040 20040 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 12:40:14.239 20040 20040 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 12:40:14.239 20040 20040 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 12:40:14.239 20040 20040 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 12:40:14.239 20040 20040 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 12:40:14.239 20040 20040 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 12:40:14.239 20040 20040 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 12:40:14.239 20040 20040 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 12:40:14.239 20040 20040 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 12:40:14.239 20040 20040 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 12:40:14.239 20040 20040 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 12:40:14.239 20040 20040 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 12:40:14.239 20040 20040 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 12:40:14.239 20040 20040 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 12:40:14.239 20040 20040 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 12:40:14.239 20040 20040 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 12:40:14.239 20040 20040 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 12:40:14.239 20040 20040 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 12:40:14.284 20040 20040 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 12:40:14.555 20040 20040 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 12:40:14.556 20040 20040 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 12:40:14.612 20040 20040 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) 02-27 12:40:14.777 20040 20040 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 443ms 02-27 12:40:14.783 20040 20126 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 12:40:14.783 20040 20126 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 12:40:14.783 20040 20126 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 12:41:54.154 20793 20793 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 12:41:54.271 20793 20793 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 12:41:54.271 20793 20793 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 12:41:54.271 20793 20793 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 12:41:54.271 20793 20793 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 12:41:54.271 20793 20793 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 12:41:54.271 20793 20793 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 12:41:54.271 20793 20793 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 12:41:54.271 20793 20793 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 12:41:54.271 20793 20793 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 12:41:54.271 20793 20793 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 12:41:54.271 20793 20793 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 12:41:54.271 20793 20793 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 12:41:54.271 20793 20793 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 12:41:54.271 20793 20793 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 12:41:54.271 20793 20793 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 12:41:54.271 20793 20793 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 12:41:54.271 20793 20793 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 12:41:54.272 20793 20793 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 12:41:54.272 20793 20793 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 12:41:54.272 20793 20793 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 12:41:54.272 20793 20793 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 12:41:54.350 20793 20793 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 12:41:54.615 20793 20793 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 12:41:54.615 20793 20793 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 12:41:54.669 20793 20793 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) 02-27 12:41:54.666 20793 20793 W com.mbwhatsapp: type=1400 audit(0.0:55213): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:41:54.666 20793 20793 W com.mbwhatsapp: type=1400 audit(0.0:55214): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:41:54.674 20793 20793 W com.mbwhatsapp: type=1400 audit(0.0:55215): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:41:54.698 20793 20793 W com.mbwhatsapp: type=1400 audit(0.0:55216): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:41:54.702 20793 20793 W com.mbwhatsapp: type=1400 audit(0.0:55217): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:41:54.795 20793 20793 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 401ms 02-27 12:41:54.803 20793 20793 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 633ms --------- beginning of system 02-27 12:41:54.803 20793 20793 W ActivityThread: Main thread can not be idle for a long time. 02-27 12:41:54.803 20793 20845 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 12:41:54.803 20793 20845 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 12:41:54.803 20793 20845 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 12:44:19.075 21777 21777 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 12:44:19.357 21777 21777 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 12:44:19.358 21777 21777 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 12:44:19.358 21777 21777 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 12:44:19.358 21777 21777 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 12:44:19.358 21777 21777 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 12:44:19.358 21777 21777 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 12:44:19.358 21777 21777 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 12:44:19.358 21777 21777 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 12:44:19.358 21777 21777 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 12:44:19.358 21777 21777 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 12:44:19.358 21777 21777 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 12:44:19.358 21777 21777 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 12:44:19.358 21777 21777 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 12:44:19.358 21777 21777 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 12:44:19.358 21777 21777 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 12:44:19.358 21777 21777 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 12:44:19.358 21777 21777 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 12:44:19.358 21777 21777 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 12:44:19.358 21777 21777 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 12:44:19.358 21777 21777 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 12:44:19.358 21777 21777 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 12:44:19.458 21777 21777 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 236ms 02-27 12:44:19.463 21777 21777 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 12:44:19.931 21777 21777 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 12:44:19.931 21777 21777 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 12:44:20.055 21777 21777 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) 02-27 12:44:20.046 21777 21777 W com.mbwhatsapp: type=1400 audit(0.0:56243): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:44:20.070 21777 21777 W com.mbwhatsapp: type=1400 audit(0.0:56244): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:44:20.086 21777 21777 W com.mbwhatsapp: type=1400 audit(0.0:56245): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:44:20.178 21777 21777 W com.mbwhatsapp: type=1400 audit(0.0:56246): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:44:20.198 21777 21777 W com.mbwhatsapp: type=1400 audit(0.0:56247): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:44:20.359 21777 21777 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 809ms 02-27 12:44:20.365 21777 21777 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1269ms --------- beginning of system 02-27 12:44:20.367 21777 21777 W ActivityThread: Main thread can not be idle for a long time. 02-27 12:44:20.369 21777 21902 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 12:44:20.369 21777 21902 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 12:44:20.369 21777 21902 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 12:47:54.170 24692 24692 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 12:47:54.447 24692 24692 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 12:47:54.447 24692 24692 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 12:47:54.447 24692 24692 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 12:47:54.447 24692 24692 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 12:47:54.447 24692 24692 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 12:47:54.447 24692 24692 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 12:47:54.447 24692 24692 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 12:47:54.447 24692 24692 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 12:47:54.447 24692 24692 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 12:47:54.447 24692 24692 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 12:47:54.447 24692 24692 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 12:47:54.448 24692 24692 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 12:47:54.448 24692 24692 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 12:47:54.448 24692 24692 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 12:47:54.448 24692 24692 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 12:47:54.448 24692 24692 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 12:47:54.448 24692 24692 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 12:47:54.448 24692 24692 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 12:47:54.448 24692 24692 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 12:47:54.448 24692 24692 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 12:47:54.448 24692 24692 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 12:47:54.525 24692 24692 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 12:47:54.988 24692 24692 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 12:47:54.989 24692 24692 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 12:47:55.063 24692 24692 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) 02-27 12:47:55.058 24692 24692 W com.mbwhatsapp: type=1400 audit(0.0:58386): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:47:55.074 24692 24692 W com.mbwhatsapp: type=1400 audit(0.0:58387): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:47:55.086 24692 24692 W com.mbwhatsapp: type=1400 audit(0.0:58388): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:47:55.158 24692 24692 W com.mbwhatsapp: type=1400 audit(0.0:58389): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:47:55.174 24692 24692 W com.mbwhatsapp: type=1400 audit(0.0:58390): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:47:55.174 24692 24692 W com.mbwhatsapp: type=1400 audit(0.0:58392): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:47:55.325 24692 24692 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 731ms 02-27 12:47:55.326 24692 24739 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 12:47:55.326 24692 24739 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 12:47:55.326 24692 24739 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 12:47:55.331 24692 24692 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1136ms --------- beginning of system 02-27 12:47:55.331 24692 24692 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 12:50:01.634 26350 26350 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 12:50:01.735 26350 26350 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 12:50:01.735 26350 26350 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 12:50:01.735 26350 26350 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 12:50:01.735 26350 26350 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 12:50:01.735 26350 26350 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 12:50:01.735 26350 26350 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 12:50:01.735 26350 26350 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 12:50:01.735 26350 26350 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 12:50:01.735 26350 26350 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 12:50:01.735 26350 26350 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 12:50:01.735 26350 26350 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 12:50:01.735 26350 26350 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 12:50:01.735 26350 26350 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 12:50:01.735 26350 26350 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 12:50:01.735 26350 26350 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 12:50:01.736 26350 26350 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 12:50:01.736 26350 26350 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 12:50:01.736 26350 26350 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 12:50:01.736 26350 26350 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 12:50:01.736 26350 26350 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 12:50:01.736 26350 26350 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 12:50:01.807 26350 26350 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 12:50:02.056 26350 26350 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 12:50:02.057 26350 26350 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 12:50:02.106 26350 26350 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) 02-27 12:50:02.102 26350 26350 W com.mbwhatsapp: type=1400 audit(0.0:58509): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:50:02.106 26350 26350 W com.mbwhatsapp: type=1400 audit(0.0:58510): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:50:02.114 26350 26350 W com.mbwhatsapp: type=1400 audit(0.0:58511): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:50:02.134 26350 26350 W com.mbwhatsapp: type=1400 audit(0.0:58512): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:50:02.142 26350 26350 W com.mbwhatsapp: type=1400 audit(0.0:58513): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:50:02.234 26350 26350 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 389ms 02-27 12:50:02.246 26350 26350 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 597ms --------- beginning of system 02-27 12:50:02.246 26350 26350 W ActivityThread: Main thread can not be idle for a long time. 02-27 12:50:02.262 26350 26399 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 12:50:02.262 26350 26399 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 12:50:02.262 26350 26399 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 12:54:10.486 27001 27001 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 12:54:10.565 27001 27001 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 12:54:10.565 27001 27001 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 12:54:10.565 27001 27001 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 12:54:10.565 27001 27001 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 12:54:10.565 27001 27001 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 12:54:10.565 27001 27001 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 12:54:10.565 27001 27001 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 12:54:10.565 27001 27001 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 12:54:10.565 27001 27001 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 12:54:10.565 27001 27001 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 12:54:10.565 27001 27001 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 12:54:10.565 27001 27001 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 12:54:10.565 27001 27001 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 12:54:10.565 27001 27001 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 12:54:10.565 27001 27001 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 12:54:10.565 27001 27001 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 12:54:10.565 27001 27001 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 12:54:10.565 27001 27001 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 12:54:10.565 27001 27001 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 12:54:10.565 27001 27001 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 12:54:10.565 27001 27001 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 12:54:10.607 27001 27001 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 12:54:10.778 27001 27001 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 12:54:10.778 27001 27001 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 12:54:10.810 27001 27001 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) 02-27 12:54:10.892 27001 27001 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 252ms 02-27 12:54:10.898 27001 27071 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 12:54:10.898 27001 27071 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 12:54:10.898 27001 27071 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 12:55:03.607 28006 28006 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 12:55:03.712 28006 28006 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 12:55:03.713 28006 28006 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 12:55:03.713 28006 28006 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 12:55:03.713 28006 28006 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 12:55:03.713 28006 28006 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 12:55:03.713 28006 28006 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 12:55:03.713 28006 28006 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 12:55:03.713 28006 28006 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 12:55:03.713 28006 28006 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 12:55:03.713 28006 28006 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 12:55:03.713 28006 28006 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 12:55:03.713 28006 28006 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 12:55:03.713 28006 28006 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 12:55:03.713 28006 28006 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 12:55:03.713 28006 28006 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 12:55:03.713 28006 28006 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 12:55:03.713 28006 28006 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 12:55:03.713 28006 28006 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 12:55:03.713 28006 28006 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 12:55:03.713 28006 28006 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 12:55:03.713 28006 28006 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 12:55:03.785 28006 28006 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 12:55:04.043 28006 28006 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 12:55:04.043 28006 28006 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 12:55:04.095 28006 28006 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) 02-27 12:55:04.088 28006 28006 W com.mbwhatsapp: type=1400 audit(0.0:59494): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:55:04.092 28006 28006 W com.mbwhatsapp: type=1400 audit(0.0:59495): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:55:04.100 28006 28006 W com.mbwhatsapp: type=1400 audit(0.0:59496): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:55:04.120 28006 28006 W com.mbwhatsapp: type=1400 audit(0.0:59497): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:55:04.128 28006 28006 W com.mbwhatsapp: type=1400 audit(0.0:59498): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:55:04.232 28006 28006 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 401ms 02-27 12:55:04.238 28006 28006 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 614ms --------- beginning of system 02-27 12:55:04.238 28006 28006 W ActivityThread: Main thread can not be idle for a long time. 02-27 12:55:04.248 28006 28057 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 12:55:04.248 28006 28057 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 12:55:04.248 28006 28057 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 12:56:16.543 29319 29319 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 12:56:16.543 29319 29319 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 12:56:16.543 29319 29319 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 12:56:16.543 29319 29319 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 12:56:16.543 29319 29319 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 12:56:16.543 29319 29319 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 12:56:16.543 29319 29319 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 12:56:16.543 29319 29319 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 12:56:16.543 29319 29319 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 12:56:16.544 29319 29319 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 12:56:16.544 29319 29319 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 12:56:16.544 29319 29319 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 12:56:16.544 29319 29319 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 12:56:16.544 29319 29319 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 12:56:16.544 29319 29319 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 12:56:16.544 29319 29319 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 12:56:16.544 29319 29319 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 12:56:16.544 29319 29319 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 12:56:16.544 29319 29319 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 12:56:16.544 29319 29319 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 12:56:16.544 29319 29319 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 12:56:16.624 29319 29319 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 12:56:17.051 29319 29319 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 12:56:17.052 29319 29319 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 12:56:17.127 29319 29319 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) 02-27 12:56:17.120 29319 29319 W com.mbwhatsapp: type=1400 audit(0.0:59836): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:56:17.136 29319 29319 W com.mbwhatsapp: type=1400 audit(0.0:59837): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:56:17.148 29319 29319 W com.mbwhatsapp: type=1400 audit(0.0:59838): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:56:17.204 29319 29319 W com.mbwhatsapp: type=1400 audit(0.0:59839): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:56:17.216 29319 29319 W com.mbwhatsapp: type=1400 audit(0.0:59840): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 12:56:17.358 29319 29319 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 675ms 02-27 12:56:17.358 29319 29394 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 12:56:17.358 29319 29394 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 12:56:17.358 29319 29394 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 12:56:17.364 29319 29319 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1022ms --------- beginning of system 02-27 12:56:17.364 29319 29319 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 12:58:37.558 31024 31024 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 12:58:37.934 31024 31024 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 12:58:37.934 31024 31024 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 12:58:37.934 31024 31024 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 12:58:37.934 31024 31024 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 12:58:37.935 31024 31024 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 12:58:37.935 31024 31024 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 12:58:37.935 31024 31024 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 12:58:37.935 31024 31024 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 12:58:37.935 31024 31024 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 12:58:37.935 31024 31024 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 12:58:37.935 31024 31024 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 12:58:37.935 31024 31024 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 12:58:37.935 31024 31024 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 12:58:37.935 31024 31024 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 12:58:37.935 31024 31024 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 12:58:37.935 31024 31024 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 12:58:37.935 31024 31024 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 12:58:37.935 31024 31024 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 12:58:37.935 31024 31024 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 12:58:37.935 31024 31024 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 12:58:37.935 31024 31024 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 12:58:38.027 31024 31024 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 263ms 02-27 12:58:38.035 31024 31024 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 12:58:38.712 31024 31024 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 12:58:38.713 31024 31024 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 12:58:38.810 31024 31024 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) 02-27 12:58:39.169 31024 31024 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1023ms 02-27 12:58:39.172 31024 31187 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 12:58:39.172 31024 31187 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 12:58:39.172 31024 31187 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 12:58:39.177 31024 31024 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1601ms --------- beginning of system 02-27 12:58:39.178 31024 31024 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 13:00:00.032 32056 32056 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 13:00:00.211 32056 32056 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 13:00:00.211 32056 32056 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 13:00:00.211 32056 32056 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 13:00:00.211 32056 32056 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 13:00:00.211 32056 32056 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 13:00:00.211 32056 32056 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 13:00:00.211 32056 32056 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 13:00:00.211 32056 32056 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 13:00:00.211 32056 32056 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 13:00:00.211 32056 32056 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 13:00:00.211 32056 32056 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 13:00:00.211 32056 32056 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 13:00:00.211 32056 32056 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 13:00:00.211 32056 32056 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 13:00:00.211 32056 32056 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 13:00:00.211 32056 32056 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 13:00:00.211 32056 32056 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 13:00:00.211 32056 32056 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 13:00:00.211 32056 32056 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 13:00:00.211 32056 32056 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 13:00:00.211 32056 32056 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 13:00:00.273 32056 32056 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 13:00:00.642 32056 32056 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 13:00:00.643 32056 32056 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 13:00:00.699 32056 32056 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) 02-27 13:00:00.692 32056 32056 W com.mbwhatsapp: type=1400 audit(0.0:60186): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:00:00.700 32056 32056 W com.mbwhatsapp: type=1400 audit(0.0:60187): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:00:00.712 32056 32056 W com.mbwhatsapp: type=1400 audit(0.0:60188): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:00:00.772 32056 32056 W com.mbwhatsapp: type=1400 audit(0.0:60189): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:00:00.784 32056 32056 W com.mbwhatsapp: type=1400 audit(0.0:60190): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:00:00.911 32056 32056 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 583ms 02-27 13:00:00.916 32056 32109 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 13:00:00.916 32056 32109 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 13:00:00.916 32056 32109 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 13:00:00.919 32056 32056 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 874ms --------- beginning of system 02-27 13:00:00.919 32056 32056 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 13:04:15.438 2176 2176 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 13:04:15.762 2176 2176 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 13:04:15.762 2176 2176 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 13:04:15.762 2176 2176 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 13:04:15.762 2176 2176 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 13:04:15.762 2176 2176 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 13:04:15.762 2176 2176 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 13:04:15.762 2176 2176 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 13:04:15.762 2176 2176 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 13:04:15.762 2176 2176 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 13:04:15.762 2176 2176 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 13:04:15.762 2176 2176 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 13:04:15.762 2176 2176 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 13:04:15.762 2176 2176 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 13:04:15.762 2176 2176 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 13:04:15.762 2176 2176 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 13:04:15.762 2176 2176 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 13:04:15.762 2176 2176 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 13:04:15.762 2176 2176 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 13:04:15.762 2176 2176 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 13:04:15.762 2176 2176 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 13:04:15.762 2176 2176 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 13:04:15.854 2176 2176 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 259ms 02-27 13:04:15.860 2176 2176 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 13:04:16.343 2176 2176 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 13:04:16.344 2176 2176 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 13:04:16.442 2176 2176 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) 02-27 13:04:16.436 2176 2176 W com.mbwhatsapp: type=1400 audit(0.0:60754): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:04:16.448 2176 2176 W com.mbwhatsapp: type=1400 audit(0.0:60755): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:04:16.468 2176 2176 W com.mbwhatsapp: type=1400 audit(0.0:60756): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:04:16.532 2176 2176 W com.mbwhatsapp: type=1400 audit(0.0:60757): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:04:16.544 2176 2176 W com.mbwhatsapp: type=1400 audit(0.0:60758): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:04:16.700 2176 2176 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 747ms 02-27 13:04:16.707 2176 2176 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1249ms --------- beginning of system 02-27 13:04:16.707 2176 2176 W ActivityThread: Main thread can not be idle for a long time. 02-27 13:04:16.712 2176 2288 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 13:04:16.712 2176 2288 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 13:04:16.712 2176 2288 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 13:06:01.817 3223 3223 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 13:06:02.041 3223 3223 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 13:06:02.041 3223 3223 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 13:06:02.041 3223 3223 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 13:06:02.041 3223 3223 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 13:06:02.041 3223 3223 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 13:06:02.041 3223 3223 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 13:06:02.041 3223 3223 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 13:06:02.041 3223 3223 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 13:06:02.041 3223 3223 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 13:06:02.041 3223 3223 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 13:06:02.041 3223 3223 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 13:06:02.041 3223 3223 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 13:06:02.041 3223 3223 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 13:06:02.041 3223 3223 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 13:06:02.041 3223 3223 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 13:06:02.041 3223 3223 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 13:06:02.042 3223 3223 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 13:06:02.042 3223 3223 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 13:06:02.042 3223 3223 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 13:06:02.042 3223 3223 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 13:06:02.042 3223 3223 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 13:06:02.124 3223 3223 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 13:06:02.450 3223 3223 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 13:06:02.450 3223 3223 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 13:06:02.514 3223 3223 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) 02-27 13:06:02.508 3223 3223 W com.mbwhatsapp: type=1400 audit(0.0:61217): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:06:02.520 3223 3223 W com.mbwhatsapp: type=1400 audit(0.0:61218): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:06:02.536 3223 3223 W com.mbwhatsapp: type=1400 audit(0.0:61219): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:06:02.584 3223 3223 W com.mbwhatsapp: type=1400 audit(0.0:61220): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:06:02.592 3223 3223 W com.mbwhatsapp: type=1400 audit(0.0:61221): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:06:02.592 3223 3223 W com.mbwhatsapp: type=1400 audit(0.0:61223): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:06:02.721 3223 3223 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 531ms 02-27 13:06:02.725 3223 3298 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 13:06:02.725 3223 3298 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 13:06:02.725 3223 3298 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 13:06:02.728 3223 3223 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 890ms --------- beginning of system 02-27 13:06:02.728 3223 3223 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 13:09:54.154 4133 4133 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 13:09:54.260 4133 4133 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 13:09:54.260 4133 4133 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 13:09:54.260 4133 4133 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 13:09:54.260 4133 4133 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 13:09:54.260 4133 4133 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 13:09:54.260 4133 4133 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 13:09:54.260 4133 4133 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 13:09:54.260 4133 4133 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 13:09:54.260 4133 4133 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 13:09:54.260 4133 4133 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 13:09:54.260 4133 4133 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 13:09:54.260 4133 4133 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 13:09:54.260 4133 4133 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 13:09:54.260 4133 4133 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 13:09:54.260 4133 4133 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 13:09:54.260 4133 4133 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 13:09:54.260 4133 4133 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 13:09:54.260 4133 4133 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 13:09:54.260 4133 4133 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 13:09:54.261 4133 4133 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 13:09:54.261 4133 4133 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 13:09:54.339 4133 4133 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 13:09:54.612 4133 4133 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 13:09:54.613 4133 4133 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 13:09:54.662 4133 4133 W com.mbwhatsapp: type=1400 audit(0.0:62131): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:09:54.668 4133 4133 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) 02-27 13:09:54.666 4133 4133 W com.mbwhatsapp: type=1400 audit(0.0:62132): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:09:54.674 4133 4133 W com.mbwhatsapp: type=1400 audit(0.0:62133): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:09:54.698 4133 4133 W com.mbwhatsapp: type=1400 audit(0.0:62134): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:09:54.710 4133 4133 W com.mbwhatsapp: type=1400 audit(0.0:62135): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:09:54.819 4133 4133 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 435ms 02-27 13:09:54.826 4133 4133 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 651ms --------- beginning of system 02-27 13:09:54.826 4133 4133 W ActivityThread: Main thread can not be idle for a long time. 02-27 13:09:54.829 4133 4187 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 13:09:54.829 4133 4187 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 13:09:54.829 4133 4187 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 13:11:54.153 4760 4760 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 13:11:54.348 4760 4760 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 13:11:54.348 4760 4760 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 13:11:54.348 4760 4760 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 13:11:54.348 4760 4760 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 13:11:54.348 4760 4760 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 13:11:54.348 4760 4760 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 13:11:54.348 4760 4760 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 13:11:54.348 4760 4760 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 13:11:54.348 4760 4760 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 13:11:54.348 4760 4760 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 13:11:54.348 4760 4760 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 13:11:54.348 4760 4760 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 13:11:54.348 4760 4760 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 13:11:54.348 4760 4760 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 13:11:54.348 4760 4760 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 13:11:54.348 4760 4760 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 13:11:54.349 4760 4760 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 13:11:54.349 4760 4760 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 13:11:54.349 4760 4760 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 13:11:54.349 4760 4760 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 13:11:54.349 4760 4760 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 13:11:54.414 4760 4760 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 13:11:54.812 4760 4760 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 13:11:54.813 4760 4760 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 13:11:54.881 4760 4760 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) 02-27 13:11:54.874 4760 4760 W com.mbwhatsapp: type=1400 audit(0.0:62141): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:11:54.886 4760 4760 W com.mbwhatsapp: type=1400 audit(0.0:62142): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:11:54.902 4760 4760 W com.mbwhatsapp: type=1400 audit(0.0:62143): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:11:54.962 4760 4760 W com.mbwhatsapp: type=1400 audit(0.0:62144): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:11:54.970 4760 4760 W com.mbwhatsapp: type=1400 audit(0.0:62145): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:11:54.970 4760 4760 W com.mbwhatsapp: type=1400 audit(0.0:62147): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:11:55.093 4760 4760 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 615ms 02-27 13:11:55.099 4760 4808 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 13:11:55.099 4760 4808 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 13:11:55.099 4760 4808 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 13:11:55.100 4760 4760 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 925ms --------- beginning of system 02-27 13:11:55.100 4760 4760 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 13:15:00.065 5692 5692 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 13:15:00.174 5692 5692 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 13:15:00.174 5692 5692 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 13:15:00.174 5692 5692 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 13:15:00.174 5692 5692 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 13:15:00.174 5692 5692 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 13:15:00.174 5692 5692 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 13:15:00.174 5692 5692 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 13:15:00.174 5692 5692 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 13:15:00.174 5692 5692 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 13:15:00.174 5692 5692 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 13:15:00.175 5692 5692 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 13:15:00.175 5692 5692 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 13:15:00.175 5692 5692 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 13:15:00.175 5692 5692 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 13:15:00.175 5692 5692 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 13:15:00.175 5692 5692 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 13:15:00.175 5692 5692 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 13:15:00.175 5692 5692 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 13:15:00.175 5692 5692 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 13:15:00.175 5692 5692 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 13:15:00.175 5692 5692 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 13:15:00.255 5692 5692 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 13:15:00.547 5692 5692 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 13:15:00.547 5692 5692 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 13:15:00.601 5692 5692 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) 02-27 13:15:00.598 5692 5692 W com.mbwhatsapp: type=1400 audit(0.0:63679): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:15:00.602 5692 5692 W com.mbwhatsapp: type=1400 audit(0.0:63680): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:15:00.610 5692 5692 W com.mbwhatsapp: type=1400 audit(0.0:63681): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:15:00.634 5692 5692 W com.mbwhatsapp: type=1400 audit(0.0:63682): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:15:00.642 5692 5692 W com.mbwhatsapp: type=1400 audit(0.0:63683): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:15:00.736 5692 5692 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 426ms 02-27 13:15:00.747 5692 5692 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 662ms --------- beginning of system 02-27 13:15:00.747 5692 5692 W ActivityThread: Main thread can not be idle for a long time. 02-27 13:15:00.754 5692 5742 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 13:15:00.754 5692 5742 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 13:15:00.754 5692 5742 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 13:18:59.463 6408 6408 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 13:18:59.565 6408 6408 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 13:18:59.566 6408 6408 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 13:18:59.566 6408 6408 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 13:18:59.566 6408 6408 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 13:18:59.566 6408 6408 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 13:18:59.566 6408 6408 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 13:18:59.566 6408 6408 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 13:18:59.566 6408 6408 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 13:18:59.566 6408 6408 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 13:18:59.566 6408 6408 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 13:18:59.566 6408 6408 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 13:18:59.566 6408 6408 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 13:18:59.566 6408 6408 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 13:18:59.566 6408 6408 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 13:18:59.566 6408 6408 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 13:18:59.566 6408 6408 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 13:18:59.566 6408 6408 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 13:18:59.566 6408 6408 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 13:18:59.566 6408 6408 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 13:18:59.566 6408 6408 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 13:18:59.566 6408 6408 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 13:18:59.638 6408 6408 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 13:18:59.903 6408 6408 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 13:18:59.903 6408 6408 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 13:18:59.955 6408 6408 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) 02-27 13:18:59.949 6408 6408 W com.mbwhatsapp: type=1400 audit(0.0:64828): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:18:59.953 6408 6408 W com.mbwhatsapp: type=1400 audit(0.0:64829): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:18:59.961 6408 6408 W com.mbwhatsapp: type=1400 audit(0.0:64830): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:18:59.981 6408 6408 W com.mbwhatsapp: type=1400 audit(0.0:64831): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:18:59.989 6408 6408 W com.mbwhatsapp: type=1400 audit(0.0:64832): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:19:00.085 6408 6408 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 407ms 02-27 13:19:00.091 6408 6408 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 609ms --------- beginning of system 02-27 13:19:00.091 6408 6408 W ActivityThread: Main thread can not be idle for a long time. 02-27 13:19:00.102 6408 6477 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 13:19:00.102 6408 6477 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 13:19:00.102 6408 6477 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 13:20:31.735 7420 7420 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 13:20:31.826 7420 7420 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 13:20:31.826 7420 7420 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 13:20:31.826 7420 7420 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 13:20:31.826 7420 7420 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 13:20:31.826 7420 7420 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 13:20:31.826 7420 7420 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 13:20:31.826 7420 7420 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 13:20:31.826 7420 7420 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 13:20:31.827 7420 7420 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 13:20:31.827 7420 7420 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 13:20:31.827 7420 7420 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 13:20:31.827 7420 7420 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 13:20:31.827 7420 7420 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 13:20:31.827 7420 7420 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 13:20:31.827 7420 7420 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 13:20:31.827 7420 7420 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 13:20:31.827 7420 7420 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 13:20:31.827 7420 7420 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 13:20:31.827 7420 7420 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 13:20:31.827 7420 7420 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 13:20:31.827 7420 7420 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 13:20:31.894 7420 7420 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 13:20:32.229 7420 7420 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 13:20:32.229 7420 7420 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 13:20:32.279 7420 7420 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) 02-27 13:20:32.273 7420 7420 W com.mbwhatsapp: type=1400 audit(0.0:64925): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:20:32.277 7420 7420 W com.mbwhatsapp: type=1400 audit(0.0:64926): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:20:32.285 7420 7420 W com.mbwhatsapp: type=1400 audit(0.0:64927): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:20:32.305 7420 7420 W com.mbwhatsapp: type=1400 audit(0.0:64928): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:20:32.313 7420 7420 W com.mbwhatsapp: type=1400 audit(0.0:64929): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:20:32.406 7420 7420 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 476ms 02-27 13:20:32.418 7420 7420 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 668ms --------- beginning of system 02-27 13:20:32.418 7420 7420 W ActivityThread: Main thread can not be idle for a long time. 02-27 13:20:32.425 7420 7472 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 13:20:32.425 7420 7472 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 13:20:32.425 7420 7472 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 13:21:14.158 7843 7843 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 13:21:14.316 7843 7843 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 13:21:14.316 7843 7843 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 13:21:14.316 7843 7843 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 13:21:14.316 7843 7843 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 13:21:14.316 7843 7843 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 13:21:14.316 7843 7843 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 13:21:14.316 7843 7843 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 13:21:14.316 7843 7843 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 13:21:14.316 7843 7843 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 13:21:14.316 7843 7843 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 13:21:14.317 7843 7843 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 13:21:14.317 7843 7843 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 13:21:14.317 7843 7843 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 13:21:14.317 7843 7843 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 13:21:14.317 7843 7843 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 13:21:14.317 7843 7843 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 13:21:14.317 7843 7843 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 13:21:14.317 7843 7843 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 13:21:14.317 7843 7843 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 13:21:14.317 7843 7843 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 13:21:14.317 7843 7843 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 13:21:14.384 7843 7843 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 13:21:14.769 7843 7843 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 13:21:14.769 7843 7843 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 13:21:14.847 7843 7843 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) 02-27 13:21:14.841 7843 7843 W com.mbwhatsapp: type=1400 audit(0.0:65032): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:21:14.853 7843 7843 W com.mbwhatsapp: type=1400 audit(0.0:65033): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:21:14.861 7843 7843 W com.mbwhatsapp: type=1400 audit(0.0:65034): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:21:14.921 7843 7843 W com.mbwhatsapp: type=1400 audit(0.0:65035): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:21:14.929 7843 7843 W com.mbwhatsapp: type=1400 audit(0.0:65036): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:21:15.058 7843 7843 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 626ms 02-27 13:21:15.068 7843 7843 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 896ms --------- beginning of system 02-27 13:21:15.068 7843 7843 W ActivityThread: Main thread can not be idle for a long time. 02-27 13:21:15.074 7843 7895 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 13:21:15.074 7843 7895 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 13:21:15.074 7843 7895 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 13:30:59.805 8848 8848 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 13:30:59.906 8848 8848 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 13:30:59.907 8848 8848 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 13:30:59.907 8848 8848 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 13:30:59.907 8848 8848 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 13:30:59.907 8848 8848 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 13:30:59.907 8848 8848 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 13:30:59.907 8848 8848 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 13:30:59.907 8848 8848 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 13:30:59.907 8848 8848 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 13:30:59.907 8848 8848 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 13:30:59.907 8848 8848 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 13:30:59.907 8848 8848 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 13:30:59.907 8848 8848 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 13:30:59.907 8848 8848 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 13:30:59.907 8848 8848 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 13:30:59.907 8848 8848 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 13:30:59.907 8848 8848 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 13:30:59.907 8848 8848 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 13:30:59.907 8848 8848 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 13:30:59.907 8848 8848 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 13:30:59.907 8848 8848 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 13:30:59.983 8848 8848 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 13:31:00.253 8848 8848 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 13:31:00.253 8848 8848 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 13:31:00.312 8848 8848 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) 02-27 13:31:00.306 8848 8848 W com.mbwhatsapp: type=1400 audit(0.0:68115): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:31:00.310 8848 8848 W com.mbwhatsapp: type=1400 audit(0.0:68116): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:31:00.318 8848 8848 W com.mbwhatsapp: type=1400 audit(0.0:68117): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:31:00.342 8848 8848 W com.mbwhatsapp: type=1400 audit(0.0:68118): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:31:00.350 8848 8848 W com.mbwhatsapp: type=1400 audit(0.0:68119): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:31:00.454 8848 8848 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 429ms 02-27 13:31:00.460 8848 8848 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 638ms --------- beginning of system 02-27 13:31:00.460 8848 8848 W ActivityThread: Main thread can not be idle for a long time. 02-27 13:31:00.467 8848 8901 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 13:31:00.467 8848 8901 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 13:31:00.467 8848 8901 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 13:31:54.153 9551 9551 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 13:31:54.383 9551 9551 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 13:31:54.383 9551 9551 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 13:31:54.383 9551 9551 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 13:31:54.383 9551 9551 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 13:31:54.383 9551 9551 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 13:31:54.383 9551 9551 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 13:31:54.383 9551 9551 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 13:31:54.383 9551 9551 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 13:31:54.383 9551 9551 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 13:31:54.383 9551 9551 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 13:31:54.383 9551 9551 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 13:31:54.383 9551 9551 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 13:31:54.383 9551 9551 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 13:31:54.383 9551 9551 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 13:31:54.383 9551 9551 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 13:31:54.383 9551 9551 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 13:31:54.383 9551 9551 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 13:31:54.383 9551 9551 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 13:31:54.383 9551 9551 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 13:31:54.383 9551 9551 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 13:31:54.383 9551 9551 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 13:31:54.484 9551 9551 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 13:31:54.944 9551 9551 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 13:31:54.944 9551 9551 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 13:31:55.038 9551 9551 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) 02-27 13:31:55.034 9551 9551 W com.mbwhatsapp: type=1400 audit(0.0:68199): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:31:55.046 9551 9551 W com.mbwhatsapp: type=1400 audit(0.0:68200): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:31:55.062 9551 9551 W com.mbwhatsapp: type=1400 audit(0.0:68201): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:31:55.118 9551 9551 W com.mbwhatsapp: type=1400 audit(0.0:68202): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:31:55.126 9551 9551 W com.mbwhatsapp: type=1400 audit(0.0:68203): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:31:55.267 9551 9551 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 727ms 02-27 13:31:55.273 9551 9612 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 13:31:55.273 9551 9612 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 13:31:55.273 9551 9612 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 13:31:55.273 9551 9551 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1106ms --------- beginning of system 02-27 13:31:55.273 9551 9551 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 13:36:19.701 10345 10345 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 13:36:19.810 10345 10345 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 13:36:19.811 10345 10345 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 13:36:19.811 10345 10345 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 13:36:19.811 10345 10345 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 13:36:19.811 10345 10345 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 13:36:19.811 10345 10345 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 13:36:19.811 10345 10345 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 13:36:19.811 10345 10345 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 13:36:19.811 10345 10345 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 13:36:19.811 10345 10345 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 13:36:19.811 10345 10345 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 13:36:19.811 10345 10345 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 13:36:19.811 10345 10345 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 13:36:19.811 10345 10345 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 13:36:19.811 10345 10345 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 13:36:19.811 10345 10345 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 13:36:19.811 10345 10345 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 13:36:19.811 10345 10345 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 13:36:19.811 10345 10345 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 13:36:19.811 10345 10345 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 13:36:19.811 10345 10345 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 13:36:19.872 10345 10345 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 13:36:20.113 10345 10345 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 13:36:20.113 10345 10345 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 13:36:20.160 10345 10345 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) 02-27 13:36:20.283 10345 10345 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 375ms 02-27 13:36:20.289 10345 10401 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 13:36:20.289 10345 10401 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 13:36:20.289 10345 10401 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 13:36:20.289 10345 10345 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 564ms --------- beginning of system 02-27 13:36:20.289 10345 10345 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 13:36:54.151 11164 11164 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 13:36:54.339 11164 11164 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 13:36:54.339 11164 11164 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 13:36:54.339 11164 11164 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 13:36:54.339 11164 11164 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 13:36:54.339 11164 11164 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 13:36:54.339 11164 11164 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 13:36:54.339 11164 11164 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 13:36:54.339 11164 11164 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 13:36:54.339 11164 11164 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 13:36:54.339 11164 11164 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 13:36:54.339 11164 11164 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 13:36:54.339 11164 11164 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 13:36:54.339 11164 11164 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 13:36:54.340 11164 11164 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 13:36:54.340 11164 11164 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 13:36:54.340 11164 11164 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 13:36:54.340 11164 11164 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 13:36:54.340 11164 11164 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 13:36:54.340 11164 11164 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 13:36:54.340 11164 11164 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 13:36:54.340 11164 11164 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 13:36:54.420 11164 11164 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 13:36:54.815 11164 11164 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 13:36:54.815 11164 11164 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 13:36:54.887 11164 11164 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) 02-27 13:36:54.880 11164 11164 W com.mbwhatsapp: type=1400 audit(0.0:70145): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:36:54.892 11164 11164 W com.mbwhatsapp: type=1400 audit(0.0:70146): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:36:54.908 11164 11164 W com.mbwhatsapp: type=1400 audit(0.0:70147): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:36:54.964 11164 11164 W com.mbwhatsapp: type=1400 audit(0.0:70148): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:36:54.972 11164 11164 W com.mbwhatsapp: type=1400 audit(0.0:70149): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:36:55.129 11164 11164 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 653ms 02-27 13:36:55.137 11164 11164 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 964ms --------- beginning of system 02-27 13:36:55.137 11164 11164 W ActivityThread: Main thread can not be idle for a long time. 02-27 13:36:55.137 11164 11213 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 13:36:55.137 11164 11213 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 13:36:55.137 11164 11213 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 13:40:54.157 12635 12635 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 13:40:54.267 12635 12635 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 13:40:54.268 12635 12635 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 13:40:54.268 12635 12635 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 13:40:54.268 12635 12635 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 13:40:54.268 12635 12635 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 13:40:54.268 12635 12635 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 13:40:54.268 12635 12635 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 13:40:54.268 12635 12635 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 13:40:54.268 12635 12635 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 13:40:54.268 12635 12635 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 13:40:54.268 12635 12635 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 13:40:54.268 12635 12635 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 13:40:54.268 12635 12635 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 13:40:54.268 12635 12635 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 13:40:54.268 12635 12635 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 13:40:54.268 12635 12635 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 13:40:54.268 12635 12635 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 13:40:54.268 12635 12635 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 13:40:54.268 12635 12635 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 13:40:54.268 12635 12635 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 13:40:54.268 12635 12635 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 13:40:54.366 12635 12635 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 13:40:54.671 12635 12635 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 13:40:54.671 12635 12635 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 13:40:54.726 12635 12635 W com.mbwhatsapp: type=1400 audit(0.0:71053): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:40:54.730 12635 12635 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) 02-27 13:40:54.730 12635 12635 W com.mbwhatsapp: type=1400 audit(0.0:71054): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:40:54.738 12635 12635 W com.mbwhatsapp: type=1400 audit(0.0:71055): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:40:54.762 12635 12635 W com.mbwhatsapp: type=1400 audit(0.0:71056): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:40:54.770 12635 12635 W com.mbwhatsapp: type=1400 audit(0.0:71057): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:40:54.884 12635 12635 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 474ms 02-27 13:40:54.890 12635 12635 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 718ms --------- beginning of system 02-27 13:40:54.890 12635 12635 W ActivityThread: Main thread can not be idle for a long time. 02-27 13:40:54.902 12635 12698 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 13:40:54.902 12635 12698 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 13:40:54.902 12635 12698 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 13:42:05.532 13820 13820 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 13:42:05.604 13820 13820 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 13:42:05.604 13820 13820 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 13:42:05.604 13820 13820 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 13:42:05.604 13820 13820 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 13:42:05.604 13820 13820 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 13:42:05.604 13820 13820 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 13:42:05.604 13820 13820 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 13:42:05.604 13820 13820 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 13:42:05.604 13820 13820 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 13:42:05.604 13820 13820 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 13:42:05.604 13820 13820 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 13:42:05.604 13820 13820 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 13:42:05.604 13820 13820 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 13:42:05.604 13820 13820 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 13:42:05.604 13820 13820 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 13:42:05.604 13820 13820 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 13:42:05.604 13820 13820 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 13:42:05.604 13820 13820 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 13:42:05.604 13820 13820 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 13:42:05.604 13820 13820 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 13:42:05.604 13820 13820 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 13:42:05.644 13820 13820 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 13:42:05.821 13820 13820 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 13:42:05.821 13820 13820 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 13:42:05.845 13820 13820 W com.mbwhatsapp: type=1400 audit(0.0:71509): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:42:05.849 13820 13820 W com.mbwhatsapp: type=1400 audit(0.0:71510): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:42:05.851 13820 13820 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) 02-27 13:42:05.853 13820 13820 W com.mbwhatsapp: type=1400 audit(0.0:71511): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:42:05.936 13820 13820 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 266ms 02-27 13:42:05.957 13820 13868 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 13:42:05.957 13820 13868 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 13:42:05.957 13820 13868 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 13:45:02.570 15461 15461 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 13:45:02.656 15461 15461 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 13:45:02.656 15461 15461 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 13:45:02.656 15461 15461 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 13:45:02.656 15461 15461 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 13:45:02.656 15461 15461 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 13:45:02.656 15461 15461 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 13:45:02.656 15461 15461 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 13:45:02.656 15461 15461 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 13:45:02.656 15461 15461 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 13:45:02.656 15461 15461 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 13:45:02.656 15461 15461 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 13:45:02.656 15461 15461 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 13:45:02.656 15461 15461 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 13:45:02.657 15461 15461 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 13:45:02.657 15461 15461 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 13:45:02.657 15461 15461 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 13:45:02.657 15461 15461 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 13:45:02.657 15461 15461 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 13:45:02.657 15461 15461 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 13:45:02.657 15461 15461 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 13:45:02.657 15461 15461 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 13:45:02.719 15461 15461 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 13:45:02.993 15461 15461 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 13:45:02.993 15461 15461 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 13:45:03.049 15461 15461 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) 02-27 13:45:03.045 15461 15461 W com.mbwhatsapp: type=1400 audit(0.0:72613): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:45:03.057 15461 15461 W com.mbwhatsapp: type=1400 audit(0.0:72615): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:45:03.081 15461 15461 W com.mbwhatsapp: type=1400 audit(0.0:72616): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:45:03.089 15461 15461 W com.mbwhatsapp: type=1400 audit(0.0:72617): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:45:03.196 15461 15461 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 440ms 02-27 13:45:03.203 15461 15461 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 617ms --------- beginning of system 02-27 13:45:03.203 15461 15461 W ActivityThread: Main thread can not be idle for a long time. 02-27 13:45:03.218 15461 15529 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 13:45:03.218 15461 15529 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 13:45:03.218 15461 15529 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 13:46:23.815 16160 16160 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 13:46:23.982 16160 16160 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 13:46:23.982 16160 16160 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 13:46:23.982 16160 16160 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 13:46:23.982 16160 16160 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 13:46:23.982 16160 16160 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 13:46:23.982 16160 16160 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 13:46:23.982 16160 16160 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 13:46:23.982 16160 16160 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 13:46:23.982 16160 16160 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 13:46:23.982 16160 16160 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 13:46:23.982 16160 16160 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 13:46:23.982 16160 16160 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 13:46:23.982 16160 16160 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 13:46:23.982 16160 16160 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 13:46:23.982 16160 16160 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 13:46:23.982 16160 16160 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 13:46:23.982 16160 16160 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 13:46:23.982 16160 16160 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 13:46:23.982 16160 16160 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 13:46:23.982 16160 16160 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 13:46:23.982 16160 16160 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 13:46:24.023 16160 16160 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 13:46:24.358 16160 16160 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 13:46:24.359 16160 16160 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 13:46:24.385 16160 16160 W com.mbwhatsapp: type=1400 audit(0.0:73712): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:46:24.385 16160 16160 W com.mbwhatsapp: type=1400 audit(0.0:73713): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:46:24.388 16160 16160 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) 02-27 13:46:24.389 16160 16160 W com.mbwhatsapp: type=1400 audit(0.0:73714): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:46:24.405 16160 16160 W com.mbwhatsapp: type=1400 audit(0.0:73715): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:46:24.409 16160 16160 W com.mbwhatsapp: type=1400 audit(0.0:73716): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:46:24.475 16160 16160 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 424ms 02-27 13:46:24.497 16160 16208 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 13:46:24.497 16160 16208 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 13:46:24.497 16160 16208 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 13:47:07.881 16423 16423 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 13:47:07.973 16423 16423 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 13:47:07.973 16423 16423 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 13:47:07.973 16423 16423 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 13:47:07.973 16423 16423 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 13:47:07.973 16423 16423 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 13:47:07.973 16423 16423 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 13:47:07.973 16423 16423 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 13:47:07.973 16423 16423 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 13:47:07.973 16423 16423 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 13:47:07.973 16423 16423 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 13:47:07.973 16423 16423 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 13:47:07.973 16423 16423 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 13:47:07.973 16423 16423 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 13:47:07.973 16423 16423 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 13:47:07.973 16423 16423 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 13:47:07.973 16423 16423 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 13:47:07.973 16423 16423 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 13:47:07.974 16423 16423 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 13:47:07.974 16423 16423 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 13:47:07.974 16423 16423 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 13:47:07.974 16423 16423 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 13:47:08.036 16423 16423 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 13:47:08.272 16423 16423 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 13:47:08.273 16423 16423 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 13:47:08.321 16423 16423 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) 02-27 13:47:08.317 16423 16423 W com.mbwhatsapp: type=1400 audit(0.0:73995): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:47:08.317 16423 16423 W com.mbwhatsapp: type=1400 audit(0.0:73996): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:47:08.325 16423 16423 W com.mbwhatsapp: type=1400 audit(0.0:73997): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:47:08.345 16423 16423 W com.mbwhatsapp: type=1400 audit(0.0:73998): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:47:08.353 16423 16423 W com.mbwhatsapp: type=1400 audit(0.0:73999): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:47:08.440 16423 16423 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 368ms 02-27 13:47:08.447 16423 16423 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 547ms --------- beginning of system 02-27 13:47:08.447 16423 16423 W ActivityThread: Main thread can not be idle for a long time. 02-27 13:47:08.452 16423 16471 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 13:47:08.452 16423 16471 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 13:47:08.452 16423 16471 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 13:48:07.152 17008 17008 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 13:48:07.301 17008 17008 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 13:48:07.301 17008 17008 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 13:48:07.301 17008 17008 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 13:48:07.301 17008 17008 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 13:48:07.301 17008 17008 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 13:48:07.301 17008 17008 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 13:48:07.301 17008 17008 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 13:48:07.301 17008 17008 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 13:48:07.301 17008 17008 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 13:48:07.301 17008 17008 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 13:48:07.302 17008 17008 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 13:48:07.302 17008 17008 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 13:48:07.302 17008 17008 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 13:48:07.302 17008 17008 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 13:48:07.302 17008 17008 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 13:48:07.302 17008 17008 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 13:48:07.302 17008 17008 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 13:48:07.302 17008 17008 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 13:48:07.302 17008 17008 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 13:48:07.302 17008 17008 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 13:48:07.302 17008 17008 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 13:48:07.381 17008 17008 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 13:48:07.812 17008 17008 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 13:48:07.813 17008 17008 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 13:48:07.912 17008 17008 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) 02-27 13:48:08.174 17008 17008 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 732ms 02-27 13:48:08.178 17008 17103 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 13:48:08.178 17008 17103 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 13:48:08.178 17008 17103 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 13:48:08.184 17008 17008 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 889ms --------- beginning of system 02-27 13:48:08.184 17008 17008 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 13:50:00.045 17409 17409 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 13:50:00.154 17409 17409 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 13:50:00.154 17409 17409 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 13:50:00.154 17409 17409 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 13:50:00.154 17409 17409 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 13:50:00.154 17409 17409 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 13:50:00.154 17409 17409 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 13:50:00.154 17409 17409 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 13:50:00.154 17409 17409 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 13:50:00.154 17409 17409 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 13:50:00.154 17409 17409 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 13:50:00.154 17409 17409 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 13:50:00.155 17409 17409 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 13:50:00.155 17409 17409 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 13:50:00.155 17409 17409 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 13:50:00.155 17409 17409 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 13:50:00.155 17409 17409 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 13:50:00.155 17409 17409 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 13:50:00.155 17409 17409 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 13:50:00.155 17409 17409 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 13:50:00.155 17409 17409 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 13:50:00.155 17409 17409 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 13:50:00.233 17409 17409 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 13:52:37.312 17693 17693 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 13:52:37.448 17693 17693 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 13:52:37.448 17693 17693 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 13:52:37.448 17693 17693 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 13:52:37.448 17693 17693 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 13:52:37.448 17693 17693 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 13:52:37.448 17693 17693 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 13:52:37.448 17693 17693 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 13:52:37.448 17693 17693 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 13:52:37.449 17693 17693 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 13:52:37.449 17693 17693 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 13:52:37.449 17693 17693 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 13:52:37.449 17693 17693 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 13:52:37.449 17693 17693 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 13:52:37.449 17693 17693 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 13:52:37.449 17693 17693 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 13:52:37.449 17693 17693 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 13:52:37.449 17693 17693 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 13:52:37.449 17693 17693 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 13:52:37.449 17693 17693 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 13:52:37.449 17693 17693 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 13:52:37.449 17693 17693 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 13:52:37.549 17693 17693 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 13:52:37.853 17693 17693 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 13:52:37.853 17693 17693 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 13:52:37.915 17693 17693 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) 02-27 13:52:38.062 17693 17693 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 472ms 02-27 13:52:38.067 17693 17783 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 13:52:38.067 17693 17783 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 13:52:38.067 17693 17783 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 13:52:38.069 17693 17693 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 722ms --------- beginning of system 02-27 13:52:38.069 17693 17693 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 13:57:54.153 20122 20122 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 13:57:54.492 20122 20122 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 13:57:54.493 20122 20122 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 13:57:54.493 20122 20122 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 13:57:54.493 20122 20122 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 13:57:54.493 20122 20122 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 13:57:54.493 20122 20122 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 13:57:54.493 20122 20122 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 13:57:54.493 20122 20122 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 13:57:54.493 20122 20122 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 13:57:54.493 20122 20122 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 13:57:54.493 20122 20122 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 13:57:54.493 20122 20122 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 13:57:54.493 20122 20122 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 13:57:54.493 20122 20122 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 13:57:54.493 20122 20122 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 13:57:54.493 20122 20122 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 13:57:54.493 20122 20122 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 13:57:54.493 20122 20122 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 13:57:54.493 20122 20122 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 13:57:54.493 20122 20122 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 13:57:54.493 20122 20122 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 13:57:54.585 20122 20122 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 263ms 02-27 13:57:54.593 20122 20122 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 13:57:55.045 20122 20122 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 13:57:55.045 20122 20122 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 13:57:55.132 20122 20122 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) 02-27 13:57:55.128 20122 20122 W com.mbwhatsapp: type=1400 audit(0.0:78252): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:57:55.140 20122 20122 W com.mbwhatsapp: type=1400 audit(0.0:78253): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:57:55.164 20122 20122 W com.mbwhatsapp: type=1400 audit(0.0:78254): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:57:55.252 20122 20122 W com.mbwhatsapp: type=1400 audit(0.0:78255): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:57:55.272 20122 20122 W com.mbwhatsapp: type=1400 audit(0.0:78256): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 13:57:55.428 20122 20122 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 736ms 02-27 13:57:55.433 20122 20172 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 13:57:55.433 20122 20172 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 13:57:55.433 20122 20172 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 13:57:55.435 20122 20122 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1264ms --------- beginning of system 02-27 13:57:55.435 20122 20122 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 14:02:17.671 21233 21233 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 14:02:17.955 21233 21233 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 14:02:17.955 21233 21233 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 14:02:17.955 21233 21233 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 14:02:17.955 21233 21233 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 14:02:17.955 21233 21233 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 14:02:17.955 21233 21233 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 14:02:17.955 21233 21233 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 14:02:17.955 21233 21233 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 14:02:17.955 21233 21233 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 14:02:17.955 21233 21233 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 14:02:17.955 21233 21233 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 14:02:17.955 21233 21233 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 14:02:17.955 21233 21233 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 14:02:17.956 21233 21233 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 14:02:17.956 21233 21233 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 14:02:17.956 21233 21233 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 14:02:17.956 21233 21233 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 14:02:17.956 21233 21233 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 14:02:17.956 21233 21233 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 14:02:17.956 21233 21233 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 14:02:17.956 21233 21233 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 14:02:18.050 21233 21233 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 14:02:18.465 21233 21233 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 14:02:18.465 21233 21233 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 14:02:18.537 21233 21233 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) 02-27 14:02:18.621 21233 21233 W com.mbwhatsapp: type=1400 audit(0.0:79821): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 14:02:18.629 21233 21233 W com.mbwhatsapp: type=1400 audit(0.0:79822): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 14:02:18.629 21233 21233 W com.mbwhatsapp: type=1400 audit(0.0:79823): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 14:02:18.629 21233 21233 W com.mbwhatsapp: type=1400 audit(0.0:79824): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 14:02:18.755 21233 21233 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 650ms 02-27 14:02:18.762 21233 21233 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1059ms --------- beginning of system 02-27 14:02:18.762 21233 21233 W ActivityThread: Main thread can not be idle for a long time. 02-27 14:02:18.774 21233 21345 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 14:02:18.774 21233 21345 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 14:02:18.774 21233 21345 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 14:18:54.153 22097 22097 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 14:18:54.246 22097 22097 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 14:18:54.246 22097 22097 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 14:18:54.246 22097 22097 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 14:18:54.246 22097 22097 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 14:18:54.246 22097 22097 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 14:18:54.246 22097 22097 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 14:18:54.246 22097 22097 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 14:18:54.246 22097 22097 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 14:18:54.247 22097 22097 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 14:18:54.247 22097 22097 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 14:18:54.247 22097 22097 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 14:18:54.247 22097 22097 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 14:18:54.247 22097 22097 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 14:18:54.247 22097 22097 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 14:18:54.247 22097 22097 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 14:18:54.247 22097 22097 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 14:18:54.247 22097 22097 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 14:18:54.247 22097 22097 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 14:18:54.247 22097 22097 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 14:18:54.247 22097 22097 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 14:18:54.247 22097 22097 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 14:18:54.308 22097 22097 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 14:18:54.558 22097 22097 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 14:18:54.559 22097 22097 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 14:18:54.606 22097 22097 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) 02-27 14:18:54.599 22097 22097 W com.mbwhatsapp: type=1400 audit(0.0:82533): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 14:18:54.603 22097 22097 W com.mbwhatsapp: type=1400 audit(0.0:82534): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 14:18:54.611 22097 22097 W com.mbwhatsapp: type=1400 audit(0.0:82535): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 14:18:54.631 22097 22097 W com.mbwhatsapp: type=1400 audit(0.0:82536): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 14:18:54.639 22097 22097 W com.mbwhatsapp: type=1400 audit(0.0:82537): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 14:18:54.731 22097 22097 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 388ms 02-27 14:18:54.738 22097 22097 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 566ms --------- beginning of system 02-27 14:18:54.738 22097 22097 W ActivityThread: Main thread can not be idle for a long time. 02-27 14:18:54.744 22097 22145 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 14:18:54.744 22097 22145 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 14:18:54.744 22097 22145 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 14:20:00.336 22602 22602 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 14:20:00.558 22602 22602 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 14:20:00.559 22602 22602 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 14:20:00.559 22602 22602 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 14:20:00.559 22602 22602 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 14:20:00.559 22602 22602 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 14:20:00.559 22602 22602 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 14:20:00.559 22602 22602 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 14:20:00.559 22602 22602 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 14:20:00.559 22602 22602 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 14:20:00.559 22602 22602 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 14:20:00.559 22602 22602 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 14:20:00.559 22602 22602 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 14:20:00.559 22602 22602 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 14:20:00.559 22602 22602 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 14:20:00.559 22602 22602 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 14:20:00.559 22602 22602 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 14:20:00.559 22602 22602 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 14:20:00.559 22602 22602 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 14:20:00.559 22602 22602 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 14:20:00.559 22602 22602 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 14:20:00.559 22602 22602 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 14:20:00.656 22602 22602 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 14:20:01.006 22602 22602 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 14:20:01.007 22602 22602 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 14:20:01.080 22602 22602 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) 02-27 14:20:01.319 22602 22602 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 610ms 02-27 14:20:01.326 22602 22602 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 972ms --------- beginning of system 02-27 14:20:01.326 22602 22602 W ActivityThread: Main thread can not be idle for a long time. 02-27 14:20:01.349 22602 22655 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 14:20:01.349 22602 22655 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 14:20:01.349 22602 22655 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 14:38:01.494 23291 23291 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 14:38:01.592 23291 23291 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 14:38:01.593 23291 23291 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 14:38:01.593 23291 23291 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 14:38:01.593 23291 23291 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 14:38:01.593 23291 23291 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 14:38:01.593 23291 23291 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 14:38:01.593 23291 23291 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 14:38:01.593 23291 23291 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 14:38:01.593 23291 23291 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 14:38:01.593 23291 23291 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 14:38:01.593 23291 23291 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 14:38:01.593 23291 23291 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 14:38:01.593 23291 23291 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 14:38:01.593 23291 23291 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 14:38:01.593 23291 23291 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 14:38:01.593 23291 23291 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 14:38:01.593 23291 23291 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 14:38:01.593 23291 23291 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 14:38:01.593 23291 23291 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 14:38:01.593 23291 23291 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 14:38:01.593 23291 23291 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 14:38:01.657 23291 23291 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 14:38:01.909 23291 23291 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 14:38:01.910 23291 23291 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 14:38:01.958 23291 23291 W com.mbwhatsapp: type=1400 audit(0.0:84708): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 14:38:01.964 23291 23291 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) 02-27 14:38:01.962 23291 23291 W com.mbwhatsapp: type=1400 audit(0.0:84709): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 14:38:01.970 23291 23291 W com.mbwhatsapp: type=1400 audit(0.0:84710): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 14:38:01.994 23291 23291 W com.mbwhatsapp: type=1400 audit(0.0:84711): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 14:38:01.998 23291 23291 W com.mbwhatsapp: type=1400 audit(0.0:84712): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 14:38:02.106 23291 23291 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 415ms 02-27 14:38:02.108 23291 23344 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 14:38:02.108 23291 23344 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 14:38:02.108 23291 23344 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 14:38:02.112 23291 23291 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 600ms --------- beginning of system 02-27 14:38:02.113 23291 23291 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 14:38:59.751 24167 24167 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 14:38:59.960 24167 24167 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 14:38:59.960 24167 24167 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 14:38:59.960 24167 24167 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 14:38:59.960 24167 24167 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 14:38:59.960 24167 24167 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 14:38:59.960 24167 24167 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 14:38:59.960 24167 24167 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 14:38:59.960 24167 24167 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 14:38:59.960 24167 24167 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 14:38:59.960 24167 24167 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 14:38:59.960 24167 24167 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 14:38:59.960 24167 24167 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 14:38:59.960 24167 24167 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 14:38:59.960 24167 24167 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 14:38:59.960 24167 24167 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 14:38:59.960 24167 24167 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 14:38:59.960 24167 24167 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 14:38:59.960 24167 24167 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 14:38:59.960 24167 24167 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 14:38:59.960 24167 24167 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 14:38:59.960 24167 24167 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 14:39:00.037 24167 24167 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 14:39:00.455 24167 24167 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 14:39:00.455 24167 24167 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 14:39:00.531 24167 24167 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) 02-27 14:39:00.526 24167 24167 W com.mbwhatsapp: type=1400 audit(0.0:84768): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 14:39:00.534 24167 24167 W com.mbwhatsapp: type=1400 audit(0.0:84769): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 14:39:00.546 24167 24167 W com.mbwhatsapp: type=1400 audit(0.0:84770): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 14:39:00.602 24167 24167 W com.mbwhatsapp: type=1400 audit(0.0:84771): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 14:39:00.614 24167 24167 W com.mbwhatsapp: type=1400 audit(0.0:84772): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 14:39:00.757 24167 24167 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 663ms 02-27 14:39:00.760 24167 24229 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 14:39:00.760 24167 24229 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 14:39:00.760 24167 24229 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 14:39:00.764 24167 24167 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 998ms --------- beginning of system 02-27 14:39:00.764 24167 24167 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 14:40:16.054 24561 24561 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 14:40:16.149 24561 24561 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 14:40:16.150 24561 24561 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 14:40:16.150 24561 24561 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 14:40:16.150 24561 24561 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 14:40:16.150 24561 24561 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 14:40:16.150 24561 24561 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 14:40:16.150 24561 24561 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 14:40:16.150 24561 24561 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 14:40:16.150 24561 24561 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 14:40:16.150 24561 24561 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 14:40:16.150 24561 24561 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 14:40:16.150 24561 24561 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 14:40:16.150 24561 24561 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 14:40:16.150 24561 24561 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 14:40:16.150 24561 24561 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 14:40:16.150 24561 24561 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 14:40:16.150 24561 24561 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 14:40:16.150 24561 24561 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 14:40:16.150 24561 24561 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 14:40:16.150 24561 24561 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 14:40:16.150 24561 24561 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 14:40:16.219 24561 24561 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 14:40:16.472 24561 24561 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 14:40:16.472 24561 24561 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 14:40:16.524 24561 24561 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) 02-27 14:40:16.518 24561 24561 W com.mbwhatsapp: type=1400 audit(0.0:84801): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 14:40:16.522 24561 24561 W com.mbwhatsapp: type=1400 audit(0.0:84802): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 14:40:16.530 24561 24561 W com.mbwhatsapp: type=1400 audit(0.0:84803): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 14:40:16.558 24561 24561 W com.mbwhatsapp: type=1400 audit(0.0:84804): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 14:40:16.566 24561 24561 W com.mbwhatsapp: type=1400 audit(0.0:84805): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 14:40:16.663 24561 24561 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 405ms 02-27 14:40:16.674 24561 24609 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 14:40:16.674 24561 24609 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 14:40:16.674 24561 24609 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 14:40:16.674 24561 24561 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 605ms --------- beginning of system 02-27 14:40:16.674 24561 24561 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 15:06:54.151 27661 27661 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 15:06:54.325 27661 27661 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 15:06:54.325 27661 27661 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 15:06:54.325 27661 27661 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 15:06:54.325 27661 27661 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 15:06:54.325 27661 27661 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 15:06:54.326 27661 27661 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 15:06:54.326 27661 27661 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 15:06:54.326 27661 27661 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 15:06:54.326 27661 27661 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 15:06:54.326 27661 27661 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 15:06:54.326 27661 27661 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 15:06:54.326 27661 27661 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 15:06:54.326 27661 27661 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 15:06:54.326 27661 27661 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 15:06:54.326 27661 27661 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 15:06:54.326 27661 27661 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 15:06:54.326 27661 27661 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 15:06:54.326 27661 27661 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 15:06:54.326 27661 27661 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 15:06:54.326 27661 27661 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 15:06:54.326 27661 27661 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 15:06:54.398 27661 27661 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 15:06:54.697 27661 27661 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 15:06:54.697 27661 27661 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 15:06:54.765 27661 27661 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) 02-27 15:06:54.759 27661 27661 W com.mbwhatsapp: type=1400 audit(0.0:87761): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:06:54.767 27661 27661 W com.mbwhatsapp: type=1400 audit(0.0:87762): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:06:54.775 27661 27661 W com.mbwhatsapp: type=1400 audit(0.0:87763): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:06:54.827 27661 27661 W com.mbwhatsapp: type=1400 audit(0.0:87764): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:06:54.835 27661 27661 W com.mbwhatsapp: type=1400 audit(0.0:87765): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:06:54.945 27661 27661 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 490ms 02-27 15:06:54.951 27661 27661 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 782ms --------- beginning of system 02-27 15:06:54.952 27661 27661 W ActivityThread: Main thread can not be idle for a long time. 02-27 15:06:54.958 27661 27709 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 15:06:54.958 27661 27709 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 15:06:54.958 27661 27709 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 15:08:50.805 28431 28431 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 15:08:50.875 28431 28431 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 15:08:50.875 28431 28431 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 15:08:50.875 28431 28431 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 15:08:50.875 28431 28431 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 15:08:50.875 28431 28431 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 15:08:50.875 28431 28431 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 15:08:50.875 28431 28431 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 15:08:50.875 28431 28431 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 15:08:50.875 28431 28431 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 15:08:50.875 28431 28431 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 15:08:50.875 28431 28431 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 15:08:50.875 28431 28431 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 15:08:50.875 28431 28431 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 15:08:50.875 28431 28431 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 15:08:50.875 28431 28431 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 15:08:50.875 28431 28431 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 15:08:50.875 28431 28431 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 15:08:50.875 28431 28431 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 15:08:50.875 28431 28431 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 15:08:50.875 28431 28431 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 15:08:50.875 28431 28431 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 15:08:50.917 28431 28431 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 15:08:51.076 28431 28431 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 15:08:51.076 28431 28431 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 15:08:51.103 28431 28431 W com.mbwhatsapp: type=1400 audit(0.0:87869): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:08:51.106 28431 28431 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) 02-27 15:08:51.107 28431 28431 W com.mbwhatsapp: type=1400 audit(0.0:87870): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:08:51.111 28431 28431 W com.mbwhatsapp: type=1400 audit(0.0:87871): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:08:51.127 28431 28431 W com.mbwhatsapp: type=1400 audit(0.0:87872): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:08:51.131 28431 28431 W com.mbwhatsapp: type=1400 audit(0.0:87873): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:08:51.195 28431 28431 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 254ms 02-27 15:08:51.204 28431 28492 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 15:08:51.204 28431 28492 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 15:08:51.204 28431 28492 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 15:12:48.603 28823 28823 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 15:12:48.675 28823 28823 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 15:12:48.675 28823 28823 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 15:12:48.675 28823 28823 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 15:12:48.675 28823 28823 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 15:12:48.675 28823 28823 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 15:12:48.675 28823 28823 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 15:12:48.675 28823 28823 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 15:12:48.675 28823 28823 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 15:12:48.675 28823 28823 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 15:12:48.675 28823 28823 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 15:12:48.675 28823 28823 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 15:12:48.675 28823 28823 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 15:12:48.675 28823 28823 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 15:12:48.675 28823 28823 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 15:12:48.675 28823 28823 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 15:12:48.675 28823 28823 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 15:12:48.675 28823 28823 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 15:12:48.675 28823 28823 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 15:12:48.675 28823 28823 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 15:12:48.675 28823 28823 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 15:12:48.675 28823 28823 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 15:12:48.715 28823 28823 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 15:12:48.879 28823 28823 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 15:12:48.879 28823 28823 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 15:12:48.909 28823 28823 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) 02-27 15:12:48.990 28823 28823 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 251ms 02-27 15:12:48.997 28823 28876 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 15:12:48.997 28823 28876 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 15:12:48.997 28823 28876 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 15:30:05.405 29792 29792 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 15:30:05.584 29792 29792 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 15:30:05.584 29792 29792 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 15:30:05.584 29792 29792 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 15:30:05.584 29792 29792 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 15:30:05.584 29792 29792 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 15:30:05.584 29792 29792 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 15:30:05.584 29792 29792 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 15:30:05.584 29792 29792 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 15:30:05.584 29792 29792 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 15:30:05.584 29792 29792 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 15:30:05.584 29792 29792 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 15:30:05.584 29792 29792 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 15:30:05.584 29792 29792 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 15:30:05.584 29792 29792 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 15:30:05.584 29792 29792 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 15:30:05.584 29792 29792 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 15:30:05.584 29792 29792 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 15:30:05.584 29792 29792 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 15:30:05.584 29792 29792 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 15:30:05.584 29792 29792 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 15:30:05.584 29792 29792 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 15:30:05.658 29792 29792 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 15:30:05.997 29792 29792 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 15:30:05.997 29792 29792 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 15:30:06.091 29792 29792 W com.mbwhatsapp: type=1400 audit(0.0:92865): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:30:06.094 29792 29792 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) 02-27 15:30:06.099 29792 29792 W com.mbwhatsapp: type=1400 audit(0.0:92866): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:30:06.115 29792 29792 W com.mbwhatsapp: type=1400 audit(0.0:92867): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:30:06.380 29792 29792 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 662ms 02-27 15:30:06.389 29792 29792 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 965ms --------- beginning of system 02-27 15:30:06.389 29792 29792 W ActivityThread: Main thread can not be idle for a long time. 02-27 15:30:06.413 29792 29865 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 15:30:06.413 29792 29865 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 15:30:06.413 29792 29865 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 15:36:01.030 32045 32045 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 15:36:01.235 32045 32045 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 15:36:01.235 32045 32045 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 15:36:01.236 32045 32045 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 15:36:01.236 32045 32045 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 15:36:01.236 32045 32045 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 15:36:01.236 32045 32045 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 15:36:01.236 32045 32045 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 15:36:01.236 32045 32045 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 15:36:01.236 32045 32045 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 15:36:01.236 32045 32045 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 15:36:01.236 32045 32045 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 15:36:01.236 32045 32045 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 15:36:01.236 32045 32045 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 15:36:01.236 32045 32045 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 15:36:01.236 32045 32045 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 15:36:01.236 32045 32045 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 15:36:01.236 32045 32045 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 15:36:01.236 32045 32045 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 15:36:01.236 32045 32045 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 15:36:01.236 32045 32045 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 15:36:01.236 32045 32045 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 15:36:01.321 32045 32045 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 219ms 02-27 15:36:01.327 32045 32045 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 15:36:01.735 32045 32045 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 15:36:01.735 32045 32045 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 15:36:01.809 32045 32045 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) 02-27 15:36:01.803 32045 32045 W com.mbwhatsapp: type=1400 audit(0.0:93536): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:36:01.815 32045 32045 W com.mbwhatsapp: type=1400 audit(0.0:93537): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:36:01.835 32045 32045 W com.mbwhatsapp: type=1400 audit(0.0:93538): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:36:01.887 32045 32045 W com.mbwhatsapp: type=1400 audit(0.0:93539): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:36:01.895 32045 32045 W com.mbwhatsapp: type=1400 audit(0.0:93540): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:36:02.062 32045 32045 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 648ms 02-27 15:36:02.070 32045 32045 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1021ms --------- beginning of system 02-27 15:36:02.070 32045 32045 W ActivityThread: Main thread can not be idle for a long time. 02-27 15:36:02.079 32045 32093 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 15:36:02.079 32045 32093 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 15:36:02.079 32045 32093 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 15:36:54.152 32230 32230 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 15:36:54.244 32230 32230 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 15:36:54.245 32230 32230 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 15:36:54.245 32230 32230 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 15:36:54.245 32230 32230 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 15:36:54.245 32230 32230 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 15:36:54.245 32230 32230 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 15:36:54.245 32230 32230 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 15:36:54.245 32230 32230 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 15:36:54.245 32230 32230 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 15:36:54.245 32230 32230 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 15:36:54.245 32230 32230 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 15:36:54.245 32230 32230 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 15:36:54.245 32230 32230 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 15:36:54.245 32230 32230 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 15:36:54.245 32230 32230 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 15:36:54.245 32230 32230 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 15:36:54.245 32230 32230 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 15:36:54.245 32230 32230 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 15:36:54.245 32230 32230 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 15:36:54.245 32230 32230 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 15:36:54.245 32230 32230 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 15:36:54.309 32230 32230 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 15:36:54.547 32230 32230 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 15:36:54.547 32230 32230 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 15:36:54.591 32230 32230 W com.mbwhatsapp: type=1400 audit(0.0:93544): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:36:54.591 32230 32230 W com.mbwhatsapp: type=1400 audit(0.0:93545): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:36:54.595 32230 32230 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) 02-27 15:36:54.599 32230 32230 W com.mbwhatsapp: type=1400 audit(0.0:93546): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:36:54.623 32230 32230 W com.mbwhatsapp: type=1400 audit(0.0:93547): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:36:54.627 32230 32230 W com.mbwhatsapp: type=1400 audit(0.0:93548): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:36:54.717 32230 32230 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 371ms 02-27 15:36:54.727 32230 32230 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 558ms --------- beginning of system 02-27 15:36:54.727 32230 32230 W ActivityThread: Main thread can not be idle for a long time. 02-27 15:36:54.730 32230 32280 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 15:36:54.730 32230 32280 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 15:36:54.730 32230 32280 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 15:48:56.278 992 992 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 15:48:56.416 992 992 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 15:48:56.417 992 992 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 15:48:56.417 992 992 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 15:48:56.417 992 992 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 15:48:56.417 992 992 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 15:48:56.417 992 992 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 15:48:56.417 992 992 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 15:48:56.417 992 992 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 15:48:56.417 992 992 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 15:48:56.417 992 992 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 15:48:56.417 992 992 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 15:48:56.417 992 992 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 15:48:56.417 992 992 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 15:48:56.417 992 992 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 15:48:56.417 992 992 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 15:48:56.417 992 992 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 15:48:56.417 992 992 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 15:48:56.417 992 992 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 15:48:56.417 992 992 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 15:48:56.417 992 992 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 15:48:56.417 992 992 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 15:48:56.492 992 992 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 15:48:56.815 992 992 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 15:48:56.815 992 992 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 15:48:56.889 992 992 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) 02-27 15:48:57.088 992 992 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 530ms 02-27 15:48:57.095 992 992 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 783ms --------- beginning of system 02-27 15:48:57.095 992 992 W ActivityThread: Main thread can not be idle for a long time. 02-27 15:48:57.109 992 1059 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 15:48:57.109 992 1059 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 15:48:57.109 992 1059 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 15:50:00.369 1933 1933 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 15:50:00.655 1933 1933 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 15:50:00.655 1933 1933 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 15:50:00.655 1933 1933 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 15:50:00.655 1933 1933 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 15:50:00.655 1933 1933 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 15:50:00.655 1933 1933 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 15:50:00.655 1933 1933 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 15:50:00.655 1933 1933 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 15:50:00.655 1933 1933 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 15:50:00.655 1933 1933 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 15:50:00.655 1933 1933 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 15:50:00.655 1933 1933 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 15:50:00.655 1933 1933 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 15:50:00.655 1933 1933 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 15:50:00.655 1933 1933 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 15:50:00.655 1933 1933 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 15:50:00.655 1933 1933 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 15:50:00.655 1933 1933 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 15:50:00.655 1933 1933 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 15:50:00.655 1933 1933 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 15:50:00.655 1933 1933 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 15:50:00.732 1933 1933 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 216ms 02-27 15:50:00.738 1933 1933 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 15:50:01.068 1933 1933 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 15:50:01.068 1933 1933 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 15:50:01.148 1933 1933 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) 02-27 15:50:01.143 1933 1933 W com.mbwhatsapp: type=1400 audit(0.0:96276): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:50:01.159 1933 1933 W com.mbwhatsapp: type=1400 audit(0.0:96277): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:50:01.171 1933 1933 W com.mbwhatsapp: type=1400 audit(0.0:96278): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:50:01.243 1933 1933 W com.mbwhatsapp: type=1400 audit(0.0:96279): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:50:01.255 1933 1933 W com.mbwhatsapp: type=1400 audit(0.0:96280): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:50:01.399 1933 1933 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 601ms 02-27 15:50:01.403 1933 1991 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 15:50:01.403 1933 1991 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 15:50:01.403 1933 1991 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 15:50:01.405 1933 1933 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1019ms --------- beginning of system 02-27 15:50:01.405 1933 1933 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 15:51:07.455 2119 2119 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 15:51:07.562 2119 2119 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 15:51:07.562 2119 2119 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 15:51:07.562 2119 2119 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 15:51:07.562 2119 2119 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 15:51:07.562 2119 2119 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 15:51:07.562 2119 2119 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 15:51:07.562 2119 2119 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 15:51:07.562 2119 2119 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 15:51:07.562 2119 2119 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 15:51:07.562 2119 2119 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 15:51:07.562 2119 2119 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 15:51:07.562 2119 2119 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 15:51:07.562 2119 2119 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 15:51:07.562 2119 2119 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 15:51:07.562 2119 2119 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 15:51:07.562 2119 2119 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 15:51:07.562 2119 2119 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 15:51:07.562 2119 2119 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 15:51:07.562 2119 2119 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 15:51:07.563 2119 2119 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 15:51:07.563 2119 2119 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 15:51:07.633 2119 2119 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 15:51:07.888 2119 2119 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 15:51:07.888 2119 2119 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 15:51:07.935 2119 2119 W com.mbwhatsapp: type=1400 audit(0.0:96284): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:51:07.942 2119 2119 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) 02-27 15:51:07.939 2119 2119 W com.mbwhatsapp: type=1400 audit(0.0:96285): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:51:07.947 2119 2119 W com.mbwhatsapp: type=1400 audit(0.0:96286): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:51:07.971 2119 2119 W com.mbwhatsapp: type=1400 audit(0.0:96287): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:51:07.979 2119 2119 W com.mbwhatsapp: type=1400 audit(0.0:96288): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:51:08.090 2119 2172 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 15:51:08.090 2119 2172 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 15:51:08.090 2119 2172 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 15:51:08.116 2119 2119 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 445ms 02-27 15:51:08.127 2119 2119 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 650ms --------- beginning of system 02-27 15:51:08.127 2119 2119 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 15:53:07.424 2553 2553 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 15:53:07.597 2553 2553 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 15:53:07.598 2553 2553 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 15:53:07.598 2553 2553 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 15:53:07.598 2553 2553 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 15:53:07.598 2553 2553 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 15:53:07.598 2553 2553 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 15:53:07.598 2553 2553 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 15:53:07.598 2553 2553 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 15:53:07.598 2553 2553 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 15:53:07.598 2553 2553 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 15:53:07.598 2553 2553 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 15:53:07.598 2553 2553 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 15:53:07.598 2553 2553 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 15:53:07.598 2553 2553 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 15:53:07.598 2553 2553 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 15:53:07.598 2553 2553 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 15:53:07.598 2553 2553 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 15:53:07.598 2553 2553 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 15:53:07.598 2553 2553 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 15:53:07.598 2553 2553 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 15:53:07.598 2553 2553 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 15:53:07.670 2553 2553 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 15:53:07.983 2553 2553 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 15:53:07.983 2553 2553 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 15:53:08.054 2553 2553 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) 02-27 15:53:08.047 2553 2553 W com.mbwhatsapp: type=1400 audit(0.0:96291): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:53:08.055 2553 2553 W com.mbwhatsapp: type=1400 audit(0.0:96292): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:53:08.079 2553 2553 W com.mbwhatsapp: type=1400 audit(0.0:96293): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:53:08.127 2553 2553 W com.mbwhatsapp: type=1400 audit(0.0:96294): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:53:08.135 2553 2553 W com.mbwhatsapp: type=1400 audit(0.0:96295): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:53:08.256 2553 2553 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 524ms 02-27 15:53:08.266 2553 2609 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 15:53:08.266 2553 2609 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 15:53:08.266 2553 2609 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 15:53:08.268 2553 2553 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 827ms --------- beginning of system 02-27 15:53:08.268 2553 2553 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 15:55:00.253 3601 3601 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 15:55:00.457 3601 3601 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 15:55:00.458 3601 3601 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 15:55:00.458 3601 3601 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 15:55:00.458 3601 3601 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 15:55:00.458 3601 3601 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 15:55:00.458 3601 3601 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 15:55:00.458 3601 3601 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 15:55:00.458 3601 3601 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 15:55:00.458 3601 3601 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 15:55:00.458 3601 3601 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 15:55:00.458 3601 3601 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 15:55:00.458 3601 3601 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 15:55:00.458 3601 3601 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 15:55:00.458 3601 3601 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 15:55:00.458 3601 3601 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 15:55:00.458 3601 3601 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 15:55:00.458 3601 3601 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 15:55:00.458 3601 3601 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 15:55:00.458 3601 3601 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 15:55:00.458 3601 3601 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 15:55:00.458 3601 3601 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 15:55:00.551 3601 3601 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 15:55:00.849 3601 3601 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 15:55:00.849 3601 3601 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 15:55:00.913 3601 3601 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) 02-27 15:55:00.907 3601 3601 W com.mbwhatsapp: type=1400 audit(0.0:96748): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:55:00.915 3601 3601 W com.mbwhatsapp: type=1400 audit(0.0:96749): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:55:00.923 3601 3601 W com.mbwhatsapp: type=1400 audit(0.0:96750): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:55:00.975 3601 3601 W com.mbwhatsapp: type=1400 audit(0.0:96751): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:55:00.983 3601 3601 W com.mbwhatsapp: type=1400 audit(0.0:96752): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:55:01.101 3601 3601 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 499ms 02-27 15:55:01.108 3601 3601 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 841ms --------- beginning of system 02-27 15:55:01.108 3601 3601 W ActivityThread: Main thread can not be idle for a long time. 02-27 15:55:01.110 3601 3699 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 15:55:01.110 3601 3699 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 15:55:01.110 3601 3699 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 15:57:54.154 4921 4921 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 15:57:54.349 4921 4921 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 15:57:54.349 4921 4921 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 15:57:54.349 4921 4921 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 15:57:54.349 4921 4921 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 15:57:54.349 4921 4921 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 15:57:54.349 4921 4921 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 15:57:54.349 4921 4921 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 15:57:54.349 4921 4921 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 15:57:54.349 4921 4921 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 15:57:54.349 4921 4921 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 15:57:54.349 4921 4921 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 15:57:54.349 4921 4921 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 15:57:54.350 4921 4921 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 15:57:54.350 4921 4921 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 15:57:54.350 4921 4921 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 15:57:54.350 4921 4921 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 15:57:54.350 4921 4921 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 15:57:54.350 4921 4921 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 15:57:54.350 4921 4921 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 15:57:54.350 4921 4921 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 15:57:54.350 4921 4921 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 15:57:54.426 4921 4921 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 15:57:54.799 4921 4921 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 15:57:54.800 4921 4921 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 15:57:54.870 4921 4921 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) 02-27 15:57:54.864 4921 4921 W com.mbwhatsapp: type=1400 audit(0.0:97590): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:57:54.880 4921 4921 W com.mbwhatsapp: type=1400 audit(0.0:97591): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:57:54.892 4921 4921 W com.mbwhatsapp: type=1400 audit(0.0:97592): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:57:54.952 4921 4921 W com.mbwhatsapp: type=1400 audit(0.0:97593): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:57:54.964 4921 4921 W com.mbwhatsapp: type=1400 audit(0.0:97594): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 15:57:55.097 4921 4921 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 597ms 02-27 15:57:55.101 4921 4978 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 15:57:55.101 4921 4978 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 15:57:55.101 4921 4978 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 15:57:55.104 4921 4921 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 928ms --------- beginning of system 02-27 15:57:55.104 4921 4921 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 16:00:00.315 5327 5327 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 16:00:00.438 5327 5327 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 16:00:00.438 5327 5327 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 16:00:00.439 5327 5327 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 16:00:00.439 5327 5327 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 16:00:00.439 5327 5327 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 16:00:00.439 5327 5327 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 16:00:00.439 5327 5327 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 16:00:00.439 5327 5327 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 16:00:00.439 5327 5327 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 16:00:00.439 5327 5327 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 16:00:00.439 5327 5327 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 16:00:00.439 5327 5327 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 16:00:00.439 5327 5327 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 16:00:00.439 5327 5327 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 16:00:00.439 5327 5327 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 16:00:00.439 5327 5327 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 16:00:00.439 5327 5327 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 16:00:00.439 5327 5327 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 16:00:00.439 5327 5327 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 16:00:00.439 5327 5327 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 16:00:00.439 5327 5327 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 16:00:00.521 5327 5327 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 16:00:00.807 5327 5327 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 16:00:00.807 5327 5327 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 16:00:00.868 5327 5327 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) 02-27 16:00:01.019 5327 5327 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 454ms 02-27 16:00:01.026 5327 5327 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 685ms --------- beginning of system 02-27 16:00:01.026 5327 5327 W ActivityThread: Main thread can not be idle for a long time. 02-27 16:00:01.063 5327 5379 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 16:00:01.063 5327 5379 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 16:00:01.063 5327 5379 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 16:02:11.636 5947 5947 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 16:02:11.836 5947 5947 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 16:02:11.836 5947 5947 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 16:02:11.836 5947 5947 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 16:02:11.836 5947 5947 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 16:02:11.836 5947 5947 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 16:02:11.836 5947 5947 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 16:02:11.836 5947 5947 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 16:02:11.836 5947 5947 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 16:02:11.836 5947 5947 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 16:02:11.836 5947 5947 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 16:02:11.836 5947 5947 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 16:02:11.836 5947 5947 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 16:02:11.836 5947 5947 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 16:02:11.836 5947 5947 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 16:02:11.836 5947 5947 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 16:02:11.836 5947 5947 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 16:02:11.837 5947 5947 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 16:02:11.837 5947 5947 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 16:02:11.837 5947 5947 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 16:02:11.837 5947 5947 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 16:02:11.837 5947 5947 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 16:02:11.923 5947 5947 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 16:02:12.287 5947 5947 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 16:02:12.287 5947 5947 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 16:02:12.342 5947 5947 W com.mbwhatsapp: type=1400 audit(0.0:99174): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:02:12.347 5947 5947 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) 02-27 16:02:12.346 5947 5947 W com.mbwhatsapp: type=1400 audit(0.0:99175): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:02:12.354 5947 5947 W com.mbwhatsapp: type=1400 audit(0.0:99176): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:02:12.378 5947 5947 W com.mbwhatsapp: type=1400 audit(0.0:99177): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:02:12.382 5947 5947 W com.mbwhatsapp: type=1400 audit(0.0:99178): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:02:12.506 5947 5947 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 520ms 02-27 16:02:12.514 5947 5947 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 829ms --------- beginning of system 02-27 16:02:12.514 5947 5947 W ActivityThread: Main thread can not be idle for a long time. 02-27 16:02:12.536 5947 6072 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 16:02:12.536 5947 6072 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 16:02:12.536 5947 6072 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 16:15:00.329 7675 7675 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 16:15:00.436 7675 7675 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 16:15:00.436 7675 7675 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 16:15:00.436 7675 7675 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 16:15:00.436 7675 7675 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 16:15:00.436 7675 7675 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 16:15:00.436 7675 7675 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 16:15:00.436 7675 7675 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 16:15:00.436 7675 7675 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 16:15:00.436 7675 7675 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 16:15:00.436 7675 7675 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 16:15:00.436 7675 7675 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 16:15:00.436 7675 7675 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 16:15:00.436 7675 7675 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 16:15:00.436 7675 7675 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 16:15:00.436 7675 7675 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 16:15:00.436 7675 7675 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 16:15:00.436 7675 7675 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 16:15:00.436 7675 7675 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 16:15:00.436 7675 7675 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 16:15:00.436 7675 7675 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 16:15:00.436 7675 7675 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 16:15:00.511 7675 7675 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 16:15:00.794 7675 7675 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 16:15:00.794 7675 7675 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 16:15:00.854 7675 7675 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) 02-27 16:15:01.004 7675 7675 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 450ms 02-27 16:15:01.010 7675 7723 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 16:15:01.010 7675 7723 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 16:15:01.010 7675 7723 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 16:15:01.011 7675 7675 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 661ms --------- beginning of system 02-27 16:15:01.011 7675 7675 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 16:17:43.323 8611 8611 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 16:17:43.429 8611 8611 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 16:17:43.429 8611 8611 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 16:17:43.429 8611 8611 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 16:17:43.429 8611 8611 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 16:17:43.429 8611 8611 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 16:17:43.429 8611 8611 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 16:17:43.429 8611 8611 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 16:17:43.429 8611 8611 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 16:17:43.429 8611 8611 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 16:17:43.430 8611 8611 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 16:17:43.430 8611 8611 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 16:17:43.430 8611 8611 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 16:17:43.430 8611 8611 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 16:17:43.430 8611 8611 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 16:17:43.430 8611 8611 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 16:17:43.430 8611 8611 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 16:17:43.430 8611 8611 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 16:17:43.430 8611 8611 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 16:17:43.430 8611 8611 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 16:17:43.430 8611 8611 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 16:17:43.430 8611 8611 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 16:17:43.491 8611 8611 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 16:17:43.739 8611 8611 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 16:17:43.740 8611 8611 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 16:17:43.788 8611 8611 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) 02-27 16:17:43.910 8611 8611 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 384ms 02-27 16:17:43.916 8611 8611 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 563ms --------- beginning of system 02-27 16:17:43.916 8611 8611 W ActivityThread: Main thread can not be idle for a long time. 02-27 16:17:43.935 8611 8666 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 16:17:43.935 8611 8666 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 16:17:43.935 8611 8666 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 16:17:59.667 9256 9256 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 16:17:59.917 9256 9256 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 16:17:59.917 9256 9256 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 16:17:59.917 9256 9256 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 16:17:59.917 9256 9256 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 16:17:59.917 9256 9256 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 16:17:59.917 9256 9256 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 16:17:59.917 9256 9256 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 16:17:59.917 9256 9256 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 16:17:59.917 9256 9256 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 16:17:59.917 9256 9256 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 16:17:59.917 9256 9256 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 16:17:59.917 9256 9256 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 16:17:59.917 9256 9256 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 16:17:59.917 9256 9256 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 16:17:59.917 9256 9256 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 16:17:59.917 9256 9256 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 16:17:59.917 9256 9256 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 16:17:59.917 9256 9256 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 16:17:59.917 9256 9256 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 16:17:59.917 9256 9256 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 16:17:59.917 9256 9256 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 16:18:00.005 9256 9256 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 16:18:00.393 9256 9256 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 16:18:00.394 9256 9256 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 16:18:00.480 9256 9256 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) 02-27 16:18:00.474 9256 9256 W com.mbwhatsapp: type=1400 audit(0.0:115454): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:18:00.490 9256 9256 W com.mbwhatsapp: type=1400 audit(0.0:115455): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:18:00.502 9256 9256 W com.mbwhatsapp: type=1400 audit(0.0:115456): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:18:00.562 9256 9256 W com.mbwhatsapp: type=1400 audit(0.0:115457): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:18:00.578 9256 9256 W com.mbwhatsapp: type=1400 audit(0.0:115458): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:18:00.719 9256 9256 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 628ms 02-27 16:18:00.724 9256 9306 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 16:18:00.724 9256 9306 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 16:18:00.724 9256 9306 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 16:18:00.727 9256 9256 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1042ms --------- beginning of system 02-27 16:18:00.727 9256 9256 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 16:42:54.152 11958 11958 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 16:42:54.247 11958 11958 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 16:42:54.248 11958 11958 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 16:42:54.248 11958 11958 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 16:42:54.248 11958 11958 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 16:42:54.248 11958 11958 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 16:42:54.248 11958 11958 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 16:42:54.248 11958 11958 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 16:42:54.248 11958 11958 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 16:42:54.248 11958 11958 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 16:42:54.248 11958 11958 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 16:42:54.248 11958 11958 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 16:42:54.248 11958 11958 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 16:42:54.248 11958 11958 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 16:42:54.248 11958 11958 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 16:42:54.248 11958 11958 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 16:42:54.248 11958 11958 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 16:42:54.248 11958 11958 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 16:42:54.248 11958 11958 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 16:42:54.248 11958 11958 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 16:42:54.248 11958 11958 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 16:42:54.248 11958 11958 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 16:42:54.310 11958 11958 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 16:42:54.544 11958 11958 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 16:42:54.544 11958 11958 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 16:42:54.588 11958 11958 W com.mbwhatsapp: type=1400 audit(0.0:120298): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:42:54.588 11958 11958 W com.mbwhatsapp: type=1400 audit(0.0:120299): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:42:54.592 11958 11958 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) 02-27 16:42:54.600 11958 11958 W com.mbwhatsapp: type=1400 audit(0.0:120300): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:42:54.620 11958 11958 W com.mbwhatsapp: type=1400 audit(0.0:120301): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:42:54.628 11958 11958 W com.mbwhatsapp: type=1400 audit(0.0:120302): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:42:54.718 11958 11958 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 375ms 02-27 16:42:54.725 11958 11958 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 555ms --------- beginning of system 02-27 16:42:54.725 11958 11958 W ActivityThread: Main thread can not be idle for a long time. 02-27 16:42:54.727 11958 12005 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 16:42:54.727 11958 12005 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 16:42:54.727 11958 12005 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 16:45:34.571 13250 13250 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 16:45:34.759 13250 13250 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 16:45:34.760 13250 13250 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 16:45:34.760 13250 13250 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 16:45:34.760 13250 13250 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 16:45:34.760 13250 13250 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 16:45:34.760 13250 13250 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 16:45:34.760 13250 13250 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 16:45:34.760 13250 13250 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 16:45:34.760 13250 13250 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 16:45:34.760 13250 13250 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 16:45:34.760 13250 13250 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 16:45:34.760 13250 13250 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 16:45:34.760 13250 13250 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 16:45:34.760 13250 13250 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 16:45:34.760 13250 13250 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 16:45:34.760 13250 13250 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 16:45:34.760 13250 13250 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 16:45:34.760 13250 13250 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 16:45:34.760 13250 13250 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 16:45:34.760 13250 13250 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 16:45:34.760 13250 13250 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 16:45:34.829 13250 13250 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 16:45:35.088 13250 13250 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 16:45:35.088 13250 13250 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 16:45:35.136 13250 13250 W com.mbwhatsapp: type=1400 audit(0.0:120544): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:45:35.136 13250 13250 W com.mbwhatsapp: type=1400 audit(0.0:120545): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:45:35.140 13250 13250 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) 02-27 16:45:35.148 13250 13250 W com.mbwhatsapp: type=1400 audit(0.0:120546): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:45:35.176 13250 13250 W com.mbwhatsapp: type=1400 audit(0.0:120547): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:45:35.184 13250 13250 W com.mbwhatsapp: type=1400 audit(0.0:120548): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:45:35.280 13250 13250 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 405ms 02-27 16:45:35.291 13250 13250 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 702ms --------- beginning of system 02-27 16:45:35.291 13250 13250 W ActivityThread: Main thread can not be idle for a long time. 02-27 16:45:35.295 13250 13309 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 16:45:35.295 13250 13309 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 16:45:35.295 13250 13309 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 16:47:12.315 13631 13631 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 16:47:12.473 13631 13631 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 16:47:12.473 13631 13631 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 16:47:12.473 13631 13631 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 16:47:12.473 13631 13631 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 16:47:12.473 13631 13631 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 16:47:12.473 13631 13631 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 16:47:12.473 13631 13631 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 16:47:12.473 13631 13631 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 16:47:12.473 13631 13631 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 16:47:12.473 13631 13631 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 16:47:12.473 13631 13631 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 16:47:12.473 13631 13631 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 16:47:12.473 13631 13631 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 16:47:12.473 13631 13631 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 16:47:12.473 13631 13631 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 16:47:12.473 13631 13631 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 16:47:12.473 13631 13631 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 16:47:12.473 13631 13631 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 16:47:12.473 13631 13631 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 16:47:12.473 13631 13631 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 16:47:12.473 13631 13631 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 16:47:12.520 13631 13631 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 16:47:12.792 13631 13631 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 16:47:12.792 13631 13631 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 16:47:12.840 13631 13631 W com.mbwhatsapp: type=1400 audit(0.0:120913): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:47:12.843 13631 13631 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) 02-27 16:47:12.844 13631 13631 W com.mbwhatsapp: type=1400 audit(0.0:120914): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:47:12.848 13631 13631 W com.mbwhatsapp: type=1400 audit(0.0:120915): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:47:12.900 13631 13631 W com.mbwhatsapp: type=1400 audit(0.0:120916): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:47:12.904 13631 13631 W com.mbwhatsapp: type=1400 audit(0.0:120917): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:47:12.996 13631 13631 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 401ms 02-27 16:47:13.008 13631 13679 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 16:47:13.008 13631 13679 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 16:47:13.008 13631 13679 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 16:51:54.151 14569 14569 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 16:51:54.364 14569 14569 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 16:51:54.365 14569 14569 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 16:51:54.365 14569 14569 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 16:51:54.365 14569 14569 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 16:51:54.365 14569 14569 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 16:51:54.365 14569 14569 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 16:51:54.365 14569 14569 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 16:51:54.365 14569 14569 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 16:51:54.365 14569 14569 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 16:51:54.365 14569 14569 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 16:51:54.365 14569 14569 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 16:51:54.365 14569 14569 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 16:51:54.365 14569 14569 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 16:51:54.365 14569 14569 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 16:51:54.365 14569 14569 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 16:51:54.365 14569 14569 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 16:51:54.365 14569 14569 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 16:51:54.365 14569 14569 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 16:51:54.365 14569 14569 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 16:51:54.365 14569 14569 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 16:51:54.365 14569 14569 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 16:51:54.448 14569 14569 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 16:51:54.766 14569 14569 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 16:51:54.766 14569 14569 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 16:51:54.841 14569 14569 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) 02-27 16:51:54.835 14569 14569 W com.mbwhatsapp: type=1400 audit(0.0:122212): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:51:54.847 14569 14569 W com.mbwhatsapp: type=1400 audit(0.0:122213): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:51:54.855 14569 14569 W com.mbwhatsapp: type=1400 audit(0.0:122214): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:51:54.903 14569 14569 W com.mbwhatsapp: type=1400 audit(0.0:122215): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:51:54.911 14569 14569 W com.mbwhatsapp: type=1400 audit(0.0:122216): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:51:55.025 14569 14569 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 524ms 02-27 16:51:55.035 14569 14569 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 867ms --------- beginning of system 02-27 16:51:55.035 14569 14569 W ActivityThread: Main thread can not be idle for a long time. 02-27 16:51:55.075 14569 14621 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 16:51:55.075 14569 14621 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 16:51:55.075 14569 14621 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 16:53:41.756 15147 15147 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 16:53:41.824 15147 15147 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 16:53:41.824 15147 15147 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 16:53:41.824 15147 15147 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 16:53:41.824 15147 15147 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 16:53:41.824 15147 15147 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 16:53:41.824 15147 15147 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 16:53:41.824 15147 15147 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 16:53:41.824 15147 15147 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 16:53:41.824 15147 15147 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 16:53:41.824 15147 15147 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 16:53:41.824 15147 15147 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 16:53:41.824 15147 15147 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 16:53:41.824 15147 15147 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 16:53:41.824 15147 15147 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 16:53:41.824 15147 15147 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 16:53:41.824 15147 15147 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 16:53:41.824 15147 15147 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 16:53:41.824 15147 15147 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 16:53:41.824 15147 15147 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 16:53:41.824 15147 15147 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 16:53:41.824 15147 15147 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 16:53:41.863 15147 15147 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 16:53:42.034 15147 15147 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 16:53:42.034 15147 15147 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 16:53:42.059 15147 15147 W com.mbwhatsapp: type=1400 audit(0.0:122252): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:53:42.059 15147 15147 W com.mbwhatsapp: type=1400 audit(0.0:122253): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:53:42.063 15147 15147 W com.mbwhatsapp: type=1400 audit(0.0:122254): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:53:42.063 15147 15147 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) 02-27 16:53:42.079 15147 15147 W com.mbwhatsapp: type=1400 audit(0.0:122255): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:53:42.083 15147 15147 W com.mbwhatsapp: type=1400 audit(0.0:122256): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:53:42.140 15147 15147 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 252ms 02-27 16:53:42.163 15147 15197 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 16:53:42.163 15147 15197 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 16:53:42.163 15147 15197 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 16:55:37.684 15345 15345 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 16:55:37.864 15345 15345 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 16:55:37.864 15345 15345 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 16:55:37.864 15345 15345 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 16:55:37.864 15345 15345 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 16:55:37.864 15345 15345 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 16:55:37.864 15345 15345 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 16:55:37.865 15345 15345 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 16:55:37.865 15345 15345 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 16:55:37.865 15345 15345 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 16:55:37.865 15345 15345 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 16:55:37.865 15345 15345 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 16:55:37.865 15345 15345 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 16:55:37.865 15345 15345 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 16:55:37.865 15345 15345 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 16:55:37.865 15345 15345 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 16:55:37.865 15345 15345 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 16:55:37.865 15345 15345 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 16:55:37.865 15345 15345 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 16:55:37.865 15345 15345 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 16:55:37.865 15345 15345 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 16:55:37.865 15345 15345 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 16:55:37.936 15345 15345 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 16:55:38.229 15345 15345 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 16:55:38.229 15345 15345 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 16:55:38.294 15345 15345 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) 02-27 16:55:38.291 15345 15345 W com.mbwhatsapp: type=1400 audit(0.0:122442): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:55:38.303 15345 15345 W com.mbwhatsapp: type=1400 audit(0.0:122443): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:55:38.311 15345 15345 W com.mbwhatsapp: type=1400 audit(0.0:122444): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:55:38.363 15345 15345 W com.mbwhatsapp: type=1400 audit(0.0:122445): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:55:38.371 15345 15345 W com.mbwhatsapp: type=1400 audit(0.0:122446): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:55:38.480 15345 15345 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 488ms 02-27 16:55:38.484 15345 15400 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 16:55:38.484 15345 15400 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 16:55:38.484 15345 15400 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 16:55:38.487 15345 15345 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 787ms --------- beginning of system 02-27 16:55:38.487 15345 15345 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 16:57:54.153 15677 15677 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 16:57:54.261 15677 15677 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 16:57:54.261 15677 15677 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 16:57:54.261 15677 15677 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 16:57:54.261 15677 15677 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 16:57:54.261 15677 15677 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 16:57:54.261 15677 15677 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 16:57:54.261 15677 15677 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 16:57:54.261 15677 15677 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 16:57:54.261 15677 15677 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 16:57:54.261 15677 15677 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 16:57:54.261 15677 15677 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 16:57:54.261 15677 15677 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 16:57:54.261 15677 15677 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 16:57:54.261 15677 15677 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 16:57:54.261 15677 15677 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 16:57:54.261 15677 15677 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 16:57:54.261 15677 15677 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 16:57:54.261 15677 15677 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 16:57:54.261 15677 15677 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 16:57:54.261 15677 15677 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 16:57:54.261 15677 15677 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 16:57:54.331 15677 15677 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 16:57:54.593 15677 15677 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 16:57:54.593 15677 15677 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 16:57:54.643 15677 15677 W com.mbwhatsapp: type=1400 audit(0.0:122539): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:57:54.647 15677 15677 W com.mbwhatsapp: type=1400 audit(0.0:122540): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:57:54.649 15677 15677 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) 02-27 16:57:54.659 15677 15677 W com.mbwhatsapp: type=1400 audit(0.0:122541): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:57:54.683 15677 15677 W com.mbwhatsapp: type=1400 audit(0.0:122542): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:57:54.687 15677 15677 W com.mbwhatsapp: type=1400 audit(0.0:122543): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:57:54.791 15677 15677 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 422ms 02-27 16:57:54.802 15677 15677 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 631ms --------- beginning of system 02-27 16:57:54.802 15677 15677 W ActivityThread: Main thread can not be idle for a long time. 02-27 16:57:54.803 15677 15725 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 16:57:54.803 15677 15725 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 16:57:54.803 15677 15725 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 16:59:38.942 15832 15832 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 16:59:39.044 15832 15832 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 16:59:39.044 15832 15832 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 16:59:39.044 15832 15832 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 16:59:39.044 15832 15832 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 16:59:39.044 15832 15832 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 16:59:39.044 15832 15832 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 16:59:39.044 15832 15832 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 16:59:39.044 15832 15832 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 16:59:39.044 15832 15832 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 16:59:39.044 15832 15832 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 16:59:39.045 15832 15832 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 16:59:39.045 15832 15832 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 16:59:39.045 15832 15832 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 16:59:39.045 15832 15832 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 16:59:39.045 15832 15832 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 16:59:39.045 15832 15832 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 16:59:39.045 15832 15832 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 16:59:39.045 15832 15832 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 16:59:39.045 15832 15832 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 16:59:39.045 15832 15832 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 16:59:39.045 15832 15832 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 16:59:39.112 15832 15832 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 16:59:39.367 15832 15832 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 16:59:39.367 15832 15832 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 16:59:39.415 15832 15832 W com.mbwhatsapp: type=1400 audit(0.0:122546): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:59:39.415 15832 15832 W com.mbwhatsapp: type=1400 audit(0.0:122547): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:59:39.418 15832 15832 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) 02-27 16:59:39.427 15832 15832 W com.mbwhatsapp: type=1400 audit(0.0:122548): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:59:39.447 15832 15832 W com.mbwhatsapp: type=1400 audit(0.0:122549): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:59:39.455 15832 15832 W com.mbwhatsapp: type=1400 audit(0.0:122550): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 16:59:39.556 15832 15832 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 405ms 02-27 16:59:39.564 15832 15832 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 606ms --------- beginning of system 02-27 16:59:39.564 15832 15832 W ActivityThread: Main thread can not be idle for a long time. 02-27 16:59:39.565 15832 15881 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 16:59:39.565 15832 15881 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 16:59:39.565 15832 15881 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 17:01:54.153 16137 16137 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 17:01:54.431 16137 16137 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 17:01:54.431 16137 16137 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 17:01:54.431 16137 16137 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 17:01:54.431 16137 16137 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 17:01:54.431 16137 16137 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 17:01:54.431 16137 16137 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 17:01:54.431 16137 16137 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 17:01:54.431 16137 16137 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 17:01:54.431 16137 16137 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 17:01:54.431 16137 16137 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 17:01:54.431 16137 16137 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 17:01:54.431 16137 16137 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 17:01:54.431 16137 16137 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 17:01:54.432 16137 16137 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 17:01:54.432 16137 16137 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 17:01:54.432 16137 16137 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 17:01:54.432 16137 16137 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 17:01:54.432 16137 16137 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 17:01:54.432 16137 16137 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 17:01:54.432 16137 16137 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 17:01:54.432 16137 16137 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 17:01:54.522 16137 16137 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 221ms 02-27 17:01:54.528 16137 16137 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 17:01:54.929 16137 16137 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 17:01:54.929 16137 16137 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 17:01:55.002 16137 16137 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) 02-27 17:01:54.999 16137 16137 W com.mbwhatsapp: type=1400 audit(0.0:122733): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:01:55.003 16137 16137 W com.mbwhatsapp: type=1400 audit(0.0:122734): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:01:55.019 16137 16137 W com.mbwhatsapp: type=1400 audit(0.0:122735): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:01:55.079 16137 16137 W com.mbwhatsapp: type=1400 audit(0.0:122736): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:01:55.091 16137 16137 W com.mbwhatsapp: type=1400 audit(0.0:122737): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:01:55.234 16137 16137 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 629ms 02-27 17:01:55.238 16137 16189 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 17:01:55.238 16137 16189 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 17:01:55.238 16137 16189 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 17:01:55.240 16137 16137 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1073ms --------- beginning of system 02-27 17:01:55.241 16137 16137 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 17:03:54.152 16282 16282 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 17:03:54.264 16282 16282 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 17:03:54.265 16282 16282 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 17:03:54.265 16282 16282 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 17:03:54.265 16282 16282 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 17:03:54.265 16282 16282 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 17:03:54.265 16282 16282 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 17:03:54.265 16282 16282 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 17:03:54.265 16282 16282 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 17:03:54.265 16282 16282 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 17:03:54.265 16282 16282 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 17:03:54.265 16282 16282 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 17:03:54.265 16282 16282 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 17:03:54.265 16282 16282 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 17:03:54.265 16282 16282 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 17:03:54.265 16282 16282 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 17:03:54.265 16282 16282 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 17:03:54.265 16282 16282 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 17:03:54.265 16282 16282 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 17:03:54.265 16282 16282 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 17:03:54.265 16282 16282 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 17:03:54.265 16282 16282 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 17:03:54.341 16282 16282 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 17:03:54.595 16282 16282 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 17:03:54.595 16282 16282 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 17:03:54.651 16282 16282 W com.mbwhatsapp: type=1400 audit(0.0:122830): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:03:54.651 16282 16282 W com.mbwhatsapp: type=1400 audit(0.0:122831): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:03:54.655 16282 16282 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) 02-27 17:03:54.659 16282 16282 W com.mbwhatsapp: type=1400 audit(0.0:122832): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:03:54.683 16282 16282 W com.mbwhatsapp: type=1400 audit(0.0:122833): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:03:54.691 16282 16282 W com.mbwhatsapp: type=1400 audit(0.0:122834): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:03:54.790 16282 16282 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 411ms 02-27 17:03:54.802 16282 16331 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 17:03:54.802 16282 16331 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 17:03:54.802 16282 16331 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 17:03:54.803 16282 16282 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 630ms --------- beginning of system 02-27 17:03:54.803 16282 16282 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 17:06:11.749 16616 16616 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 17:06:11.856 16616 16616 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 17:06:11.857 16616 16616 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 17:06:11.857 16616 16616 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 17:06:11.857 16616 16616 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 17:06:11.857 16616 16616 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 17:06:11.857 16616 16616 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 17:06:11.857 16616 16616 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 17:06:11.857 16616 16616 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 17:06:11.857 16616 16616 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 17:06:11.857 16616 16616 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 17:06:11.857 16616 16616 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 17:06:11.857 16616 16616 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 17:06:11.857 16616 16616 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 17:06:11.857 16616 16616 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 17:06:11.857 16616 16616 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 17:06:11.857 16616 16616 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 17:06:11.857 16616 16616 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 17:06:11.857 16616 16616 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 17:06:11.857 16616 16616 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 17:06:11.857 16616 16616 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 17:06:11.857 16616 16616 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 17:06:11.940 16616 16616 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 17:06:12.226 16616 16616 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 17:06:12.226 16616 16616 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 17:06:12.283 16616 16616 W com.mbwhatsapp: type=1400 audit(0.0:122927): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:06:12.283 16616 16616 W com.mbwhatsapp: type=1400 audit(0.0:122928): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:06:12.286 16616 16616 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) 02-27 17:06:12.295 16616 16616 W com.mbwhatsapp: type=1400 audit(0.0:122929): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:06:12.319 16616 16616 W com.mbwhatsapp: type=1400 audit(0.0:122930): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:06:12.327 16616 16616 W com.mbwhatsapp: type=1400 audit(0.0:122931): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:06:12.435 16616 16616 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 450ms 02-27 17:06:12.442 16616 16730 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 17:06:12.442 16616 16730 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 17:06:12.442 16616 16730 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 17:06:12.447 16616 16616 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 679ms --------- beginning of system 02-27 17:06:12.447 16616 16616 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 17:07:54.152 17191 17191 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 17:07:54.331 17191 17191 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 17:07:54.332 17191 17191 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 17:07:54.332 17191 17191 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 17:07:54.332 17191 17191 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 17:07:54.332 17191 17191 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 17:07:54.332 17191 17191 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 17:07:54.332 17191 17191 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 17:07:54.332 17191 17191 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 17:07:54.332 17191 17191 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 17:07:54.332 17191 17191 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 17:07:54.332 17191 17191 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 17:07:54.332 17191 17191 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 17:07:54.332 17191 17191 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 17:07:54.332 17191 17191 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 17:07:54.332 17191 17191 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 17:07:54.332 17191 17191 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 17:07:54.332 17191 17191 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 17:07:54.332 17191 17191 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 17:07:54.332 17191 17191 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 17:07:54.332 17191 17191 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 17:07:54.332 17191 17191 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 17:07:54.396 17191 17191 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 17:07:54.701 17191 17191 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 17:07:54.701 17191 17191 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 17:07:54.755 17191 17191 W com.mbwhatsapp: type=1400 audit(0.0:122934): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:07:54.758 17191 17191 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) 02-27 17:07:54.767 17191 17191 W com.mbwhatsapp: type=1400 audit(0.0:122935): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:07:54.779 17191 17191 W com.mbwhatsapp: type=1400 audit(0.0:122936): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:07:54.827 17191 17191 W com.mbwhatsapp: type=1400 audit(0.0:122937): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:07:54.835 17191 17191 W com.mbwhatsapp: type=1400 audit(0.0:122938): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:07:54.955 17191 17191 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 495ms 02-27 17:07:54.961 17191 17244 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 17:07:54.961 17191 17244 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 17:07:54.961 17191 17244 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 17:07:54.966 17191 17191 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 796ms --------- beginning of system 02-27 17:07:54.966 17191 17191 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 17:10:38.518 17812 17812 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 17:10:38.615 17812 17812 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 17:10:38.616 17812 17812 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 17:10:38.616 17812 17812 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 17:10:38.616 17812 17812 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 17:10:38.616 17812 17812 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 17:10:38.616 17812 17812 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 17:10:38.616 17812 17812 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 17:10:38.616 17812 17812 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 17:10:38.616 17812 17812 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 17:10:38.616 17812 17812 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 17:10:38.616 17812 17812 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 17:10:38.616 17812 17812 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 17:10:38.616 17812 17812 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 17:10:38.616 17812 17812 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 17:10:38.616 17812 17812 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 17:10:38.616 17812 17812 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 17:10:38.616 17812 17812 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 17:10:38.616 17812 17812 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 17:10:38.616 17812 17812 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 17:10:38.616 17812 17812 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 17:10:38.616 17812 17812 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 17:10:38.687 17812 17812 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 17:10:38.942 17812 17812 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 17:10:38.942 17812 17812 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 17:10:38.991 17812 17812 W com.mbwhatsapp: type=1400 audit(0.0:123064): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:10:38.995 17812 17812 W com.mbwhatsapp: type=1400 audit(0.0:123065): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:10:38.997 17812 17812 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) 02-27 17:10:39.003 17812 17812 W com.mbwhatsapp: type=1400 audit(0.0:123066): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:10:39.027 17812 17812 W com.mbwhatsapp: type=1400 audit(0.0:123067): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:10:39.031 17812 17812 W com.mbwhatsapp: type=1400 audit(0.0:123068): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:10:39.134 17812 17812 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 401ms 02-27 17:10:39.148 17812 17874 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 17:10:39.148 17812 17874 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 17:10:39.148 17812 17874 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 17:10:39.152 17812 17812 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 617ms --------- beginning of system 02-27 17:10:39.152 17812 17812 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 17:12:24.545 18147 18147 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 17:12:24.762 18147 18147 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 17:12:24.762 18147 18147 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 17:12:24.762 18147 18147 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 17:12:24.762 18147 18147 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 17:12:24.762 18147 18147 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 17:12:24.762 18147 18147 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 17:12:24.762 18147 18147 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 17:12:24.762 18147 18147 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 17:12:24.762 18147 18147 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 17:12:24.762 18147 18147 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 17:12:24.762 18147 18147 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 17:12:24.762 18147 18147 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 17:12:24.762 18147 18147 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 17:12:24.762 18147 18147 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 17:12:24.762 18147 18147 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 17:12:24.762 18147 18147 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 17:12:24.762 18147 18147 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 17:12:24.762 18147 18147 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 17:12:24.762 18147 18147 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 17:12:24.762 18147 18147 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 17:12:24.762 18147 18147 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 17:12:24.828 18147 18147 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 17:12:25.120 18147 18147 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 17:12:25.120 18147 18147 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 17:12:25.179 18147 18147 W com.mbwhatsapp: type=1400 audit(0.0:123103): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:12:25.182 18147 18147 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) 02-27 17:12:25.187 18147 18147 W com.mbwhatsapp: type=1400 audit(0.0:123104): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:12:25.191 18147 18147 W com.mbwhatsapp: type=1400 audit(0.0:123105): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:12:25.239 18147 18147 W com.mbwhatsapp: type=1400 audit(0.0:123106): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:12:25.247 18147 18147 W com.mbwhatsapp: type=1400 audit(0.0:123107): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:12:25.362 18147 18197 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 17:12:25.362 18147 18197 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 17:12:25.362 18147 18197 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 17:12:25.362 18147 18147 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 479ms 02-27 17:12:25.369 18147 18147 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 807ms --------- beginning of system 02-27 17:12:25.369 18147 18147 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 17:13:54.152 18536 18536 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 17:13:54.254 18536 18536 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 17:13:54.254 18536 18536 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 17:13:54.254 18536 18536 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 17:13:54.254 18536 18536 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 17:13:54.254 18536 18536 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 17:13:54.254 18536 18536 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 17:13:54.254 18536 18536 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 17:13:54.254 18536 18536 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 17:13:54.254 18536 18536 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 17:13:54.255 18536 18536 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 17:13:54.255 18536 18536 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 17:13:54.255 18536 18536 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 17:13:54.255 18536 18536 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 17:13:54.255 18536 18536 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 17:13:54.255 18536 18536 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 17:13:54.255 18536 18536 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 17:13:54.255 18536 18536 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 17:13:54.255 18536 18536 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 17:13:54.255 18536 18536 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 17:13:54.255 18536 18536 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 17:13:54.255 18536 18536 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 17:13:54.330 18536 18536 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 17:13:54.591 18536 18536 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 17:13:54.592 18536 18536 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 17:13:54.639 18536 18536 W com.mbwhatsapp: type=1400 audit(0.0:123380): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:13:54.639 18536 18536 W com.mbwhatsapp: type=1400 audit(0.0:123381): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:13:54.642 18536 18536 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) 02-27 17:13:54.647 18536 18536 W com.mbwhatsapp: type=1400 audit(0.0:123382): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:13:54.671 18536 18536 W com.mbwhatsapp: type=1400 audit(0.0:123383): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:13:54.679 18536 18536 W com.mbwhatsapp: type=1400 audit(0.0:123384): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:13:54.779 18536 18536 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 414ms 02-27 17:13:54.790 18536 18536 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 620ms --------- beginning of system 02-27 17:13:54.790 18536 18536 W ActivityThread: Main thread can not be idle for a long time. 02-27 17:13:54.791 18536 18586 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 17:13:54.791 18536 18586 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 17:13:54.791 18536 18586 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 17:16:11.765 19037 19037 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 17:16:11.860 19037 19037 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 17:16:11.860 19037 19037 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 17:16:11.860 19037 19037 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 17:16:11.860 19037 19037 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 17:16:11.860 19037 19037 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 17:16:11.860 19037 19037 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 17:16:11.860 19037 19037 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 17:16:11.860 19037 19037 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 17:16:11.860 19037 19037 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 17:16:11.860 19037 19037 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 17:16:11.861 19037 19037 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 17:16:11.861 19037 19037 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 17:16:11.861 19037 19037 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 17:16:11.861 19037 19037 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 17:16:11.861 19037 19037 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 17:16:11.861 19037 19037 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 17:16:11.861 19037 19037 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 17:16:11.861 19037 19037 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 17:16:11.861 19037 19037 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 17:16:11.861 19037 19037 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 17:16:11.861 19037 19037 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 17:16:11.932 19037 19037 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 17:16:12.180 19037 19037 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 17:16:12.181 19037 19037 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 17:16:12.231 19037 19037 W com.mbwhatsapp: type=1400 audit(0.0:123599): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:16:12.235 19037 19037 W com.mbwhatsapp: type=1400 audit(0.0:123600): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:16:12.236 19037 19037 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) 02-27 17:16:12.243 19037 19037 W com.mbwhatsapp: type=1400 audit(0.0:123601): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:16:12.263 19037 19037 W com.mbwhatsapp: type=1400 audit(0.0:123602): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:16:12.271 19037 19037 W com.mbwhatsapp: type=1400 audit(0.0:123603): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:16:12.375 19037 19037 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 409ms 02-27 17:16:12.386 19037 19037 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 606ms --------- beginning of system 02-27 17:16:12.386 19037 19037 W ActivityThread: Main thread can not be idle for a long time. 02-27 17:16:12.411 19037 19085 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 17:16:12.411 19037 19085 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 17:16:12.411 19037 19085 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 17:17:54.151 19312 19312 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 17:17:54.336 19312 19312 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 17:17:54.336 19312 19312 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 17:17:54.336 19312 19312 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 17:17:54.336 19312 19312 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 17:17:54.336 19312 19312 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 17:17:54.336 19312 19312 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 17:17:54.336 19312 19312 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 17:17:54.336 19312 19312 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 17:17:54.336 19312 19312 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 17:17:54.336 19312 19312 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 17:17:54.336 19312 19312 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 17:17:54.336 19312 19312 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 17:17:54.336 19312 19312 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 17:17:54.336 19312 19312 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 17:17:54.336 19312 19312 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 17:17:54.336 19312 19312 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 17:17:54.337 19312 19312 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 17:17:54.337 19312 19312 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 17:17:54.337 19312 19312 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 17:17:54.337 19312 19312 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 17:17:54.337 19312 19312 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 17:17:54.407 19312 19312 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 17:17:54.718 19312 19312 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 17:17:54.718 19312 19312 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 17:17:54.775 19312 19312 W com.mbwhatsapp: type=1400 audit(0.0:123606): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:17:54.781 19312 19312 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) 02-27 17:17:54.787 19312 19312 W com.mbwhatsapp: type=1400 audit(0.0:123607): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:17:54.799 19312 19312 W com.mbwhatsapp: type=1400 audit(0.0:123608): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:17:54.847 19312 19312 W com.mbwhatsapp: type=1400 audit(0.0:123609): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:17:54.855 19312 19312 W com.mbwhatsapp: type=1400 audit(0.0:123610): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:17:54.966 19312 19312 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 500ms 02-27 17:17:54.973 19312 19361 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 17:17:54.973 19312 19361 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 17:17:54.973 19312 19361 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 17:17:54.978 19312 19312 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 811ms --------- beginning of system 02-27 17:17:54.978 19312 19312 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 17:19:54.155 19587 19587 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 17:19:54.326 19587 19587 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 17:19:54.326 19587 19587 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 17:19:54.326 19587 19587 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 17:19:54.326 19587 19587 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 17:19:54.326 19587 19587 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 17:19:54.326 19587 19587 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 17:19:54.326 19587 19587 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 17:19:54.326 19587 19587 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 17:19:54.326 19587 19587 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 17:19:54.326 19587 19587 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 17:19:54.326 19587 19587 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 17:19:54.326 19587 19587 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 17:19:54.326 19587 19587 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 17:19:54.326 19587 19587 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 17:19:54.326 19587 19587 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 17:19:54.326 19587 19587 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 17:19:54.326 19587 19587 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 17:19:54.326 19587 19587 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 17:19:54.326 19587 19587 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 17:19:54.326 19587 19587 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 17:19:54.326 19587 19587 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 17:19:54.410 19587 19587 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 17:19:54.714 19587 19587 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 17:19:54.714 19587 19587 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 17:19:54.771 19587 19587 W com.mbwhatsapp: type=1400 audit(0.0:123703): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:19:54.774 19587 19587 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) 02-27 17:19:54.779 19587 19587 W com.mbwhatsapp: type=1400 audit(0.0:123704): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:19:54.787 19587 19587 W com.mbwhatsapp: type=1400 audit(0.0:123705): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:19:54.839 19587 19587 W com.mbwhatsapp: type=1400 audit(0.0:123706): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:19:54.847 19587 19587 W com.mbwhatsapp: type=1400 audit(0.0:123707): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:19:54.962 19587 19587 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 496ms 02-27 17:19:54.974 19587 19587 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 800ms --------- beginning of system 02-27 17:19:54.974 19587 19587 W ActivityThread: Main thread can not be idle for a long time. 02-27 17:19:54.981 19587 19662 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 17:19:54.981 19587 19662 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 17:19:54.981 19587 19662 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 17:21:42.270 20013 20013 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 17:21:42.403 20013 20013 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 17:21:42.403 20013 20013 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 17:21:42.403 20013 20013 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 17:21:42.403 20013 20013 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 17:21:42.403 20013 20013 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 17:21:42.403 20013 20013 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 17:21:42.403 20013 20013 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 17:21:42.403 20013 20013 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 17:21:42.403 20013 20013 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 17:21:42.403 20013 20013 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 17:21:42.403 20013 20013 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 17:21:42.403 20013 20013 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 17:21:42.403 20013 20013 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 17:21:42.403 20013 20013 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 17:21:42.403 20013 20013 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 17:21:42.403 20013 20013 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 17:21:42.403 20013 20013 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 17:21:42.403 20013 20013 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 17:21:42.403 20013 20013 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 17:21:42.403 20013 20013 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 17:21:42.403 20013 20013 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 17:21:42.446 20013 20013 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 17:21:42.667 20013 20013 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 17:21:42.667 20013 20013 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 17:21:42.711 20013 20013 W com.mbwhatsapp: type=1400 audit(0.0:123710): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:21:42.714 20013 20013 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) 02-27 17:21:42.715 20013 20013 W com.mbwhatsapp: type=1400 audit(0.0:123711): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:21:42.719 20013 20013 W com.mbwhatsapp: type=1400 audit(0.0:123712): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:21:42.759 20013 20013 W com.mbwhatsapp: type=1400 audit(0.0:123713): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:21:42.763 20013 20013 W com.mbwhatsapp: type=1400 audit(0.0:123714): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:21:42.853 20013 20013 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 358ms 02-27 17:21:42.881 20013 20064 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 17:21:42.881 20013 20064 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 17:21:42.881 20013 20064 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 17:24:33.460 20496 20496 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 17:24:33.564 20496 20496 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 17:24:33.564 20496 20496 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 17:24:33.564 20496 20496 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 17:24:33.564 20496 20496 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 17:24:33.564 20496 20496 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 17:24:33.564 20496 20496 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 17:24:33.564 20496 20496 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 17:24:33.564 20496 20496 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 17:24:33.564 20496 20496 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 17:24:33.564 20496 20496 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 17:24:33.564 20496 20496 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 17:24:33.564 20496 20496 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 17:24:33.564 20496 20496 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 17:24:33.564 20496 20496 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 17:24:33.564 20496 20496 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 17:24:33.564 20496 20496 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 17:24:33.564 20496 20496 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 17:24:33.564 20496 20496 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 17:24:33.564 20496 20496 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 17:24:33.564 20496 20496 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 17:24:33.564 20496 20496 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 17:24:33.638 20496 20496 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 17:24:33.884 20496 20496 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 17:24:33.884 20496 20496 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 17:24:33.931 20496 20496 W com.mbwhatsapp: type=1400 audit(0.0:123897): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:24:33.935 20496 20496 W com.mbwhatsapp: type=1400 audit(0.0:123898): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:24:33.936 20496 20496 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) 02-27 17:24:33.943 20496 20496 W com.mbwhatsapp: type=1400 audit(0.0:123899): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:24:33.963 20496 20496 W com.mbwhatsapp: type=1400 audit(0.0:123900): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:24:33.971 20496 20496 W com.mbwhatsapp: type=1400 audit(0.0:123901): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:24:34.066 20496 20496 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 392ms 02-27 17:24:34.077 20496 20496 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 597ms --------- beginning of system 02-27 17:24:34.077 20496 20496 W ActivityThread: Main thread can not be idle for a long time. 02-27 17:24:34.080 20496 20548 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 17:24:34.080 20496 20548 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 17:24:34.080 20496 20548 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 17:25:57.793 20850 20850 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 17:25:57.993 20850 20850 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 17:25:57.994 20850 20850 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 17:25:57.994 20850 20850 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 17:25:57.994 20850 20850 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 17:25:57.994 20850 20850 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 17:25:57.994 20850 20850 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 17:25:57.994 20850 20850 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 17:25:57.994 20850 20850 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 17:25:57.994 20850 20850 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 17:25:57.994 20850 20850 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 17:25:57.994 20850 20850 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 17:25:57.994 20850 20850 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 17:25:57.994 20850 20850 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 17:25:57.994 20850 20850 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 17:25:57.994 20850 20850 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 17:25:57.994 20850 20850 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 17:25:57.994 20850 20850 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 17:25:57.994 20850 20850 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 17:25:57.994 20850 20850 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 17:25:57.994 20850 20850 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 17:25:57.994 20850 20850 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 17:25:58.086 20850 20850 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 17:25:58.404 20850 20850 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 17:25:58.405 20850 20850 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 17:25:58.463 20850 20850 W com.mbwhatsapp: type=1400 audit(0.0:123936): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:25:58.468 20850 20850 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) 02-27 17:25:58.471 20850 20850 W com.mbwhatsapp: type=1400 audit(0.0:123937): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:25:58.479 20850 20850 W com.mbwhatsapp: type=1400 audit(0.0:123938): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:25:58.531 20850 20850 W com.mbwhatsapp: type=1400 audit(0.0:123939): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:25:58.539 20850 20850 W com.mbwhatsapp: type=1400 audit(0.0:123940): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:25:58.652 20850 20850 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 507ms 02-27 17:25:58.662 20850 20900 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 17:25:58.662 20850 20900 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 17:25:58.662 20850 20900 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 17:25:58.665 20850 20850 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 854ms --------- beginning of system 02-27 17:25:58.665 20850 20850 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 17:27:54.149 21185 21185 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 17:27:54.317 21185 21185 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 17:27:54.318 21185 21185 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 17:27:54.318 21185 21185 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 17:27:54.318 21185 21185 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 17:27:54.318 21185 21185 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 17:27:54.318 21185 21185 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 17:27:54.318 21185 21185 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 17:27:54.318 21185 21185 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 17:27:54.318 21185 21185 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 17:27:54.318 21185 21185 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 17:27:54.318 21185 21185 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 17:27:54.318 21185 21185 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 17:27:54.318 21185 21185 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 17:27:54.318 21185 21185 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 17:27:54.318 21185 21185 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 17:27:54.318 21185 21185 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 17:27:54.318 21185 21185 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 17:27:54.318 21185 21185 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 17:27:54.318 21185 21185 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 17:27:54.318 21185 21185 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 17:27:54.318 21185 21185 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 17:27:54.400 21185 21185 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 17:27:54.706 21185 21185 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 17:27:54.706 21185 21185 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 17:27:54.767 21185 21185 W com.mbwhatsapp: type=1400 audit(0.0:124033): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:27:54.773 21185 21185 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) 02-27 17:27:54.775 21185 21185 W com.mbwhatsapp: type=1400 audit(0.0:124034): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:27:54.783 21185 21185 W com.mbwhatsapp: type=1400 audit(0.0:124035): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:27:54.831 21185 21185 W com.mbwhatsapp: type=1400 audit(0.0:124036): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:27:54.839 21185 21185 W com.mbwhatsapp: type=1400 audit(0.0:124037): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:27:54.952 21185 21185 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 498ms 02-27 17:27:54.959 21185 21233 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 17:27:54.959 21185 21233 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 17:27:54.959 21185 21233 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 17:27:54.959 21185 21185 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 792ms --------- beginning of system 02-27 17:27:54.959 21185 21185 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 17:29:54.150 21631 21631 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 17:29:54.262 21631 21631 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 17:29:54.262 21631 21631 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 17:29:54.262 21631 21631 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 17:29:54.262 21631 21631 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 17:29:54.262 21631 21631 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 17:29:54.262 21631 21631 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 17:29:54.262 21631 21631 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 17:29:54.262 21631 21631 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 17:29:54.262 21631 21631 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 17:29:54.262 21631 21631 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 17:29:54.262 21631 21631 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 17:29:54.262 21631 21631 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 17:29:54.262 21631 21631 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 17:29:54.262 21631 21631 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 17:29:54.262 21631 21631 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 17:29:54.262 21631 21631 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 17:29:54.262 21631 21631 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 17:29:54.262 21631 21631 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 17:29:54.262 21631 21631 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 17:29:54.262 21631 21631 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 17:29:54.262 21631 21631 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 17:29:54.349 21631 21631 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 17:29:54.610 21631 21631 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 17:29:54.610 21631 21631 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 17:29:54.659 21631 21631 W com.mbwhatsapp: type=1400 audit(0.0:124130): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:29:54.663 21631 21631 W com.mbwhatsapp: type=1400 audit(0.0:124131): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:29:54.664 21631 21631 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) 02-27 17:29:54.671 21631 21631 W com.mbwhatsapp: type=1400 audit(0.0:124132): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:29:54.691 21631 21631 W com.mbwhatsapp: type=1400 audit(0.0:124133): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:29:54.699 21631 21631 W com.mbwhatsapp: type=1400 audit(0.0:124134): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:29:54.805 21631 21631 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 417ms 02-27 17:29:54.817 21631 21631 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 650ms --------- beginning of system 02-27 17:29:54.817 21631 21631 W ActivityThread: Main thread can not be idle for a long time. 02-27 17:29:54.818 21631 21681 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 17:29:54.818 21631 21681 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 17:29:54.818 21631 21681 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 17:31:54.152 22030 22030 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 17:31:54.326 22030 22030 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 17:31:54.327 22030 22030 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 17:31:54.327 22030 22030 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 17:31:54.327 22030 22030 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 17:31:54.327 22030 22030 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 17:31:54.327 22030 22030 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 17:31:54.327 22030 22030 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 17:31:54.327 22030 22030 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 17:31:54.327 22030 22030 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 17:31:54.327 22030 22030 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 17:31:54.327 22030 22030 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 17:31:54.327 22030 22030 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 17:31:54.327 22030 22030 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 17:31:54.327 22030 22030 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 17:31:54.327 22030 22030 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 17:31:54.327 22030 22030 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 17:31:54.327 22030 22030 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 17:31:54.327 22030 22030 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 17:31:54.327 22030 22030 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 17:31:54.327 22030 22030 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 17:31:54.327 22030 22030 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 17:31:54.407 22030 22030 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 17:31:54.716 22030 22030 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 17:31:54.717 22030 22030 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 17:31:54.771 22030 22030 W com.mbwhatsapp: type=1400 audit(0.0:124137): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:31:54.776 22030 22030 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) 02-27 17:31:54.783 22030 22030 W com.mbwhatsapp: type=1400 audit(0.0:124138): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:31:54.791 22030 22030 W com.mbwhatsapp: type=1400 audit(0.0:124139): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:31:54.843 22030 22030 W com.mbwhatsapp: type=1400 audit(0.0:124140): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:31:54.851 22030 22030 W com.mbwhatsapp: type=1400 audit(0.0:124141): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:31:54.957 22030 22030 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 494ms 02-27 17:31:54.964 22030 22030 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 790ms --------- beginning of system 02-27 17:31:54.964 22030 22030 W ActivityThread: Main thread can not be idle for a long time. 02-27 17:31:54.974 22030 22078 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 17:31:54.974 22030 22078 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 17:31:54.974 22030 22078 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 17:33:46.139 22730 22730 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 17:33:46.197 22730 22730 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 17:33:46.197 22730 22730 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 17:33:46.197 22730 22730 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 17:33:46.197 22730 22730 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 17:33:46.197 22730 22730 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 17:33:46.197 22730 22730 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 17:33:46.197 22730 22730 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 17:33:46.197 22730 22730 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 17:33:46.197 22730 22730 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 17:33:46.197 22730 22730 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 17:33:46.197 22730 22730 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 17:33:46.197 22730 22730 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 17:33:46.197 22730 22730 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 17:33:46.197 22730 22730 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 17:33:46.197 22730 22730 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 17:33:46.197 22730 22730 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 17:33:46.197 22730 22730 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 17:33:46.197 22730 22730 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 17:33:46.197 22730 22730 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 17:33:46.197 22730 22730 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 17:33:46.197 22730 22730 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 17:33:46.234 22730 22730 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 17:33:46.382 22730 22730 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 17:33:46.382 22730 22730 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 17:33:46.403 22730 22730 W com.mbwhatsapp: type=1400 audit(0.0:124242): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:33:46.407 22730 22730 W com.mbwhatsapp: type=1400 audit(0.0:124243): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:33:46.409 22730 22730 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) 02-27 17:33:46.411 22730 22730 W com.mbwhatsapp: type=1400 audit(0.0:124244): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:33:46.423 22730 22730 W com.mbwhatsapp: type=1400 audit(0.0:124245): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:33:46.427 22730 22730 W com.mbwhatsapp: type=1400 audit(0.0:124246): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:33:46.427 22730 22730 W com.mbwhatsapp: type=1400 audit(0.0:124247): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:33:46.476 22730 22730 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 221ms 02-27 17:33:46.494 22730 22783 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 17:33:46.494 22730 22783 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 17:33:46.494 22730 22783 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 17:33:56.818 23184 23184 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 17:33:57.061 23184 23184 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 17:33:57.062 23184 23184 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 17:33:57.062 23184 23184 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 17:33:57.062 23184 23184 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 17:33:57.062 23184 23184 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 17:33:57.062 23184 23184 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 17:33:57.062 23184 23184 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 17:33:57.062 23184 23184 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 17:33:57.062 23184 23184 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 17:33:57.062 23184 23184 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 17:33:57.062 23184 23184 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 17:33:57.062 23184 23184 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 17:33:57.062 23184 23184 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 17:33:57.062 23184 23184 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 17:33:57.062 23184 23184 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 17:33:57.062 23184 23184 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 17:33:57.062 23184 23184 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 17:33:57.062 23184 23184 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 17:33:57.062 23184 23184 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 17:33:57.063 23184 23184 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 17:33:57.063 23184 23184 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 17:33:57.160 23184 23184 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 17:33:57.493 23184 23184 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 17:33:57.493 23184 23184 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 17:33:57.555 23184 23184 W com.mbwhatsapp: type=1400 audit(0.0:124250): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:33:57.558 23184 23184 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) 02-27 17:33:57.567 23184 23184 W com.mbwhatsapp: type=1400 audit(0.0:124251): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:33:57.579 23184 23184 W com.mbwhatsapp: type=1400 audit(0.0:124252): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:33:57.623 23184 23184 W com.mbwhatsapp: type=1400 audit(0.0:124253): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:33:57.631 23184 23184 W com.mbwhatsapp: type=1400 audit(0.0:124254): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:33:57.755 23184 23184 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 536ms 02-27 17:33:57.761 23184 23184 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 925ms --------- beginning of system 02-27 17:33:57.761 23184 23184 W ActivityThread: Main thread can not be idle for a long time. 02-27 17:33:57.762 23184 23272 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 17:33:57.762 23184 23272 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 17:33:57.762 23184 23272 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 17:35:02.296 23931 23931 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 17:35:02.479 23931 23931 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 17:35:02.479 23931 23931 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 17:35:02.479 23931 23931 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 17:35:02.479 23931 23931 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 17:35:02.479 23931 23931 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 17:35:02.480 23931 23931 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 17:35:02.480 23931 23931 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 17:35:02.480 23931 23931 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 17:35:02.480 23931 23931 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 17:35:02.480 23931 23931 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 17:35:02.480 23931 23931 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 17:35:02.480 23931 23931 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 17:35:02.480 23931 23931 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 17:35:02.480 23931 23931 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 17:35:02.480 23931 23931 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 17:35:02.480 23931 23931 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 17:35:02.480 23931 23931 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 17:35:02.480 23931 23931 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 17:35:02.480 23931 23931 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 17:35:02.480 23931 23931 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 17:35:02.480 23931 23931 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 17:35:02.558 23931 23931 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 17:35:02.880 23931 23931 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 17:35:02.880 23931 23931 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 17:35:02.955 23931 23931 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) 02-27 17:35:02.951 23931 23931 W com.mbwhatsapp: type=1400 audit(0.0:124289): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:35:02.967 23931 23931 W com.mbwhatsapp: type=1400 audit(0.0:124290): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:35:02.979 23931 23931 W com.mbwhatsapp: type=1400 audit(0.0:124291): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:35:03.047 23931 23931 W com.mbwhatsapp: type=1400 audit(0.0:124292): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:35:03.059 23931 23931 W com.mbwhatsapp: type=1400 audit(0.0:124293): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:35:03.195 23931 23931 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 581ms 02-27 17:35:03.200 23931 23981 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 17:35:03.200 23931 23981 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 17:35:03.200 23931 23981 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 17:35:03.203 23931 23931 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 889ms --------- beginning of system 02-27 17:35:03.203 23931 23931 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 17:35:46.631 24182 24182 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 17:35:46.698 24182 24182 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 17:35:46.698 24182 24182 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 17:35:46.698 24182 24182 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 17:35:46.698 24182 24182 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 17:35:46.698 24182 24182 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 17:35:46.698 24182 24182 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 17:35:46.698 24182 24182 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 17:35:46.698 24182 24182 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 17:35:46.698 24182 24182 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 17:35:46.698 24182 24182 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 17:35:46.698 24182 24182 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 17:35:46.698 24182 24182 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 17:35:46.698 24182 24182 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 17:35:46.698 24182 24182 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 17:35:46.698 24182 24182 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 17:35:46.698 24182 24182 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 17:35:46.698 24182 24182 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 17:35:46.698 24182 24182 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 17:35:46.698 24182 24182 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 17:35:46.698 24182 24182 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 17:35:46.698 24182 24182 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 17:35:46.734 24182 24182 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 17:35:46.905 24182 24182 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 17:35:46.905 24182 24182 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 17:35:46.927 24182 24182 W com.mbwhatsapp: type=1400 audit(0.0:124297): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:35:46.931 24182 24182 W com.mbwhatsapp: type=1400 audit(0.0:124298): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:35:46.933 24182 24182 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) 02-27 17:35:46.935 24182 24182 W com.mbwhatsapp: type=1400 audit(0.0:124299): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:35:46.947 24182 24182 W com.mbwhatsapp: type=1400 audit(0.0:124300): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:35:46.951 24182 24182 W com.mbwhatsapp: type=1400 audit(0.0:124301): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:35:47.011 24182 24182 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 251ms 02-27 17:35:47.027 24182 24230 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 17:35:47.027 24182 24230 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 17:35:47.027 24182 24230 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 17:35:54.161 24640 24640 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 17:35:54.292 24640 24640 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 17:35:54.292 24640 24640 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 17:35:54.292 24640 24640 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 17:35:54.292 24640 24640 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 17:35:54.292 24640 24640 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 17:35:54.292 24640 24640 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 17:35:54.292 24640 24640 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 17:35:54.292 24640 24640 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 17:35:54.292 24640 24640 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 17:35:54.292 24640 24640 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 17:35:54.292 24640 24640 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 17:35:54.292 24640 24640 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 17:35:54.292 24640 24640 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 17:35:54.292 24640 24640 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 17:35:54.292 24640 24640 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 17:35:54.292 24640 24640 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 17:35:54.293 24640 24640 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 17:35:54.293 24640 24640 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 17:35:54.293 24640 24640 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 17:35:54.293 24640 24640 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 17:35:54.293 24640 24640 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 17:35:54.382 24640 24640 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 17:35:54.659 24640 24640 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 17:35:54.659 24640 24640 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 17:35:54.718 24640 24640 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) 02-27 17:35:54.865 24640 24640 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 439ms 02-27 17:35:54.871 24640 24640 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 691ms --------- beginning of system 02-27 17:35:54.871 24640 24640 W ActivityThread: Main thread can not be idle for a long time. 02-27 17:35:54.883 24640 24711 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 17:35:54.883 24640 24711 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 17:35:54.883 24640 24711 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 17:36:54.150 25153 25153 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 17:36:54.379 25153 25153 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 17:36:54.380 25153 25153 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 17:36:54.380 25153 25153 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 17:36:54.380 25153 25153 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 17:36:54.380 25153 25153 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 17:36:54.380 25153 25153 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 17:36:54.380 25153 25153 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 17:36:54.380 25153 25153 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 17:36:54.380 25153 25153 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 17:36:54.380 25153 25153 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 17:36:54.380 25153 25153 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 17:36:54.380 25153 25153 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 17:36:54.380 25153 25153 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 17:36:54.380 25153 25153 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 17:36:54.380 25153 25153 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 17:36:54.380 25153 25153 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 17:36:54.380 25153 25153 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 17:36:54.380 25153 25153 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 17:36:54.380 25153 25153 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 17:36:54.380 25153 25153 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 17:36:54.380 25153 25153 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 17:36:54.460 25153 25153 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 17:36:54.811 25153 25153 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 17:36:54.811 25153 25153 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 17:36:54.879 25153 25153 W com.mbwhatsapp: type=1400 audit(0.0:124498): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:36:54.882 25153 25153 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) 02-27 17:36:54.887 25153 25153 W com.mbwhatsapp: type=1400 audit(0.0:124499): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:36:54.899 25153 25153 W com.mbwhatsapp: type=1400 audit(0.0:124500): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:36:54.955 25153 25153 W com.mbwhatsapp: type=1400 audit(0.0:124501): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:36:54.963 25153 25153 W com.mbwhatsapp: type=1400 audit(0.0:124502): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:36:55.098 25153 25153 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 572ms 02-27 17:36:55.108 25153 25259 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 17:36:55.108 25153 25259 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 17:36:55.108 25153 25259 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 17:36:55.112 25153 25153 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 947ms --------- beginning of system 02-27 17:36:55.112 25153 25153 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 17:38:25.198 26226 26226 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 17:38:25.392 26226 26226 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 17:38:25.393 26226 26226 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 17:38:25.393 26226 26226 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 17:38:25.393 26226 26226 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 17:38:25.393 26226 26226 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 17:38:25.393 26226 26226 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 17:38:25.393 26226 26226 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 17:38:25.393 26226 26226 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 17:38:25.393 26226 26226 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 17:38:25.393 26226 26226 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 17:38:25.393 26226 26226 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 17:38:25.393 26226 26226 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 17:38:25.393 26226 26226 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 17:38:25.393 26226 26226 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 17:38:25.393 26226 26226 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 17:38:25.393 26226 26226 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 17:38:25.393 26226 26226 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 17:38:25.393 26226 26226 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 17:38:25.393 26226 26226 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 17:38:25.393 26226 26226 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 17:38:25.393 26226 26226 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 17:38:25.478 26226 26226 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 17:38:25.826 26226 26226 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 17:38:25.827 26226 26226 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 17:38:25.925 26226 26226 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) 02-27 17:38:25.919 26226 26226 W com.mbwhatsapp: type=1400 audit(0.0:124505): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:38:25.939 26226 26226 W com.mbwhatsapp: type=1400 audit(0.0:124506): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:38:25.955 26226 26226 W com.mbwhatsapp: type=1400 audit(0.0:124507): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:38:26.035 26226 26226 W com.mbwhatsapp: type=1400 audit(0.0:124508): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:38:26.067 26226 26226 W com.mbwhatsapp: type=1400 audit(0.0:124509): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:38:26.212 26226 26226 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 677ms 02-27 17:38:26.232 26226 26226 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1019ms --------- beginning of system 02-27 17:38:26.233 26226 26226 W ActivityThread: Main thread can not be idle for a long time. 02-27 17:38:26.275 26226 26325 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 17:38:26.275 26226 26325 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 17:38:26.275 26226 26325 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 17:40:00.054 26939 26939 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 17:40:00.163 26939 26939 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 17:40:00.163 26939 26939 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 17:40:00.163 26939 26939 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 17:40:00.163 26939 26939 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 17:40:00.163 26939 26939 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 17:40:00.163 26939 26939 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 17:40:00.163 26939 26939 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 17:40:00.163 26939 26939 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 17:40:00.163 26939 26939 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 17:40:00.163 26939 26939 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 17:40:00.163 26939 26939 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 17:40:00.163 26939 26939 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 17:40:00.163 26939 26939 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 17:40:00.163 26939 26939 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 17:40:00.163 26939 26939 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 17:40:00.163 26939 26939 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 17:40:00.163 26939 26939 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 17:40:00.163 26939 26939 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 17:40:00.163 26939 26939 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 17:40:00.163 26939 26939 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 17:40:00.163 26939 26939 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 17:40:00.239 26939 26939 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 17:40:00.516 26939 26939 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 17:40:00.517 26939 26939 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 17:40:00.567 26939 26939 W com.mbwhatsapp: type=1400 audit(0.0:125247): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:40:00.571 26939 26939 W com.mbwhatsapp: type=1400 audit(0.0:125248): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:40:00.574 26939 26939 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) 02-27 17:40:00.579 26939 26939 W com.mbwhatsapp: type=1400 audit(0.0:125249): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:40:00.607 26939 26939 W com.mbwhatsapp: type=1400 audit(0.0:125250): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:40:00.615 26939 26939 W com.mbwhatsapp: type=1400 audit(0.0:125251): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:40:00.726 26939 26939 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 448ms 02-27 17:40:00.738 26939 26939 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 663ms --------- beginning of system 02-27 17:40:00.738 26939 26939 W ActivityThread: Main thread can not be idle for a long time. 02-27 17:40:00.811 26939 26997 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 17:40:00.811 26939 26997 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 17:40:00.811 26939 26997 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 17:40:54.152 27928 27928 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 17:40:54.326 27928 27928 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 17:40:54.327 27928 27928 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 17:40:54.327 27928 27928 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 17:40:54.327 27928 27928 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 17:40:54.327 27928 27928 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 17:40:54.327 27928 27928 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 17:40:54.327 27928 27928 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 17:40:54.327 27928 27928 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 17:40:54.327 27928 27928 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 17:40:54.327 27928 27928 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 17:40:54.327 27928 27928 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 17:40:54.327 27928 27928 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 17:40:54.327 27928 27928 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 17:40:54.327 27928 27928 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 17:40:54.327 27928 27928 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 17:40:54.327 27928 27928 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 17:40:54.327 27928 27928 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 17:40:54.327 27928 27928 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 17:40:54.327 27928 27928 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 17:40:54.327 27928 27928 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 17:40:54.327 27928 27928 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 17:40:54.397 27928 27928 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 17:40:54.704 27928 27928 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 17:40:54.704 27928 27928 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 17:40:54.756 27928 27928 W com.mbwhatsapp: type=1400 audit(0.0:125510): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:40:54.760 27928 27928 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) 02-27 17:40:54.764 27928 27928 W com.mbwhatsapp: type=1400 audit(0.0:125511): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:40:54.772 27928 27928 W com.mbwhatsapp: type=1400 audit(0.0:125512): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:40:54.828 27928 27928 W com.mbwhatsapp: type=1400 audit(0.0:125513): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:40:54.836 27928 27928 W com.mbwhatsapp: type=1400 audit(0.0:125514): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:40:54.836 27928 27928 W com.mbwhatsapp: type=1400 audit(0.0:125516): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:40:54.941 27928 27928 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 494ms 02-27 17:40:54.947 27928 27978 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 17:40:54.947 27928 27978 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 17:40:54.947 27928 27978 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 17:40:54.948 27928 27928 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 776ms --------- beginning of system 02-27 17:40:54.948 27928 27928 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 17:42:03.521 28531 28531 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 17:42:03.625 28531 28531 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 17:42:03.626 28531 28531 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 17:42:03.626 28531 28531 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 17:42:03.626 28531 28531 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 17:42:03.626 28531 28531 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 17:42:03.626 28531 28531 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 17:42:03.626 28531 28531 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 17:42:03.626 28531 28531 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 17:42:03.626 28531 28531 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 17:42:03.626 28531 28531 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 17:42:03.626 28531 28531 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 17:42:03.626 28531 28531 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 17:42:03.626 28531 28531 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 17:42:03.626 28531 28531 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 17:42:03.626 28531 28531 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 17:42:03.626 28531 28531 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 17:42:03.626 28531 28531 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 17:42:03.626 28531 28531 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 17:42:03.626 28531 28531 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 17:42:03.626 28531 28531 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 17:42:03.626 28531 28531 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 17:42:03.697 28531 28531 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 17:42:03.964 28531 28531 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 17:42:03.964 28531 28531 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 17:42:04.016 28531 28531 W com.mbwhatsapp: type=1400 audit(0.0:125664): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:42:04.016 28531 28531 W com.mbwhatsapp: type=1400 audit(0.0:125665): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:42:04.019 28531 28531 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) 02-27 17:42:04.024 28531 28531 W com.mbwhatsapp: type=1400 audit(0.0:125666): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:42:04.052 28531 28531 W com.mbwhatsapp: type=1400 audit(0.0:125667): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:42:04.064 28531 28531 W com.mbwhatsapp: type=1400 audit(0.0:125668): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:42:04.168 28531 28531 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 424ms 02-27 17:42:04.181 28531 28531 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 644ms --------- beginning of system 02-27 17:42:04.181 28531 28531 W ActivityThread: Main thread can not be idle for a long time. 02-27 17:42:04.181 28531 28580 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 17:42:04.181 28531 28580 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 17:42:04.181 28531 28580 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 17:42:54.151 29023 29023 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 17:42:54.340 29023 29023 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 17:42:54.340 29023 29023 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 17:42:54.340 29023 29023 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 17:42:54.340 29023 29023 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 17:42:54.340 29023 29023 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 17:42:54.340 29023 29023 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 17:42:54.340 29023 29023 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 17:42:54.340 29023 29023 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 17:42:54.340 29023 29023 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 17:42:54.340 29023 29023 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 17:42:54.340 29023 29023 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 17:42:54.340 29023 29023 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 17:42:54.340 29023 29023 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 17:42:54.340 29023 29023 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 17:42:54.340 29023 29023 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 17:42:54.340 29023 29023 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 17:42:54.340 29023 29023 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 17:42:54.340 29023 29023 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 17:42:54.340 29023 29023 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 17:42:54.340 29023 29023 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 17:42:54.340 29023 29023 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 17:42:54.419 29023 29023 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 17:42:54.734 29023 29023 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 17:42:54.734 29023 29023 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 17:42:54.796 29023 29023 W com.mbwhatsapp: type=1400 audit(0.0:125743): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:42:54.802 29023 29023 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) 02-27 17:42:54.804 29023 29023 W com.mbwhatsapp: type=1400 audit(0.0:125744): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:42:54.816 29023 29023 W com.mbwhatsapp: type=1400 audit(0.0:125745): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:42:54.860 29023 29023 W com.mbwhatsapp: type=1400 audit(0.0:125746): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:42:54.868 29023 29023 W com.mbwhatsapp: type=1400 audit(0.0:125747): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:42:54.985 29023 29023 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 508ms 02-27 17:42:54.989 29023 29071 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 17:42:54.989 29023 29071 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 17:42:54.989 29023 29071 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 17:42:54.992 29023 29023 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 823ms --------- beginning of system 02-27 17:42:54.992 29023 29023 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 17:45:08.212 29840 29840 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 17:45:08.313 29840 29840 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 17:45:08.314 29840 29840 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 17:45:08.314 29840 29840 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 17:45:08.314 29840 29840 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 17:45:08.314 29840 29840 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 17:45:08.314 29840 29840 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 17:45:08.314 29840 29840 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 17:45:08.314 29840 29840 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 17:45:08.314 29840 29840 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 17:45:08.314 29840 29840 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 17:45:08.314 29840 29840 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 17:45:08.314 29840 29840 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 17:45:08.314 29840 29840 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 17:45:08.314 29840 29840 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 17:45:08.314 29840 29840 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 17:45:08.314 29840 29840 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 17:45:08.314 29840 29840 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 17:45:08.314 29840 29840 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 17:45:08.314 29840 29840 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 17:45:08.314 29840 29840 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 17:45:08.314 29840 29840 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 17:45:08.393 29840 29840 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 17:45:08.660 29840 29840 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 17:45:08.661 29840 29840 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 17:45:08.712 29840 29840 W com.mbwhatsapp: type=1400 audit(0.0:125930): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:45:08.716 29840 29840 W com.mbwhatsapp: type=1400 audit(0.0:125931): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:45:08.718 29840 29840 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) 02-27 17:45:08.724 29840 29840 W com.mbwhatsapp: type=1400 audit(0.0:125932): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:45:08.748 29840 29840 W com.mbwhatsapp: type=1400 audit(0.0:125933): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:45:08.756 29840 29840 W com.mbwhatsapp: type=1400 audit(0.0:125934): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:45:08.857 29840 29840 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 421ms 02-27 17:45:08.868 29840 29840 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 638ms --------- beginning of system 02-27 17:45:08.868 29840 29840 W ActivityThread: Main thread can not be idle for a long time. 02-27 17:45:08.880 29840 29888 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 17:45:08.880 29840 29888 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 17:45:08.880 29840 29888 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 17:46:58.610 30101 30101 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 17:46:58.785 30101 30101 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 17:46:58.786 30101 30101 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 17:46:58.786 30101 30101 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 17:46:58.786 30101 30101 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 17:46:58.786 30101 30101 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 17:46:58.786 30101 30101 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 17:46:58.786 30101 30101 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 17:46:58.786 30101 30101 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 17:46:58.786 30101 30101 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 17:46:58.786 30101 30101 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 17:46:58.786 30101 30101 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 17:46:58.786 30101 30101 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 17:46:58.786 30101 30101 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 17:46:58.786 30101 30101 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 17:46:58.786 30101 30101 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 17:46:58.786 30101 30101 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 17:46:58.786 30101 30101 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 17:46:58.786 30101 30101 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 17:46:58.786 30101 30101 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 17:46:58.786 30101 30101 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 17:46:58.786 30101 30101 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 17:46:58.857 30101 30101 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 17:46:59.172 30101 30101 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 17:46:59.172 30101 30101 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 17:46:59.228 30101 30101 W com.mbwhatsapp: type=1400 audit(0.0:126028): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:46:59.234 30101 30101 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) 02-27 17:46:59.236 30101 30101 W com.mbwhatsapp: type=1400 audit(0.0:126029): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:46:59.244 30101 30101 W com.mbwhatsapp: type=1400 audit(0.0:126030): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:46:59.304 30101 30101 W com.mbwhatsapp: type=1400 audit(0.0:126031): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:46:59.308 30101 30101 W com.mbwhatsapp: type=1400 audit(0.0:126032): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:46:59.424 30101 30101 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 514ms 02-27 17:46:59.433 30101 30150 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 17:46:59.433 30101 30150 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 17:46:59.433 30101 30150 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 17:46:59.436 30101 30101 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 807ms --------- beginning of system 02-27 17:46:59.436 30101 30101 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 17:48:29.169 30403 30403 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 17:48:29.318 30403 30403 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 17:48:29.319 30403 30403 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 17:48:29.319 30403 30403 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 17:48:29.319 30403 30403 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 17:48:29.319 30403 30403 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 17:48:29.319 30403 30403 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 17:48:29.319 30403 30403 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 17:48:29.319 30403 30403 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 17:48:29.319 30403 30403 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 17:48:29.319 30403 30403 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 17:48:29.319 30403 30403 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 17:48:29.319 30403 30403 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 17:48:29.319 30403 30403 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 17:48:29.319 30403 30403 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 17:48:29.319 30403 30403 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 17:48:29.319 30403 30403 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 17:48:29.319 30403 30403 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 17:48:29.319 30403 30403 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 17:48:29.319 30403 30403 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 17:48:29.319 30403 30403 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 17:48:29.319 30403 30403 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 17:48:29.393 30403 30403 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 17:48:29.662 30403 30403 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 17:48:29.662 30403 30403 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 17:48:29.715 30403 30403 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) 02-27 17:48:29.857 30403 30403 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 425ms 02-27 17:48:29.869 30403 30458 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 17:48:29.869 30403 30458 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 17:48:29.869 30403 30458 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 17:48:29.873 30403 30403 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 642ms --------- beginning of system 02-27 17:48:29.873 30403 30403 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 17:48:54.153 31009 31009 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 17:48:54.249 31009 31009 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 17:48:54.250 31009 31009 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 17:48:54.250 31009 31009 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 17:48:54.250 31009 31009 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 17:48:54.250 31009 31009 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 17:48:54.250 31009 31009 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 17:48:54.250 31009 31009 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 17:48:54.250 31009 31009 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 17:48:54.250 31009 31009 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 17:48:54.250 31009 31009 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 17:48:54.250 31009 31009 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 17:48:54.250 31009 31009 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 17:48:54.250 31009 31009 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 17:48:54.250 31009 31009 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 17:48:54.250 31009 31009 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 17:48:54.250 31009 31009 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 17:48:54.250 31009 31009 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 17:48:54.250 31009 31009 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 17:48:54.250 31009 31009 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 17:48:54.250 31009 31009 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 17:48:54.250 31009 31009 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 17:48:54.310 31009 31009 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 17:48:54.555 31009 31009 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 17:48:54.555 31009 31009 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 17:48:54.596 31009 31009 W com.mbwhatsapp: type=1400 audit(0.0:126672): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:48:54.600 31009 31009 W com.mbwhatsapp: type=1400 audit(0.0:126673): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:48:54.603 31009 31009 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) 02-27 17:48:54.608 31009 31009 W com.mbwhatsapp: type=1400 audit(0.0:126674): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:48:54.628 31009 31009 W com.mbwhatsapp: type=1400 audit(0.0:126675): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:48:54.636 31009 31009 W com.mbwhatsapp: type=1400 audit(0.0:126676): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:48:54.729 31009 31009 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 384ms 02-27 17:48:54.736 31009 31009 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 562ms --------- beginning of system 02-27 17:48:54.736 31009 31009 W ActivityThread: Main thread can not be idle for a long time. 02-27 17:48:54.748 31009 31059 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 17:48:54.748 31009 31059 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 17:48:54.748 31009 31059 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 17:52:02.694 32146 32146 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 17:52:02.893 32146 32146 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 17:52:02.894 32146 32146 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 17:52:02.894 32146 32146 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 17:52:02.894 32146 32146 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 17:52:02.894 32146 32146 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 17:52:02.894 32146 32146 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 17:52:02.894 32146 32146 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 17:52:02.894 32146 32146 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 17:52:02.894 32146 32146 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 17:52:02.894 32146 32146 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 17:52:02.894 32146 32146 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 17:52:02.894 32146 32146 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 17:52:02.894 32146 32146 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 17:52:02.894 32146 32146 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 17:52:02.894 32146 32146 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 17:52:02.894 32146 32146 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 17:52:02.894 32146 32146 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 17:52:02.894 32146 32146 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 17:52:02.894 32146 32146 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 17:52:02.894 32146 32146 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 17:52:02.894 32146 32146 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 17:52:02.970 32146 32146 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 17:52:03.313 32146 32146 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 17:52:03.313 32146 32146 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 17:52:03.383 32146 32146 W com.mbwhatsapp: type=1400 audit(0.0:128686): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:52:03.387 32146 32146 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) 02-27 17:52:03.387 32146 32146 W com.mbwhatsapp: type=1400 audit(0.0:128687): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:52:03.403 32146 32146 W com.mbwhatsapp: type=1400 audit(0.0:128688): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:52:03.467 32146 32146 W com.mbwhatsapp: type=1400 audit(0.0:128689): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:52:03.475 32146 32146 W com.mbwhatsapp: type=1400 audit(0.0:128690): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:52:03.612 32146 32146 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 578ms 02-27 17:52:03.619 32146 32146 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 908ms --------- beginning of system 02-27 17:52:03.619 32146 32146 W ActivityThread: Main thread can not be idle for a long time. 02-27 17:52:03.630 32146 32215 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 17:52:03.630 32146 32215 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 17:52:03.630 32146 32215 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 17:53:51.375 463 463 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 17:53:51.617 463 463 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 17:53:51.618 463 463 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 17:53:51.618 463 463 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 17:53:51.618 463 463 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 17:53:51.618 463 463 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 17:53:51.618 463 463 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 17:53:51.618 463 463 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 17:53:51.618 463 463 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 17:53:51.618 463 463 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 17:53:51.618 463 463 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 17:53:51.618 463 463 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 17:53:51.618 463 463 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 17:53:51.618 463 463 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 17:53:51.618 463 463 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 17:53:51.618 463 463 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 17:53:51.618 463 463 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 17:53:51.618 463 463 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 17:53:51.618 463 463 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 17:53:51.618 463 463 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 17:53:51.618 463 463 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 17:53:51.618 463 463 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 17:53:51.745 463 463 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 17:53:52.119 463 463 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 17:53:52.119 463 463 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 17:53:52.194 463 463 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) 02-27 17:53:52.408 463 463 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 581ms 02-27 17:53:52.413 463 877 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 17:53:52.413 463 877 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 17:53:52.413 463 877 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 17:53:52.415 463 463 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1022ms --------- beginning of system 02-27 17:53:52.415 463 463 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 17:55:00.675 1802 1802 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 17:55:00.933 1802 1802 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 17:55:00.933 1802 1802 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 17:55:00.933 1802 1802 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 17:55:00.933 1802 1802 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 17:55:00.933 1802 1802 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 17:55:00.933 1802 1802 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 17:55:00.933 1802 1802 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 17:55:00.933 1802 1802 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 17:55:00.933 1802 1802 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 17:55:00.933 1802 1802 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 17:55:00.934 1802 1802 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 17:55:00.934 1802 1802 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 17:55:00.934 1802 1802 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 17:55:00.934 1802 1802 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 17:55:00.934 1802 1802 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 17:55:00.934 1802 1802 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 17:55:00.934 1802 1802 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 17:55:00.934 1802 1802 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 17:55:00.934 1802 1802 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 17:55:00.934 1802 1802 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 17:55:00.934 1802 1802 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 17:55:01.038 1802 1802 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 17:55:09.351 2215 2215 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 17:55:09.455 2215 2215 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 17:55:09.455 2215 2215 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 17:55:09.455 2215 2215 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 17:55:09.455 2215 2215 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 17:55:09.455 2215 2215 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 17:55:09.455 2215 2215 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 17:55:09.455 2215 2215 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 17:55:09.455 2215 2215 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 17:55:09.455 2215 2215 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 17:55:09.455 2215 2215 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 17:55:09.455 2215 2215 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 17:55:09.455 2215 2215 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 17:55:09.455 2215 2215 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 17:55:09.455 2215 2215 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 17:55:09.455 2215 2215 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 17:55:09.455 2215 2215 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 17:55:09.455 2215 2215 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 17:55:09.455 2215 2215 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 17:55:09.455 2215 2215 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 17:55:09.455 2215 2215 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 17:55:09.455 2215 2215 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 17:55:09.536 2215 2215 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 17:55:09.839 2215 2215 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 17:55:09.839 2215 2215 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 17:55:09.895 2215 2215 W com.mbwhatsapp: type=1400 audit(0.0:130107): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:55:09.899 2215 2215 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) 02-27 17:55:09.907 2215 2215 W com.mbwhatsapp: type=1400 audit(0.0:130108): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:55:09.915 2215 2215 W com.mbwhatsapp: type=1400 audit(0.0:130109): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:55:09.967 2215 2215 W com.mbwhatsapp: type=1400 audit(0.0:130110): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:55:09.975 2215 2215 W com.mbwhatsapp: type=1400 audit(0.0:130111): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:55:10.103 2215 2215 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 516ms 02-27 17:55:10.106 2215 2403 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 17:55:10.106 2215 2403 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 17:55:10.106 2215 2403 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 17:55:10.109 2215 2215 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 741ms --------- beginning of system 02-27 17:55:10.109 2215 2215 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 17:55:55.541 3092 3092 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 17:55:55.641 3092 3092 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 17:55:55.641 3092 3092 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 17:55:55.641 3092 3092 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 17:55:55.641 3092 3092 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 17:55:55.641 3092 3092 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 17:55:55.641 3092 3092 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 17:55:55.641 3092 3092 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 17:55:55.641 3092 3092 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 17:55:55.641 3092 3092 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 17:55:55.641 3092 3092 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 17:55:55.641 3092 3092 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 17:55:55.641 3092 3092 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 17:55:55.641 3092 3092 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 17:55:55.641 3092 3092 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 17:55:55.641 3092 3092 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 17:55:55.641 3092 3092 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 17:55:55.641 3092 3092 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 17:55:55.641 3092 3092 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 17:55:55.641 3092 3092 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 17:55:55.641 3092 3092 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 17:55:55.641 3092 3092 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 17:55:55.704 3092 3092 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 17:55:55.951 3092 3092 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 17:55:55.951 3092 3092 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 17:55:55.995 3092 3092 W com.mbwhatsapp: type=1400 audit(0.0:130143): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:55:55.999 3092 3092 W com.mbwhatsapp: type=1400 audit(0.0:130144): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:55:56.001 3092 3092 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) 02-27 17:55:56.007 3092 3092 W com.mbwhatsapp: type=1400 audit(0.0:130145): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:55:56.031 3092 3092 W com.mbwhatsapp: type=1400 audit(0.0:130146): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:55:56.035 3092 3092 W com.mbwhatsapp: type=1400 audit(0.0:130147): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 17:55:56.137 3092 3092 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 397ms 02-27 17:55:56.149 3092 3092 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 588ms --------- beginning of system 02-27 17:55:56.149 3092 3092 W ActivityThread: Main thread can not be idle for a long time. 02-27 17:55:56.164 3092 3194 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 17:55:56.164 3092 3194 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 17:55:56.164 3092 3194 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 18:00:15.288 5381 5381 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 18:00:15.382 5381 5381 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 18:00:15.382 5381 5381 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 18:00:15.383 5381 5381 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 18:00:15.383 5381 5381 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 18:00:15.383 5381 5381 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 18:00:15.383 5381 5381 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 18:00:15.383 5381 5381 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 18:00:15.383 5381 5381 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 18:00:15.383 5381 5381 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 18:00:15.383 5381 5381 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 18:00:15.383 5381 5381 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 18:00:15.383 5381 5381 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 18:00:15.383 5381 5381 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 18:00:15.383 5381 5381 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 18:00:15.383 5381 5381 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 18:00:15.383 5381 5381 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 18:00:15.383 5381 5381 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 18:00:15.383 5381 5381 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 18:00:15.383 5381 5381 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 18:00:15.383 5381 5381 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 18:00:15.383 5381 5381 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 18:00:15.445 5381 5381 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 18:00:15.687 5381 5381 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 18:00:15.687 5381 5381 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 18:00:15.731 5381 5381 W com.mbwhatsapp: type=1400 audit(0.0:131186): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:00:15.735 5381 5381 W com.mbwhatsapp: type=1400 audit(0.0:131187): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:00:15.735 5381 5381 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) 02-27 18:00:15.739 5381 5381 W com.mbwhatsapp: type=1400 audit(0.0:131188): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:00:15.763 5381 5381 W com.mbwhatsapp: type=1400 audit(0.0:131189): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:00:15.767 5381 5381 W com.mbwhatsapp: type=1400 audit(0.0:131190): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:00:15.767 5381 5381 W com.mbwhatsapp: type=1400 audit(0.0:131191): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:00:15.767 5381 5381 W com.mbwhatsapp: type=1400 audit(0.0:131192): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:00:15.858 5381 5381 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 376ms 02-27 18:00:15.869 5381 5381 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 566ms --------- beginning of system 02-27 18:00:15.869 5381 5381 W ActivityThread: Main thread can not be idle for a long time. 02-27 18:00:15.874 5381 5436 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 18:00:15.874 5381 5436 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 18:00:15.874 5381 5436 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 18:01:38.594 6211 6211 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 18:01:38.765 6211 6211 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 18:01:38.765 6211 6211 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 18:01:38.765 6211 6211 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 18:01:38.765 6211 6211 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 18:01:38.765 6211 6211 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 18:01:38.765 6211 6211 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 18:01:38.765 6211 6211 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 18:01:38.765 6211 6211 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 18:01:38.765 6211 6211 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 18:01:38.765 6211 6211 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 18:01:38.765 6211 6211 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 18:01:38.765 6211 6211 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 18:01:38.765 6211 6211 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 18:01:38.765 6211 6211 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 18:01:38.765 6211 6211 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 18:01:38.765 6211 6211 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 18:01:38.765 6211 6211 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 18:01:38.765 6211 6211 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 18:01:38.765 6211 6211 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 18:01:38.765 6211 6211 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 18:01:38.765 6211 6211 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 18:01:38.859 6211 6211 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 18:01:39.226 6211 6211 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 18:01:39.226 6211 6211 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 18:01:39.315 6211 6211 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) 02-27 18:01:39.558 6211 6211 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 639ms 02-27 18:01:39.596 6211 6355 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 18:01:39.596 6211 6355 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 18:01:39.596 6211 6355 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 18:01:39.608 6211 6211 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 993ms --------- beginning of system 02-27 18:01:39.608 6211 6211 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 18:01:56.404 6594 6594 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 18:01:56.500 6594 6594 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 18:01:56.500 6594 6594 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 18:01:56.500 6594 6594 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 18:01:56.500 6594 6594 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 18:01:56.500 6594 6594 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 18:01:56.500 6594 6594 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 18:01:56.500 6594 6594 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 18:01:56.500 6594 6594 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 18:01:56.500 6594 6594 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 18:01:56.500 6594 6594 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 18:01:56.500 6594 6594 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 18:01:56.500 6594 6594 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 18:01:56.500 6594 6594 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 18:01:56.500 6594 6594 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 18:01:56.500 6594 6594 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 18:01:56.500 6594 6594 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 18:01:56.500 6594 6594 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 18:01:56.500 6594 6594 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 18:01:56.500 6594 6594 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 18:01:56.500 6594 6594 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 18:01:56.500 6594 6594 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 18:01:56.564 6594 6594 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 18:01:56.833 6594 6594 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 18:01:56.833 6594 6594 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 18:01:56.893 6594 6594 W com.mbwhatsapp: type=1400 audit(0.0:132143): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:01:56.896 6594 6594 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) 02-27 18:01:56.901 6594 6594 W com.mbwhatsapp: type=1400 audit(0.0:132144): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:01:56.913 6594 6594 W com.mbwhatsapp: type=1400 audit(0.0:132145): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:01:56.945 6594 6594 W com.mbwhatsapp: type=1400 audit(0.0:132146): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:01:56.949 6594 6594 W com.mbwhatsapp: type=1400 audit(0.0:132147): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:01:56.949 6594 6594 W com.mbwhatsapp: type=1400 audit(0.0:132149): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:01:57.051 6594 6594 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 437ms 02-27 18:01:57.056 6594 6659 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 18:01:57.056 6594 6659 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 18:01:57.056 6594 6659 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 18:01:57.056 6594 6594 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 638ms --------- beginning of system 02-27 18:01:57.056 6594 6594 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 18:02:11.464 6882 6882 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 18:02:11.594 6882 6882 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 18:02:11.594 6882 6882 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 18:02:11.594 6882 6882 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 18:02:11.594 6882 6882 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 18:02:11.594 6882 6882 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 18:02:11.594 6882 6882 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 18:02:11.594 6882 6882 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 18:02:11.594 6882 6882 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 18:02:11.594 6882 6882 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 18:02:11.594 6882 6882 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 18:02:11.594 6882 6882 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 18:02:11.594 6882 6882 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 18:02:11.594 6882 6882 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 18:02:11.594 6882 6882 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 18:02:11.594 6882 6882 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 18:02:11.594 6882 6882 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 18:02:11.594 6882 6882 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 18:02:11.594 6882 6882 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 18:02:11.594 6882 6882 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 18:02:11.594 6882 6882 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 18:02:11.594 6882 6882 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 18:02:11.635 6882 6882 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 18:02:11.863 6882 6882 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 18:02:11.864 6882 6882 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 18:02:11.901 6882 6882 W com.mbwhatsapp: type=1400 audit(0.0:132150): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:02:11.907 6882 6882 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) 02-27 18:02:11.909 6882 6882 W com.mbwhatsapp: type=1400 audit(0.0:132151): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:02:11.913 6882 6882 W com.mbwhatsapp: type=1400 audit(0.0:132152): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:02:11.965 6882 6882 W com.mbwhatsapp: type=1400 audit(0.0:132153): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:02:11.973 6882 6882 W com.mbwhatsapp: type=1400 audit(0.0:132154): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:02:12.070 6882 6882 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 392ms 02-27 18:02:12.076 6882 6933 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 18:02:12.076 6882 6933 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 18:02:12.076 6882 6933 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 18:04:38.929 7818 7818 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 18:04:39.028 7818 7818 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 18:04:39.028 7818 7818 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 18:04:39.028 7818 7818 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 18:04:39.028 7818 7818 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 18:04:39.028 7818 7818 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 18:04:39.028 7818 7818 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 18:04:39.028 7818 7818 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 18:04:39.028 7818 7818 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 18:04:39.028 7818 7818 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 18:04:39.028 7818 7818 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 18:04:39.028 7818 7818 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 18:04:39.028 7818 7818 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 18:04:39.029 7818 7818 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 18:04:39.029 7818 7818 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 18:04:39.029 7818 7818 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 18:04:39.029 7818 7818 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 18:04:39.029 7818 7818 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 18:04:39.029 7818 7818 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 18:04:39.029 7818 7818 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 18:04:39.029 7818 7818 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 18:04:39.029 7818 7818 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 18:04:39.093 7818 7818 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 18:04:39.342 7818 7818 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 18:04:39.342 7818 7818 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 18:04:39.389 7818 7818 W com.mbwhatsapp: type=1400 audit(0.0:132541): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:04:39.389 7818 7818 W com.mbwhatsapp: type=1400 audit(0.0:132542): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:04:39.393 7818 7818 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) 02-27 18:04:39.397 7818 7818 W com.mbwhatsapp: type=1400 audit(0.0:132543): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:04:39.519 7818 7818 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 385ms 02-27 18:04:39.532 7818 7818 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 583ms --------- beginning of system 02-27 18:04:39.532 7818 7818 W ActivityThread: Main thread can not be idle for a long time. 02-27 18:04:39.532 7818 7873 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 18:04:39.532 7818 7873 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 18:04:39.532 7818 7873 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 18:12:25.081 10192 10192 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 18:12:25.199 10192 10192 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 18:12:25.200 10192 10192 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 18:12:25.200 10192 10192 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 18:12:25.200 10192 10192 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 18:12:25.200 10192 10192 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 18:12:25.200 10192 10192 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 18:12:25.200 10192 10192 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 18:12:25.200 10192 10192 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 18:12:25.200 10192 10192 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 18:12:25.200 10192 10192 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 18:12:25.200 10192 10192 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 18:12:25.200 10192 10192 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 18:12:25.200 10192 10192 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 18:12:25.200 10192 10192 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 18:12:25.200 10192 10192 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 18:12:25.200 10192 10192 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 18:12:25.200 10192 10192 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 18:12:25.200 10192 10192 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 18:12:25.200 10192 10192 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 18:12:25.200 10192 10192 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 18:12:25.200 10192 10192 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 18:12:25.276 10192 10192 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 18:12:25.557 10192 10192 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 18:12:25.558 10192 10192 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 18:12:25.637 10192 10192 W com.mbwhatsapp: type=1400 audit(0.0:134199): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:12:25.641 10192 10192 W com.mbwhatsapp: type=1400 audit(0.0:134200): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:12:25.641 10192 10192 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) 02-27 18:12:25.649 10192 10192 W com.mbwhatsapp: type=1400 audit(0.0:134201): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:12:25.673 10192 10192 W com.mbwhatsapp: type=1400 audit(0.0:134202): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:12:25.681 10192 10192 W com.mbwhatsapp: type=1400 audit(0.0:134203): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:12:25.787 10192 10192 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 471ms 02-27 18:12:25.794 10192 10192 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 694ms --------- beginning of system 02-27 18:12:25.794 10192 10192 W ActivityThread: Main thread can not be idle for a long time. 02-27 18:12:25.846 10192 10240 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 18:12:25.846 10192 10240 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 18:12:25.846 10192 10240 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 18:12:54.157 10643 10643 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 18:12:54.354 10643 10643 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 18:12:54.355 10643 10643 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 18:12:54.355 10643 10643 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 18:12:54.355 10643 10643 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 18:12:54.355 10643 10643 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 18:12:54.355 10643 10643 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 18:12:54.355 10643 10643 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 18:12:54.355 10643 10643 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 18:12:54.355 10643 10643 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 18:12:54.355 10643 10643 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 18:12:54.355 10643 10643 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 18:12:54.355 10643 10643 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 18:12:54.355 10643 10643 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 18:12:54.355 10643 10643 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 18:12:54.355 10643 10643 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 18:12:54.355 10643 10643 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 18:12:54.355 10643 10643 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 18:12:54.355 10643 10643 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 18:12:54.355 10643 10643 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 18:12:54.355 10643 10643 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 18:12:54.355 10643 10643 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 18:12:54.426 10643 10643 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 18:12:54.754 10643 10643 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 18:12:54.755 10643 10643 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 18:12:54.821 10643 10643 W com.mbwhatsapp: type=1400 audit(0.0:134239): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:12:54.827 10643 10643 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) 02-27 18:12:54.837 10643 10643 W com.mbwhatsapp: type=1400 audit(0.0:134240): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:12:54.845 10643 10643 W com.mbwhatsapp: type=1400 audit(0.0:134241): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:12:54.897 10643 10643 W com.mbwhatsapp: type=1400 audit(0.0:134242): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:12:54.905 10643 10643 W com.mbwhatsapp: type=1400 audit(0.0:134243): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:12:54.905 10643 10643 W com.mbwhatsapp: type=1400 audit(0.0:134245): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:12:55.041 10643 10643 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 551ms 02-27 18:12:55.048 10643 10643 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 873ms --------- beginning of system 02-27 18:12:55.048 10643 10643 W ActivityThread: Main thread can not be idle for a long time. 02-27 18:12:55.049 10643 10691 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 18:12:55.049 10643 10691 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 18:12:55.049 10643 10691 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 18:14:11.165 11114 11114 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 18:14:11.353 11114 11114 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 18:14:11.354 11114 11114 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 18:14:11.354 11114 11114 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 18:14:11.354 11114 11114 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 18:14:11.354 11114 11114 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 18:14:11.354 11114 11114 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 18:14:11.354 11114 11114 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 18:14:11.354 11114 11114 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 18:14:11.354 11114 11114 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 18:14:11.354 11114 11114 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 18:14:11.354 11114 11114 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 18:14:11.354 11114 11114 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 18:14:11.354 11114 11114 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 18:14:11.354 11114 11114 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 18:14:11.354 11114 11114 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 18:14:11.354 11114 11114 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 18:14:11.354 11114 11114 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 18:14:11.354 11114 11114 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 18:14:11.354 11114 11114 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 18:14:11.354 11114 11114 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 18:14:11.354 11114 11114 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 18:14:11.400 11114 11114 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 18:14:11.681 11114 11114 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 18:14:11.682 11114 11114 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 18:14:11.750 11114 11114 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) 02-27 18:14:11.745 11114 11114 W com.mbwhatsapp: type=1400 audit(0.0:134697): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:14:11.753 11114 11114 W com.mbwhatsapp: type=1400 audit(0.0:134698): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:14:11.765 11114 11114 W com.mbwhatsapp: type=1400 audit(0.0:134699): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:14:11.813 11114 11114 W com.mbwhatsapp: type=1400 audit(0.0:134700): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:14:11.821 11114 11114 W com.mbwhatsapp: type=1400 audit(0.0:134701): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:14:11.931 11114 11114 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 468ms 02-27 18:14:11.942 11114 11162 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 18:14:11.942 11114 11162 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 18:14:11.942 11114 11162 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 18:15:00.310 11361 11361 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 18:15:00.420 11361 11361 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 18:15:00.420 11361 11361 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 18:15:00.421 11361 11361 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 18:15:00.421 11361 11361 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 18:15:00.421 11361 11361 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 18:15:00.421 11361 11361 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 18:15:00.421 11361 11361 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 18:15:00.421 11361 11361 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 18:15:00.421 11361 11361 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 18:15:00.421 11361 11361 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 18:15:00.421 11361 11361 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 18:15:00.421 11361 11361 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 18:15:00.421 11361 11361 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 18:15:00.421 11361 11361 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 18:15:00.421 11361 11361 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 18:15:00.421 11361 11361 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 18:15:00.421 11361 11361 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 18:15:00.421 11361 11361 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 18:15:00.421 11361 11361 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 18:15:00.421 11361 11361 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 18:15:00.421 11361 11361 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 18:15:00.494 11361 11361 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 18:15:00.746 11361 11361 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 18:15:00.747 11361 11361 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 18:15:00.791 11361 11361 W com.mbwhatsapp: type=1400 audit(0.0:135515): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:15:00.795 11361 11361 W com.mbwhatsapp: type=1400 audit(0.0:135516): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:15:00.797 11361 11361 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) 02-27 18:15:00.803 11361 11361 W com.mbwhatsapp: type=1400 audit(0.0:135517): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:15:00.823 11361 11361 W com.mbwhatsapp: type=1400 audit(0.0:135518): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:15:00.831 11361 11361 W com.mbwhatsapp: type=1400 audit(0.0:135519): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:15:00.929 11361 11361 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 395ms 02-27 18:15:00.936 11361 11411 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 18:15:00.936 11361 11411 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 18:15:00.936 11361 11411 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 18:15:00.936 11361 11361 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 602ms --------- beginning of system 02-27 18:15:00.936 11361 11361 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 18:16:20.834 12282 12282 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 18:16:21.037 12282 12282 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 18:16:21.038 12282 12282 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 18:16:21.038 12282 12282 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 18:16:21.038 12282 12282 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 18:16:21.038 12282 12282 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 18:16:21.038 12282 12282 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 18:16:21.038 12282 12282 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 18:16:21.038 12282 12282 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 18:16:21.038 12282 12282 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 18:16:21.038 12282 12282 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 18:16:21.038 12282 12282 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 18:16:21.038 12282 12282 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 18:16:21.038 12282 12282 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 18:16:21.038 12282 12282 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 18:16:21.038 12282 12282 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 18:16:21.038 12282 12282 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 18:16:21.038 12282 12282 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 18:16:21.038 12282 12282 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 18:16:21.038 12282 12282 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 18:16:21.038 12282 12282 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 18:16:21.038 12282 12282 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 18:16:21.129 12282 12282 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 18:16:21.471 12282 12282 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 18:16:21.471 12282 12282 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 18:16:21.547 12282 12282 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) 02-27 18:16:21.626 12282 12282 W com.mbwhatsapp: type=1400 audit(0.0:136605): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:16:21.634 12282 12282 W com.mbwhatsapp: type=1400 audit(0.0:136606): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:16:21.778 12282 12282 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 576ms 02-27 18:16:21.782 12282 12386 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 18:16:21.782 12282 12386 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 18:16:21.782 12282 12386 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 18:16:21.786 12282 12282 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 905ms --------- beginning of system 02-27 18:16:21.786 12282 12282 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 18:20:54.154 13184 13184 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 18:20:54.508 13184 13184 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 18:20:54.509 13184 13184 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 18:20:54.509 13184 13184 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 18:20:54.509 13184 13184 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 18:20:54.509 13184 13184 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 18:20:54.509 13184 13184 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 18:20:54.509 13184 13184 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 18:20:54.509 13184 13184 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 18:20:54.509 13184 13184 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 18:20:54.509 13184 13184 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 18:20:54.509 13184 13184 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 18:20:54.509 13184 13184 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 18:20:54.509 13184 13184 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 18:20:54.509 13184 13184 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 18:20:54.509 13184 13184 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 18:20:54.509 13184 13184 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 18:20:54.509 13184 13184 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 18:20:54.509 13184 13184 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 18:20:54.509 13184 13184 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 18:20:54.509 13184 13184 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 18:20:54.509 13184 13184 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 18:20:54.613 13184 13184 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 273ms 02-27 18:20:54.625 13184 13184 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 18:20:55.131 13184 13184 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 18:20:55.131 13184 13184 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 18:20:55.217 13184 13184 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) 02-27 18:20:55.213 13184 13184 W com.mbwhatsapp: type=1400 audit(0.0:137693): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:20:55.229 13184 13184 W com.mbwhatsapp: type=1400 audit(0.0:137694): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:20:55.245 13184 13184 W com.mbwhatsapp: type=1400 audit(0.0:137695): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:20:55.321 13184 13184 W com.mbwhatsapp: type=1400 audit(0.0:137696): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:20:55.333 13184 13184 W com.mbwhatsapp: type=1400 audit(0.0:137697): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:20:55.516 13184 13184 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 762ms 02-27 18:20:55.521 13184 13249 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 18:20:55.521 13184 13249 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 18:20:55.521 13184 13249 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 18:20:55.523 13184 13184 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1352ms --------- beginning of system 02-27 18:20:55.523 13184 13184 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 18:39:21.305 15844 15844 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 18:39:21.613 15844 15844 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 18:39:21.613 15844 15844 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 18:39:21.613 15844 15844 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 18:39:21.613 15844 15844 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 18:39:21.613 15844 15844 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 18:39:21.613 15844 15844 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 18:39:21.613 15844 15844 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 18:39:21.613 15844 15844 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 18:39:21.613 15844 15844 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 18:39:21.613 15844 15844 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 18:39:21.613 15844 15844 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 18:39:21.613 15844 15844 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 18:39:21.613 15844 15844 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 18:39:21.613 15844 15844 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 18:39:21.613 15844 15844 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 18:39:21.613 15844 15844 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 18:39:21.613 15844 15844 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 18:39:21.613 15844 15844 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 18:39:21.613 15844 15844 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 18:39:21.614 15844 15844 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 18:39:21.614 15844 15844 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 18:39:21.722 15844 15844 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 227ms 02-27 18:39:21.728 15844 15844 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 18:39:22.199 15844 15844 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 18:39:22.200 15844 15844 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 18:39:22.309 15844 15844 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) 02-27 18:39:22.306 15844 15844 W com.mbwhatsapp: type=1400 audit(0.0:141915): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:39:22.314 15844 15844 W com.mbwhatsapp: type=1400 audit(0.0:141916): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:39:22.326 15844 15844 W com.mbwhatsapp: type=1400 audit(0.0:141917): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:39:22.398 15844 15844 W com.mbwhatsapp: type=1400 audit(0.0:141918): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:39:22.410 15844 15844 W com.mbwhatsapp: type=1400 audit(0.0:141919): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:39:22.590 15844 15844 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 753ms 02-27 18:39:22.596 15844 15910 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 18:39:22.596 15844 15910 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 18:39:22.596 15844 15910 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 18:39:22.597 15844 15844 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1270ms --------- beginning of system 02-27 18:39:22.597 15844 15844 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 18:40:34.363 18226 18226 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 18:40:34.498 18226 18226 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 18:40:34.499 18226 18226 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 18:40:34.499 18226 18226 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 18:40:34.499 18226 18226 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 18:40:34.499 18226 18226 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 18:40:34.499 18226 18226 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 18:40:34.499 18226 18226 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 18:40:34.499 18226 18226 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 18:40:34.499 18226 18226 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 18:40:34.499 18226 18226 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 18:40:34.499 18226 18226 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 18:40:34.499 18226 18226 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 18:40:34.499 18226 18226 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 18:40:34.499 18226 18226 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 18:40:34.499 18226 18226 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 18:40:34.499 18226 18226 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 18:40:34.499 18226 18226 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 18:40:34.499 18226 18226 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 18:40:34.499 18226 18226 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 18:40:34.499 18226 18226 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 18:40:34.499 18226 18226 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 18:40:34.581 18226 18226 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 18:40:34.963 18226 18226 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 18:40:34.963 18226 18226 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 18:40:35.037 18226 18226 W com.mbwhatsapp: type=1400 audit(0.0:142194): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:40:35.043 18226 18226 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) 02-27 18:40:35.053 18226 18226 W com.mbwhatsapp: type=1400 audit(0.0:142195): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:40:35.069 18226 18226 W com.mbwhatsapp: type=1400 audit(0.0:142196): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:40:35.129 18226 18226 W com.mbwhatsapp: type=1400 audit(0.0:142197): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:40:35.145 18226 18226 W com.mbwhatsapp: type=1400 audit(0.0:142198): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:40:35.291 18226 18226 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 645ms 02-27 18:40:35.304 18226 18329 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 18:40:35.304 18226 18329 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 18:40:35.304 18226 18329 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 18:40:35.304 18226 18226 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 922ms --------- beginning of system 02-27 18:40:35.304 18226 18226 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 18:50:54.180 19661 19661 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 18:50:54.454 19661 19661 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 18:50:54.454 19661 19661 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 18:50:54.454 19661 19661 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 18:50:54.454 19661 19661 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 18:50:54.454 19661 19661 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 18:50:54.454 19661 19661 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 18:50:54.454 19661 19661 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 18:50:54.454 19661 19661 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 18:50:54.454 19661 19661 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 18:50:54.454 19661 19661 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 18:50:54.454 19661 19661 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 18:50:54.454 19661 19661 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 18:50:54.454 19661 19661 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 18:50:54.454 19661 19661 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 18:50:54.454 19661 19661 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 18:50:54.454 19661 19661 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 18:50:54.454 19661 19661 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 18:50:54.454 19661 19661 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 18:50:54.455 19661 19661 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 18:50:54.455 19661 19661 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 18:50:54.455 19661 19661 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 18:50:54.559 19661 19661 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 227ms 02-27 18:50:54.565 19661 19661 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 18:50:55.014 19661 19661 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 18:50:55.014 19661 19661 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 18:50:55.109 19661 19661 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) 02-27 18:50:55.104 19661 19661 W com.mbwhatsapp: type=1400 audit(0.0:144077): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:50:55.112 19661 19661 W com.mbwhatsapp: type=1400 audit(0.0:144078): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:50:55.128 19661 19661 W com.mbwhatsapp: type=1400 audit(0.0:144079): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:50:55.200 19661 19661 W com.mbwhatsapp: type=1400 audit(0.0:144080): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:50:55.220 19661 19661 W com.mbwhatsapp: type=1400 audit(0.0:144081): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:50:55.422 19661 19661 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 772ms 02-27 18:50:55.465 19661 19661 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1268ms --------- beginning of system 02-27 18:50:55.465 19661 19661 W ActivityThread: Main thread can not be idle for a long time. 02-27 18:50:55.498 19661 19880 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 18:50:55.498 19661 19880 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 18:50:55.498 19661 19880 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 18:51:29.799 20189 20189 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 18:51:29.868 20189 20189 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 18:51:29.868 20189 20189 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 18:51:29.868 20189 20189 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 18:51:29.868 20189 20189 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 18:51:29.868 20189 20189 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 18:51:29.868 20189 20189 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 18:51:29.868 20189 20189 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 18:51:29.868 20189 20189 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 18:51:29.868 20189 20189 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 18:51:29.868 20189 20189 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 18:51:29.868 20189 20189 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 18:51:29.868 20189 20189 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 18:51:29.868 20189 20189 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 18:51:29.868 20189 20189 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 18:51:29.868 20189 20189 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 18:51:29.868 20189 20189 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 18:51:29.868 20189 20189 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 18:51:29.868 20189 20189 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 18:51:29.868 20189 20189 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 18:51:29.868 20189 20189 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 18:51:29.868 20189 20189 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 18:51:29.905 20189 20189 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 18:51:30.075 20189 20189 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 18:51:30.075 20189 20189 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 18:51:30.103 20189 20189 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) 02-27 18:51:30.191 20189 20189 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 259ms 02-27 18:51:30.211 20189 20238 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 18:51:30.211 20189 20238 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 18:51:30.211 20189 20238 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 18:51:57.159 20525 20525 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 18:51:57.255 20525 20525 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 18:51:57.255 20525 20525 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 18:51:57.255 20525 20525 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 18:51:57.255 20525 20525 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 18:51:57.255 20525 20525 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 18:51:57.255 20525 20525 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 18:51:57.255 20525 20525 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 18:51:57.255 20525 20525 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 18:51:57.255 20525 20525 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 18:51:57.255 20525 20525 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 18:51:57.256 20525 20525 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 18:51:57.256 20525 20525 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 18:51:57.256 20525 20525 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 18:51:57.256 20525 20525 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 18:51:57.256 20525 20525 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 18:51:57.256 20525 20525 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 18:51:57.256 20525 20525 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 18:51:57.256 20525 20525 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 18:51:57.256 20525 20525 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 18:51:57.256 20525 20525 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 18:51:57.256 20525 20525 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 18:51:57.319 20525 20525 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 18:51:57.580 20525 20525 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 18:51:57.581 20525 20525 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 18:51:57.624 20525 20525 W com.mbwhatsapp: type=1400 audit(0.0:144286): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:51:57.628 20525 20525 W com.mbwhatsapp: type=1400 audit(0.0:144287): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:51:57.630 20525 20525 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) 02-27 18:51:57.636 20525 20525 W com.mbwhatsapp: type=1400 audit(0.0:144288): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:51:57.656 20525 20525 W com.mbwhatsapp: type=1400 audit(0.0:144289): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:51:57.664 20525 20525 W com.mbwhatsapp: type=1400 audit(0.0:144290): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 18:51:57.763 20525 20525 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 409ms 02-27 18:51:57.770 20525 20525 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 592ms --------- beginning of system 02-27 18:51:57.770 20525 20525 W ActivityThread: Main thread can not be idle for a long time. 02-27 18:51:57.786 20525 20572 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 18:51:57.786 20525 20572 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 18:51:57.786 20525 20572 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 19:00:16.802 21756 21756 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 19:00:17.065 21756 21756 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 19:00:17.065 21756 21756 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 19:00:17.065 21756 21756 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 19:00:17.065 21756 21756 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 19:00:17.065 21756 21756 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 19:00:17.065 21756 21756 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 19:00:17.065 21756 21756 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 19:00:17.065 21756 21756 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 19:00:17.065 21756 21756 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 19:00:17.066 21756 21756 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 19:00:17.066 21756 21756 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 19:00:17.066 21756 21756 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 19:00:17.066 21756 21756 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 19:00:17.066 21756 21756 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 19:00:17.066 21756 21756 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 19:00:17.066 21756 21756 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 19:00:17.066 21756 21756 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 19:00:17.066 21756 21756 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 19:00:17.066 21756 21756 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 19:00:17.066 21756 21756 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 19:00:17.066 21756 21756 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 19:00:17.153 21756 21756 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 19:00:17.588 21756 21756 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 19:00:17.589 21756 21756 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 19:00:17.663 21756 21756 W com.mbwhatsapp: type=1400 audit(0.0:145773): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 19:00:17.667 21756 21756 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) 02-27 19:00:17.675 21756 21756 W com.mbwhatsapp: type=1400 audit(0.0:145774): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 19:00:17.691 21756 21756 W com.mbwhatsapp: type=1400 audit(0.0:145775): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 19:00:17.751 21756 21756 W com.mbwhatsapp: type=1400 audit(0.0:145776): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 19:00:17.759 21756 21756 W com.mbwhatsapp: type=1400 audit(0.0:145777): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 19:00:17.937 21756 21756 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 685ms 02-27 19:00:17.942 21756 21804 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 19:00:17.942 21756 21804 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 19:00:17.942 21756 21804 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 19:00:17.946 21756 21756 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1123ms --------- beginning of system 02-27 19:00:17.946 21756 21756 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 19:04:27.084 22407 22407 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 19:04:27.272 22407 22407 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 19:04:27.272 22407 22407 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 19:04:27.272 22407 22407 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 19:04:27.272 22407 22407 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 19:04:27.272 22407 22407 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 19:04:27.272 22407 22407 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 19:04:27.272 22407 22407 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 19:04:27.272 22407 22407 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 19:04:27.272 22407 22407 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 19:04:27.272 22407 22407 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 19:04:27.272 22407 22407 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 19:04:27.272 22407 22407 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 19:04:27.272 22407 22407 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 19:04:27.272 22407 22407 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 19:04:27.272 22407 22407 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 19:04:27.272 22407 22407 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 19:04:27.272 22407 22407 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 19:04:27.272 22407 22407 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 19:04:27.272 22407 22407 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 19:04:27.272 22407 22407 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 19:04:27.273 22407 22407 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 19:04:27.352 22407 22407 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 19:04:27.673 22407 22407 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 19:04:27.674 22407 22407 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 19:04:27.739 22407 22407 W com.mbwhatsapp: type=1400 audit(0.0:146591): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 19:04:27.745 22407 22407 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) 02-27 19:04:27.751 22407 22407 W com.mbwhatsapp: type=1400 audit(0.0:146592): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 19:04:27.763 22407 22407 W com.mbwhatsapp: type=1400 audit(0.0:146593): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 19:04:27.823 22407 22407 W com.mbwhatsapp: type=1400 audit(0.0:146594): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 19:04:27.831 22407 22407 W com.mbwhatsapp: type=1400 audit(0.0:146595): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 19:04:27.967 22407 22407 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 555ms 02-27 19:04:27.971 22407 22454 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 19:04:27.971 22407 22454 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 19:04:27.971 22407 22454 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 19:04:27.973 22407 22407 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 870ms --------- beginning of system 02-27 19:04:27.974 22407 22407 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 19:12:54.158 23491 23491 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 19:12:54.411 23491 23491 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 19:12:54.411 23491 23491 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 19:12:54.411 23491 23491 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 19:12:54.411 23491 23491 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 19:12:54.411 23491 23491 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 19:12:54.411 23491 23491 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 19:12:54.411 23491 23491 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 19:12:54.411 23491 23491 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 19:12:54.411 23491 23491 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 19:12:54.411 23491 23491 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 19:12:54.411 23491 23491 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 19:12:54.411 23491 23491 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 19:12:54.411 23491 23491 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 19:12:54.411 23491 23491 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 19:12:54.411 23491 23491 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 19:12:54.411 23491 23491 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 19:12:54.411 23491 23491 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 19:12:54.411 23491 23491 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 19:12:54.411 23491 23491 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 19:12:54.411 23491 23491 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 19:12:54.411 23491 23491 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 19:12:54.500 23491 23491 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 214ms 02-27 19:12:54.506 23491 23491 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 19:12:54.894 23491 23491 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 19:12:54.895 23491 23491 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 19:12:54.990 23491 23491 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) 02-27 19:12:54.983 23491 23491 W com.mbwhatsapp: type=1400 audit(0.0:148309): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 19:12:54.991 23491 23491 W com.mbwhatsapp: type=1400 audit(0.0:148310): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 19:12:55.015 23491 23491 W com.mbwhatsapp: type=1400 audit(0.0:148311): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 19:12:55.075 23491 23491 W com.mbwhatsapp: type=1400 audit(0.0:148312): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 19:12:55.083 23491 23491 W com.mbwhatsapp: type=1400 audit(0.0:148313): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 19:12:55.237 23491 23491 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 639ms 02-27 19:12:55.245 23491 23491 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1065ms --------- beginning of system 02-27 19:12:55.245 23491 23491 W ActivityThread: Main thread can not be idle for a long time. 02-27 19:12:55.254 23491 23540 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 19:12:55.254 23491 23540 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 19:12:55.254 23491 23540 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 19:15:54.154 24535 24535 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 19:15:54.337 24535 24535 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 19:15:54.337 24535 24535 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 19:15:54.337 24535 24535 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 19:15:54.337 24535 24535 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 19:15:54.337 24535 24535 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 19:15:54.337 24535 24535 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 19:15:54.337 24535 24535 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 19:15:54.337 24535 24535 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 19:15:54.337 24535 24535 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 19:15:54.337 24535 24535 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 19:15:54.338 24535 24535 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 19:15:54.338 24535 24535 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 19:15:54.338 24535 24535 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 19:15:54.338 24535 24535 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 19:15:54.338 24535 24535 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 19:15:54.338 24535 24535 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 19:15:54.338 24535 24535 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 19:15:54.338 24535 24535 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 19:15:54.338 24535 24535 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 19:15:54.338 24535 24535 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 19:15:54.338 24535 24535 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 19:15:54.422 24535 24535 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 19:15:54.735 24535 24535 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 19:15:54.736 24535 24535 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 19:15:54.807 24535 24535 W com.mbwhatsapp: type=1400 audit(0.0:149609): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 19:15:54.811 24535 24535 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) 02-27 19:15:54.819 24535 24535 W com.mbwhatsapp: type=1400 audit(0.0:149610): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 19:15:54.831 24535 24535 W com.mbwhatsapp: type=1400 audit(0.0:149611): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 19:15:54.891 24535 24535 W com.mbwhatsapp: type=1400 audit(0.0:149612): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 19:15:54.899 24535 24535 W com.mbwhatsapp: type=1400 audit(0.0:149613): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 19:15:54.899 24535 24535 W com.mbwhatsapp: type=1400 audit(0.0:149615): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 19:15:55.036 24535 24535 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 556ms 02-27 19:15:55.043 24535 24535 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 868ms --------- beginning of system 02-27 19:15:55.043 24535 24535 W ActivityThread: Main thread can not be idle for a long time. 02-27 19:15:55.055 24535 24583 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 19:15:55.055 24535 24583 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 19:15:55.055 24535 24583 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 19:31:20.495 9887 9887 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 19:31:20.927 9887 9887 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 19:31:20.929 9887 9887 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 19:31:20.929 9887 9887 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 19:31:20.929 9887 9887 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 19:31:20.929 9887 9887 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 19:31:20.929 9887 9887 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 19:31:20.929 9887 9887 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 19:31:20.929 9887 9887 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 19:31:20.929 9887 9887 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 19:31:20.929 9887 9887 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 19:31:20.929 9887 9887 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 19:31:20.929 9887 9887 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 19:31:20.929 9887 9887 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 19:31:20.929 9887 9887 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 19:31:20.929 9887 9887 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 19:31:20.930 9887 9887 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 19:31:20.930 9887 9887 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 19:31:20.930 9887 9887 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 19:31:20.930 9887 9887 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 19:31:20.930 9887 9887 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 19:31:20.930 9887 9887 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 19:31:21.043 9887 9887 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 383ms 02-27 19:31:21.056 9887 9887 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 19:31:21.676 9887 9887 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 19:31:21.676 9887 9887 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 19:31:21.774 9887 9887 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) 02-27 19:31:21.769 9887 9887 W com.mbwhatsapp: type=1400 audit(0.0:2763): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 19:31:21.777 9887 9887 W com.mbwhatsapp: type=1400 audit(0.0:2764): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 19:31:21.789 9887 9887 W com.mbwhatsapp: type=1400 audit(0.0:2765): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 19:31:21.877 9887 9887 W com.mbwhatsapp: type=1400 audit(0.0:2766): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 19:31:21.901 9887 9887 W com.mbwhatsapp: type=1400 audit(0.0:2767): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 19:31:22.099 9887 9887 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 943ms 02-27 19:31:22.105 9887 9972 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 19:31:22.105 9887 9972 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 19:31:22.105 9887 9972 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 19:31:22.235 9887 9887 W CheckTime: App running slow: Executing com.mbwhatsapp.systemreceivers.boot.BootReceiver scheduleReceive took 1718ms --------- beginning of system 02-27 19:31:22.235 9887 9887 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 20:31:46.542 28964 28964 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 20:31:46.785 28964 28964 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 20:31:46.787 28964 28964 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 20:31:46.787 28964 28964 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 20:31:46.787 28964 28964 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 20:31:46.787 28964 28964 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 20:31:46.787 28964 28964 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 20:31:46.788 28964 28964 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 20:31:46.788 28964 28964 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 20:31:46.788 28964 28964 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 20:31:46.788 28964 28964 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 20:31:46.788 28964 28964 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 20:31:46.788 28964 28964 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 20:31:46.788 28964 28964 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 20:31:46.788 28964 28964 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 20:31:46.788 28964 28964 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 20:31:46.788 28964 28964 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 20:31:46.788 28964 28964 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 20:31:46.788 28964 28964 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 20:31:46.788 28964 28964 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 20:31:46.788 28964 28964 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 20:31:46.788 28964 28964 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 20:31:46.875 28964 28964 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 243ms 02-27 20:31:46.881 28964 28964 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 20:31:47.364 28964 28964 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 20:31:47.365 28964 28964 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 20:31:47.464 28964 28964 W com.mbwhatsapp: type=1400 audit(0.0:17657): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 20:31:47.470 28964 28964 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) 02-27 20:31:47.476 28964 28964 W com.mbwhatsapp: type=1400 audit(0.0:17658): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 20:31:47.492 28964 28964 W com.mbwhatsapp: type=1400 audit(0.0:17659): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 20:31:47.560 28964 28964 W com.mbwhatsapp: type=1400 audit(0.0:17660): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 20:31:47.584 28964 28964 W com.mbwhatsapp: type=1400 audit(0.0:17661): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 20:31:47.731 28964 28964 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 762ms 02-27 20:31:47.736 28964 29056 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 20:31:47.736 28964 29056 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 20:31:47.736 28964 29056 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 20:31:47.745 28964 28964 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1186ms --------- beginning of system 02-27 20:31:47.745 28964 28964 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 20:36:46.791 29646 29646 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 20:36:47.015 29646 29646 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 20:36:47.016 29646 29646 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 20:36:47.016 29646 29646 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 20:36:47.016 29646 29646 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 20:36:47.016 29646 29646 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 20:36:47.016 29646 29646 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 20:36:47.016 29646 29646 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 20:36:47.016 29646 29646 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 20:36:47.016 29646 29646 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 20:36:47.016 29646 29646 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 20:36:47.016 29646 29646 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 20:36:47.016 29646 29646 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 20:36:47.016 29646 29646 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 20:36:47.016 29646 29646 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 20:36:47.016 29646 29646 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 20:36:47.017 29646 29646 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 20:36:47.017 29646 29646 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 20:36:47.017 29646 29646 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 20:36:47.017 29646 29646 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 20:36:47.017 29646 29646 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 20:36:47.017 29646 29646 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 20:36:47.090 29646 29646 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 20:36:47.395 29646 29646 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 20:36:47.395 29646 29646 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 20:36:47.454 29646 29646 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) 02-27 20:36:47.655 29646 29646 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 513ms 02-27 20:36:47.661 29646 29707 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 20:36:47.661 29646 29707 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 20:36:47.661 29646 29707 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 20:36:47.661 29646 29646 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 844ms --------- beginning of system 02-27 20:36:47.661 29646 29646 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 08:39:15.904 31544 31544 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 08:39:16.395 31544 31544 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 08:39:16.399 31544 31544 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 08:39:16.399 31544 31544 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 08:39:16.399 31544 31544 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 08:39:16.399 31544 31544 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 08:39:16.399 31544 31544 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 08:39:16.399 31544 31544 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 08:39:16.399 31544 31544 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 08:39:16.399 31544 31544 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 08:39:16.399 31544 31544 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 08:39:16.399 31544 31544 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 08:39:16.399 31544 31544 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 08:39:16.399 31544 31544 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 08:39:16.399 31544 31544 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 08:39:16.399 31544 31544 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 08:39:16.399 31544 31544 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 08:39:16.399 31544 31544 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 08:39:16.399 31544 31544 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 08:39:16.399 31544 31544 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 08:39:16.399 31544 31544 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 08:39:16.399 31544 31544 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 08:39:16.506 31544 31544 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 371ms 02-27 08:39:16.512 31544 31544 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 08:39:17.026 31544 31544 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 08:39:17.026 31544 31544 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 08:39:17.114 31544 31544 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) 02-27 08:39:17.107 31544 31544 W com.mbwhatsapp: type=1400 audit(0.0:19810): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 08:39:17.123 31544 31544 W com.mbwhatsapp: type=1400 audit(0.0:19811): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 08:39:17.135 31544 31544 W com.mbwhatsapp: type=1400 audit(0.0:19812): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 08:39:17.203 31544 31544 W com.mbwhatsapp: type=1400 audit(0.0:19813): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 08:39:17.223 31544 31544 W com.mbwhatsapp: type=1400 audit(0.0:19814): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 08:39:17.223 31544 31544 W com.mbwhatsapp: type=1400 audit(0.0:19816): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 08:39:17.400 31544 31544 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 799ms 02-27 08:39:17.413 31544 31680 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 08:39:17.413 31544 31680 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 08:39:17.413 31544 31680 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 08:39:17.425 31544 31544 W CheckTime: App running slow: Executing androidx.work.impl.background.systemalarm.RescheduleReceiver scheduleReceive took 1497ms --------- beginning of system 02-27 08:39:17.425 31544 31544 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 08:41:28.598 32296 32296 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 08:41:28.667 32296 32296 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 08:41:28.667 32296 32296 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 08:41:28.667 32296 32296 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 08:41:28.667 32296 32296 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 08:41:28.667 32296 32296 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 08:41:28.667 32296 32296 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 08:41:28.667 32296 32296 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 08:41:28.667 32296 32296 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 08:41:28.667 32296 32296 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 08:41:28.667 32296 32296 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 08:41:28.667 32296 32296 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 08:41:28.667 32296 32296 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 08:41:28.667 32296 32296 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 08:41:28.667 32296 32296 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 08:41:28.667 32296 32296 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 08:41:28.667 32296 32296 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 08:41:28.667 32296 32296 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 08:41:28.667 32296 32296 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 08:41:28.667 32296 32296 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 08:41:28.667 32296 32296 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 08:41:28.667 32296 32296 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 08:41:28.708 32296 32296 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 08:41:28.876 32296 32296 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 08:41:28.877 32296 32296 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 08:41:28.903 32296 32296 W com.mbwhatsapp: type=1400 audit(0.0:20105): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 08:41:28.903 32296 32296 W com.mbwhatsapp: type=1400 audit(0.0:20106): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 08:41:28.907 32296 32296 W com.mbwhatsapp: type=1400 audit(0.0:20107): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 08:41:28.907 32296 32296 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) 02-27 08:41:28.923 32296 32296 W com.mbwhatsapp: type=1400 audit(0.0:20108): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 08:41:28.927 32296 32296 W com.mbwhatsapp: type=1400 audit(0.0:20109): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 08:41:28.992 32296 32296 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 257ms 02-27 08:41:29.006 32296 32344 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 08:41:29.006 32296 32344 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 08:41:29.006 32296 32344 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 08:43:39.967 32650 32650 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 08:43:40.035 32650 32650 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 08:43:40.035 32650 32650 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 08:43:40.035 32650 32650 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 08:43:40.035 32650 32650 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 08:43:40.035 32650 32650 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 08:43:40.035 32650 32650 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 08:43:40.035 32650 32650 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 08:43:40.035 32650 32650 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 08:43:40.035 32650 32650 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 08:43:40.035 32650 32650 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 08:43:40.035 32650 32650 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 08:43:40.035 32650 32650 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 08:43:40.035 32650 32650 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 08:43:40.035 32650 32650 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 08:43:40.035 32650 32650 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 08:43:40.035 32650 32650 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 08:43:40.035 32650 32650 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 08:43:40.035 32650 32650 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 08:43:40.035 32650 32650 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 08:43:40.035 32650 32650 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 08:43:40.035 32650 32650 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 08:43:40.076 32650 32650 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 08:43:40.251 32650 32650 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 08:43:40.251 32650 32650 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 08:43:40.275 32650 32650 W com.mbwhatsapp: type=1400 audit(0.0:20202): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 08:43:40.279 32650 32650 W com.mbwhatsapp: type=1400 audit(0.0:20203): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 08:43:40.282 32650 32650 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) 02-27 08:43:40.283 32650 32650 W com.mbwhatsapp: type=1400 audit(0.0:20204): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 08:43:40.299 32650 32650 W com.mbwhatsapp: type=1400 audit(0.0:20205): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 08:43:40.303 32650 32650 W com.mbwhatsapp: type=1400 audit(0.0:20206): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 08:43:40.383 32650 32650 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 281ms 02-27 08:43:40.407 32650 32698 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 08:43:40.407 32650 32698 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 08:43:40.407 32650 32698 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 08:47:09.881 1024 1024 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 08:47:09.953 1024 1024 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 08:47:09.953 1024 1024 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 08:47:09.953 1024 1024 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 08:47:09.953 1024 1024 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 08:47:09.953 1024 1024 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 08:47:09.953 1024 1024 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 08:47:09.953 1024 1024 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 08:47:09.953 1024 1024 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 08:47:09.953 1024 1024 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 08:47:09.953 1024 1024 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 08:47:09.953 1024 1024 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 08:47:09.953 1024 1024 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 08:47:09.953 1024 1024 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 08:47:09.953 1024 1024 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 08:47:09.953 1024 1024 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 08:47:09.953 1024 1024 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 08:47:09.953 1024 1024 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 08:47:09.953 1024 1024 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 08:47:09.953 1024 1024 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 08:47:09.953 1024 1024 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 08:47:09.953 1024 1024 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 08:47:09.995 1024 1024 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 08:47:10.174 1024 1024 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 08:47:10.174 1024 1024 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 08:47:10.199 1024 1024 W com.mbwhatsapp: type=1400 audit(0.0:20299): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 08:47:10.199 1024 1024 W com.mbwhatsapp: type=1400 audit(0.0:20300): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 08:47:10.203 1024 1024 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) 02-27 08:47:10.207 1024 1024 W com.mbwhatsapp: type=1400 audit(0.0:20301): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 08:47:10.219 1024 1024 W com.mbwhatsapp: type=1400 audit(0.0:20302): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 08:47:10.223 1024 1024 W com.mbwhatsapp: type=1400 audit(0.0:20303): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 08:47:10.289 1024 1024 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 255ms 02-27 08:47:10.325 1024 1102 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 08:47:10.325 1024 1102 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 08:47:10.325 1024 1102 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 08:52:39.976 4017 4017 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 08:52:40.057 4017 4017 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 08:52:40.057 4017 4017 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 08:52:40.057 4017 4017 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 08:52:40.057 4017 4017 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 08:52:40.057 4017 4017 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 08:52:40.057 4017 4017 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 08:52:40.057 4017 4017 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 08:52:40.057 4017 4017 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 08:52:40.057 4017 4017 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 08:52:40.057 4017 4017 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 08:52:40.058 4017 4017 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 08:52:40.058 4017 4017 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 08:52:40.058 4017 4017 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 08:52:40.058 4017 4017 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 08:52:40.058 4017 4017 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 08:52:40.058 4017 4017 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 08:52:40.058 4017 4017 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 08:52:40.058 4017 4017 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 08:52:40.058 4017 4017 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 08:52:40.058 4017 4017 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 08:52:40.058 4017 4017 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 08:52:40.093 4017 4017 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 08:52:40.258 4017 4017 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 08:52:40.258 4017 4017 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 08:52:40.279 4017 4017 W com.mbwhatsapp: type=1400 audit(0.0:20608): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 08:52:40.283 4017 4017 W com.mbwhatsapp: type=1400 audit(0.0:20609): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 08:52:40.286 4017 4017 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) 02-27 08:52:40.287 4017 4017 W com.mbwhatsapp: type=1400 audit(0.0:20610): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 08:52:40.299 4017 4017 W com.mbwhatsapp: type=1400 audit(0.0:20611): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 08:52:40.303 4017 4017 W com.mbwhatsapp: type=1400 audit(0.0:20612): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 08:52:40.363 4017 4017 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 245ms 02-27 08:52:40.376 4017 4083 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 08:52:40.376 4017 4083 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 08:52:40.376 4017 4083 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 08:55:49.299 5367 5367 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 08:55:49.458 5367 5367 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 08:55:49.460 5367 5367 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 08:55:49.460 5367 5367 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 08:55:49.460 5367 5367 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 08:55:49.460 5367 5367 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 08:55:49.460 5367 5367 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 08:55:49.460 5367 5367 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 08:55:49.460 5367 5367 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 08:55:49.460 5367 5367 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 08:55:49.460 5367 5367 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 08:55:49.460 5367 5367 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 08:55:49.460 5367 5367 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 08:55:49.460 5367 5367 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 08:55:49.460 5367 5367 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 08:55:49.460 5367 5367 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 08:55:49.460 5367 5367 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 08:55:49.460 5367 5367 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 08:55:49.460 5367 5367 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 08:55:49.460 5367 5367 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 08:55:49.460 5367 5367 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 08:55:49.460 5367 5367 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 08:55:49.509 5367 5367 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 08:55:49.753 5367 5367 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 08:55:49.753 5367 5367 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 08:55:49.799 5367 5367 W com.mbwhatsapp: type=1400 audit(0.0:20975): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 08:55:49.806 5367 5367 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) 02-27 08:55:49.807 5367 5367 W com.mbwhatsapp: type=1400 audit(0.0:20976): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 08:55:49.811 5367 5367 W com.mbwhatsapp: type=1400 audit(0.0:20977): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 08:55:49.851 5367 5367 W com.mbwhatsapp: type=1400 audit(0.0:20978): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 08:55:49.855 5367 5367 W com.mbwhatsapp: type=1400 audit(0.0:20979): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 08:55:49.964 5367 5367 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 403ms 02-27 08:55:49.969 5367 5430 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 08:55:49.969 5367 5430 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 08:55:49.969 5367 5430 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-27 20:38:22.413 17588 17588 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 20:38:22.691 17588 17588 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 20:38:22.693 17588 17588 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 20:38:22.693 17588 17588 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 20:38:22.693 17588 17588 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 20:38:22.693 17588 17588 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 20:38:22.693 17588 17588 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 20:38:22.693 17588 17588 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 20:38:22.693 17588 17588 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 20:38:22.693 17588 17588 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 20:38:22.693 17588 17588 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 20:38:22.693 17588 17588 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 20:38:22.693 17588 17588 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 20:38:22.693 17588 17588 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 20:38:22.693 17588 17588 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 20:38:22.693 17588 17588 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 20:38:22.693 17588 17588 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 20:38:22.693 17588 17588 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 20:38:22.693 17588 17588 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 20:38:22.693 17588 17588 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 20:38:22.693 17588 17588 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 20:38:22.693 17588 17588 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 20:38:22.747 17588 17588 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 20:38:23.247 17588 17588 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 20:38:23.247 17588 17588 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 20:38:23.330 17588 17588 W com.mbwhatsapp: type=1400 audit(0.0:55559): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 20:38:23.335 17588 17588 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) 02-27 20:38:23.338 17588 17588 W com.mbwhatsapp: type=1400 audit(0.0:55560): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 20:38:23.354 17588 17588 W com.mbwhatsapp: type=1400 audit(0.0:55561): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 20:38:23.430 17588 17588 W com.mbwhatsapp: type=1400 audit(0.0:55562): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 20:38:23.450 17588 17588 W com.mbwhatsapp: type=1400 audit(0.0:55563): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 20:38:23.542 17588 17588 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 722ms 02-27 20:38:23.552 17588 17661 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 20:38:23.552 17588 17661 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 20:38:23.552 17588 17661 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 20:38:23.559 17588 17588 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1131ms --------- beginning of system 02-27 20:38:23.559 17588 17588 W ActivityThread: Main thread can not be idle for a long time. 02-27 20:38:24.166 17588 17744 W WM-Processor: Didn't find WorkSpec for id WorkGenerationalId(workSpecId=e002d395-b8f7-4255-99ce-24f434987ed6, generation=0) 02-27 20:38:24.169 17588 17744 W WM-Processor: Didn't find WorkSpec for id WorkGenerationalId(workSpecId=e002d395-b8f7-4255-99ce-24f434987ed6, generation=0) --------- beginning of main 02-27 21:38:22.413 26810 26810 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 21:38:22.776 26810 26810 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 21:38:22.779 26810 26810 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 21:38:22.779 26810 26810 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 21:38:22.779 26810 26810 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 21:38:22.779 26810 26810 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 21:38:22.779 26810 26810 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 21:38:22.779 26810 26810 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 21:38:22.779 26810 26810 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 21:38:22.780 26810 26810 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 21:38:22.780 26810 26810 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 21:38:22.780 26810 26810 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 21:38:22.780 26810 26810 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 21:38:22.780 26810 26810 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 21:38:22.780 26810 26810 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 21:38:22.780 26810 26810 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 21:38:22.780 26810 26810 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 21:38:22.780 26810 26810 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 21:38:22.780 26810 26810 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 21:38:22.780 26810 26810 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 21:38:22.780 26810 26810 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 21:38:22.780 26810 26810 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 21:38:22.826 26810 26810 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 21:38:23.346 26810 26810 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 21:38:23.346 26810 26810 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 21:38:23.414 26810 26810 W com.mbwhatsapp: type=1400 audit(0.0:70294): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 21:38:23.420 26810 26810 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) 02-27 21:38:23.426 26810 26810 W com.mbwhatsapp: type=1400 audit(0.0:70295): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 21:38:23.442 26810 26810 W com.mbwhatsapp: type=1400 audit(0.0:70296): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 21:38:23.526 26810 26810 W com.mbwhatsapp: type=1400 audit(0.0:70297): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 21:38:23.542 26810 26810 W com.mbwhatsapp: type=1400 audit(0.0:70298): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 21:38:23.656 26810 26810 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 758ms 02-27 21:38:23.659 26810 26880 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 21:38:23.659 26810 26880 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 21:38:23.659 26810 26880 W com.mbwhatsapp: and incorrect proguard optimizations. 02-27 21:38:23.666 26810 26810 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1228ms --------- beginning of system 02-27 21:38:23.666 26810 26810 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 21:39:22.394 27243 27243 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 21:39:22.599 27243 27243 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 21:39:22.607 27243 27243 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 21:39:22.607 27243 27243 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 21:39:22.607 27243 27243 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 21:39:22.607 27243 27243 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 21:39:22.607 27243 27243 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 21:39:22.607 27243 27243 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 21:39:22.607 27243 27243 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 21:39:22.607 27243 27243 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 21:39:22.607 27243 27243 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 21:39:22.607 27243 27243 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 21:39:22.607 27243 27243 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 21:39:22.607 27243 27243 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 21:39:22.607 27243 27243 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 21:39:22.607 27243 27243 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 21:39:22.607 27243 27243 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 21:39:22.607 27243 27243 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 21:39:22.607 27243 27243 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 21:39:22.607 27243 27243 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 21:39:22.607 27243 27243 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 21:39:22.607 27243 27243 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 21:39:22.637 27243 27243 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 21:39:22.963 27243 27243 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 21:39:22.963 27243 27243 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 21:39:23.014 27243 27243 W com.mbwhatsapp: type=1400 audit(0.0:70645): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 21:39:23.018 27243 27243 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) 02-27 21:39:23.022 27243 27243 W com.mbwhatsapp: type=1400 audit(0.0:70646): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 21:39:23.038 27243 27243 W com.mbwhatsapp: type=1400 audit(0.0:70647): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 21:39:23.122 27243 27243 W com.mbwhatsapp: type=1400 audit(0.0:70648): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 21:39:23.130 27243 27243 W com.mbwhatsapp: type=1400 audit(0.0:70649): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-27 21:39:23.226 27243 27243 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 543ms 02-27 21:39:23.233 27243 27243 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 820ms 02-27 21:39:23.233 27243 27291 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 21:39:23.233 27243 27291 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 21:39:23.233 27243 27291 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of system 02-27 21:39:23.233 27243 27243 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-27 21:40:00.285 27600 27600 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-27 21:40:00.360 27600 27600 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-27 21:40:00.360 27600 27600 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-27 21:40:00.360 27600 27600 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-27 21:40:00.360 27600 27600 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-27 21:40:00.360 27600 27600 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-27 21:40:00.360 27600 27600 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-27 21:40:00.360 27600 27600 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-27 21:40:00.360 27600 27600 W System.err: at java.lang.Class.newInstance(Native Method) 02-27 21:40:00.360 27600 27600 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-27 21:40:00.360 27600 27600 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-27 21:40:00.360 27600 27600 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-27 21:40:00.360 27600 27600 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-27 21:40:00.360 27600 27600 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-27 21:40:00.360 27600 27600 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-27 21:40:00.360 27600 27600 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-27 21:40:00.360 27600 27600 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-27 21:40:00.360 27600 27600 W System.err: at android.os.Looper.loop(Looper.java:223) 02-27 21:40:00.360 27600 27600 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-27 21:40:00.360 27600 27600 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-27 21:40:00.360 27600 27600 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-27 21:40:00.360 27600 27600 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-27 21:40:00.366 27600 27600 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-27 21:40:00.649 27600 27600 W CheckTime: App running slow: Executing handleBindApplication : installContentProviders took 284ms 02-27 21:40:00.764 27600 27600 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-27 21:40:00.764 27600 27600 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-27 21:40:00.779 27600 27600 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) 02-27 21:40:00.843 27600 27649 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-27 21:40:00.843 27600 27649 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-27 21:40:00.843 27600 27649 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-28 01:39:19.142 23430 23430 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-28 01:39:19.206 23430 23430 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-28 01:39:19.206 23430 23430 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-28 01:39:19.206 23430 23430 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-28 01:39:19.206 23430 23430 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-28 01:39:19.206 23430 23430 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-28 01:39:19.206 23430 23430 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-28 01:39:19.206 23430 23430 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-28 01:39:19.206 23430 23430 W System.err: at java.lang.Class.newInstance(Native Method) 02-28 01:39:19.206 23430 23430 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-28 01:39:19.206 23430 23430 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-28 01:39:19.206 23430 23430 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-28 01:39:19.206 23430 23430 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-28 01:39:19.206 23430 23430 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-28 01:39:19.206 23430 23430 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-28 01:39:19.206 23430 23430 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-28 01:39:19.206 23430 23430 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-28 01:39:19.206 23430 23430 W System.err: at android.os.Looper.loop(Looper.java:223) 02-28 01:39:19.206 23430 23430 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-28 01:39:19.206 23430 23430 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-28 01:39:19.206 23430 23430 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-28 01:39:19.206 23430 23430 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-28 01:39:19.218 23430 23430 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-28 01:39:19.661 23430 23430 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-28 01:39:19.661 23430 23430 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-28 01:39:19.751 23430 23430 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) 02-28 01:39:19.745 23430 23430 W com.mbwhatsapp: type=1400 audit(0.0:104665): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-28 01:39:19.761 23430 23430 W com.mbwhatsapp: type=1400 audit(0.0:104666): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-28 01:39:19.773 23430 23430 W com.mbwhatsapp: type=1400 audit(0.0:104667): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-28 01:39:19.853 23430 23430 W com.mbwhatsapp: type=1400 audit(0.0:104668): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-28 01:39:19.865 23430 23430 W com.mbwhatsapp: type=1400 audit(0.0:104669): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-28 01:39:19.941 23430 23430 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 660ms 02-28 01:39:19.944 23430 23482 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-28 01:39:19.944 23430 23482 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-28 01:39:19.944 23430 23482 W com.mbwhatsapp: and incorrect proguard optimizations. 02-28 01:39:23.626 23430 23430 W com.mbwhatsapp: Class X.0eU failed lock verification and will run slower. --------- beginning of system 02-28 01:39:23.925 23430 23430 W com.mbwhatsapp: type=1400 audit(0.0:104724): avc: denied { read } for name="osrelease" dev="proc" ino=2172514 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 app=com.mbwhatsapp 02-28 01:39:23.989 23430 23430 E OpenGLRenderer: ~SkiaDisplayList() ##### pid = 23430 02-28 01:39:24.011 23430 23765 E libc : Access denied finding property "persist.vendor.sf.fbc" 02-28 01:39:24.011 23430 23765 E libc : Access denied finding property "persist.vendor.gpu.fbc" 02-28 01:39:24.011 23430 23765 E libc : Access denied finding property "persist.vendor.vsp.fbc" 02-28 01:39:25.871 23430 23765 W libEGL : EGLNativeWindowType 0xb400007161fd3020 disconnect failed --------- beginning of main 02-28 01:40:13.183 24276 24276 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-28 01:40:13.281 24276 24276 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-28 01:40:13.283 24276 24276 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-28 01:40:13.283 24276 24276 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-28 01:40:13.283 24276 24276 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-28 01:40:13.283 24276 24276 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-28 01:40:13.283 24276 24276 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-28 01:40:13.283 24276 24276 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-28 01:40:13.283 24276 24276 W System.err: at java.lang.Class.newInstance(Native Method) 02-28 01:40:13.283 24276 24276 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-28 01:40:13.283 24276 24276 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-28 01:40:13.283 24276 24276 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-28 01:40:13.283 24276 24276 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-28 01:40:13.283 24276 24276 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-28 01:40:13.283 24276 24276 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-28 01:40:13.283 24276 24276 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-28 01:40:13.283 24276 24276 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-28 01:40:13.283 24276 24276 W System.err: at android.os.Looper.loop(Looper.java:223) 02-28 01:40:13.283 24276 24276 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-28 01:40:13.283 24276 24276 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-28 01:40:13.284 24276 24276 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-28 01:40:13.284 24276 24276 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-28 01:40:13.300 24276 24276 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-28 01:40:13.560 24276 24276 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-28 01:40:13.561 24276 24276 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-28 01:40:13.593 24276 24276 W com.mbwhatsapp: type=1400 audit(0.0:104834): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-28 01:40:13.599 24276 24276 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) 02-28 01:40:13.601 24276 24276 W com.mbwhatsapp: type=1400 audit(0.0:104835): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-28 01:40:13.613 24276 24276 W com.mbwhatsapp: type=1400 audit(0.0:104836): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-28 01:40:13.681 24276 24276 W com.mbwhatsapp: type=1400 audit(0.0:104837): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-28 01:40:13.689 24276 24276 W com.mbwhatsapp: type=1400 audit(0.0:104838): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-28 01:40:13.753 24276 24276 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 422ms 02-28 01:40:13.761 24276 24328 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-28 01:40:13.761 24276 24328 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-28 01:40:13.761 24276 24328 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-28 01:49:22.399 25631 25631 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-28 01:49:22.488 25631 25631 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-28 01:49:22.488 25631 25631 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-28 01:49:22.489 25631 25631 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-28 01:49:22.489 25631 25631 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-28 01:49:22.489 25631 25631 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-28 01:49:22.489 25631 25631 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-28 01:49:22.489 25631 25631 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-28 01:49:22.489 25631 25631 W System.err: at java.lang.Class.newInstance(Native Method) 02-28 01:49:22.489 25631 25631 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-28 01:49:22.489 25631 25631 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-28 01:49:22.489 25631 25631 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-28 01:49:22.489 25631 25631 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-28 01:49:22.489 25631 25631 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-28 01:49:22.489 25631 25631 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-28 01:49:22.489 25631 25631 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-28 01:49:22.489 25631 25631 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-28 01:49:22.489 25631 25631 W System.err: at android.os.Looper.loop(Looper.java:223) 02-28 01:49:22.489 25631 25631 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-28 01:49:22.489 25631 25631 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-28 01:49:22.489 25631 25631 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-28 01:49:22.489 25631 25631 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-28 01:49:22.497 25631 25631 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-28 01:49:22.672 25631 25631 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-28 01:49:22.672 25631 25631 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-28 01:49:22.693 25631 25631 W com.mbwhatsapp: type=1400 audit(0.0:105682): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-28 01:49:22.697 25631 25631 W com.mbwhatsapp: type=1400 audit(0.0:105683): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-28 01:49:22.699 25631 25631 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) 02-28 01:49:22.705 25631 25631 W com.mbwhatsapp: type=1400 audit(0.0:105684): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-28 01:49:22.721 25631 25631 W com.mbwhatsapp: type=1400 audit(0.0:105685): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-28 01:49:22.725 25631 25631 W com.mbwhatsapp: type=1400 audit(0.0:105686): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-28 01:49:22.774 25631 25631 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 252ms 02-28 01:49:22.781 25631 25678 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-28 01:49:22.781 25631 25678 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-28 01:49:22.781 25631 25678 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-28 02:00:00.264 26151 26151 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-28 02:00:00.359 26151 26151 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-28 02:00:00.359 26151 26151 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-28 02:00:00.359 26151 26151 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-28 02:00:00.359 26151 26151 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-28 02:00:00.360 26151 26151 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-28 02:00:00.360 26151 26151 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-28 02:00:00.360 26151 26151 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-28 02:00:00.360 26151 26151 W System.err: at java.lang.Class.newInstance(Native Method) 02-28 02:00:00.360 26151 26151 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-28 02:00:00.360 26151 26151 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-28 02:00:00.360 26151 26151 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-28 02:00:00.360 26151 26151 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-28 02:00:00.360 26151 26151 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-28 02:00:00.360 26151 26151 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-28 02:00:00.360 26151 26151 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-28 02:00:00.360 26151 26151 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-28 02:00:00.360 26151 26151 W System.err: at android.os.Looper.loop(Looper.java:223) 02-28 02:00:00.360 26151 26151 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-28 02:00:00.360 26151 26151 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-28 02:00:00.360 26151 26151 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-28 02:00:00.360 26151 26151 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-28 02:00:00.370 26151 26151 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-28 02:00:00.557 26151 26151 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-28 02:00:00.557 26151 26151 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-28 02:00:00.578 26151 26151 W com.mbwhatsapp: type=1400 audit(0.0:106591): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-28 02:00:00.582 26151 26151 W com.mbwhatsapp: type=1400 audit(0.0:106592): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-28 02:00:00.585 26151 26151 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) 02-28 02:00:00.590 26151 26151 W com.mbwhatsapp: type=1400 audit(0.0:106593): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-28 02:00:00.610 26151 26151 W com.mbwhatsapp: type=1400 audit(0.0:106594): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-28 02:00:00.614 26151 26151 W com.mbwhatsapp: type=1400 audit(0.0:106595): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-28 02:00:00.668 26151 26151 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 270ms 02-28 02:00:00.675 26151 26200 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-28 02:00:00.675 26151 26200 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-28 02:00:00.675 26151 26200 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-28 02:03:48.514 26833 26833 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-28 02:03:48.599 26833 26833 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-28 02:03:48.600 26833 26833 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-28 02:03:48.600 26833 26833 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-28 02:03:48.600 26833 26833 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-28 02:03:48.600 26833 26833 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-28 02:03:48.600 26833 26833 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-28 02:03:48.600 26833 26833 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-28 02:03:48.600 26833 26833 W System.err: at java.lang.Class.newInstance(Native Method) 02-28 02:03:48.600 26833 26833 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-28 02:03:48.600 26833 26833 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-28 02:03:48.600 26833 26833 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-28 02:03:48.600 26833 26833 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-28 02:03:48.600 26833 26833 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-28 02:03:48.600 26833 26833 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-28 02:03:48.600 26833 26833 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-28 02:03:48.600 26833 26833 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-28 02:03:48.600 26833 26833 W System.err: at android.os.Looper.loop(Looper.java:223) 02-28 02:03:48.600 26833 26833 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-28 02:03:48.600 26833 26833 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-28 02:03:48.600 26833 26833 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-28 02:03:48.600 26833 26833 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-28 02:03:48.607 26833 26833 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-28 02:03:48.786 26833 26833 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-28 02:03:48.786 26833 26833 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-28 02:03:48.805 26833 26833 W com.mbwhatsapp: type=1400 audit(0.0:107332): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-28 02:03:48.809 26833 26833 W com.mbwhatsapp: type=1400 audit(0.0:107333): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-28 02:03:48.811 26833 26833 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) 02-28 02:03:48.817 26833 26833 W com.mbwhatsapp: type=1400 audit(0.0:107334): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-28 02:03:48.833 26833 26833 W com.mbwhatsapp: type=1400 audit(0.0:107335): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-28 02:03:48.837 26833 26833 W com.mbwhatsapp: type=1400 audit(0.0:107336): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-28 02:03:48.876 26833 26833 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 233ms 02-28 02:03:48.887 26833 26880 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-28 02:03:48.887 26833 26880 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-28 02:03:48.887 26833 26880 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-28 02:12:36.982 29157 29157 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-28 02:12:37.137 29157 29157 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-28 02:12:37.140 29157 29157 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-28 02:12:37.140 29157 29157 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-28 02:12:37.140 29157 29157 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-28 02:12:37.140 29157 29157 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-28 02:12:37.140 29157 29157 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-28 02:12:37.140 29157 29157 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-28 02:12:37.140 29157 29157 W System.err: at java.lang.Class.newInstance(Native Method) 02-28 02:12:37.140 29157 29157 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-28 02:12:37.140 29157 29157 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-28 02:12:37.140 29157 29157 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-28 02:12:37.140 29157 29157 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-28 02:12:37.140 29157 29157 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-28 02:12:37.140 29157 29157 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-28 02:12:37.140 29157 29157 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-28 02:12:37.140 29157 29157 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-28 02:12:37.140 29157 29157 W System.err: at android.os.Looper.loop(Looper.java:223) 02-28 02:12:37.140 29157 29157 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-28 02:12:37.140 29157 29157 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-28 02:12:37.141 29157 29157 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-28 02:12:37.141 29157 29157 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-28 02:12:37.170 29157 29157 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-28 02:12:37.513 29157 29157 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-28 02:12:37.513 29157 29157 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-28 02:12:37.604 29157 29157 W com.mbwhatsapp: type=1400 audit(0.0:112310): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-28 02:12:37.607 29157 29157 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) 02-28 02:12:37.608 29157 29157 W com.mbwhatsapp: type=1400 audit(0.0:112311): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-28 02:12:37.624 29157 29157 W com.mbwhatsapp: type=1400 audit(0.0:112312): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-28 02:12:37.680 29157 29157 W com.mbwhatsapp: type=1400 audit(0.0:112313): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-28 02:12:37.692 29157 29157 W com.mbwhatsapp: type=1400 audit(0.0:112314): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-28 02:12:37.769 29157 29157 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 537ms 02-28 02:12:37.775 29157 29157 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 775ms --------- beginning of system 02-28 02:12:37.775 29157 29157 W ActivityThread: Main thread can not be idle for a long time. 02-28 02:12:37.776 29157 29209 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-28 02:12:37.776 29157 29209 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-28 02:12:37.776 29157 29209 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-29 02:13:13.206 31068 31068 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-29 02:13:13.566 31068 31068 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-29 02:13:13.569 31068 31068 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-29 02:13:13.569 31068 31068 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-29 02:13:13.569 31068 31068 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-29 02:13:13.569 31068 31068 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-29 02:13:13.569 31068 31068 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-29 02:13:13.569 31068 31068 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-29 02:13:13.569 31068 31068 W System.err: at java.lang.Class.newInstance(Native Method) 02-29 02:13:13.569 31068 31068 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-29 02:13:13.570 31068 31068 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-29 02:13:13.570 31068 31068 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-29 02:13:13.570 31068 31068 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-29 02:13:13.570 31068 31068 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-29 02:13:13.570 31068 31068 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-29 02:13:13.570 31068 31068 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-29 02:13:13.570 31068 31068 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-29 02:13:13.570 31068 31068 W System.err: at android.os.Looper.loop(Looper.java:223) 02-29 02:13:13.570 31068 31068 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-29 02:13:13.570 31068 31068 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-29 02:13:13.570 31068 31068 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-29 02:13:13.570 31068 31068 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-29 02:13:13.587 31068 31068 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-29 02:13:13.893 31068 31068 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-29 02:13:13.893 31068 31068 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-29 02:13:13.946 31068 31068 W com.mbwhatsapp: type=1400 audit(0.0:112830): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 02:13:13.952 31068 31068 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) 02-29 02:13:13.958 31068 31068 W com.mbwhatsapp: type=1400 audit(0.0:112831): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 02:13:13.970 31068 31068 W com.mbwhatsapp: type=1400 audit(0.0:112832): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 02:13:14.058 31068 31068 W com.mbwhatsapp: type=1400 audit(0.0:112833): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 02:13:14.078 31068 31068 W com.mbwhatsapp: type=1400 audit(0.0:112834): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 02:13:14.157 31068 31068 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 503ms 02-29 02:13:14.167 31068 31068 W CheckTime: App running slow: Executing androidx.work.impl.background.systemalarm.RescheduleReceiver scheduleReceive took 936ms --------- beginning of system 02-29 02:13:14.167 31068 31068 W ActivityThread: Main thread can not be idle for a long time. 02-29 02:13:14.199 31068 31187 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-29 02:13:14.199 31068 31187 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-29 02:13:14.199 31068 31187 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-29 01:15:00.626 32665 32665 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-29 01:15:00.737 32665 32665 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-29 01:15:00.741 32665 32665 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-29 01:15:00.741 32665 32665 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-29 01:15:00.741 32665 32665 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-29 01:15:00.741 32665 32665 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-29 01:15:00.741 32665 32665 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-29 01:15:00.741 32665 32665 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-29 01:15:00.741 32665 32665 W System.err: at java.lang.Class.newInstance(Native Method) 02-29 01:15:00.741 32665 32665 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-29 01:15:00.741 32665 32665 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-29 01:15:00.741 32665 32665 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-29 01:15:00.741 32665 32665 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-29 01:15:00.741 32665 32665 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-29 01:15:00.741 32665 32665 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-29 01:15:00.741 32665 32665 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-29 01:15:00.741 32665 32665 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-29 01:15:00.741 32665 32665 W System.err: at android.os.Looper.loop(Looper.java:223) 02-29 01:15:00.741 32665 32665 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-29 01:15:00.741 32665 32665 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-29 01:15:00.741 32665 32665 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-29 01:15:00.741 32665 32665 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-29 01:15:00.756 32665 32665 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-29 01:15:01.067 32665 32665 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-29 01:15:01.067 32665 32665 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-29 01:15:01.102 32665 32665 W com.mbwhatsapp: type=1400 audit(0.0:112944): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 01:15:01.107 32665 32665 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) 02-29 01:15:01.126 32665 32665 W com.mbwhatsapp: type=1400 audit(0.0:112945): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 01:15:01.134 32665 32665 W com.mbwhatsapp: type=1400 audit(0.0:112946): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 01:15:01.222 32665 32665 W com.mbwhatsapp: type=1400 audit(0.0:112947): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 01:15:01.238 32665 32665 W com.mbwhatsapp: type=1400 audit(0.0:112948): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 01:15:01.312 32665 32665 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 512ms 02-29 01:15:01.320 32665 32665 W CheckTime: App running slow: Executing androidx.work.impl.background.systemalarm.RescheduleReceiver scheduleReceive took 674ms --------- beginning of system 02-29 01:15:01.320 32665 32665 W ActivityThread: Main thread can not be idle for a long time. 02-29 01:15:01.321 32665 32724 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-29 01:15:01.321 32665 32724 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-29 01:15:01.321 32665 32724 W com.mbwhatsapp: and incorrect proguard optimizations. 02-29 14:15:19.910 32665 32681 W System : A resource failed to call close. 02-29 14:15:22.868 32665 32681 W System : A resource failed to call close. 02-29 14:15:22.869 32665 32681 W System : A resource failed to call close. 02-29 14:15:25.019 32665 32679 W com.mbwhatsapp: Suspending all threads took: 74.292ms --------- beginning of main 02-29 02:15:02.437 3493 3493 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-29 02:15:02.686 3493 3493 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-29 02:15:02.689 3493 3493 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-29 02:15:02.689 3493 3493 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-29 02:15:02.689 3493 3493 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-29 02:15:02.689 3493 3493 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-29 02:15:02.689 3493 3493 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-29 02:15:02.689 3493 3493 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-29 02:15:02.689 3493 3493 W System.err: at java.lang.Class.newInstance(Native Method) 02-29 02:15:02.689 3493 3493 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-29 02:15:02.689 3493 3493 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-29 02:15:02.689 3493 3493 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-29 02:15:02.689 3493 3493 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-29 02:15:02.689 3493 3493 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-29 02:15:02.689 3493 3493 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-29 02:15:02.689 3493 3493 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-29 02:15:02.689 3493 3493 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-29 02:15:02.689 3493 3493 W System.err: at android.os.Looper.loop(Looper.java:223) 02-29 02:15:02.689 3493 3493 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-29 02:15:02.689 3493 3493 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-29 02:15:02.689 3493 3493 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-29 02:15:02.690 3493 3493 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-29 02:15:02.728 3493 3493 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-29 02:15:03.243 3493 3493 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-29 02:15:03.244 3493 3493 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-29 02:15:03.314 3493 3493 W com.mbwhatsapp: type=1400 audit(0.0:113160): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 02:15:03.318 3493 3493 W com.mbwhatsapp: type=1400 audit(0.0:113161): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 02:15:03.321 3493 3493 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) 02-29 02:15:03.326 3493 3493 W com.mbwhatsapp: type=1400 audit(0.0:113162): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 02:15:03.354 3493 3493 W com.mbwhatsapp: type=1400 audit(0.0:113163): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 02:15:03.390 3493 3493 W com.mbwhatsapp: type=1400 audit(0.0:113164): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 02:15:03.504 3493 3493 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 667ms 02-29 02:15:03.518 3493 3693 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-29 02:15:03.518 3493 3693 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-29 02:15:03.518 3493 3693 W com.mbwhatsapp: and incorrect proguard optimizations. 02-29 02:15:03.518 3493 3493 W CheckTime: App running slow: Executing androidx.work.impl.background.systemalarm.RescheduleReceiver scheduleReceive took 1061ms --------- beginning of system 02-29 02:15:03.518 3493 3493 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-29 02:15:18.743 6379 6379 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-29 02:15:19.021 6379 6379 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-29 02:15:19.026 6379 6379 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-29 02:15:19.026 6379 6379 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-29 02:15:19.026 6379 6379 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-29 02:15:19.026 6379 6379 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-29 02:15:19.026 6379 6379 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-29 02:15:19.026 6379 6379 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-29 02:15:19.026 6379 6379 W System.err: at java.lang.Class.newInstance(Native Method) 02-29 02:15:19.026 6379 6379 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-29 02:15:19.026 6379 6379 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-29 02:15:19.026 6379 6379 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-29 02:15:19.026 6379 6379 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-29 02:15:19.026 6379 6379 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-29 02:15:19.026 6379 6379 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-29 02:15:19.026 6379 6379 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-29 02:15:19.026 6379 6379 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-29 02:15:19.026 6379 6379 W System.err: at android.os.Looper.loop(Looper.java:223) 02-29 02:15:19.026 6379 6379 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-29 02:15:19.026 6379 6379 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-29 02:15:19.026 6379 6379 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-29 02:15:19.026 6379 6379 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-29 02:15:19.048 6379 6379 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-29 02:15:19.832 6379 6379 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-29 02:15:19.832 6379 6379 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-29 02:15:19.990 6379 6379 W com.mbwhatsapp: type=1400 audit(0.0:113304): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 02:15:19.997 6379 6379 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) 02-29 02:15:20.022 6379 6379 W com.mbwhatsapp: type=1400 audit(0.0:113305): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 02:15:20.050 6379 6379 W com.mbwhatsapp: type=1400 audit(0.0:113306): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 02:15:20.154 6379 6379 W com.mbwhatsapp: type=1400 audit(0.0:113307): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 02:15:20.178 6379 6379 W com.mbwhatsapp: type=1400 audit(0.0:113308): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 02:15:20.178 6379 6379 W com.mbwhatsapp: type=1400 audit(0.0:113309): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 02:15:20.270 6379 6379 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1086ms 02-29 02:15:20.284 6379 6379 W CheckTime: App running slow: Executing androidx.work.impl.background.systemalarm.RescheduleReceiver scheduleReceive took 1504ms --------- beginning of system 02-29 02:15:20.284 6379 6379 W ActivityThread: Main thread can not be idle for a long time. 02-29 02:15:20.330 6379 6597 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-29 02:15:20.330 6379 6597 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-29 02:15:20.330 6379 6597 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-29 06:55:03.866 9856 9856 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-29 06:55:04.229 9856 9856 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-29 06:55:04.235 9856 9856 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-29 06:55:04.235 9856 9856 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-29 06:55:04.235 9856 9856 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-29 06:55:04.235 9856 9856 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-29 06:55:04.235 9856 9856 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-29 06:55:04.235 9856 9856 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-29 06:55:04.236 9856 9856 W System.err: at java.lang.Class.newInstance(Native Method) 02-29 06:55:04.236 9856 9856 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-29 06:55:04.236 9856 9856 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-29 06:55:04.236 9856 9856 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-29 06:55:04.236 9856 9856 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-29 06:55:04.236 9856 9856 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-29 06:55:04.236 9856 9856 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-29 06:55:04.236 9856 9856 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-29 06:55:04.236 9856 9856 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-29 06:55:04.236 9856 9856 W System.err: at android.os.Looper.loop(Looper.java:223) 02-29 06:55:04.236 9856 9856 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-29 06:55:04.236 9856 9856 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-29 06:55:04.236 9856 9856 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-29 06:55:04.236 9856 9856 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-29 06:55:04.291 9856 9856 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-29 06:55:04.900 9856 9856 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-29 06:55:04.901 9856 9856 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-29 06:55:04.993 9856 9856 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) 02-29 06:55:04.988 9856 9856 W com.mbwhatsapp: type=1400 audit(0.0:142305): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 06:55:05.000 9856 9856 W com.mbwhatsapp: type=1400 audit(0.0:142306): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 06:55:05.016 9856 9856 W com.mbwhatsapp: type=1400 audit(0.0:142307): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 06:55:05.096 9856 9856 W com.mbwhatsapp: type=1400 audit(0.0:142308): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 06:55:05.112 9856 9856 W com.mbwhatsapp: type=1400 audit(0.0:142309): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 06:55:05.208 9856 9856 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 805ms 02-29 06:55:05.214 9856 9904 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-29 06:55:05.214 9856 9904 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-29 06:55:05.214 9856 9904 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-29 17:21:26.726 23477 23477 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-29 17:21:27.252 23477 23477 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-29 17:21:27.265 23477 23477 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-29 17:21:27.265 23477 23477 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-29 17:21:27.265 23477 23477 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-29 17:21:27.265 23477 23477 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-29 17:21:27.265 23477 23477 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-29 17:21:27.265 23477 23477 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-29 17:21:27.265 23477 23477 W System.err: at java.lang.Class.newInstance(Native Method) 02-29 17:21:27.265 23477 23477 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-29 17:21:27.265 23477 23477 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-29 17:21:27.265 23477 23477 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-29 17:21:27.265 23477 23477 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-29 17:21:27.265 23477 23477 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-29 17:21:27.266 23477 23477 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-29 17:21:27.266 23477 23477 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-29 17:21:27.266 23477 23477 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-29 17:21:27.266 23477 23477 W System.err: at android.os.Looper.loop(Looper.java:223) 02-29 17:21:27.266 23477 23477 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-29 17:21:27.266 23477 23477 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-29 17:21:27.266 23477 23477 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-29 17:21:27.266 23477 23477 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-29 17:21:27.306 23477 23477 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 208ms 02-29 17:21:27.323 23477 23477 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-29 17:21:27.782 23477 23477 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-29 17:21:27.783 23477 23477 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-29 17:21:27.894 23477 23477 W com.mbwhatsapp: type=1400 audit(0.0:173995): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 17:21:27.898 23477 23477 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) 02-29 17:21:27.906 23477 23477 W com.mbwhatsapp: type=1400 audit(0.0:173996): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 17:21:27.926 23477 23477 W com.mbwhatsapp: type=1400 audit(0.0:173997): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 17:21:28.010 23477 23477 W com.mbwhatsapp: type=1400 audit(0.0:173998): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 17:21:28.022 23477 23477 W com.mbwhatsapp: type=1400 audit(0.0:173999): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 17:21:28.106 23477 23477 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 710ms 02-29 17:21:28.115 23477 23477 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1368ms --------- beginning of system 02-29 17:21:28.115 23477 23477 W ActivityThread: Main thread can not be idle for a long time. 02-29 17:21:28.116 23477 23631 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-29 17:21:28.116 23477 23631 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-29 17:21:28.116 23477 23631 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-29 17:22:34.349 25305 25305 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-29 17:22:34.638 25305 25305 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-29 17:22:34.645 25305 25305 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-29 17:22:34.645 25305 25305 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-29 17:22:34.645 25305 25305 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-29 17:22:34.645 25305 25305 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-29 17:22:34.645 25305 25305 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-29 17:22:34.645 25305 25305 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-29 17:22:34.645 25305 25305 W System.err: at java.lang.Class.newInstance(Native Method) 02-29 17:22:34.645 25305 25305 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-29 17:22:34.645 25305 25305 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-29 17:22:34.645 25305 25305 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-29 17:22:34.645 25305 25305 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-29 17:22:34.645 25305 25305 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-29 17:22:34.645 25305 25305 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-29 17:22:34.645 25305 25305 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-29 17:22:34.645 25305 25305 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-29 17:22:34.645 25305 25305 W System.err: at android.os.Looper.loop(Looper.java:223) 02-29 17:22:34.645 25305 25305 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-29 17:22:34.645 25305 25305 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-29 17:22:34.645 25305 25305 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-29 17:22:34.645 25305 25305 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-29 17:22:34.707 25305 25305 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-29 17:22:35.066 25305 25305 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-29 17:22:35.067 25305 25305 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-29 17:22:35.130 25305 25305 W com.mbwhatsapp: type=1400 audit(0.0:174562): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 17:22:35.137 25305 25305 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) 02-29 17:22:35.146 25305 25305 W com.mbwhatsapp: type=1400 audit(0.0:174563): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 17:22:35.162 25305 25305 W com.mbwhatsapp: type=1400 audit(0.0:174564): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 17:22:35.238 25305 25305 W com.mbwhatsapp: type=1400 audit(0.0:174565): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 17:22:35.254 25305 25305 W com.mbwhatsapp: type=1400 audit(0.0:174566): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 17:22:35.329 25305 25305 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 527ms 02-29 17:22:35.338 25305 25305 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 968ms --------- beginning of system 02-29 17:22:35.338 25305 25305 W ActivityThread: Main thread can not be idle for a long time. 02-29 17:22:35.340 25305 25433 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-29 17:22:35.340 25305 25433 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-29 17:22:35.340 25305 25433 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-29 17:57:03.888 28849 28849 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-29 17:57:04.068 28849 28849 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-29 17:57:04.071 28849 28849 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-29 17:57:04.071 28849 28849 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-29 17:57:04.071 28849 28849 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-29 17:57:04.071 28849 28849 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-29 17:57:04.071 28849 28849 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-29 17:57:04.071 28849 28849 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-29 17:57:04.071 28849 28849 W System.err: at java.lang.Class.newInstance(Native Method) 02-29 17:57:04.071 28849 28849 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-29 17:57:04.071 28849 28849 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-29 17:57:04.071 28849 28849 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-29 17:57:04.071 28849 28849 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-29 17:57:04.071 28849 28849 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-29 17:57:04.071 28849 28849 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-29 17:57:04.071 28849 28849 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-29 17:57:04.071 28849 28849 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-29 17:57:04.071 28849 28849 W System.err: at android.os.Looper.loop(Looper.java:223) 02-29 17:57:04.071 28849 28849 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-29 17:57:04.071 28849 28849 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-29 17:57:04.071 28849 28849 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-29 17:57:04.072 28849 28849 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-29 17:57:04.103 28849 28849 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-29 17:57:04.580 28849 28849 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-29 17:57:04.580 28849 28849 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-29 17:57:04.695 28849 28849 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) 02-29 17:57:04.805 28849 28849 W com.mbwhatsapp: type=1400 audit(0.0:176614): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 17:57:04.833 28849 28849 W com.mbwhatsapp: type=1400 audit(0.0:176615): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 17:57:05.015 28849 28849 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 847ms 02-29 17:57:05.025 28849 28849 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1110ms --------- beginning of system 02-29 17:57:05.025 28849 28849 W ActivityThread: Main thread can not be idle for a long time. 02-29 17:57:05.077 28849 29189 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-29 17:57:05.077 28849 29189 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-29 17:57:05.077 28849 29189 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-29 17:58:40.884 30360 30360 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-29 17:58:41.088 30360 30360 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-29 17:58:41.090 30360 30360 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-29 17:58:41.090 30360 30360 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-29 17:58:41.090 30360 30360 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-29 17:58:41.090 30360 30360 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-29 17:58:41.090 30360 30360 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-29 17:58:41.090 30360 30360 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-29 17:58:41.090 30360 30360 W System.err: at java.lang.Class.newInstance(Native Method) 02-29 17:58:41.090 30360 30360 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-29 17:58:41.090 30360 30360 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-29 17:58:41.090 30360 30360 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-29 17:58:41.090 30360 30360 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-29 17:58:41.090 30360 30360 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-29 17:58:41.090 30360 30360 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-29 17:58:41.091 30360 30360 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-29 17:58:41.091 30360 30360 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-29 17:58:41.091 30360 30360 W System.err: at android.os.Looper.loop(Looper.java:223) 02-29 17:58:41.091 30360 30360 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-29 17:58:41.091 30360 30360 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-29 17:58:41.091 30360 30360 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-29 17:58:41.091 30360 30360 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-29 17:58:41.132 30360 30360 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-29 17:58:41.577 30360 30360 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-29 17:58:41.579 30360 30360 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-29 17:58:41.644 30360 30360 W com.mbwhatsapp: type=1400 audit(0.0:176682): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 17:58:41.647 30360 30360 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) 02-29 17:58:41.656 30360 30360 W com.mbwhatsapp: type=1400 audit(0.0:176683): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 17:58:41.664 30360 30360 W com.mbwhatsapp: type=1400 audit(0.0:176684): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 17:58:41.892 30360 30360 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 672ms 02-29 17:58:41.898 30360 30360 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 997ms --------- beginning of system 02-29 17:58:41.898 30360 30360 W ActivityThread: Main thread can not be idle for a long time. 02-29 17:58:41.945 30360 30508 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-29 17:58:41.945 30360 30508 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-29 17:58:41.945 30360 30508 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-29 18:00:00.847 31225 31225 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-29 18:00:01.089 31225 31225 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-29 18:00:01.093 31225 31225 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-29 18:00:01.093 31225 31225 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-29 18:00:01.093 31225 31225 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-29 18:00:01.093 31225 31225 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-29 18:00:01.093 31225 31225 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-29 18:00:01.093 31225 31225 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-29 18:00:01.093 31225 31225 W System.err: at java.lang.Class.newInstance(Native Method) 02-29 18:00:01.093 31225 31225 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-29 18:00:01.093 31225 31225 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-29 18:00:01.093 31225 31225 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-29 18:00:01.093 31225 31225 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-29 18:00:01.093 31225 31225 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-29 18:00:01.093 31225 31225 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-29 18:00:01.094 31225 31225 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-29 18:00:01.094 31225 31225 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-29 18:00:01.094 31225 31225 W System.err: at android.os.Looper.loop(Looper.java:223) 02-29 18:00:01.094 31225 31225 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-29 18:00:01.094 31225 31225 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-29 18:00:01.094 31225 31225 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-29 18:00:01.094 31225 31225 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-29 18:00:01.128 31225 31225 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-29 18:00:01.562 31225 31225 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-29 18:00:01.563 31225 31225 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-29 18:00:01.620 31225 31225 W com.mbwhatsapp: type=1400 audit(0.0:176853): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 18:00:01.624 31225 31225 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) 02-29 18:00:01.632 31225 31225 W com.mbwhatsapp: type=1400 audit(0.0:176854): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 18:00:01.652 31225 31225 W com.mbwhatsapp: type=1400 audit(0.0:176855): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 18:00:01.704 31225 31225 W com.mbwhatsapp: type=1400 audit(0.0:176856): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 18:00:01.716 31225 31225 W com.mbwhatsapp: type=1400 audit(0.0:176857): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 18:00:01.812 31225 31225 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 602ms 02-29 18:00:01.818 31225 31225 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 954ms --------- beginning of system 02-29 18:00:01.818 31225 31225 W ActivityThread: Main thread can not be idle for a long time. 02-29 18:00:01.819 31225 31273 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-29 18:00:01.819 31225 31273 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-29 18:00:01.819 31225 31273 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-29 18:17:24.735 31907 31907 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-29 18:17:25.033 31907 31907 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-29 18:17:25.037 31907 31907 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-29 18:17:25.037 31907 31907 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-29 18:17:25.037 31907 31907 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-29 18:17:25.037 31907 31907 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-29 18:17:25.037 31907 31907 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-29 18:17:25.037 31907 31907 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-29 18:17:25.037 31907 31907 W System.err: at java.lang.Class.newInstance(Native Method) 02-29 18:17:25.037 31907 31907 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-29 18:17:25.037 31907 31907 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-29 18:17:25.038 31907 31907 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-29 18:17:25.038 31907 31907 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-29 18:17:25.038 31907 31907 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-29 18:17:25.038 31907 31907 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-29 18:17:25.038 31907 31907 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-29 18:17:25.038 31907 31907 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-29 18:17:25.038 31907 31907 W System.err: at android.os.Looper.loop(Looper.java:223) 02-29 18:17:25.038 31907 31907 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-29 18:17:25.038 31907 31907 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-29 18:17:25.038 31907 31907 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-29 18:17:25.038 31907 31907 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-29 18:17:25.059 31907 31907 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-29 18:17:25.343 31907 31907 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-29 18:17:25.343 31907 31907 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-29 18:17:25.388 31907 31907 W com.mbwhatsapp: type=1400 audit(0.0:177505): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 18:17:25.396 31907 31907 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) 02-29 18:17:25.404 31907 31907 W com.mbwhatsapp: type=1400 audit(0.0:177506): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 18:17:25.416 31907 31907 W com.mbwhatsapp: type=1400 audit(0.0:177507): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 18:17:25.492 31907 31907 W com.mbwhatsapp: type=1400 audit(0.0:177508): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 18:17:25.508 31907 31907 W com.mbwhatsapp: type=1400 audit(0.0:177509): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 18:17:25.591 31907 31907 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 474ms 02-29 18:17:25.597 31907 31907 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 837ms --------- beginning of system 02-29 18:17:25.597 31907 31907 W ActivityThread: Main thread can not be idle for a long time. 02-29 18:17:25.600 31907 31954 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-29 18:17:25.600 31907 31954 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-29 18:17:25.600 31907 31954 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-29 18:38:38.722 32537 32537 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-29 18:38:38.931 32537 32537 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-29 18:38:38.935 32537 32537 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-29 18:38:38.935 32537 32537 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-29 18:38:38.935 32537 32537 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-29 18:38:38.935 32537 32537 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-29 18:38:38.935 32537 32537 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-29 18:38:38.935 32537 32537 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-29 18:38:38.935 32537 32537 W System.err: at java.lang.Class.newInstance(Native Method) 02-29 18:38:38.935 32537 32537 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-29 18:38:38.935 32537 32537 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-29 18:38:38.935 32537 32537 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-29 18:38:38.935 32537 32537 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-29 18:38:38.935 32537 32537 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-29 18:38:38.935 32537 32537 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-29 18:38:38.935 32537 32537 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-29 18:38:38.935 32537 32537 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-29 18:38:38.935 32537 32537 W System.err: at android.os.Looper.loop(Looper.java:223) 02-29 18:38:38.935 32537 32537 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-29 18:38:38.935 32537 32537 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-29 18:38:38.935 32537 32537 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-29 18:38:38.935 32537 32537 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-29 18:38:38.961 32537 32537 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-29 18:38:39.238 32537 32537 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-29 18:38:39.238 32537 32537 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-29 18:38:39.292 32537 32537 W com.mbwhatsapp: type=1400 audit(0.0:178202): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 18:38:39.298 32537 32537 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) 02-29 18:38:39.300 32537 32537 W com.mbwhatsapp: type=1400 audit(0.0:178203): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 18:38:39.316 32537 32537 W com.mbwhatsapp: type=1400 audit(0.0:178204): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 18:38:39.372 32537 32537 W com.mbwhatsapp: type=1400 audit(0.0:178205): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 18:38:39.384 32537 32537 W com.mbwhatsapp: type=1400 audit(0.0:178206): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 18:38:39.458 32537 32537 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 440ms 02-29 18:38:39.464 32537 32537 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 718ms --------- beginning of system 02-29 18:38:39.464 32537 32537 W ActivityThread: Main thread can not be idle for a long time. 02-29 18:38:39.468 32537 32584 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-29 18:38:39.468 32537 32584 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-29 18:38:39.468 32537 32584 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-29 18:59:23.523 5041 5041 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-29 18:59:24.030 5041 5041 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-29 18:59:24.039 5041 5041 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-29 18:59:24.039 5041 5041 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-29 18:59:24.039 5041 5041 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-29 18:59:24.039 5041 5041 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-29 18:59:24.039 5041 5041 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-29 18:59:24.039 5041 5041 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-29 18:59:24.039 5041 5041 W System.err: at java.lang.Class.newInstance(Native Method) 02-29 18:59:24.039 5041 5041 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-29 18:59:24.039 5041 5041 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-29 18:59:24.039 5041 5041 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-29 18:59:24.039 5041 5041 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-29 18:59:24.039 5041 5041 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-29 18:59:24.039 5041 5041 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-29 18:59:24.039 5041 5041 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-29 18:59:24.039 5041 5041 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-29 18:59:24.039 5041 5041 W System.err: at android.os.Looper.loop(Looper.java:223) 02-29 18:59:24.039 5041 5041 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-29 18:59:24.039 5041 5041 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-29 18:59:24.039 5041 5041 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-29 18:59:24.039 5041 5041 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-29 18:59:24.103 5041 5041 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-29 18:59:24.509 5041 5041 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-29 18:59:24.509 5041 5041 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-29 18:59:24.569 5041 5041 W com.mbwhatsapp: type=1400 audit(0.0:179131): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 18:59:24.573 5041 5041 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) 02-29 18:59:24.577 5041 5041 W com.mbwhatsapp: type=1400 audit(0.0:179132): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 18:59:24.589 5041 5041 W com.mbwhatsapp: type=1400 audit(0.0:179133): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 18:59:24.653 5041 5041 W com.mbwhatsapp: type=1400 audit(0.0:179134): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 18:59:24.673 5041 5041 W com.mbwhatsapp: type=1400 audit(0.0:179135): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 18:59:24.771 5041 5041 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 593ms 02-29 18:59:24.776 5041 5162 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-29 18:59:24.776 5041 5162 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-29 18:59:24.776 5041 5162 W com.mbwhatsapp: and incorrect proguard optimizations. 02-29 18:59:24.781 5041 5041 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1207ms --------- beginning of system 02-29 18:59:24.781 5041 5041 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-29 18:59:57.199 8133 8133 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-29 18:59:57.464 8133 8133 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-29 18:59:57.465 8133 8133 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-29 18:59:57.465 8133 8133 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-29 18:59:57.465 8133 8133 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-29 18:59:57.465 8133 8133 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-29 18:59:57.465 8133 8133 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-29 18:59:57.465 8133 8133 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-29 18:59:57.465 8133 8133 W System.err: at java.lang.Class.newInstance(Native Method) 02-29 18:59:57.465 8133 8133 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-29 18:59:57.465 8133 8133 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-29 18:59:57.465 8133 8133 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-29 18:59:57.465 8133 8133 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-29 18:59:57.465 8133 8133 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-29 18:59:57.465 8133 8133 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-29 18:59:57.465 8133 8133 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-29 18:59:57.465 8133 8133 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-29 18:59:57.465 8133 8133 W System.err: at android.os.Looper.loop(Looper.java:223) 02-29 18:59:57.465 8133 8133 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-29 18:59:57.465 8133 8133 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-29 18:59:57.465 8133 8133 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-29 18:59:57.465 8133 8133 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-29 18:59:57.524 8133 8133 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-29 18:59:57.897 8133 8133 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-29 18:59:57.897 8133 8133 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-29 18:59:57.977 8133 8133 W com.mbwhatsapp: type=1400 audit(0.0:179218): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 18:59:57.980 8133 8133 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) 02-29 18:59:57.985 8133 8133 W com.mbwhatsapp: type=1400 audit(0.0:179219): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 18:59:57.997 8133 8133 W com.mbwhatsapp: type=1400 audit(0.0:179220): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 18:59:58.105 8133 8133 W com.mbwhatsapp: type=1400 audit(0.0:179221): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 18:59:58.125 8133 8133 W com.mbwhatsapp: type=1400 audit(0.0:179222): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 18:59:58.125 8133 8133 W com.mbwhatsapp: type=1400 audit(0.0:179224): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 18:59:58.236 8133 8133 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 645ms 02-29 18:59:58.247 8133 8191 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-29 18:59:58.247 8133 8191 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-29 18:59:58.247 8133 8191 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-29 19:00:25.678 9681 9681 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-29 19:00:25.827 9681 9681 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-29 19:00:25.833 9681 9681 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-29 19:00:25.833 9681 9681 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-29 19:00:25.833 9681 9681 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-29 19:00:25.833 9681 9681 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-29 19:00:25.833 9681 9681 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-29 19:00:25.833 9681 9681 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-29 19:00:25.833 9681 9681 W System.err: at java.lang.Class.newInstance(Native Method) 02-29 19:00:25.834 9681 9681 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-29 19:00:25.834 9681 9681 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-29 19:00:25.834 9681 9681 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-29 19:00:25.834 9681 9681 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-29 19:00:25.834 9681 9681 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-29 19:00:25.834 9681 9681 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-29 19:00:25.834 9681 9681 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-29 19:00:25.834 9681 9681 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-29 19:00:25.834 9681 9681 W System.err: at android.os.Looper.loop(Looper.java:223) 02-29 19:00:25.834 9681 9681 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-29 19:00:25.834 9681 9681 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-29 19:00:25.834 9681 9681 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-29 19:00:25.834 9681 9681 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-29 19:00:25.851 9681 9681 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-29 19:00:26.129 9681 9681 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-29 19:00:26.129 9681 9681 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-29 19:00:26.197 9681 9681 W com.mbwhatsapp: type=1400 audit(0.0:179401): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 19:00:26.201 9681 9681 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) 02-29 19:00:26.205 9681 9681 W com.mbwhatsapp: type=1400 audit(0.0:179402): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 19:00:26.221 9681 9681 W com.mbwhatsapp: type=1400 audit(0.0:179403): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 19:00:26.273 9681 9681 W com.mbwhatsapp: type=1400 audit(0.0:179404): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 19:00:26.285 9681 9681 W com.mbwhatsapp: type=1400 audit(0.0:179405): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 19:00:26.361 9681 9681 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 458ms 02-29 19:00:26.368 9681 9732 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-29 19:00:26.368 9681 9732 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-29 19:00:26.368 9681 9732 W com.mbwhatsapp: and incorrect proguard optimizations. 02-29 19:00:26.372 9681 9681 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 674ms --------- beginning of system 02-29 19:00:26.372 9681 9681 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-29 19:02:02.141 10888 10888 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-29 19:02:02.358 10888 10888 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-29 19:02:02.363 10888 10888 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-29 19:02:02.363 10888 10888 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-29 19:02:02.363 10888 10888 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-29 19:02:02.363 10888 10888 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-29 19:02:02.363 10888 10888 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-29 19:02:02.363 10888 10888 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-29 19:02:02.363 10888 10888 W System.err: at java.lang.Class.newInstance(Native Method) 02-29 19:02:02.363 10888 10888 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-29 19:02:02.364 10888 10888 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-29 19:02:02.364 10888 10888 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-29 19:02:02.364 10888 10888 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-29 19:02:02.364 10888 10888 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-29 19:02:02.364 10888 10888 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-29 19:02:02.364 10888 10888 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-29 19:02:02.364 10888 10888 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-29 19:02:02.364 10888 10888 W System.err: at android.os.Looper.loop(Looper.java:223) 02-29 19:02:02.364 10888 10888 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-29 19:02:02.364 10888 10888 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-29 19:02:02.364 10888 10888 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-29 19:02:02.364 10888 10888 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-29 19:02:02.380 10888 10888 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-29 19:02:02.715 10888 10888 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-29 19:02:02.715 10888 10888 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-29 19:02:02.755 10888 10888 W com.mbwhatsapp: type=1400 audit(0.0:179583): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 19:02:02.761 10888 10888 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) 02-29 19:02:02.767 10888 10888 W com.mbwhatsapp: type=1400 audit(0.0:179584): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 19:02:02.779 10888 10888 W com.mbwhatsapp: type=1400 audit(0.0:179585): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 19:02:02.823 10888 10888 W com.mbwhatsapp: type=1400 audit(0.0:179586): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 19:02:02.831 10888 10888 W com.mbwhatsapp: type=1400 audit(0.0:179587): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 19:02:02.831 10888 10888 W com.mbwhatsapp: type=1400 audit(0.0:179589): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 19:02:02.911 10888 10888 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 479ms 02-29 19:02:02.917 10888 10888 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 755ms --------- beginning of system 02-29 19:02:02.917 10888 10888 W ActivityThread: Main thread can not be idle for a long time. 02-29 19:02:02.922 10888 10936 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-29 19:02:02.922 10888 10936 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-29 19:02:02.922 10888 10936 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-29 19:15:36.684 11838 11838 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-29 19:15:36.969 11838 11838 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-29 19:15:36.972 11838 11838 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-29 19:15:36.972 11838 11838 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-29 19:15:36.972 11838 11838 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-29 19:15:36.972 11838 11838 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-29 19:15:36.972 11838 11838 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-29 19:15:36.972 11838 11838 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-29 19:15:36.972 11838 11838 W System.err: at java.lang.Class.newInstance(Native Method) 02-29 19:15:36.972 11838 11838 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-29 19:15:36.972 11838 11838 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-29 19:15:36.972 11838 11838 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-29 19:15:36.972 11838 11838 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-29 19:15:36.972 11838 11838 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-29 19:15:36.972 11838 11838 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-29 19:15:36.972 11838 11838 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-29 19:15:36.972 11838 11838 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-29 19:15:36.972 11838 11838 W System.err: at android.os.Looper.loop(Looper.java:223) 02-29 19:15:36.972 11838 11838 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-29 19:15:36.972 11838 11838 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-29 19:15:36.972 11838 11838 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-29 19:15:36.972 11838 11838 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-29 19:15:36.998 11838 11838 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-29 19:15:37.410 11838 11838 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-29 19:15:37.410 11838 11838 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-29 19:15:37.462 11838 11838 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) 02-29 19:15:37.655 11838 11838 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 598ms 02-29 19:15:37.661 11838 11838 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 959ms --------- beginning of system 02-29 19:15:37.661 11838 11838 W ActivityThread: Main thread can not be idle for a long time. 02-29 19:15:37.662 11838 11926 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-29 19:15:37.662 11838 11926 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-29 19:15:37.662 11838 11926 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-29 19:16:22.402 14213 14213 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-29 19:16:22.591 14213 14213 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-29 19:16:22.593 14213 14213 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-29 19:16:22.593 14213 14213 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-29 19:16:22.593 14213 14213 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-29 19:16:22.593 14213 14213 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-29 19:16:22.593 14213 14213 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-29 19:16:22.593 14213 14213 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-29 19:16:22.593 14213 14213 W System.err: at java.lang.Class.newInstance(Native Method) 02-29 19:16:22.593 14213 14213 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-29 19:16:22.593 14213 14213 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-29 19:16:22.593 14213 14213 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-29 19:16:22.593 14213 14213 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-29 19:16:22.593 14213 14213 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-29 19:16:22.593 14213 14213 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-29 19:16:22.593 14213 14213 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-29 19:16:22.593 14213 14213 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-29 19:16:22.593 14213 14213 W System.err: at android.os.Looper.loop(Looper.java:223) 02-29 19:16:22.594 14213 14213 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-29 19:16:22.594 14213 14213 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-29 19:16:22.594 14213 14213 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-29 19:16:22.594 14213 14213 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-29 19:16:22.621 14213 14213 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-29 19:16:23.005 14213 14213 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-29 19:16:23.006 14213 14213 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-29 19:16:23.058 14213 14213 W com.mbwhatsapp: type=1400 audit(0.0:180016): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 19:16:23.065 14213 14213 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) 02-29 19:16:23.070 14213 14213 W com.mbwhatsapp: type=1400 audit(0.0:180017): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 19:16:23.078 14213 14213 W com.mbwhatsapp: type=1400 audit(0.0:180018): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 19:16:23.134 14213 14213 W com.mbwhatsapp: type=1400 audit(0.0:180019): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 19:16:23.150 14213 14213 W com.mbwhatsapp: type=1400 audit(0.0:180020): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 19:16:23.150 14213 14213 W com.mbwhatsapp: type=1400 audit(0.0:180022): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 19:16:23.236 14213 14213 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 550ms 02-29 19:16:23.241 14213 14270 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-29 19:16:23.241 14213 14270 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-29 19:16:23.241 14213 14270 W com.mbwhatsapp: and incorrect proguard optimizations. 02-29 19:16:23.246 14213 14213 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 826ms --------- beginning of system 02-29 19:16:23.247 14213 14213 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-29 19:30:54.773 15549 15549 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-29 19:30:55.005 15549 15549 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-29 19:30:55.012 15549 15549 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-29 19:30:55.013 15549 15549 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-29 19:30:55.013 15549 15549 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-29 19:30:55.013 15549 15549 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-29 19:30:55.013 15549 15549 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-29 19:30:55.013 15549 15549 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-29 19:30:55.013 15549 15549 W System.err: at java.lang.Class.newInstance(Native Method) 02-29 19:30:55.013 15549 15549 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-29 19:30:55.013 15549 15549 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-29 19:30:55.013 15549 15549 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-29 19:30:55.013 15549 15549 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-29 19:30:55.013 15549 15549 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-29 19:30:55.013 15549 15549 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-29 19:30:55.013 15549 15549 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-29 19:30:55.013 15549 15549 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-29 19:30:55.013 15549 15549 W System.err: at android.os.Looper.loop(Looper.java:223) 02-29 19:30:55.013 15549 15549 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-29 19:30:55.013 15549 15549 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-29 19:30:55.013 15549 15549 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-29 19:30:55.013 15549 15549 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-29 19:30:55.041 15549 15549 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-29 19:30:55.410 15549 15549 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-29 19:30:55.411 15549 15549 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-29 19:30:55.485 15549 15549 W com.mbwhatsapp: type=1400 audit(0.0:180263): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 19:30:55.488 15549 15549 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) 02-29 19:30:55.493 15549 15549 W com.mbwhatsapp: type=1400 audit(0.0:180264): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 19:30:55.501 15549 15549 W com.mbwhatsapp: type=1400 audit(0.0:180265): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 19:30:55.569 15549 15549 W com.mbwhatsapp: type=1400 audit(0.0:180266): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 19:30:55.577 15549 15549 W com.mbwhatsapp: type=1400 audit(0.0:180267): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 19:30:55.668 15549 15549 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 568ms 02-29 19:30:55.672 15549 15601 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-29 19:30:55.672 15549 15601 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-29 19:30:55.672 15549 15601 W com.mbwhatsapp: and incorrect proguard optimizations. 02-29 19:30:55.674 15549 15549 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 883ms --------- beginning of system 02-29 19:30:55.675 15549 15549 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-29 20:27:23.926 20310 20310 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-29 20:27:24.326 20310 20310 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-29 20:27:24.328 20310 20310 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-29 20:27:24.328 20310 20310 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-29 20:27:24.328 20310 20310 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-29 20:27:24.328 20310 20310 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-29 20:27:24.328 20310 20310 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-29 20:27:24.328 20310 20310 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-29 20:27:24.328 20310 20310 W System.err: at java.lang.Class.newInstance(Native Method) 02-29 20:27:24.328 20310 20310 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-29 20:27:24.328 20310 20310 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-29 20:27:24.328 20310 20310 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-29 20:27:24.328 20310 20310 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-29 20:27:24.328 20310 20310 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-29 20:27:24.328 20310 20310 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-29 20:27:24.328 20310 20310 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-29 20:27:24.328 20310 20310 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-29 20:27:24.328 20310 20310 W System.err: at android.os.Looper.loop(Looper.java:223) 02-29 20:27:24.328 20310 20310 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-29 20:27:24.328 20310 20310 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-29 20:27:24.328 20310 20310 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-29 20:27:24.328 20310 20310 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-29 20:27:24.370 20310 20310 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-29 20:27:24.958 20310 20310 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-29 20:27:24.959 20310 20310 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-29 20:27:25.064 20310 20310 W com.mbwhatsapp: type=1400 audit(0.0:187498): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 20:27:25.069 20310 20310 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) 02-29 20:27:25.080 20310 20310 W com.mbwhatsapp: type=1400 audit(0.0:187499): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 20:27:25.092 20310 20310 W com.mbwhatsapp: type=1400 audit(0.0:187500): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 20:27:25.168 20310 20310 W com.mbwhatsapp: type=1400 audit(0.0:187501): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 20:27:25.184 20310 20310 W com.mbwhatsapp: type=1400 audit(0.0:187502): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 20:27:25.269 20310 20310 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 818ms 02-29 20:27:25.273 20310 20518 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-29 20:27:25.273 20310 20518 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-29 20:27:25.273 20310 20518 W com.mbwhatsapp: and incorrect proguard optimizations. 02-29 20:27:25.277 20310 20310 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1319ms --------- beginning of system 02-29 20:27:25.277 20310 20310 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-29 20:27:30.763 21079 21079 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-29 20:27:30.847 21079 21079 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-29 20:27:30.847 21079 21079 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-29 20:27:30.847 21079 21079 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-29 20:27:30.847 21079 21079 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-29 20:27:30.847 21079 21079 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-29 20:27:30.847 21079 21079 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-29 20:27:30.847 21079 21079 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-29 20:27:30.847 21079 21079 W System.err: at java.lang.Class.newInstance(Native Method) 02-29 20:27:30.847 21079 21079 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-29 20:27:30.847 21079 21079 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-29 20:27:30.847 21079 21079 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-29 20:27:30.847 21079 21079 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-29 20:27:30.847 21079 21079 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-29 20:27:30.847 21079 21079 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-29 20:27:30.847 21079 21079 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-29 20:27:30.847 21079 21079 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-29 20:27:30.847 21079 21079 W System.err: at android.os.Looper.loop(Looper.java:223) 02-29 20:27:30.847 21079 21079 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-29 20:27:30.847 21079 21079 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-29 20:27:30.847 21079 21079 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-29 20:27:30.847 21079 21079 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-29 20:27:30.852 21079 21079 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-29 20:27:30.992 21079 21079 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-29 20:27:30.992 21079 21079 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-29 20:27:31.004 21079 21079 W com.mbwhatsapp: type=1400 audit(0.0:187745): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 20:27:31.004 21079 21079 W com.mbwhatsapp: type=1400 audit(0.0:187746): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 20:27:31.007 21079 21079 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) 02-29 20:27:31.008 21079 21079 W com.mbwhatsapp: type=1400 audit(0.0:187747): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 20:27:31.020 21079 21079 W com.mbwhatsapp: type=1400 audit(0.0:187748): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 20:27:31.024 21079 21079 W com.mbwhatsapp: type=1400 audit(0.0:187749): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 20:27:31.068 21079 21165 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-29 20:27:31.068 21079 21165 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-29 20:27:31.068 21079 21165 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-29 20:37:23.952 21914 21914 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-29 20:37:24.130 21914 21914 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-29 20:37:24.136 21914 21914 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-29 20:37:24.136 21914 21914 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-29 20:37:24.136 21914 21914 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-29 20:37:24.136 21914 21914 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-29 20:37:24.136 21914 21914 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-29 20:37:24.136 21914 21914 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-29 20:37:24.136 21914 21914 W System.err: at java.lang.Class.newInstance(Native Method) 02-29 20:37:24.136 21914 21914 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-29 20:37:24.136 21914 21914 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-29 20:37:24.136 21914 21914 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-29 20:37:24.136 21914 21914 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-29 20:37:24.136 21914 21914 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-29 20:37:24.136 21914 21914 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-29 20:37:24.136 21914 21914 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-29 20:37:24.136 21914 21914 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-29 20:37:24.136 21914 21914 W System.err: at android.os.Looper.loop(Looper.java:223) 02-29 20:37:24.136 21914 21914 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-29 20:37:24.136 21914 21914 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-29 20:37:24.136 21914 21914 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-29 20:37:24.136 21914 21914 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-29 20:37:24.159 21914 21914 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-29 20:37:24.406 21914 21914 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-29 20:37:24.407 21914 21914 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-29 20:37:24.440 21914 21914 W com.mbwhatsapp: type=1400 audit(0.0:189381): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 20:37:24.444 21914 21914 W com.mbwhatsapp: type=1400 audit(0.0:189382): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 20:37:24.444 21914 21914 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) 02-29 20:37:24.460 21914 21914 W com.mbwhatsapp: type=1400 audit(0.0:189383): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 20:37:24.500 21914 21914 W com.mbwhatsapp: type=1400 audit(0.0:189384): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 20:37:24.512 21914 21914 W com.mbwhatsapp: type=1400 audit(0.0:189385): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 20:37:24.582 21914 21914 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 381ms 02-29 20:37:24.587 21914 21914 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 616ms --------- beginning of system 02-29 20:37:24.587 21914 21914 W ActivityThread: Main thread can not be idle for a long time. 02-29 20:37:24.593 21914 21966 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-29 20:37:24.593 21914 21966 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-29 20:37:24.593 21914 21966 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-29 20:38:51.795 22845 22845 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-29 20:38:52.003 22845 22845 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-29 20:38:52.005 22845 22845 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-29 20:38:52.005 22845 22845 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-29 20:38:52.005 22845 22845 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-29 20:38:52.005 22845 22845 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-29 20:38:52.005 22845 22845 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-29 20:38:52.005 22845 22845 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-29 20:38:52.005 22845 22845 W System.err: at java.lang.Class.newInstance(Native Method) 02-29 20:38:52.005 22845 22845 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-29 20:38:52.005 22845 22845 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-29 20:38:52.005 22845 22845 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-29 20:38:52.005 22845 22845 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-29 20:38:52.005 22845 22845 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-29 20:38:52.005 22845 22845 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-29 20:38:52.005 22845 22845 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-29 20:38:52.005 22845 22845 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-29 20:38:52.005 22845 22845 W System.err: at android.os.Looper.loop(Looper.java:223) 02-29 20:38:52.005 22845 22845 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-29 20:38:52.005 22845 22845 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-29 20:38:52.005 22845 22845 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-29 20:38:52.005 22845 22845 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-29 20:38:52.027 22845 22845 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-29 20:38:52.414 22845 22845 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-29 20:38:52.415 22845 22845 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-29 20:38:52.472 22845 22845 W com.mbwhatsapp: type=1400 audit(0.0:189620): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 20:38:52.478 22845 22845 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) 02-29 20:38:52.484 22845 22845 W com.mbwhatsapp: type=1400 audit(0.0:189621): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 20:38:52.492 22845 22845 W com.mbwhatsapp: type=1400 audit(0.0:189622): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 20:38:52.669 22845 22845 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 581ms 02-29 20:38:52.673 22845 22899 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-29 20:38:52.673 22845 22899 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-29 20:38:52.673 22845 22899 W com.mbwhatsapp: and incorrect proguard optimizations. 02-29 20:38:52.676 22845 22845 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 863ms --------- beginning of system 02-29 20:38:52.676 22845 22845 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-29 20:41:01.338 24285 24285 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-29 20:41:01.598 24285 24285 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-29 20:41:01.601 24285 24285 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-29 20:41:01.601 24285 24285 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-29 20:41:01.601 24285 24285 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-29 20:41:01.601 24285 24285 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-29 20:41:01.601 24285 24285 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-29 20:41:01.601 24285 24285 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-29 20:41:01.601 24285 24285 W System.err: at java.lang.Class.newInstance(Native Method) 02-29 20:41:01.601 24285 24285 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-29 20:41:01.601 24285 24285 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-29 20:41:01.601 24285 24285 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-29 20:41:01.601 24285 24285 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-29 20:41:01.601 24285 24285 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-29 20:41:01.601 24285 24285 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-29 20:41:01.601 24285 24285 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-29 20:41:01.601 24285 24285 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-29 20:41:01.601 24285 24285 W System.err: at android.os.Looper.loop(Looper.java:223) 02-29 20:41:01.601 24285 24285 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-29 20:41:01.602 24285 24285 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-29 20:41:01.602 24285 24285 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-29 20:41:01.602 24285 24285 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-29 20:41:01.648 24285 24285 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-29 20:41:02.043 24285 24285 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-29 20:41:02.043 24285 24285 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-29 20:41:02.104 24285 24285 W com.mbwhatsapp: type=1400 audit(0.0:189836): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 20:41:02.110 24285 24285 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) 02-29 20:41:02.112 24285 24285 W com.mbwhatsapp: type=1400 audit(0.0:189837): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 20:41:02.132 24285 24285 W com.mbwhatsapp: type=1400 audit(0.0:189838): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 20:41:02.188 24285 24285 W com.mbwhatsapp: type=1400 audit(0.0:189839): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 20:41:02.200 24285 24285 W com.mbwhatsapp: type=1400 audit(0.0:189840): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 20:41:02.204 24285 24285 W com.mbwhatsapp: type=1400 audit(0.0:189842): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 20:41:02.284 24285 24285 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 572ms 02-29 20:41:02.291 24285 24285 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 936ms --------- beginning of system 02-29 20:41:02.291 24285 24285 W ActivityThread: Main thread can not be idle for a long time. 02-29 20:41:02.296 24285 24388 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-29 20:41:02.296 24285 24388 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-29 20:41:02.296 24285 24388 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-29 22:07:18.326 29915 29915 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-29 22:07:18.563 29915 29915 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-29 22:07:18.565 29915 29915 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-29 22:07:18.565 29915 29915 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-29 22:07:18.565 29915 29915 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-29 22:07:18.565 29915 29915 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-29 22:07:18.565 29915 29915 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-29 22:07:18.565 29915 29915 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-29 22:07:18.565 29915 29915 W System.err: at java.lang.Class.newInstance(Native Method) 02-29 22:07:18.565 29915 29915 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-29 22:07:18.565 29915 29915 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-29 22:07:18.565 29915 29915 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-29 22:07:18.565 29915 29915 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-29 22:07:18.565 29915 29915 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-29 22:07:18.565 29915 29915 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-29 22:07:18.565 29915 29915 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-29 22:07:18.565 29915 29915 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-29 22:07:18.565 29915 29915 W System.err: at android.os.Looper.loop(Looper.java:223) 02-29 22:07:18.565 29915 29915 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-29 22:07:18.565 29915 29915 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-29 22:07:18.565 29915 29915 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-29 22:07:18.565 29915 29915 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-29 22:07:18.603 29915 29915 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-29 22:07:19.044 29915 29915 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-29 22:07:19.044 29915 29915 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-29 22:07:19.115 29915 29915 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) 02-29 22:07:19.304 29915 29915 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 629ms 02-29 22:07:19.309 29915 30006 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-29 22:07:19.309 29915 30006 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-29 22:07:19.309 29915 30006 W com.mbwhatsapp: and incorrect proguard optimizations. 02-29 22:07:19.313 29915 29915 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 967ms --------- beginning of system 02-29 22:07:19.313 29915 29915 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-29 22:12:56.877 32285 32285 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-29 22:12:57.288 32285 32285 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-29 22:12:57.290 32285 32285 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-29 22:12:57.291 32285 32285 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-29 22:12:57.291 32285 32285 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-29 22:12:57.291 32285 32285 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-29 22:12:57.291 32285 32285 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-29 22:12:57.291 32285 32285 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-29 22:12:57.291 32285 32285 W System.err: at java.lang.Class.newInstance(Native Method) 02-29 22:12:57.291 32285 32285 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-29 22:12:57.291 32285 32285 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-29 22:12:57.291 32285 32285 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-29 22:12:57.291 32285 32285 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-29 22:12:57.291 32285 32285 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-29 22:12:57.291 32285 32285 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-29 22:12:57.291 32285 32285 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-29 22:12:57.291 32285 32285 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-29 22:12:57.291 32285 32285 W System.err: at android.os.Looper.loop(Looper.java:223) 02-29 22:12:57.291 32285 32285 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-29 22:12:57.291 32285 32285 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-29 22:12:57.291 32285 32285 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-29 22:12:57.291 32285 32285 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-29 22:12:57.336 32285 32285 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-29 22:12:57.882 32285 32285 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-29 22:12:57.882 32285 32285 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-29 22:12:57.963 32285 32285 W com.mbwhatsapp: type=1400 audit(0.0:197444): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 22:12:57.968 32285 32285 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) 02-29 22:12:57.975 32285 32285 W com.mbwhatsapp: type=1400 audit(0.0:197445): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 22:12:57.987 32285 32285 W com.mbwhatsapp: type=1400 audit(0.0:197446): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 22:12:58.063 32285 32285 W com.mbwhatsapp: type=1400 audit(0.0:197447): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 22:12:58.079 32285 32285 W com.mbwhatsapp: type=1400 audit(0.0:197448): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 22:12:58.188 32285 32285 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 784ms 02-29 22:12:58.195 32285 32335 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-29 22:12:58.195 32285 32335 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-29 22:12:58.195 32285 32335 W com.mbwhatsapp: and incorrect proguard optimizations. 02-29 22:12:58.197 32285 32285 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1304ms --------- beginning of system 02-29 22:12:58.197 32285 32285 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-29 23:03:04.219 4182 4182 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-29 23:03:04.442 4182 4182 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-29 23:03:04.446 4182 4182 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-29 23:03:04.446 4182 4182 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-29 23:03:04.446 4182 4182 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-29 23:03:04.446 4182 4182 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-29 23:03:04.446 4182 4182 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-29 23:03:04.446 4182 4182 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-29 23:03:04.446 4182 4182 W System.err: at java.lang.Class.newInstance(Native Method) 02-29 23:03:04.446 4182 4182 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-29 23:03:04.446 4182 4182 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-29 23:03:04.446 4182 4182 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-29 23:03:04.446 4182 4182 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-29 23:03:04.446 4182 4182 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-29 23:03:04.446 4182 4182 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-29 23:03:04.446 4182 4182 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-29 23:03:04.446 4182 4182 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-29 23:03:04.446 4182 4182 W System.err: at android.os.Looper.loop(Looper.java:223) 02-29 23:03:04.446 4182 4182 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-29 23:03:04.446 4182 4182 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-29 23:03:04.446 4182 4182 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-29 23:03:04.446 4182 4182 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-29 23:03:04.495 4182 4182 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-29 23:03:04.963 4182 4182 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-29 23:03:04.963 4182 4182 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-29 23:03:05.045 4182 4182 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) 02-29 23:03:05.153 4182 4182 W com.mbwhatsapp: type=1400 audit(0.0:204547): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 23:03:05.169 4182 4182 W com.mbwhatsapp: type=1400 audit(0.0:204548): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 23:03:05.357 4182 4182 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1113ms --------- beginning of system 02-29 23:03:05.357 4182 4182 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-29 23:53:47.638 5929 5929 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-29 23:53:47.918 5929 5929 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-29 23:53:47.920 5929 5929 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-29 23:53:47.920 5929 5929 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-29 23:53:47.920 5929 5929 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-29 23:53:47.920 5929 5929 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-29 23:53:47.920 5929 5929 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-29 23:53:47.921 5929 5929 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-29 23:53:47.921 5929 5929 W System.err: at java.lang.Class.newInstance(Native Method) 02-29 23:53:47.921 5929 5929 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-29 23:53:47.921 5929 5929 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-29 23:53:47.921 5929 5929 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-29 23:53:47.921 5929 5929 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-29 23:53:47.921 5929 5929 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-29 23:53:47.921 5929 5929 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-29 23:53:47.921 5929 5929 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-29 23:53:47.921 5929 5929 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-29 23:53:47.921 5929 5929 W System.err: at android.os.Looper.loop(Looper.java:223) 02-29 23:53:47.921 5929 5929 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-29 23:53:47.921 5929 5929 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-29 23:53:47.921 5929 5929 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-29 23:53:47.921 5929 5929 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-29 23:53:47.976 5929 5929 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-29 23:53:48.343 5929 5929 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-29 23:53:48.343 5929 5929 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-29 23:53:48.404 5929 5929 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) 02-29 23:53:48.566 5929 5929 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 520ms 02-29 23:53:48.573 5929 6037 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-29 23:53:48.573 5929 6037 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-29 23:53:48.573 5929 6037 W com.mbwhatsapp: and incorrect proguard optimizations. 02-29 23:53:48.574 5929 5929 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 920ms --------- beginning of system 02-29 23:53:48.574 5929 5929 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-29 11:57:13.662 9063 9063 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-29 11:57:14.095 9063 9063 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-29 11:57:14.098 9063 9063 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-29 11:57:14.098 9063 9063 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-29 11:57:14.098 9063 9063 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-29 11:57:14.098 9063 9063 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-29 11:57:14.098 9063 9063 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-29 11:57:14.098 9063 9063 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-29 11:57:14.098 9063 9063 W System.err: at java.lang.Class.newInstance(Native Method) 02-29 11:57:14.098 9063 9063 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-29 11:57:14.098 9063 9063 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-29 11:57:14.098 9063 9063 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-29 11:57:14.098 9063 9063 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-29 11:57:14.098 9063 9063 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-29 11:57:14.098 9063 9063 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-29 11:57:14.098 9063 9063 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-29 11:57:14.099 9063 9063 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-29 11:57:14.099 9063 9063 W System.err: at android.os.Looper.loop(Looper.java:223) 02-29 11:57:14.099 9063 9063 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-29 11:57:14.099 9063 9063 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-29 11:57:14.099 9063 9063 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-29 11:57:14.099 9063 9063 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-29 11:57:14.130 9063 9063 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-29 11:57:14.571 9063 9063 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-29 11:57:14.571 9063 9063 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-29 11:57:14.627 9063 9063 W com.mbwhatsapp: type=1400 audit(0.0:210668): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 11:57:14.631 9063 9063 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) 02-29 11:57:14.635 9063 9063 W com.mbwhatsapp: type=1400 audit(0.0:210669): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 11:57:14.647 9063 9063 W com.mbwhatsapp: type=1400 audit(0.0:210670): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 11:57:14.707 9063 9063 W com.mbwhatsapp: type=1400 audit(0.0:210671): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 11:57:14.719 9063 9063 W com.mbwhatsapp: type=1400 audit(0.0:210672): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 11:57:14.816 9063 9063 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 624ms 02-29 11:57:14.820 9063 9134 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-29 11:57:14.820 9063 9134 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-29 11:57:14.820 9063 9134 W com.mbwhatsapp: and incorrect proguard optimizations. 02-29 11:57:14.824 9063 9063 W CheckTime: App running slow: Executing androidx.work.impl.background.systemalarm.RescheduleReceiver scheduleReceive took 1133ms --------- beginning of system 02-29 11:57:14.824 9063 9063 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 02-29 19:23:44.529 9744 9744 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-29 19:23:44.748 9744 9744 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-29 19:23:44.750 9744 9744 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-29 19:23:44.750 9744 9744 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-29 19:23:44.750 9744 9744 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-29 19:23:44.750 9744 9744 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-29 19:23:44.750 9744 9744 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-29 19:23:44.750 9744 9744 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-29 19:23:44.750 9744 9744 W System.err: at java.lang.Class.newInstance(Native Method) 02-29 19:23:44.750 9744 9744 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-29 19:23:44.750 9744 9744 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-29 19:23:44.750 9744 9744 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-29 19:23:44.750 9744 9744 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-29 19:23:44.750 9744 9744 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-29 19:23:44.750 9744 9744 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-29 19:23:44.750 9744 9744 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-29 19:23:44.750 9744 9744 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-29 19:23:44.750 9744 9744 W System.err: at android.os.Looper.loop(Looper.java:223) 02-29 19:23:44.750 9744 9744 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-29 19:23:44.750 9744 9744 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-29 19:23:44.750 9744 9744 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-29 19:23:44.750 9744 9744 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-29 19:23:44.785 9744 9744 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-29 19:23:45.122 9744 9744 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-29 19:23:45.122 9744 9744 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-29 19:23:45.191 9744 9744 W com.mbwhatsapp: type=1400 audit(0.0:365082): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 19:23:45.197 9744 9744 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) 02-29 19:23:45.203 9744 9744 W com.mbwhatsapp: type=1400 audit(0.0:365083): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 19:23:45.215 9744 9744 W com.mbwhatsapp: type=1400 audit(0.0:365084): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 19:23:45.279 9744 9744 W com.mbwhatsapp: type=1400 audit(0.0:365085): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 19:23:45.287 9744 9744 W com.mbwhatsapp: type=1400 audit(0.0:365086): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 19:23:45.287 9744 9744 W com.mbwhatsapp: type=1400 audit(0.0:365087): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 19:23:45.357 9744 9744 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 502ms 02-29 19:23:45.361 9744 9799 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-29 19:23:45.361 9744 9799 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-29 19:23:45.361 9744 9799 W com.mbwhatsapp: and incorrect proguard optimizations. 02-29 19:23:45.374 9744 9744 W com.mbwhatsapp: Class X.0eU failed lock verification and will run slower. --------- beginning of system 02-29 19:23:45.882 9744 9744 E OpenGLRenderer: ~SkiaDisplayList() ##### pid = 9744 02-29 19:23:45.912 9744 9805 E libc : Access denied finding property "persist.vendor.sf.fbc" 02-29 19:23:45.912 9744 9805 E libc : Access denied finding property "persist.vendor.gpu.fbc" 02-29 19:23:45.912 9744 9805 E libc : Access denied finding property "persist.vendor.vsp.fbc" 02-29 19:23:46.411 9744 9744 W com.mbwhatsapp: type=1400 audit(0.0:365089): avc: denied { read } for name="osrelease" dev="proc" ino=8168266 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 app=com.mbwhatsapp 02-29 19:23:46.411 9744 9744 W com.mbwhatsapp: type=1400 audit(0.0:365090): avc: denied { read } for name="version" dev="proc" ino=8168267 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 app=com.mbwhatsapp 02-29 19:23:52.236 9744 9805 W libEGL : EGLNativeWindowType 0xb400007161fe40a0 disconnect failed 02-29 19:23:53.277 9744 9805 W libEGL : EGLNativeWindowType 0xb400007161fe40a0 disconnect failed 02-29 19:23:53.902 9744 9805 W libEGL : EGLNativeWindowType 0xb400007161fd3020 disconnect failed 02-29 19:23:55.591 9744 9805 W libEGL : EGLNativeWindowType 0xb400007161fd3020 disconnect failed --------- beginning of main 02-29 19:23:59.091 10166 10166 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-29 19:23:59.275 10166 10166 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-29 19:23:59.278 10166 10166 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-29 19:23:59.278 10166 10166 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-29 19:23:59.278 10166 10166 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-29 19:23:59.278 10166 10166 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-29 19:23:59.278 10166 10166 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-29 19:23:59.278 10166 10166 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-29 19:23:59.278 10166 10166 W System.err: at java.lang.Class.newInstance(Native Method) 02-29 19:23:59.278 10166 10166 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-29 19:23:59.278 10166 10166 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-29 19:23:59.278 10166 10166 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-29 19:23:59.278 10166 10166 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-29 19:23:59.278 10166 10166 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-29 19:23:59.278 10166 10166 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-29 19:23:59.278 10166 10166 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-29 19:23:59.278 10166 10166 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-29 19:23:59.278 10166 10166 W System.err: at android.os.Looper.loop(Looper.java:223) 02-29 19:23:59.278 10166 10166 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-29 19:23:59.278 10166 10166 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-29 19:23:59.278 10166 10166 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-29 19:23:59.278 10166 10166 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-29 19:23:59.313 10166 10166 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-29 19:23:59.637 10166 10166 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-29 19:23:59.638 10166 10166 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-29 19:23:59.695 10166 10166 W com.mbwhatsapp: type=1400 audit(0.0:365460): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 19:23:59.700 10166 10166 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) 02-29 19:23:59.703 10166 10166 W com.mbwhatsapp: type=1400 audit(0.0:365461): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 19:23:59.715 10166 10166 W com.mbwhatsapp: type=1400 audit(0.0:365462): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 19:23:59.795 10166 10166 W com.mbwhatsapp: type=1400 audit(0.0:365463): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 19:23:59.807 10166 10166 W com.mbwhatsapp: type=1400 audit(0.0:365464): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 19:23:59.894 10166 10166 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 511ms 02-29 19:23:59.896 10166 10233 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-29 19:23:59.896 10166 10233 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-29 19:23:59.896 10166 10233 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-29 19:40:07.757 17613 17613 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-29 19:40:08.330 17613 17613 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-29 19:40:08.333 17613 17613 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-29 19:40:08.333 17613 17613 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-29 19:40:08.333 17613 17613 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-29 19:40:08.333 17613 17613 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-29 19:40:08.333 17613 17613 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-29 19:40:08.333 17613 17613 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-29 19:40:08.334 17613 17613 W System.err: at java.lang.Class.newInstance(Native Method) 02-29 19:40:08.334 17613 17613 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-29 19:40:08.334 17613 17613 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-29 19:40:08.334 17613 17613 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-29 19:40:08.334 17613 17613 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-29 19:40:08.334 17613 17613 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-29 19:40:08.334 17613 17613 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-29 19:40:08.334 17613 17613 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-29 19:40:08.334 17613 17613 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-29 19:40:08.334 17613 17613 W System.err: at android.os.Looper.loop(Looper.java:223) 02-29 19:40:08.334 17613 17613 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-29 19:40:08.334 17613 17613 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-29 19:40:08.334 17613 17613 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-29 19:40:08.334 17613 17613 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-29 19:40:08.384 17613 17613 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 225ms 02-29 19:40:08.397 17613 17613 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-29 19:40:09.227 17613 17613 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-29 19:40:09.228 17613 17613 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-29 19:40:09.343 17613 17613 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) 02-29 19:40:09.610 17613 17613 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1119ms 02-29 19:40:09.616 17613 17781 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-29 19:40:09.616 17613 17781 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-29 19:40:09.616 17613 17781 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-29 20:59:16.534 22367 22367 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-29 20:59:16.734 22367 22367 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-29 20:59:16.736 22367 22367 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-29 20:59:16.736 22367 22367 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-29 20:59:16.736 22367 22367 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-29 20:59:16.736 22367 22367 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-29 20:59:16.736 22367 22367 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-29 20:59:16.736 22367 22367 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-29 20:59:16.736 22367 22367 W System.err: at java.lang.Class.newInstance(Native Method) 02-29 20:59:16.736 22367 22367 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-29 20:59:16.736 22367 22367 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-29 20:59:16.736 22367 22367 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-29 20:59:16.736 22367 22367 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-29 20:59:16.736 22367 22367 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-29 20:59:16.736 22367 22367 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-29 20:59:16.736 22367 22367 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-29 20:59:16.736 22367 22367 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-29 20:59:16.736 22367 22367 W System.err: at android.os.Looper.loop(Looper.java:223) 02-29 20:59:16.736 22367 22367 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-29 20:59:16.736 22367 22367 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-29 20:59:16.736 22367 22367 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-29 20:59:16.736 22367 22367 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-29 20:59:16.774 22367 22367 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-29 20:59:17.106 22367 22367 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-29 20:59:17.106 22367 22367 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-29 20:59:17.159 22367 22367 W com.mbwhatsapp: type=1400 audit(0.0:384013): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 20:59:17.161 22367 22367 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) 02-29 20:59:17.167 22367 22367 W com.mbwhatsapp: type=1400 audit(0.0:384014): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 20:59:17.179 22367 22367 W com.mbwhatsapp: type=1400 audit(0.0:384015): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 20:59:17.255 22367 22367 W com.mbwhatsapp: type=1400 audit(0.0:384016): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 20:59:17.259 22367 22367 W com.mbwhatsapp: type=1400 audit(0.0:384017): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 20:59:17.259 22367 22367 W com.mbwhatsapp: type=1400 audit(0.0:384018): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 20:59:17.259 22367 22367 W com.mbwhatsapp: type=1400 audit(0.0:384019): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 20:59:17.337 22367 22367 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 508ms 02-29 20:59:17.340 22367 22418 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-29 20:59:17.340 22367 22418 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-29 20:59:17.340 22367 22418 W com.mbwhatsapp: and incorrect proguard optimizations. 02-29 20:59:17.352 22367 22367 W com.mbwhatsapp: Class X.0eU failed lock verification and will run slower. --------- beginning of system 02-29 20:59:17.680 22367 22367 E OpenGLRenderer: ~SkiaDisplayList() ##### pid = 22367 02-29 20:59:17.686 22367 22425 E libc : Access denied finding property "persist.vendor.sf.fbc" 02-29 20:59:17.686 22367 22425 E libc : Access denied finding property "persist.vendor.gpu.fbc" 02-29 20:59:17.686 22367 22425 E libc : Access denied finding property "persist.vendor.vsp.fbc" 02-29 20:59:18.359 22367 22367 W com.mbwhatsapp: type=1400 audit(0.0:384021): avc: denied { read } for name="osrelease" dev="proc" ino=8971372 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 app=com.mbwhatsapp 02-29 20:59:19.945 22367 22425 W libEGL : EGLNativeWindowType 0xb400007161fd3020 disconnect failed --------- beginning of main 02-29 23:20:42.256 8651 8651 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-29 23:20:42.658 8651 8651 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-29 23:20:42.664 8651 8651 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-29 23:20:42.664 8651 8651 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-29 23:20:42.664 8651 8651 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-29 23:20:42.664 8651 8651 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-29 23:20:42.664 8651 8651 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-29 23:20:42.665 8651 8651 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-29 23:20:42.665 8651 8651 W System.err: at java.lang.Class.newInstance(Native Method) 02-29 23:20:42.665 8651 8651 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-29 23:20:42.665 8651 8651 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-29 23:20:42.665 8651 8651 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-29 23:20:42.665 8651 8651 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-29 23:20:42.665 8651 8651 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-29 23:20:42.665 8651 8651 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-29 23:20:42.665 8651 8651 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-29 23:20:42.665 8651 8651 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-29 23:20:42.665 8651 8651 W System.err: at android.os.Looper.loop(Looper.java:223) 02-29 23:20:42.665 8651 8651 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-29 23:20:42.665 8651 8651 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-29 23:20:42.665 8651 8651 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-29 23:20:42.665 8651 8651 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-29 23:20:42.720 8651 8651 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-29 23:20:43.458 8651 8651 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-29 23:20:43.458 8651 8651 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-29 23:20:43.553 8651 8651 W com.mbwhatsapp: type=1400 audit(0.0:391313): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 23:20:43.558 8651 8651 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) 02-29 23:20:43.565 8651 8651 W com.mbwhatsapp: type=1400 audit(0.0:391314): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 23:20:43.581 8651 8651 W com.mbwhatsapp: type=1400 audit(0.0:391315): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 23:20:43.681 8651 8651 W com.mbwhatsapp: type=1400 audit(0.0:391316): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 23:20:43.697 8651 8651 W com.mbwhatsapp: type=1400 audit(0.0:391317): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 23:20:43.800 8651 8651 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 955ms 02-29 23:20:43.804 8651 8707 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-29 23:20:43.804 8651 8707 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-29 23:20:43.804 8651 8707 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 02-29 23:57:01.314 9211 9211 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-29 23:57:01.527 9211 9211 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-29 23:57:01.531 9211 9211 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-29 23:57:01.531 9211 9211 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 02-29 23:57:01.531 9211 9211 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 02-29 23:57:01.531 9211 9211 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 02-29 23:57:01.531 9211 9211 W System.err: at java.lang.System.loadLibrary(System.java:1664) 02-29 23:57:01.531 9211 9211 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-29 23:57:01.531 9211 9211 W System.err: at java.lang.Class.newInstance(Native Method) 02-29 23:57:01.531 9211 9211 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-29 23:57:01.531 9211 9211 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-29 23:57:01.531 9211 9211 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 02-29 23:57:01.531 9211 9211 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 02-29 23:57:01.531 9211 9211 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 02-29 23:57:01.531 9211 9211 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 02-29 23:57:01.531 9211 9211 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 02-29 23:57:01.531 9211 9211 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-29 23:57:01.531 9211 9211 W System.err: at android.os.Looper.loop(Looper.java:223) 02-29 23:57:01.531 9211 9211 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 02-29 23:57:01.531 9211 9211 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-29 23:57:01.531 9211 9211 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 02-29 23:57:01.531 9211 9211 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 02-29 23:57:01.557 9211 9211 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 02-29 23:57:02.075 9211 9211 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 02-29 23:57:02.075 9211 9211 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 02-29 23:57:02.123 9211 9211 W com.mbwhatsapp: type=1400 audit(0.0:391509): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 23:57:02.128 9211 9211 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) 02-29 23:57:02.131 9211 9211 W com.mbwhatsapp: type=1400 audit(0.0:391510): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 23:57:02.143 9211 9211 W com.mbwhatsapp: type=1400 audit(0.0:391511): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 23:57:02.207 9211 9211 W com.mbwhatsapp: type=1400 audit(0.0:391512): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 23:57:02.219 9211 9211 W com.mbwhatsapp: type=1400 audit(0.0:391513): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 02-29 23:57:02.296 9211 9211 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 673ms 02-29 23:57:02.304 9211 9259 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 02-29 23:57:02.304 9211 9259 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-29 23:57:02.304 9211 9259 W com.mbwhatsapp: and incorrect proguard optimizations. 02-29 23:57:02.312 9211 9211 W CheckTime: App running slow: Executing com.mbwhatsapp.AlarmBroadcastReceiver scheduleReceive took 973ms --------- beginning of system 02-29 23:57:02.312 9211 9211 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 00:00:29.672 10319 10319 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 00:00:29.840 10319 10319 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 00:00:29.842 10319 10319 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 00:00:29.842 10319 10319 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 00:00:29.842 10319 10319 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 00:00:29.842 10319 10319 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 00:00:29.842 10319 10319 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 00:00:29.842 10319 10319 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 00:00:29.842 10319 10319 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 00:00:29.842 10319 10319 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 00:00:29.842 10319 10319 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 00:00:29.842 10319 10319 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 00:00:29.842 10319 10319 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 00:00:29.842 10319 10319 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 00:00:29.842 10319 10319 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 00:00:29.842 10319 10319 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 00:00:29.842 10319 10319 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 00:00:29.843 10319 10319 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 00:00:29.843 10319 10319 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 00:00:29.843 10319 10319 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 00:00:29.843 10319 10319 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 00:00:29.843 10319 10319 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 00:00:29.853 10319 10319 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 00:00:30.267 10319 10319 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 00:00:30.267 10319 10319 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 00:00:30.312 10319 10319 W com.mbwhatsapp: type=1400 audit(0.0:391521): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 00:00:30.316 10319 10319 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) 03-01 00:00:30.320 10319 10319 W com.mbwhatsapp: type=1400 audit(0.0:391522): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 00:00:30.328 10319 10319 W com.mbwhatsapp: type=1400 audit(0.0:391523): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 00:00:30.372 10319 10319 W com.mbwhatsapp: type=1400 audit(0.0:391524): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 00:00:30.380 10319 10319 W com.mbwhatsapp: type=1400 audit(0.0:391525): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 00:00:30.380 10319 10319 W com.mbwhatsapp: type=1400 audit(0.0:391526): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 00:00:30.463 10319 10319 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 559ms 03-01 00:00:30.469 10319 10319 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 782ms --------- beginning of system 03-01 00:00:30.469 10319 10319 W ActivityThread: Main thread can not be idle for a long time. 03-01 00:00:30.498 10319 10483 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 00:00:30.498 10319 10483 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 00:00:30.498 10319 10483 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-01 03:15:23.484 13776 13776 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 03:15:23.841 13776 13776 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 03:15:23.843 13776 13776 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 03:15:23.843 13776 13776 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 03:15:23.843 13776 13776 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 03:15:23.843 13776 13776 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 03:15:23.843 13776 13776 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 03:15:23.843 13776 13776 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 03:15:23.843 13776 13776 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 03:15:23.843 13776 13776 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 03:15:23.843 13776 13776 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 03:15:23.843 13776 13776 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 03:15:23.843 13776 13776 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 03:15:23.843 13776 13776 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 03:15:23.843 13776 13776 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 03:15:23.843 13776 13776 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 03:15:23.843 13776 13776 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 03:15:23.843 13776 13776 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 03:15:23.843 13776 13776 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 03:15:23.843 13776 13776 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 03:15:23.843 13776 13776 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 03:15:23.843 13776 13776 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 03:15:23.874 13776 13776 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 03:15:24.361 13776 13776 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 03:15:24.362 13776 13776 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 03:15:24.411 13776 13776 W com.mbwhatsapp: type=1400 audit(0.0:394095): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:15:24.415 13776 13776 W com.mbwhatsapp: type=1400 audit(0.0:394096): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:15:24.416 13776 13776 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) 03-01 03:15:24.423 13776 13776 W com.mbwhatsapp: type=1400 audit(0.0:394097): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:15:24.443 13776 13776 W com.mbwhatsapp: type=1400 audit(0.0:394098): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:15:24.451 13776 13776 W com.mbwhatsapp: type=1400 audit(0.0:394099): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:15:24.451 13776 13776 W com.mbwhatsapp: type=1400 audit(0.0:394100): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:15:24.551 13776 13776 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 613ms 03-01 03:15:24.558 13776 13879 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 03:15:24.558 13776 13879 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 03:15:24.558 13776 13879 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 03:15:24.567 13776 13776 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1006ms --------- beginning of system 03-01 03:15:24.567 13776 13776 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 03:17:22.558 14249 14249 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 03:17:22.938 14249 14249 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 03:17:22.943 14249 14249 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 03:17:22.943 14249 14249 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 03:17:22.943 14249 14249 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 03:17:22.943 14249 14249 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 03:17:22.943 14249 14249 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 03:17:22.943 14249 14249 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 03:17:22.943 14249 14249 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 03:17:22.943 14249 14249 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 03:17:22.943 14249 14249 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 03:17:22.943 14249 14249 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 03:17:22.943 14249 14249 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 03:17:22.943 14249 14249 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 03:17:22.943 14249 14249 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 03:17:22.943 14249 14249 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 03:17:22.943 14249 14249 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 03:17:22.943 14249 14249 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 03:17:22.943 14249 14249 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 03:17:22.943 14249 14249 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 03:17:22.943 14249 14249 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 03:17:22.943 14249 14249 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 03:17:22.984 14249 14249 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 03:17:24.107 14249 14249 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 03:17:24.108 14249 14249 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 03:17:24.208 14249 14249 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) 03-01 03:17:24.205 14249 14249 W com.mbwhatsapp: type=1400 audit(0.0:394263): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:17:24.221 14249 14249 W com.mbwhatsapp: type=1400 audit(0.0:394264): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:17:24.241 14249 14249 W com.mbwhatsapp: type=1400 audit(0.0:394265): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:17:24.341 14249 14249 W com.mbwhatsapp: type=1400 audit(0.0:394266): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:17:24.497 14249 14249 W com.mbwhatsapp: type=1400 audit(0.0:394267): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:17:24.618 14249 14249 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1566ms 03-01 03:17:24.627 14249 14349 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 03:17:24.627 14249 14349 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 03:17:24.627 14249 14349 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 03:17:24.644 14249 14249 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1997ms --------- beginning of system 03-01 03:17:24.644 14249 14249 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 03:18:22.446 14425 14425 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 03:18:22.625 14425 14425 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 03:18:22.631 14425 14425 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 03:18:22.631 14425 14425 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 03:18:22.631 14425 14425 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 03:18:22.631 14425 14425 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 03:18:22.631 14425 14425 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 03:18:22.631 14425 14425 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 03:18:22.631 14425 14425 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 03:18:22.632 14425 14425 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 03:18:22.632 14425 14425 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 03:18:22.632 14425 14425 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 03:18:22.632 14425 14425 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 03:18:22.632 14425 14425 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 03:18:22.632 14425 14425 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 03:18:22.632 14425 14425 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 03:18:22.632 14425 14425 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 03:18:22.632 14425 14425 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 03:18:22.632 14425 14425 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 03:18:22.632 14425 14425 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 03:18:22.632 14425 14425 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 03:18:22.632 14425 14425 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 03:18:22.642 14425 14425 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 03:18:22.950 14425 14425 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 03:18:22.950 14425 14425 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 03:18:22.972 14425 14425 W com.mbwhatsapp: type=1400 audit(0.0:394274): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:18:22.976 14425 14425 W com.mbwhatsapp: type=1400 audit(0.0:394275): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:18:22.977 14425 14425 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) 03-01 03:18:23.079 14425 14425 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 410ms 03-01 03:18:23.085 14425 14425 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 580ms --------- beginning of system 03-01 03:18:23.085 14425 14425 W ActivityThread: Main thread can not be idle for a long time. 03-01 03:18:23.092 14425 14512 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 03:18:23.092 14425 14512 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 03:18:23.092 14425 14512 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-01 03:21:22.458 14979 14979 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 03:21:22.785 14979 14979 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 03:21:22.788 14979 14979 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 03:21:22.788 14979 14979 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 03:21:22.788 14979 14979 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 03:21:22.788 14979 14979 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 03:21:22.788 14979 14979 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 03:21:22.788 14979 14979 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 03:21:22.788 14979 14979 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 03:21:22.788 14979 14979 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 03:21:22.788 14979 14979 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 03:21:22.788 14979 14979 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 03:21:22.788 14979 14979 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 03:21:22.788 14979 14979 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 03:21:22.788 14979 14979 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 03:21:22.788 14979 14979 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 03:21:22.788 14979 14979 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 03:21:22.788 14979 14979 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 03:21:22.788 14979 14979 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 03:21:22.788 14979 14979 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 03:21:22.788 14979 14979 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 03:21:22.788 14979 14979 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 03:21:22.829 14979 14979 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 03:21:23.370 14979 14979 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 03:21:23.371 14979 14979 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 03:21:23.437 14979 14979 W com.mbwhatsapp: type=1400 audit(0.0:394353): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:21:23.443 14979 14979 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) 03-01 03:21:23.449 14979 14979 W com.mbwhatsapp: type=1400 audit(0.0:394354): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:21:23.461 14979 14979 W com.mbwhatsapp: type=1400 audit(0.0:394355): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:21:23.525 14979 14979 W com.mbwhatsapp: type=1400 audit(0.0:394356): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:21:23.541 14979 14979 W com.mbwhatsapp: type=1400 audit(0.0:394357): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:21:23.628 14979 14979 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 714ms 03-01 03:21:23.629 14979 15027 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 03:21:23.629 14979 15027 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 03:21:23.629 14979 15027 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 03:21:23.682 14979 14979 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1171ms --------- beginning of system 03-01 03:21:23.682 14979 14979 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 03:22:22.484 15036 15036 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 03:22:22.578 15036 15036 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 03:22:22.578 15036 15036 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 03:22:22.578 15036 15036 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 03:22:22.578 15036 15036 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 03:22:22.578 15036 15036 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 03:22:22.578 15036 15036 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 03:22:22.578 15036 15036 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 03:22:22.578 15036 15036 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 03:22:22.578 15036 15036 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 03:22:22.578 15036 15036 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 03:22:22.578 15036 15036 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 03:22:22.578 15036 15036 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 03:22:22.578 15036 15036 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 03:22:22.578 15036 15036 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 03:22:22.578 15036 15036 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 03:22:22.578 15036 15036 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 03:22:22.578 15036 15036 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 03:22:22.578 15036 15036 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 03:22:22.578 15036 15036 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 03:22:22.578 15036 15036 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 03:22:22.578 15036 15036 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 03:22:22.591 15036 15036 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 03:22:22.786 15036 15036 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 03:22:22.786 15036 15036 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 03:22:22.813 15036 15036 W com.mbwhatsapp: type=1400 audit(0.0:394363): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:22:22.817 15036 15036 W com.mbwhatsapp: type=1400 audit(0.0:394364): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:22:22.818 15036 15036 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) 03-01 03:22:22.825 15036 15036 W com.mbwhatsapp: type=1400 audit(0.0:394365): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:22:22.911 15036 15036 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 290ms 03-01 03:22:22.937 15036 15119 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 03:22:22.937 15036 15119 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 03:22:22.937 15036 15119 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-01 03:25:58.577 15552 15552 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 03:25:58.967 15552 15552 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 03:25:58.969 15552 15552 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 03:25:58.969 15552 15552 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 03:25:58.969 15552 15552 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 03:25:58.969 15552 15552 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 03:25:58.969 15552 15552 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 03:25:58.969 15552 15552 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 03:25:58.969 15552 15552 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 03:25:58.970 15552 15552 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 03:25:58.970 15552 15552 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 03:25:58.970 15552 15552 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 03:25:58.970 15552 15552 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 03:25:58.970 15552 15552 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 03:25:58.970 15552 15552 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 03:25:58.970 15552 15552 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 03:25:58.970 15552 15552 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 03:25:58.970 15552 15552 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 03:25:58.970 15552 15552 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 03:25:58.970 15552 15552 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 03:25:58.970 15552 15552 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 03:25:58.970 15552 15552 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 03:25:59.018 15552 15552 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 03:25:59.557 15552 15552 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 03:25:59.558 15552 15552 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 03:25:59.634 15552 15552 W com.mbwhatsapp: type=1400 audit(0.0:394439): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:25:59.638 15552 15552 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) 03-01 03:25:59.650 15552 15552 W com.mbwhatsapp: type=1400 audit(0.0:394440): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:25:59.658 15552 15552 W com.mbwhatsapp: type=1400 audit(0.0:394441): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:26:00.058 15552 15552 W com.mbwhatsapp: type=1400 audit(0.0:394442): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:26:00.130 15552 15552 W com.mbwhatsapp: type=1400 audit(0.0:394443): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:26:00.499 15552 15654 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 03:26:00.499 15552 15654 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 03:26:00.499 15552 15654 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 03:26:00.499 15552 15552 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1418ms 03-01 03:26:00.593 15552 15552 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1941ms --------- beginning of system 03-01 03:26:00.594 15552 15552 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 03:26:22.855 15805 15805 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 03:26:23.069 15805 15805 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 03:26:23.071 15805 15805 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 03:26:23.071 15805 15805 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 03:26:23.071 15805 15805 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 03:26:23.071 15805 15805 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 03:26:23.071 15805 15805 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 03:26:23.071 15805 15805 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 03:26:23.071 15805 15805 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 03:26:23.071 15805 15805 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 03:26:23.071 15805 15805 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 03:26:23.071 15805 15805 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 03:26:23.071 15805 15805 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 03:26:23.071 15805 15805 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 03:26:23.071 15805 15805 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 03:26:23.071 15805 15805 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 03:26:23.072 15805 15805 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 03:26:23.072 15805 15805 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 03:26:23.072 15805 15805 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 03:26:23.072 15805 15805 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 03:26:23.072 15805 15805 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 03:26:23.072 15805 15805 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 03:26:23.088 15805 15805 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 03:26:23.567 15805 15805 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 03:26:23.568 15805 15805 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 03:26:23.626 15805 15805 W com.mbwhatsapp: type=1400 audit(0.0:394450): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:26:23.630 15805 15805 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) 03-01 03:26:23.634 15805 15805 W com.mbwhatsapp: type=1400 audit(0.0:394451): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:26:23.650 15805 15805 W com.mbwhatsapp: type=1400 audit(0.0:394452): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:26:23.706 15805 15805 W com.mbwhatsapp: type=1400 audit(0.0:394453): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:26:23.722 15805 15805 W com.mbwhatsapp: type=1400 audit(0.0:394454): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:26:23.722 15805 15805 W com.mbwhatsapp: type=1400 audit(0.0:394455): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:26:23.821 15805 15805 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 671ms 03-01 03:26:23.824 15805 15882 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 03:26:23.824 15805 15882 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 03:26:23.824 15805 15882 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 03:26:24.169 15805 15805 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver onReceive took 347ms --------- beginning of system 03-01 03:26:24.170 15805 15805 W ActivityThread: com.mbwhatsapp.yo.autoschedreply.Receiver running onReceive took long time 03-01 03:26:24.170 15805 15805 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1301ms 03-01 03:26:24.170 15805 15805 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 03:28:01.637 15975 15975 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 03:28:01.956 15975 15975 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 03:28:01.959 15975 15975 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 03:28:01.959 15975 15975 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 03:28:01.959 15975 15975 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 03:28:01.959 15975 15975 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 03:28:01.959 15975 15975 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 03:28:01.959 15975 15975 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 03:28:01.959 15975 15975 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 03:28:01.959 15975 15975 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 03:28:01.959 15975 15975 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 03:28:01.959 15975 15975 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 03:28:01.959 15975 15975 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 03:28:01.959 15975 15975 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 03:28:01.959 15975 15975 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 03:28:01.959 15975 15975 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 03:28:01.959 15975 15975 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 03:28:01.959 15975 15975 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 03:28:01.959 15975 15975 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 03:28:01.959 15975 15975 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 03:28:01.959 15975 15975 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 03:28:01.959 15975 15975 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 03:28:01.973 15975 15975 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 03:28:02.426 15975 15975 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 03:28:02.426 15975 15975 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 03:28:02.476 15975 15975 W com.mbwhatsapp: type=1400 audit(0.0:394460): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:28:02.479 15975 15975 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) 03-01 03:28:02.492 15975 15975 W com.mbwhatsapp: type=1400 audit(0.0:394461): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:28:02.504 15975 15975 W com.mbwhatsapp: type=1400 audit(0.0:394462): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:28:02.568 15975 15975 W com.mbwhatsapp: type=1400 audit(0.0:394463): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:28:02.584 15975 15975 W com.mbwhatsapp: type=1400 audit(0.0:394464): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:28:02.584 15975 15975 W com.mbwhatsapp: type=1400 audit(0.0:394466): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:28:02.650 15975 15975 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 627ms 03-01 03:28:02.651 15975 16073 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 03:28:02.651 15975 16073 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 03:28:02.651 15975 16073 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 03:28:02.655 15975 15975 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1003ms --------- beginning of system 03-01 03:28:02.655 15975 15975 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 03:32:22.597 16494 16494 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 03:32:22.959 16494 16494 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 03:32:22.961 16494 16494 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 03:32:22.961 16494 16494 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 03:32:22.961 16494 16494 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 03:32:22.961 16494 16494 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 03:32:22.961 16494 16494 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 03:32:22.961 16494 16494 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 03:32:22.961 16494 16494 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 03:32:22.961 16494 16494 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 03:32:22.961 16494 16494 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 03:32:22.961 16494 16494 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 03:32:22.961 16494 16494 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 03:32:22.961 16494 16494 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 03:32:22.961 16494 16494 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 03:32:22.961 16494 16494 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 03:32:22.961 16494 16494 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 03:32:22.961 16494 16494 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 03:32:22.961 16494 16494 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 03:32:22.961 16494 16494 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 03:32:22.961 16494 16494 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 03:32:22.961 16494 16494 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 03:32:22.999 16494 16494 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 03:32:23.523 16494 16494 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 03:32:23.523 16494 16494 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 03:32:23.597 16494 16494 W com.mbwhatsapp: type=1400 audit(0.0:394490): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:32:23.601 16494 16494 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) 03-01 03:32:23.609 16494 16494 W com.mbwhatsapp: type=1400 audit(0.0:394491): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:32:23.625 16494 16494 W com.mbwhatsapp: type=1400 audit(0.0:394492): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:32:24.013 16494 16494 W com.mbwhatsapp: type=1400 audit(0.0:394493): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:32:24.093 16494 16494 W com.mbwhatsapp: type=1400 audit(0.0:394494): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:32:24.444 16494 16494 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1364ms 03-01 03:32:24.444 16494 16597 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 03:32:24.444 16494 16597 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 03:32:24.444 16494 16597 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 03:32:24.523 16494 16494 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1882ms --------- beginning of system 03-01 03:32:24.523 16494 16494 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 03:34:41.316 17090 17090 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 03:34:41.624 17090 17090 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 03:34:41.625 17090 17090 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 03:34:41.625 17090 17090 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 03:34:41.625 17090 17090 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 03:34:41.625 17090 17090 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 03:34:41.625 17090 17090 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 03:34:41.625 17090 17090 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 03:34:41.625 17090 17090 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 03:34:41.625 17090 17090 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 03:34:41.625 17090 17090 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 03:34:41.625 17090 17090 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 03:34:41.625 17090 17090 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 03:34:41.625 17090 17090 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 03:34:41.625 17090 17090 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 03:34:41.625 17090 17090 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 03:34:41.625 17090 17090 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 03:34:41.625 17090 17090 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 03:34:41.625 17090 17090 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 03:34:41.625 17090 17090 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 03:34:41.625 17090 17090 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 03:34:41.625 17090 17090 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 03:34:41.664 17090 17090 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 03:34:42.160 17090 17090 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 03:34:42.160 17090 17090 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 03:34:42.222 17090 17090 W com.mbwhatsapp: type=1400 audit(0.0:394659): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:34:42.226 17090 17090 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) 03-01 03:34:42.230 17090 17090 W com.mbwhatsapp: type=1400 audit(0.0:394660): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:34:42.246 17090 17090 W com.mbwhatsapp: type=1400 audit(0.0:394661): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:34:42.330 17090 17090 W com.mbwhatsapp: type=1400 audit(0.0:394662): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:34:42.342 17090 17090 W com.mbwhatsapp: type=1400 audit(0.0:394663): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:34:42.342 17090 17090 W com.mbwhatsapp: type=1400 audit(0.0:394665): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:34:42.427 17090 17090 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 683ms 03-01 03:34:42.430 17090 17144 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 03:34:42.430 17090 17144 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 03:34:42.430 17090 17144 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 03:34:42.463 17090 17090 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1131ms --------- beginning of system 03-01 03:34:42.463 17090 17090 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 03:35:22.414 17262 17262 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 03:35:22.626 17262 17262 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 03:35:22.634 17262 17262 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 03:35:22.634 17262 17262 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 03:35:22.634 17262 17262 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 03:35:22.634 17262 17262 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 03:35:22.634 17262 17262 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 03:35:22.634 17262 17262 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 03:35:22.634 17262 17262 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 03:35:22.634 17262 17262 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 03:35:22.634 17262 17262 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 03:35:22.634 17262 17262 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 03:35:22.634 17262 17262 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 03:35:22.634 17262 17262 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 03:35:22.634 17262 17262 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 03:35:22.634 17262 17262 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 03:35:22.634 17262 17262 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 03:35:22.634 17262 17262 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 03:35:22.634 17262 17262 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 03:35:22.634 17262 17262 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 03:35:22.634 17262 17262 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 03:35:22.634 17262 17262 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 03:35:22.656 17262 17262 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 03:35:23.075 17262 17262 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 03:35:23.076 17262 17262 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 03:35:23.133 17262 17262 W com.mbwhatsapp: type=1400 audit(0.0:394671): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:35:23.139 17262 17262 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) 03-01 03:35:23.145 17262 17262 W com.mbwhatsapp: type=1400 audit(0.0:394672): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:35:23.316 17262 17262 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 622ms 03-01 03:35:23.322 17262 17312 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 03:35:23.322 17262 17312 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 03:35:23.322 17262 17312 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 03:35:23.324 17262 17262 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 894ms --------- beginning of system 03-01 03:35:23.324 17262 17262 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 03:36:22.413 17417 17417 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 03:36:22.677 17417 17417 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 03:36:22.686 17417 17417 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 03:36:22.686 17417 17417 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 03:36:22.686 17417 17417 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 03:36:22.686 17417 17417 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 03:36:22.686 17417 17417 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 03:36:22.686 17417 17417 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 03:36:22.686 17417 17417 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 03:36:22.686 17417 17417 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 03:36:22.686 17417 17417 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 03:36:22.686 17417 17417 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 03:36:22.686 17417 17417 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 03:36:22.686 17417 17417 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 03:36:22.686 17417 17417 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 03:36:22.686 17417 17417 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 03:36:22.686 17417 17417 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 03:36:22.686 17417 17417 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 03:36:22.686 17417 17417 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 03:36:22.686 17417 17417 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 03:36:22.686 17417 17417 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 03:36:22.686 17417 17417 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 03:36:22.718 17417 17417 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 03:36:23.254 17417 17417 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 03:36:23.255 17417 17417 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 03:36:23.329 17417 17417 W com.mbwhatsapp: type=1400 audit(0.0:394683): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:36:23.335 17417 17417 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) 03-01 03:36:23.341 17417 17417 W com.mbwhatsapp: type=1400 audit(0.0:394684): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:36:23.353 17417 17417 W com.mbwhatsapp: type=1400 audit(0.0:394685): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:36:23.421 17417 17417 W com.mbwhatsapp: type=1400 audit(0.0:394686): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:36:23.429 17417 17417 W com.mbwhatsapp: type=1400 audit(0.0:394687): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:36:23.522 17417 17417 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 731ms 03-01 03:36:23.526 17417 17467 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 03:36:23.526 17417 17467 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 03:36:23.526 17417 17467 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 03:36:23.577 17417 17417 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1149ms --------- beginning of system 03-01 03:36:23.577 17417 17417 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 03:39:22.479 17585 17585 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 03:39:22.713 17585 17585 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 03:39:22.716 17585 17585 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 03:39:22.716 17585 17585 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 03:39:22.716 17585 17585 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 03:39:22.716 17585 17585 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 03:39:22.716 17585 17585 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 03:39:22.716 17585 17585 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 03:39:22.716 17585 17585 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 03:39:22.716 17585 17585 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 03:39:22.716 17585 17585 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 03:39:22.716 17585 17585 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 03:39:22.716 17585 17585 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 03:39:22.716 17585 17585 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 03:39:22.716 17585 17585 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 03:39:22.716 17585 17585 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 03:39:22.716 17585 17585 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 03:39:22.716 17585 17585 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 03:39:22.716 17585 17585 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 03:39:22.716 17585 17585 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 03:39:22.716 17585 17585 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 03:39:22.716 17585 17585 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 03:39:22.760 17585 17585 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 03:39:23.230 17585 17585 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 03:39:23.230 17585 17585 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 03:39:23.290 17585 17585 W com.mbwhatsapp: type=1400 audit(0.0:394701): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:39:23.297 17585 17585 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) 03-01 03:39:23.306 17585 17585 W com.mbwhatsapp: type=1400 audit(0.0:394702): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:39:23.322 17585 17585 W com.mbwhatsapp: type=1400 audit(0.0:394703): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:39:23.378 17585 17585 W com.mbwhatsapp: type=1400 audit(0.0:394704): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:39:23.490 17585 17585 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 652ms 03-01 03:39:23.496 17585 17635 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 03:39:23.496 17585 17635 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 03:39:23.496 17585 17635 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 03:39:23.539 17585 17585 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1036ms --------- beginning of system 03-01 03:39:23.540 17585 17585 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 03:42:22.479 17750 17750 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 03:42:22.723 17750 17750 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 03:42:22.726 17750 17750 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 03:42:22.726 17750 17750 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 03:42:22.726 17750 17750 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 03:42:22.726 17750 17750 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 03:42:22.726 17750 17750 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 03:42:22.726 17750 17750 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 03:42:22.726 17750 17750 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 03:42:22.726 17750 17750 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 03:42:22.726 17750 17750 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 03:42:22.726 17750 17750 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 03:42:22.726 17750 17750 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 03:42:22.726 17750 17750 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 03:42:22.726 17750 17750 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 03:42:22.726 17750 17750 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 03:42:22.726 17750 17750 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 03:42:22.726 17750 17750 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 03:42:22.726 17750 17750 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 03:42:22.726 17750 17750 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 03:42:22.726 17750 17750 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 03:42:22.726 17750 17750 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 03:42:22.775 17750 17750 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 03:42:23.265 17750 17750 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 03:42:23.265 17750 17750 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 03:42:23.323 17750 17750 W com.mbwhatsapp: type=1400 audit(0.0:394719): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:42:23.328 17750 17750 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) 03-01 03:42:23.335 17750 17750 W com.mbwhatsapp: type=1400 audit(0.0:394720): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:42:23.347 17750 17750 W com.mbwhatsapp: type=1400 audit(0.0:394721): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:42:23.431 17750 17750 W com.mbwhatsapp: type=1400 audit(0.0:394722): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:42:23.439 17750 17750 W com.mbwhatsapp: type=1400 audit(0.0:394723): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:42:23.533 17750 17750 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 673ms 03-01 03:42:23.534 17750 17800 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 03:42:23.534 17750 17800 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 03:42:23.534 17750 17800 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 03:42:23.576 17750 17750 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1078ms --------- beginning of system 03-01 03:42:23.576 17750 17750 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 03:43:24.472 17908 17908 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 03:43:24.802 17908 17908 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 03:43:24.804 17908 17908 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 03:43:24.805 17908 17908 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 03:43:24.805 17908 17908 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 03:43:24.805 17908 17908 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 03:43:24.805 17908 17908 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 03:43:24.805 17908 17908 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 03:43:24.805 17908 17908 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 03:43:24.805 17908 17908 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 03:43:24.805 17908 17908 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 03:43:24.805 17908 17908 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 03:43:24.805 17908 17908 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 03:43:24.805 17908 17908 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 03:43:24.805 17908 17908 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 03:43:24.805 17908 17908 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 03:43:24.805 17908 17908 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 03:43:24.805 17908 17908 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 03:43:24.805 17908 17908 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 03:43:24.805 17908 17908 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 03:43:24.805 17908 17908 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 03:43:24.805 17908 17908 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 03:43:24.844 17908 17908 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 03:43:25.332 17908 17908 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 03:43:25.333 17908 17908 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 03:43:25.398 17908 17908 W com.mbwhatsapp: type=1400 audit(0.0:394731): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:43:25.404 17908 17908 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) 03-01 03:43:25.410 17908 17908 W com.mbwhatsapp: type=1400 audit(0.0:394732): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:43:25.482 17908 17908 W com.mbwhatsapp: type=1400 audit(0.0:394734): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:43:25.498 17908 17908 W com.mbwhatsapp: type=1400 audit(0.0:394735): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:43:25.601 17908 17908 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 668ms 03-01 03:43:25.608 17908 17956 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 03:43:25.608 17908 17956 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 03:43:25.608 17908 17956 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 03:43:25.636 17908 17908 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1151ms --------- beginning of system 03-01 03:43:25.637 17908 17908 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 03:45:05.153 18243 18243 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 03:45:05.350 18243 18243 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 03:45:05.357 18243 18243 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 03:45:05.358 18243 18243 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 03:45:05.358 18243 18243 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 03:45:05.358 18243 18243 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 03:45:05.358 18243 18243 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 03:45:05.358 18243 18243 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 03:45:05.358 18243 18243 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 03:45:05.358 18243 18243 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 03:45:05.358 18243 18243 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 03:45:05.358 18243 18243 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 03:45:05.358 18243 18243 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 03:45:05.358 18243 18243 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 03:45:05.358 18243 18243 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 03:45:05.358 18243 18243 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 03:45:05.358 18243 18243 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 03:45:05.358 18243 18243 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 03:45:05.358 18243 18243 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 03:45:05.358 18243 18243 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 03:45:05.358 18243 18243 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 03:45:05.358 18243 18243 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 03:45:05.386 18243 18243 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 03:45:05.777 18243 18243 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 03:45:05.777 18243 18243 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 03:45:05.822 18243 18243 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) 03-01 03:45:05.845 18243 18243 W com.mbwhatsapp: type=1400 audit(0.0:394884): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:45:05.913 18243 18243 W com.mbwhatsapp: type=1400 audit(0.0:394885): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:45:05.921 18243 18243 W com.mbwhatsapp: type=1400 audit(0.0:394886): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:45:05.921 18243 18243 W com.mbwhatsapp: type=1400 audit(0.0:394888): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:45:06.029 18243 18332 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 03:45:06.029 18243 18332 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 03:45:06.029 18243 18332 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 03:45:06.033 18243 18243 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 576ms 03-01 03:45:06.039 18243 18243 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 868ms --------- beginning of system 03-01 03:45:06.039 18243 18243 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 03:46:22.415 18463 18463 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 03:46:22.605 18463 18463 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 03:46:22.613 18463 18463 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 03:46:22.613 18463 18463 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 03:46:22.613 18463 18463 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 03:46:22.613 18463 18463 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 03:46:22.613 18463 18463 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 03:46:22.613 18463 18463 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 03:46:22.613 18463 18463 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 03:46:22.613 18463 18463 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 03:46:22.613 18463 18463 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 03:46:22.613 18463 18463 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 03:46:22.613 18463 18463 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 03:46:22.614 18463 18463 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 03:46:22.614 18463 18463 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 03:46:22.614 18463 18463 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 03:46:22.614 18463 18463 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 03:46:22.614 18463 18463 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 03:46:22.614 18463 18463 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 03:46:22.614 18463 18463 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 03:46:22.614 18463 18463 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 03:46:22.614 18463 18463 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 03:46:22.653 18463 18463 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 03:46:23.156 18463 18463 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 03:46:23.156 18463 18463 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 03:46:23.224 18463 18463 W com.mbwhatsapp: type=1400 audit(0.0:394905): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:46:23.230 18463 18463 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) 03-01 03:46:23.236 18463 18463 W com.mbwhatsapp: type=1400 audit(0.0:394906): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:46:23.248 18463 18463 W com.mbwhatsapp: type=1400 audit(0.0:394907): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:46:23.300 18463 18463 W com.mbwhatsapp: type=1400 audit(0.0:394908): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:46:23.412 18463 18463 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 683ms 03-01 03:46:23.413 18463 18510 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 03:46:23.413 18463 18510 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 03:46:23.413 18463 18510 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 03:46:23.464 18463 18463 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1033ms --------- beginning of system 03-01 03:46:23.464 18463 18463 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 03:47:22.404 18622 18622 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 03:47:22.576 18622 18622 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 03:47:22.579 18622 18622 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 03:47:22.579 18622 18622 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 03:47:22.579 18622 18622 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 03:47:22.579 18622 18622 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 03:47:22.579 18622 18622 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 03:47:22.579 18622 18622 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 03:47:22.579 18622 18622 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 03:47:22.579 18622 18622 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 03:47:22.579 18622 18622 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 03:47:22.579 18622 18622 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 03:47:22.579 18622 18622 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 03:47:22.579 18622 18622 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 03:47:22.579 18622 18622 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 03:47:22.579 18622 18622 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 03:47:22.580 18622 18622 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 03:47:22.580 18622 18622 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 03:47:22.580 18622 18622 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 03:47:22.580 18622 18622 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 03:47:22.580 18622 18622 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 03:47:22.580 18622 18622 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 03:47:22.609 18622 18622 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 03:47:22.983 18622 18622 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 03:47:22.984 18622 18622 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 03:47:23.023 18622 18622 W com.mbwhatsapp: type=1400 audit(0.0:394917): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:47:23.028 18622 18622 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) 03-01 03:47:23.039 18622 18622 W com.mbwhatsapp: type=1400 audit(0.0:394918): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:47:23.047 18622 18622 W com.mbwhatsapp: type=1400 audit(0.0:394919): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:47:23.103 18622 18622 W com.mbwhatsapp: type=1400 audit(0.0:394920): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:47:23.111 18622 18622 W com.mbwhatsapp: type=1400 audit(0.0:394921): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:47:23.185 18622 18622 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 533ms 03-01 03:47:23.194 18622 18671 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 03:47:23.194 18622 18671 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 03:47:23.194 18622 18671 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 03:47:23.202 18622 18622 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 783ms --------- beginning of system 03-01 03:47:23.202 18622 18622 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 03:48:24.496 18784 18784 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 03:48:24.807 18784 18784 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 03:48:24.809 18784 18784 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 03:48:24.809 18784 18784 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 03:48:24.809 18784 18784 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 03:48:24.809 18784 18784 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 03:48:24.809 18784 18784 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 03:48:24.809 18784 18784 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 03:48:24.809 18784 18784 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 03:48:24.809 18784 18784 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 03:48:24.809 18784 18784 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 03:48:24.810 18784 18784 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 03:48:24.810 18784 18784 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 03:48:24.810 18784 18784 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 03:48:24.810 18784 18784 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 03:48:24.810 18784 18784 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 03:48:24.810 18784 18784 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 03:48:24.810 18784 18784 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 03:48:24.810 18784 18784 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 03:48:24.810 18784 18784 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 03:48:24.810 18784 18784 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 03:48:24.810 18784 18784 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 03:48:24.864 18784 18784 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 03:48:25.396 18784 18784 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 03:48:25.397 18784 18784 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 03:48:25.454 18784 18784 W com.mbwhatsapp: type=1400 audit(0.0:394929): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:48:25.458 18784 18784 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) 03-01 03:48:25.466 18784 18784 W com.mbwhatsapp: type=1400 audit(0.0:394930): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:48:25.482 18784 18784 W com.mbwhatsapp: type=1400 audit(0.0:394931): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:48:25.542 18784 18784 W com.mbwhatsapp: type=1400 audit(0.0:394932): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:48:25.550 18784 18784 W com.mbwhatsapp: type=1400 audit(0.0:394933): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:48:25.550 18784 18784 W com.mbwhatsapp: type=1400 audit(0.0:394935): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:48:25.656 18784 18784 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 703ms 03-01 03:48:25.658 18784 18833 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 03:48:25.658 18784 18833 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 03:48:25.658 18784 18833 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 03:48:25.708 18784 18784 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1196ms --------- beginning of system 03-01 03:48:25.708 18784 18784 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 03:51:22.412 18969 18969 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 03:51:22.684 18969 18969 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 03:51:22.686 18969 18969 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 03:51:22.686 18969 18969 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 03:51:22.686 18969 18969 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 03:51:22.686 18969 18969 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 03:51:22.686 18969 18969 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 03:51:22.686 18969 18969 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 03:51:22.687 18969 18969 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 03:51:22.687 18969 18969 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 03:51:22.687 18969 18969 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 03:51:22.687 18969 18969 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 03:51:22.687 18969 18969 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 03:51:22.687 18969 18969 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 03:51:22.687 18969 18969 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 03:51:22.687 18969 18969 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 03:51:22.687 18969 18969 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 03:51:22.687 18969 18969 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 03:51:22.687 18969 18969 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 03:51:22.687 18969 18969 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 03:51:22.687 18969 18969 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 03:51:22.687 18969 18969 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 03:51:22.726 18969 18969 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 03:51:23.212 18969 18969 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 03:51:23.212 18969 18969 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 03:51:23.627 18969 18969 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) 03-01 03:51:23.623 18969 18969 W com.mbwhatsapp: type=1400 audit(0.0:394947): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:51:23.635 18969 18969 W com.mbwhatsapp: type=1400 audit(0.0:394948): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:51:23.647 18969 18969 W com.mbwhatsapp: type=1400 audit(0.0:394949): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:51:23.731 18969 18969 W com.mbwhatsapp: type=1400 audit(0.0:394950): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:51:23.795 18969 18969 W com.mbwhatsapp: type=1400 audit(0.0:394951): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:51:24.127 18969 18969 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1325ms 03-01 03:51:24.133 18969 19018 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 03:51:24.133 18969 19018 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 03:51:24.133 18969 19018 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 03:51:24.194 18969 18969 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1768ms --------- beginning of system 03-01 03:51:24.194 18969 18969 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 03:54:22.519 19250 19250 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 03:54:22.731 19250 19250 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 03:54:22.736 19250 19250 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 03:54:22.736 19250 19250 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 03:54:22.736 19250 19250 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 03:54:22.736 19250 19250 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 03:54:22.736 19250 19250 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 03:54:22.737 19250 19250 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 03:54:22.737 19250 19250 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 03:54:22.737 19250 19250 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 03:54:22.737 19250 19250 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 03:54:22.737 19250 19250 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 03:54:22.737 19250 19250 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 03:54:22.737 19250 19250 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 03:54:22.737 19250 19250 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 03:54:22.737 19250 19250 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 03:54:22.737 19250 19250 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 03:54:22.737 19250 19250 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 03:54:22.737 19250 19250 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 03:54:22.737 19250 19250 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 03:54:22.737 19250 19250 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 03:54:22.737 19250 19250 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 03:54:22.786 19250 19250 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 03:54:23.281 19250 19250 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 03:54:23.281 19250 19250 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 03:54:23.345 19250 19250 W com.mbwhatsapp: type=1400 audit(0.0:394966): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:54:23.349 19250 19250 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) 03-01 03:54:23.357 19250 19250 W com.mbwhatsapp: type=1400 audit(0.0:394967): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:54:23.373 19250 19250 W com.mbwhatsapp: type=1400 audit(0.0:394968): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:54:23.437 19250 19250 W com.mbwhatsapp: type=1400 audit(0.0:394969): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:54:23.449 19250 19250 W com.mbwhatsapp: type=1400 audit(0.0:394970): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:54:23.449 19250 19250 W com.mbwhatsapp: type=1400 audit(0.0:394971): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:54:24.029 19250 19301 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 03:54:24.029 19250 19301 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 03:54:24.029 19250 19301 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 03:54:24.033 19250 19250 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1158ms 03-01 03:54:24.062 19250 19250 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1510ms --------- beginning of system 03-01 03:54:24.062 19250 19250 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 03:55:22.880 19413 19413 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 03:55:22.986 19413 19413 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 03:55:22.990 19413 19413 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 03:55:22.990 19413 19413 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 03:55:22.990 19413 19413 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 03:55:22.990 19413 19413 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 03:55:22.990 19413 19413 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 03:55:22.990 19413 19413 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 03:55:22.990 19413 19413 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 03:55:22.990 19413 19413 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 03:55:22.990 19413 19413 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 03:55:22.990 19413 19413 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 03:55:22.990 19413 19413 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 03:55:22.990 19413 19413 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 03:55:22.990 19413 19413 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 03:55:22.990 19413 19413 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 03:55:22.990 19413 19413 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 03:55:22.990 19413 19413 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 03:55:22.990 19413 19413 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 03:55:22.990 19413 19413 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 03:55:22.990 19413 19413 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 03:55:22.990 19413 19413 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 03:55:23.008 19413 19413 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 03:55:23.392 19413 19413 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 03:55:23.392 19413 19413 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 03:55:23.428 19413 19413 W com.mbwhatsapp: type=1400 audit(0.0:394980): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:55:23.433 19413 19413 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) 03-01 03:55:23.444 19413 19413 W com.mbwhatsapp: type=1400 audit(0.0:394981): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:55:23.452 19413 19413 W com.mbwhatsapp: type=1400 audit(0.0:394982): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:55:23.504 19413 19413 W com.mbwhatsapp: type=1400 audit(0.0:394983): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:55:23.516 19413 19413 W com.mbwhatsapp: type=1400 audit(0.0:394984): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:55:23.593 19413 19413 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 522ms 03-01 03:55:23.599 19413 19413 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 703ms --------- beginning of system 03-01 03:55:23.599 19413 19413 W ActivityThread: Main thread can not be idle for a long time. 03-01 03:55:23.620 19413 19460 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 03:55:23.620 19413 19460 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 03:55:23.620 19413 19460 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-01 03:58:00.904 19485 19485 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 03:58:01.200 19485 19485 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 03:58:01.206 19485 19485 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 03:58:01.206 19485 19485 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 03:58:01.206 19485 19485 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 03:58:01.206 19485 19485 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 03:58:01.206 19485 19485 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 03:58:01.206 19485 19485 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 03:58:01.206 19485 19485 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 03:58:01.206 19485 19485 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 03:58:01.206 19485 19485 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 03:58:01.206 19485 19485 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 03:58:01.206 19485 19485 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 03:58:01.206 19485 19485 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 03:58:01.206 19485 19485 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 03:58:01.206 19485 19485 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 03:58:01.206 19485 19485 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 03:58:01.206 19485 19485 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 03:58:01.206 19485 19485 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 03:58:01.206 19485 19485 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 03:58:01.207 19485 19485 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 03:58:01.207 19485 19485 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 03:58:01.245 19485 19485 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 03:58:02.253 19485 19485 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 03:58:02.253 19485 19485 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 03:58:02.334 19485 19485 W com.mbwhatsapp: type=1400 audit(0.0:394993): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:58:02.337 19485 19485 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) 03-01 03:58:02.342 19485 19485 W com.mbwhatsapp: type=1400 audit(0.0:394994): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:58:02.370 19485 19485 W com.mbwhatsapp: type=1400 audit(0.0:394995): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:58:02.446 19485 19485 W com.mbwhatsapp: type=1400 audit(0.0:394996): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:58:02.458 19485 19485 W com.mbwhatsapp: type=1400 audit(0.0:394997): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 03:58:02.582 19485 19485 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1248ms 03-01 03:58:02.585 19485 19532 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 03:58:02.585 19485 19532 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 03:58:02.585 19485 19532 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 03:58:02.639 19485 19485 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1702ms --------- beginning of system 03-01 03:58:02.639 19485 19485 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 04:01:22.415 20074 20074 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 04:01:22.739 20074 20074 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 04:01:22.750 20074 20074 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 04:01:22.750 20074 20074 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 04:01:22.750 20074 20074 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 04:01:22.750 20074 20074 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 04:01:22.750 20074 20074 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 04:01:22.750 20074 20074 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 04:01:22.750 20074 20074 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 04:01:22.750 20074 20074 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 04:01:22.750 20074 20074 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 04:01:22.750 20074 20074 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 04:01:22.750 20074 20074 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 04:01:22.750 20074 20074 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 04:01:22.750 20074 20074 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 04:01:22.750 20074 20074 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 04:01:22.751 20074 20074 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 04:01:22.751 20074 20074 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 04:01:22.751 20074 20074 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 04:01:22.751 20074 20074 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 04:01:22.751 20074 20074 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 04:01:22.751 20074 20074 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 04:01:22.805 20074 20074 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 04:01:23.383 20074 20074 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 04:01:23.383 20074 20074 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 04:01:23.439 20074 20074 W com.mbwhatsapp: type=1400 audit(0.0:395156): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 04:01:23.445 20074 20074 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) 03-01 04:01:23.455 20074 20074 W com.mbwhatsapp: type=1400 audit(0.0:395157): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 04:01:23.467 20074 20074 W com.mbwhatsapp: type=1400 audit(0.0:395158): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 04:01:23.531 20074 20074 W com.mbwhatsapp: type=1400 audit(0.0:395159): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 04:01:23.539 20074 20074 W com.mbwhatsapp: type=1400 audit(0.0:395160): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 04:01:23.539 20074 20074 W com.mbwhatsapp: type=1400 audit(0.0:395161): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 04:01:23.539 20074 20074 W com.mbwhatsapp: type=1400 audit(0.0:395162): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 04:01:23.632 20074 20074 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 724ms 03-01 04:01:23.635 20074 20122 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 04:01:23.635 20074 20122 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 04:01:23.635 20074 20122 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 04:01:23.638 20074 20074 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1201ms --------- beginning of system 03-01 04:01:23.638 20074 20074 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 04:05:01.407 20235 20235 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 04:05:01.631 20235 20235 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 04:05:01.634 20235 20235 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 04:05:01.635 20235 20235 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 04:05:01.635 20235 20235 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 04:05:01.635 20235 20235 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 04:05:01.635 20235 20235 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 04:05:01.635 20235 20235 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 04:05:01.635 20235 20235 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 04:05:01.635 20235 20235 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 04:05:01.635 20235 20235 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 04:05:01.635 20235 20235 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 04:05:01.635 20235 20235 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 04:05:01.635 20235 20235 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 04:05:01.635 20235 20235 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 04:05:01.635 20235 20235 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 04:05:01.635 20235 20235 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 04:05:01.635 20235 20235 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 04:05:01.635 20235 20235 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 04:05:01.635 20235 20235 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 04:05:01.635 20235 20235 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 04:05:01.635 20235 20235 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 04:05:01.672 20235 20235 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 04:05:02.167 20235 20235 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 04:05:02.168 20235 20235 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 04:05:02.216 20235 20235 W com.mbwhatsapp: type=1400 audit(0.0:395165): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 04:05:02.223 20235 20235 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) 03-01 04:05:02.228 20235 20235 W com.mbwhatsapp: type=1400 audit(0.0:395166): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 04:05:02.240 20235 20235 W com.mbwhatsapp: type=1400 audit(0.0:395167): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 04:05:02.288 20235 20235 W com.mbwhatsapp: type=1400 audit(0.0:395168): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 04:05:02.300 20235 20235 W com.mbwhatsapp: type=1400 audit(0.0:395169): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 04:05:02.379 20235 20235 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 652ms 03-01 04:05:02.383 20235 20289 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 04:05:02.383 20235 20289 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 04:05:02.383 20235 20289 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 04:05:02.388 20235 20235 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 965ms --------- beginning of system 03-01 04:05:02.388 20235 20235 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 07:01:25.412 23161 23161 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 07:01:25.638 23161 23161 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 07:01:25.645 23161 23161 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 07:01:25.646 23161 23161 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 07:01:25.646 23161 23161 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 07:01:25.646 23161 23161 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 07:01:25.646 23161 23161 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 07:01:25.646 23161 23161 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 07:01:25.646 23161 23161 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 07:01:25.646 23161 23161 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 07:01:25.646 23161 23161 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 07:01:25.646 23161 23161 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 07:01:25.646 23161 23161 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 07:01:25.646 23161 23161 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 07:01:25.646 23161 23161 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 07:01:25.646 23161 23161 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 07:01:25.646 23161 23161 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 07:01:25.646 23161 23161 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 07:01:25.646 23161 23161 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 07:01:25.646 23161 23161 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 07:01:25.646 23161 23161 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 07:01:25.646 23161 23161 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 07:01:25.670 23161 23161 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 07:01:25.974 23161 23161 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 07:01:25.974 23161 23161 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 07:01:26.032 23161 23161 W com.mbwhatsapp: type=1400 audit(0.0:396184): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 07:01:26.038 23161 23161 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) 03-01 07:01:26.040 23161 23161 W com.mbwhatsapp: type=1400 audit(0.0:396185): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 07:01:26.056 23161 23161 W com.mbwhatsapp: type=1400 audit(0.0:396186): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 07:01:26.112 23161 23161 W com.mbwhatsapp: type=1400 audit(0.0:396187): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 07:01:26.132 23161 23161 W com.mbwhatsapp: type=1400 audit(0.0:396188): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 07:01:26.217 23161 23161 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 492ms 03-01 07:01:26.223 23161 23161 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 796ms --------- beginning of system 03-01 07:01:26.223 23161 23161 W ActivityThread: Main thread can not be idle for a long time. 03-01 07:01:26.225 23161 23210 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 07:01:26.225 23161 23210 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 07:01:26.225 23161 23210 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-01 07:13:23.524 26651 26651 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 07:13:23.986 26651 26651 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 07:13:23.989 26651 26651 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 07:13:23.989 26651 26651 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 07:13:23.989 26651 26651 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 07:13:23.989 26651 26651 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 07:13:23.989 26651 26651 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 07:13:23.989 26651 26651 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 07:13:23.989 26651 26651 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 07:13:23.989 26651 26651 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 07:13:23.989 26651 26651 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 07:13:23.989 26651 26651 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 07:13:23.989 26651 26651 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 07:13:23.989 26651 26651 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 07:13:23.989 26651 26651 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 07:13:23.989 26651 26651 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 07:13:23.989 26651 26651 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 07:13:23.989 26651 26651 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 07:13:23.989 26651 26651 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 07:13:23.990 26651 26651 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 07:13:23.990 26651 26651 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 07:13:23.990 26651 26651 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 07:13:24.043 26651 26651 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 07:13:24.930 26651 26651 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 07:13:24.931 26651 26651 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 07:13:25.047 26651 26651 W com.mbwhatsapp: type=1400 audit(0.0:398869): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 07:13:25.053 26651 26651 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) 03-01 07:13:25.067 26651 26651 W com.mbwhatsapp: type=1400 audit(0.0:398870): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 07:13:25.091 26651 26651 W com.mbwhatsapp: type=1400 audit(0.0:398871): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 07:13:25.259 26651 26651 W com.mbwhatsapp: type=1400 audit(0.0:398872): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 07:13:25.303 26651 26651 W com.mbwhatsapp: type=1400 audit(0.0:398873): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 07:13:25.303 26651 26651 W com.mbwhatsapp: type=1400 audit(0.0:398874): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 07:13:25.645 26651 26651 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1514ms 03-01 07:13:25.667 26651 26651 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 2128ms --------- beginning of system 03-01 07:13:25.667 26651 26651 W ActivityThread: Main thread can not be idle for a long time. 03-01 07:13:25.671 26651 26762 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 07:13:25.671 26651 26762 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 07:13:25.671 26651 26762 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-01 07:14:22.442 27718 27718 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 07:14:23.049 27718 27718 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 07:14:23.051 27718 27718 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 07:14:23.051 27718 27718 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 07:14:23.051 27718 27718 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 07:14:23.051 27718 27718 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 07:14:23.051 27718 27718 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 07:14:23.051 27718 27718 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 07:14:23.051 27718 27718 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 07:14:23.051 27718 27718 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 07:14:23.051 27718 27718 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 07:14:23.051 27718 27718 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 07:14:23.051 27718 27718 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 07:14:23.051 27718 27718 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 07:14:23.051 27718 27718 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 07:14:23.051 27718 27718 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 07:14:23.051 27718 27718 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 07:14:23.051 27718 27718 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 07:14:23.051 27718 27718 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 07:14:23.051 27718 27718 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 07:14:23.051 27718 27718 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 07:14:23.051 27718 27718 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 07:14:23.106 27718 27718 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 221ms 03-01 07:14:23.117 27718 27718 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 07:14:24.345 27718 27718 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 07:14:24.345 27718 27718 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 07:14:24.543 27718 27718 W com.mbwhatsapp: type=1400 audit(0.0:399014): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 07:14:24.548 27718 27718 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) 03-01 07:14:24.563 27718 27718 W com.mbwhatsapp: type=1400 audit(0.0:399015): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 07:14:24.599 27718 27718 W com.mbwhatsapp: type=1400 audit(0.0:399016): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 07:14:24.751 27718 27718 W com.mbwhatsapp: type=1400 audit(0.0:399017): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 07:14:24.791 27718 27718 W com.mbwhatsapp: type=1400 audit(0.0:399018): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 07:14:24.969 27718 27718 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1722ms 03-01 07:14:24.992 27718 27816 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 07:14:24.992 27718 27816 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 07:14:24.992 27718 27816 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 07:14:25.042 27718 27718 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 2567ms --------- beginning of system 03-01 07:14:25.042 27718 27718 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 07:15:29.035 29429 29429 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 07:15:29.330 29429 29429 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 07:15:29.332 29429 29429 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 07:15:29.332 29429 29429 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 07:15:29.332 29429 29429 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 07:15:29.332 29429 29429 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 07:15:29.332 29429 29429 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 07:15:29.332 29429 29429 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 07:15:29.332 29429 29429 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 07:15:29.332 29429 29429 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 07:15:29.332 29429 29429 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 07:15:29.332 29429 29429 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 07:15:29.332 29429 29429 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 07:15:29.332 29429 29429 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 07:15:29.332 29429 29429 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 07:15:29.332 29429 29429 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 07:15:29.332 29429 29429 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 07:15:29.332 29429 29429 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 07:15:29.332 29429 29429 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 07:15:29.332 29429 29429 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 07:15:29.332 29429 29429 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 07:15:29.332 29429 29429 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 07:15:29.381 29429 29429 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 07:15:29.932 29429 29429 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 07:15:29.932 29429 29429 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 07:15:30.003 29429 29429 W com.mbwhatsapp: type=1400 audit(0.0:399203): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 07:15:30.008 29429 29429 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) 03-01 07:15:30.015 29429 29429 W com.mbwhatsapp: type=1400 audit(0.0:399204): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 07:15:30.043 29429 29429 W com.mbwhatsapp: type=1400 audit(0.0:399205): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 07:15:30.135 29429 29429 W com.mbwhatsapp: type=1400 audit(0.0:399206): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 07:15:30.159 29429 29429 W com.mbwhatsapp: type=1400 audit(0.0:399207): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 07:15:30.244 29429 29429 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 786ms 03-01 07:15:30.249 29429 29484 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 07:15:30.249 29429 29484 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 07:15:30.249 29429 29484 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 07:15:30.251 29429 29429 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1201ms --------- beginning of system 03-01 07:15:30.252 29429 29429 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 07:22:22.392 31959 31959 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 07:22:22.711 31959 31959 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 07:22:22.713 31959 31959 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 07:22:22.713 31959 31959 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 07:22:22.713 31959 31959 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 07:22:22.713 31959 31959 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 07:22:22.713 31959 31959 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 07:22:22.713 31959 31959 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 07:22:22.713 31959 31959 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 07:22:22.713 31959 31959 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 07:22:22.713 31959 31959 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 07:22:22.713 31959 31959 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 07:22:22.713 31959 31959 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 07:22:22.713 31959 31959 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 07:22:22.713 31959 31959 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 07:22:22.713 31959 31959 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 07:22:22.713 31959 31959 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 07:22:22.713 31959 31959 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 07:22:22.713 31959 31959 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 07:22:22.713 31959 31959 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 07:22:22.713 31959 31959 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 07:22:22.713 31959 31959 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 07:22:22.760 31959 31959 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 07:22:23.172 31959 31959 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 07:22:23.173 31959 31959 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 07:22:23.239 31959 31959 W com.mbwhatsapp: type=1400 audit(0.0:400849): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 07:22:23.243 31959 31959 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) 03-01 07:22:23.247 31959 31959 W com.mbwhatsapp: type=1400 audit(0.0:400850): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 07:22:23.259 31959 31959 W com.mbwhatsapp: type=1400 audit(0.0:400851): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 07:22:23.331 31959 31959 W com.mbwhatsapp: type=1400 audit(0.0:400852): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 07:22:23.351 31959 31959 W com.mbwhatsapp: type=1400 audit(0.0:400853): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 07:22:23.443 31959 31959 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 619ms 03-01 07:22:23.450 31959 31959 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1041ms --------- beginning of system 03-01 07:22:23.450 31959 31959 W ActivityThread: Main thread can not be idle for a long time. 03-01 07:22:23.451 31959 32007 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 07:22:23.451 31959 32007 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 07:22:23.451 31959 32007 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-01 07:41:32.815 1715 1715 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 07:41:33.017 1715 1715 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 07:41:33.019 1715 1715 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 07:41:33.019 1715 1715 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 07:41:33.019 1715 1715 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 07:41:33.019 1715 1715 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 07:41:33.019 1715 1715 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 07:41:33.019 1715 1715 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 07:41:33.019 1715 1715 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 07:41:33.019 1715 1715 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 07:41:33.019 1715 1715 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 07:41:33.019 1715 1715 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 07:41:33.019 1715 1715 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 07:41:33.019 1715 1715 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 07:41:33.019 1715 1715 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 07:41:33.019 1715 1715 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 07:41:33.019 1715 1715 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 07:41:33.019 1715 1715 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 07:41:33.019 1715 1715 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 07:41:33.019 1715 1715 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 07:41:33.019 1715 1715 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 07:41:33.019 1715 1715 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 07:41:33.037 1715 1715 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 07:41:33.403 1715 1715 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 07:41:33.403 1715 1715 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 07:41:33.450 1715 1715 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) 03-01 07:41:33.624 1715 1715 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 536ms 03-01 07:41:33.632 1715 1847 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 07:41:33.632 1715 1847 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 07:41:33.632 1715 1847 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 07:41:33.637 1715 1715 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 795ms --------- beginning of system 03-01 07:41:33.637 1715 1715 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 07:48:00.331 2858 2858 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 07:48:00.523 2858 2858 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 07:48:00.525 2858 2858 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 07:48:00.525 2858 2858 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 07:48:00.525 2858 2858 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 07:48:00.525 2858 2858 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 07:48:00.525 2858 2858 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 07:48:00.525 2858 2858 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 07:48:00.525 2858 2858 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 07:48:00.525 2858 2858 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 07:48:00.525 2858 2858 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 07:48:00.525 2858 2858 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 07:48:00.525 2858 2858 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 07:48:00.525 2858 2858 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 07:48:00.525 2858 2858 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 07:48:00.525 2858 2858 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 07:48:00.525 2858 2858 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 07:48:00.525 2858 2858 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 07:48:00.525 2858 2858 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 07:48:00.525 2858 2858 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 07:48:00.525 2858 2858 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 07:48:00.525 2858 2858 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 07:48:00.537 2858 2858 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 07:48:00.795 2858 2858 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 07:48:00.795 2858 2858 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 07:48:00.827 2858 2858 W com.mbwhatsapp: type=1400 audit(0.0:407921): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 07:48:00.831 2858 2858 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) 03-01 07:48:00.847 2858 2858 W com.mbwhatsapp: type=1400 audit(0.0:407922): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 07:48:00.859 2858 2858 W com.mbwhatsapp: type=1400 audit(0.0:407923): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 07:48:00.927 2858 2858 W com.mbwhatsapp: type=1400 audit(0.0:407924): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 07:48:00.935 2858 2858 W com.mbwhatsapp: type=1400 audit(0.0:407925): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 07:48:00.998 2858 2858 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 408ms 03-01 07:48:01.004 2858 2858 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 655ms --------- beginning of system 03-01 07:48:01.004 2858 2858 W ActivityThread: Main thread can not be idle for a long time. 03-01 07:48:01.017 2858 2909 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 07:48:01.017 2858 2909 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 07:48:01.017 2858 2909 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-01 07:53:34.755 3430 3430 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 07:53:34.980 3430 3430 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 07:53:34.981 3430 3430 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 07:53:34.981 3430 3430 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 07:53:34.981 3430 3430 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 07:53:34.981 3430 3430 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 07:53:34.981 3430 3430 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 07:53:34.981 3430 3430 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 07:53:34.981 3430 3430 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 07:53:34.981 3430 3430 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 07:53:34.981 3430 3430 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 07:53:34.981 3430 3430 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 07:53:34.981 3430 3430 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 07:53:34.981 3430 3430 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 07:53:34.981 3430 3430 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 07:53:34.981 3430 3430 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 07:53:34.981 3430 3430 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 07:53:34.981 3430 3430 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 07:53:34.981 3430 3430 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 07:53:34.981 3430 3430 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 07:53:34.982 3430 3430 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 07:53:34.982 3430 3430 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 07:53:35.010 3430 3430 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 07:53:35.293 3430 3430 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 07:53:35.294 3430 3430 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 07:53:35.352 3430 3430 W com.mbwhatsapp: type=1400 audit(0.0:411259): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 07:53:35.357 3430 3430 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) 03-01 07:53:35.360 3430 3430 W com.mbwhatsapp: type=1400 audit(0.0:411260): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 07:53:35.376 3430 3430 W com.mbwhatsapp: type=1400 audit(0.0:411261): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 07:53:35.436 3430 3430 W com.mbwhatsapp: type=1400 audit(0.0:411262): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 07:53:35.444 3430 3430 W com.mbwhatsapp: type=1400 audit(0.0:411263): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 07:53:35.527 3430 3516 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 07:53:35.527 3430 3516 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 07:53:35.527 3430 3516 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 07:53:35.527 3430 3430 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 462ms 03-01 07:53:35.532 3430 3430 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 745ms --------- beginning of system 03-01 07:53:35.532 3430 3430 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 08:05:22.398 7013 7013 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 08:05:22.678 7013 7013 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 08:05:22.680 7013 7013 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 08:05:22.680 7013 7013 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 08:05:22.680 7013 7013 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 08:05:22.680 7013 7013 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 08:05:22.680 7013 7013 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 08:05:22.680 7013 7013 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 08:05:22.680 7013 7013 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 08:05:22.680 7013 7013 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 08:05:22.680 7013 7013 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 08:05:22.680 7013 7013 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 08:05:22.680 7013 7013 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 08:05:22.680 7013 7013 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 08:05:22.680 7013 7013 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 08:05:22.680 7013 7013 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 08:05:22.680 7013 7013 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 08:05:22.680 7013 7013 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 08:05:22.680 7013 7013 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 08:05:22.680 7013 7013 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 08:05:22.681 7013 7013 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 08:05:22.681 7013 7013 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 08:05:22.727 7013 7013 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 08:05:23.197 7013 7013 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 08:05:23.198 7013 7013 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 08:05:23.272 7013 7013 W com.mbwhatsapp: type=1400 audit(0.0:413938): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 08:05:23.277 7013 7013 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) 03-01 08:05:23.292 7013 7013 W com.mbwhatsapp: type=1400 audit(0.0:413939): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 08:05:23.304 7013 7013 W com.mbwhatsapp: type=1400 audit(0.0:413940): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 08:05:23.404 7013 7013 W com.mbwhatsapp: type=1400 audit(0.0:413941): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 08:05:23.420 7013 7013 W com.mbwhatsapp: type=1400 audit(0.0:413942): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 08:05:23.420 7013 7013 W com.mbwhatsapp: type=1400 audit(0.0:413944): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 08:05:23.514 7013 7013 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 716ms 03-01 08:05:23.520 7013 7061 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 08:05:23.520 7013 7061 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 08:05:23.520 7013 7061 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 08:05:23.525 7013 7013 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1110ms --------- beginning of system 03-01 08:05:23.526 7013 7013 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 08:11:34.271 10136 10136 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 08:11:34.574 10136 10136 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 08:11:34.576 10136 10136 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 08:11:34.576 10136 10136 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 08:11:34.576 10136 10136 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 08:11:34.576 10136 10136 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 08:11:34.576 10136 10136 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 08:11:34.576 10136 10136 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 08:11:34.576 10136 10136 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 08:11:34.576 10136 10136 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 08:11:34.576 10136 10136 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 08:11:34.576 10136 10136 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 08:11:34.576 10136 10136 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 08:11:34.576 10136 10136 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 08:11:34.576 10136 10136 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 08:11:34.576 10136 10136 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 08:11:34.576 10136 10136 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 08:11:34.576 10136 10136 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 08:11:34.576 10136 10136 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 08:11:34.576 10136 10136 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 08:11:34.576 10136 10136 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 08:11:34.576 10136 10136 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 08:11:34.620 10136 10136 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 08:11:35.321 10136 10136 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 08:11:35.321 10136 10136 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 08:11:35.400 10136 10136 W com.mbwhatsapp: type=1400 audit(0.0:414739): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 08:11:35.405 10136 10136 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) 03-01 08:11:35.416 10136 10136 W com.mbwhatsapp: type=1400 audit(0.0:414740): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 08:11:35.432 10136 10136 W com.mbwhatsapp: type=1400 audit(0.0:414741): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 08:11:35.572 10136 10136 W com.mbwhatsapp: type=1400 audit(0.0:414742): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 08:11:35.714 10136 10136 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1024ms 03-01 08:11:35.721 10136 10207 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 08:11:35.721 10136 10207 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 08:11:35.721 10136 10207 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 08:11:35.725 10136 10136 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1435ms --------- beginning of system 03-01 08:11:35.725 10136 10136 W ActivityThread: Main thread can not be idle for a long time. 03-01 08:12:06.468 10136 10136 W com.mbwhatsapp: Class X.0eU failed lock verification and will run slower. 03-01 08:12:06.756 10136 10136 W com.mbwhatsapp: type=1400 audit(0.0:414988): avc: denied { read } for name="osrelease" dev="proc" ino=9698289 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 app=com.mbwhatsapp 03-01 08:12:06.832 10136 10136 E OpenGLRenderer: ~SkiaDisplayList() ##### pid = 10136 03-01 08:12:06.838 10136 11233 E libc : Access denied finding property "persist.vendor.sf.fbc" 03-01 08:12:06.838 10136 11233 E libc : Access denied finding property "persist.vendor.gpu.fbc" 03-01 08:12:06.838 10136 11233 E libc : Access denied finding property "persist.vendor.vsp.fbc" 03-01 08:12:31.871 10136 11233 W libEGL : EGLNativeWindowType 0xb400007162063c60 disconnect failed 03-01 08:12:34.114 10136 11233 W libEGL : EGLNativeWindowType 0xb400007161fd3020 disconnect failed 03-01 08:12:34.122 10136 11233 W libEGL : EGLNativeWindowType 0xb400007162063c60 disconnect failed 03-01 08:13:22.413 10136 11233 W libEGL : EGLNativeWindowType 0xb400007162087f70 disconnect failed 03-01 08:13:22.532 10136 11233 W libEGL : EGLNativeWindowType 0xb40000716208a180 disconnect failed 03-01 08:13:27.056 10136 11233 W libEGL : EGLNativeWindowType 0xb40000716208a180 disconnect failed 03-01 08:13:27.088 10136 11233 W libEGL : EGLNativeWindowType 0xb400007162087f70 disconnect failed 03-01 08:13:30.187 10136 11233 W libEGL : EGLNativeWindowType 0xb40000716207d520 disconnect failed 03-01 08:13:31.720 10136 11233 W libEGL : EGLNativeWindowType 0xb400007162041b60 disconnect failed 03-01 08:13:31.726 10136 11233 W libEGL : EGLNativeWindowType 0xb40000716207d520 disconnect failed 03-01 08:13:33.309 10136 10136 E WindowManager: android.view.WindowLeaked: Activity com.mbwhatsapp.registration.EULA has leaked window android.widget.PopupWindow$PopupDecorView{a4ca929 V.E...... R.....ID 0,0-392,96} that was originally added here 03-01 08:13:33.309 10136 10136 E WindowManager: at android.view.ViewRootImpl.<init>(ViewRootImpl.java:761) 03-01 08:13:33.309 10136 10136 E WindowManager: at android.view.ViewRootImpl.<init>(ViewRootImpl.java:745) 03-01 08:13:33.309 10136 10136 E WindowManager: at android.view.SprdViewRootImpl.<init>(SprdViewRootImpl.java:47) 03-01 08:13:33.309 10136 10136 E WindowManager: at android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:407) 03-01 08:13:33.309 10136 10136 E WindowManager: at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:109) 03-01 08:13:33.309 10136 10136 E WindowManager: at android.widget.PopupWindow.invokePopup(PopupWindow.java:1576) 03-01 08:13:33.309 10136 10136 E WindowManager: at android.widget.PopupWindow.showAsDropDown(PopupWindow.java:1423) 03-01 08:13:33.309 10136 10136 E WindowManager: at X.0Ij.A00(Unknown Source:0) 03-01 08:13:33.309 10136 10136 E WindowManager: at X.0c0.Bgi(Unknown Source:408) 03-01 08:13:33.309 10136 10136 E WindowManager: at X.04R.Bgi(Unknown Source:104) 03-01 08:13:33.309 10136 10136 E WindowManager: at X.0Qu.A03(Unknown Source:30) 03-01 08:13:33.309 10136 10136 E WindowManager: at X.0lH.run(Unknown Source:27) 03-01 08:13:33.309 10136 10136 E WindowManager: at android.os.Handler.handleCallback(Handler.java:938) 03-01 08:13:33.309 10136 10136 E WindowManager: at android.os.Handler.dispatchMessage(Handler.java:99) 03-01 08:13:33.309 10136 10136 E WindowManager: at android.os.Looper.loop(Looper.java:223) 03-01 08:13:33.309 10136 10136 E WindowManager: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 08:13:33.309 10136 10136 E WindowManager: at java.lang.reflect.Method.invoke(Native Method) 03-01 08:13:33.309 10136 10136 E WindowManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 08:13:33.309 10136 10136 E WindowManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) --------- beginning of main 03-01 08:13:34.452 11945 11945 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 08:13:34.682 11945 11945 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 08:13:34.684 11945 11945 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 08:13:34.684 11945 11945 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 08:13:34.684 11945 11945 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 08:13:34.684 11945 11945 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 08:13:34.684 11945 11945 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 08:13:34.684 11945 11945 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 08:13:34.684 11945 11945 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 08:13:34.684 11945 11945 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 08:13:34.684 11945 11945 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 08:13:34.684 11945 11945 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 08:13:34.684 11945 11945 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 08:13:34.684 11945 11945 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 08:13:34.684 11945 11945 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 08:13:34.684 11945 11945 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 08:13:34.684 11945 11945 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 08:13:34.684 11945 11945 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 08:13:34.684 11945 11945 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 08:13:34.684 11945 11945 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 08:13:34.685 11945 11945 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 08:13:34.685 11945 11945 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 08:13:34.716 11945 11945 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 08:13:35.241 11945 11945 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 08:13:35.241 11945 11945 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 08:13:35.372 11945 11945 W com.mbwhatsapp: type=1400 audit(0.0:415898): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 08:13:35.379 11945 11945 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) 03-01 08:13:35.388 11945 11945 W com.mbwhatsapp: type=1400 audit(0.0:415899): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 08:13:35.408 11945 11945 W com.mbwhatsapp: type=1400 audit(0.0:415900): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 08:13:35.488 11945 11945 W com.mbwhatsapp: type=1400 audit(0.0:415901): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 08:13:35.508 11945 11945 W com.mbwhatsapp: type=1400 audit(0.0:415902): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 08:13:35.604 11945 11945 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 797ms 03-01 08:13:35.620 11945 12015 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 08:13:35.620 11945 12015 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 08:13:35.620 11945 12015 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-01 08:38:25.939 20093 20093 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 08:38:26.240 20093 20093 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 08:38:26.243 20093 20093 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 08:38:26.243 20093 20093 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 08:38:26.243 20093 20093 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 08:38:26.243 20093 20093 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 08:38:26.243 20093 20093 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 08:38:26.243 20093 20093 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 08:38:26.243 20093 20093 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 08:38:26.243 20093 20093 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 08:38:26.243 20093 20093 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 08:38:26.243 20093 20093 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 08:38:26.243 20093 20093 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 08:38:26.243 20093 20093 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 08:38:26.243 20093 20093 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 08:38:26.243 20093 20093 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 08:38:26.243 20093 20093 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 08:38:26.243 20093 20093 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 08:38:26.243 20093 20093 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 08:38:26.243 20093 20093 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 08:38:26.243 20093 20093 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 08:38:26.244 20093 20093 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 08:38:26.284 20093 20093 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 08:38:26.789 20093 20093 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 08:38:26.789 20093 20093 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 08:38:26.849 20093 20093 W com.mbwhatsapp: type=1400 audit(0.0:422683): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 08:38:26.852 20093 20093 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) 03-01 08:38:26.857 20093 20093 W com.mbwhatsapp: type=1400 audit(0.0:422684): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 08:38:26.873 20093 20093 W com.mbwhatsapp: type=1400 audit(0.0:422685): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 08:38:26.949 20093 20093 W com.mbwhatsapp: type=1400 audit(0.0:422686): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 08:38:26.969 20093 20093 W com.mbwhatsapp: type=1400 audit(0.0:422687): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 08:38:27.055 20093 20093 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 674ms 03-01 08:38:27.061 20093 20145 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 08:38:27.061 20093 20145 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 08:38:27.061 20093 20145 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 08:38:27.070 20093 20093 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1114ms --------- beginning of system 03-01 08:38:27.070 20093 20093 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 08:43:22.404 21005 21005 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 08:43:22.494 21005 21005 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 08:43:22.494 21005 21005 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 08:43:22.494 21005 21005 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 08:43:22.494 21005 21005 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 08:43:22.494 21005 21005 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 08:43:22.494 21005 21005 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 08:43:22.494 21005 21005 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 08:43:22.494 21005 21005 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 08:43:22.494 21005 21005 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 08:43:22.494 21005 21005 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 08:43:22.494 21005 21005 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 08:43:22.494 21005 21005 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 08:43:22.494 21005 21005 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 08:43:22.494 21005 21005 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 08:43:22.495 21005 21005 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 08:43:22.495 21005 21005 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 08:43:22.495 21005 21005 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 08:43:22.495 21005 21005 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 08:43:22.495 21005 21005 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 08:43:22.495 21005 21005 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 08:43:22.495 21005 21005 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 08:43:22.503 21005 21005 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 08:43:22.681 21005 21005 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 08:43:22.681 21005 21005 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 08:43:22.702 21005 21005 W com.mbwhatsapp: type=1400 audit(0.0:424372): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 08:43:22.702 21005 21005 W com.mbwhatsapp: type=1400 audit(0.0:424373): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 08:43:22.707 21005 21005 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) 03-01 08:43:22.710 21005 21005 W com.mbwhatsapp: type=1400 audit(0.0:424374): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 08:43:22.730 21005 21005 W com.mbwhatsapp: type=1400 audit(0.0:424375): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 08:43:22.734 21005 21005 W com.mbwhatsapp: type=1400 audit(0.0:424376): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 08:43:22.784 21005 21005 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 256ms 03-01 08:43:22.791 21005 21056 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 08:43:22.791 21005 21056 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 08:43:22.791 21005 21056 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-01 09:12:42.613 23832 23832 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 09:12:42.922 23832 23832 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 09:12:42.924 23832 23832 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 09:12:42.924 23832 23832 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 09:12:42.924 23832 23832 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 09:12:42.924 23832 23832 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 09:12:42.924 23832 23832 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 09:12:42.924 23832 23832 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 09:12:42.924 23832 23832 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 09:12:42.924 23832 23832 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 09:12:42.924 23832 23832 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 09:12:42.925 23832 23832 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 09:12:42.925 23832 23832 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 09:12:42.925 23832 23832 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 09:12:42.925 23832 23832 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 09:12:42.925 23832 23832 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 09:12:42.925 23832 23832 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 09:12:42.925 23832 23832 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 09:12:42.925 23832 23832 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 09:12:42.925 23832 23832 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 09:12:42.925 23832 23832 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 09:12:42.925 23832 23832 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 09:12:42.957 23832 23832 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 09:12:43.363 23832 23832 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 09:12:43.363 23832 23832 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 09:12:43.447 23832 23832 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) 03-01 09:12:43.544 23832 23832 W com.mbwhatsapp: type=1400 audit(0.0:432212): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 09:12:43.544 23832 23832 W com.mbwhatsapp: type=1400 audit(0.0:432214): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 09:12:43.638 23832 23832 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 619ms 03-01 09:12:43.645 23832 23832 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1007ms --------- beginning of system 03-01 09:12:43.645 23832 23832 W ActivityThread: Main thread can not be idle for a long time. 03-01 09:12:43.646 23832 23941 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 09:12:43.646 23832 23941 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 09:12:43.646 23832 23941 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-01 09:47:22.392 31389 31389 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 09:47:22.553 31389 31389 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 09:47:22.554 31389 31389 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 09:47:22.554 31389 31389 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 09:47:22.554 31389 31389 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 09:47:22.554 31389 31389 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 09:47:22.554 31389 31389 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 09:47:22.554 31389 31389 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 09:47:22.554 31389 31389 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 09:47:22.554 31389 31389 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 09:47:22.554 31389 31389 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 09:47:22.554 31389 31389 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 09:47:22.554 31389 31389 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 09:47:22.554 31389 31389 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 09:47:22.554 31389 31389 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 09:47:22.554 31389 31389 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 09:47:22.554 31389 31389 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 09:47:22.554 31389 31389 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 09:47:22.554 31389 31389 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 09:47:22.554 31389 31389 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 09:47:22.555 31389 31389 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 09:47:22.555 31389 31389 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 09:47:22.595 31389 31389 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 09:47:22.943 31389 31389 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 09:47:22.943 31389 31389 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 09:47:23.009 31389 31389 W com.mbwhatsapp: type=1400 audit(0.0:434510): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 09:47:23.012 31389 31389 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) 03-01 09:47:23.017 31389 31389 W com.mbwhatsapp: type=1400 audit(0.0:434511): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 09:47:23.033 31389 31389 W com.mbwhatsapp: type=1400 audit(0.0:434512): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 09:47:23.097 31389 31389 W com.mbwhatsapp: type=1400 audit(0.0:434513): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 09:47:23.109 31389 31389 W com.mbwhatsapp: type=1400 audit(0.0:434514): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 09:47:23.179 31389 31389 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 532ms 03-01 09:47:23.185 31389 31389 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 779ms --------- beginning of system 03-01 09:47:23.185 31389 31389 W ActivityThread: Main thread can not be idle for a long time. 03-01 09:47:23.192 31389 31438 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 09:47:23.192 31389 31438 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 09:47:23.192 31389 31438 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-01 09:48:38.443 32170 32170 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 09:48:38.670 32170 32170 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 09:48:38.676 32170 32170 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 09:48:38.676 32170 32170 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 09:48:38.676 32170 32170 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 09:48:38.676 32170 32170 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 09:48:38.676 32170 32170 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 09:48:38.676 32170 32170 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 09:48:38.676 32170 32170 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 09:48:38.676 32170 32170 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 09:48:38.676 32170 32170 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 09:48:38.677 32170 32170 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 09:48:38.677 32170 32170 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 09:48:38.677 32170 32170 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 09:48:38.677 32170 32170 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 09:48:38.677 32170 32170 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 09:48:38.677 32170 32170 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 09:48:38.677 32170 32170 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 09:48:38.677 32170 32170 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 09:48:38.677 32170 32170 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 09:48:38.677 32170 32170 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 09:48:38.677 32170 32170 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 09:48:38.697 32170 32170 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 09:48:38.979 32170 32170 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 09:48:38.980 32170 32170 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 09:48:39.016 32170 32170 W com.mbwhatsapp: type=1400 audit(0.0:435035): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 09:48:39.022 32170 32170 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) 03-01 09:48:39.032 32170 32170 W com.mbwhatsapp: type=1400 audit(0.0:435036): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 09:48:39.040 32170 32170 W com.mbwhatsapp: type=1400 audit(0.0:435037): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 09:48:39.092 32170 32170 W com.mbwhatsapp: type=1400 audit(0.0:435038): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 09:48:39.100 32170 32170 W com.mbwhatsapp: type=1400 audit(0.0:435039): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 09:48:39.174 32170 32170 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 433ms 03-01 09:48:39.179 32170 32217 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 09:48:39.179 32170 32217 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 09:48:39.179 32170 32217 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 09:48:39.180 32170 32170 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 718ms --------- beginning of system 03-01 09:48:39.180 32170 32170 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 12:55:01.899 2087 2087 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 12:55:02.066 2087 2087 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 12:55:02.072 2087 2087 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 12:55:02.072 2087 2087 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 12:55:02.072 2087 2087 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 12:55:02.072 2087 2087 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 12:55:02.072 2087 2087 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 12:55:02.072 2087 2087 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 12:55:02.072 2087 2087 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 12:55:02.072 2087 2087 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 12:55:02.072 2087 2087 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 12:55:02.072 2087 2087 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 12:55:02.072 2087 2087 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 12:55:02.072 2087 2087 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 12:55:02.072 2087 2087 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 12:55:02.072 2087 2087 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 12:55:02.072 2087 2087 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 12:55:02.073 2087 2087 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 12:55:02.073 2087 2087 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 12:55:02.073 2087 2087 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 12:55:02.073 2087 2087 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 12:55:02.073 2087 2087 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 12:55:02.094 2087 2087 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 12:55:02.423 2087 2087 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 12:55:02.423 2087 2087 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 12:55:02.487 2087 2087 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) 03-01 12:55:02.704 2087 2087 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 557ms 03-01 12:55:02.716 2087 2178 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 12:55:02.716 2087 2178 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 12:55:02.716 2087 2178 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 12:55:02.717 2087 2087 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 769ms --------- beginning of system 03-01 12:55:02.717 2087 2087 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 13:05:14.070 2902 2902 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 13:05:14.166 2902 2902 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 13:05:14.166 2902 2902 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 13:05:14.166 2902 2902 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 13:05:14.166 2902 2902 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 13:05:14.166 2902 2902 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 13:05:14.166 2902 2902 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 13:05:14.166 2902 2902 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 13:05:14.166 2902 2902 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 13:05:14.166 2902 2902 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 13:05:14.166 2902 2902 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 13:05:14.167 2902 2902 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 13:05:14.167 2902 2902 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 13:05:14.167 2902 2902 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 13:05:14.167 2902 2902 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 13:05:14.167 2902 2902 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 13:05:14.167 2902 2902 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 13:05:14.167 2902 2902 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 13:05:14.167 2902 2902 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 13:05:14.167 2902 2902 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 13:05:14.167 2902 2902 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 13:05:14.167 2902 2902 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 13:05:14.176 2902 2902 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 13:05:14.361 2902 2902 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 13:05:14.361 2902 2902 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 13:05:14.390 2902 2902 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) 03-01 13:05:14.474 2902 2902 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 271ms 03-01 13:05:14.481 2902 2955 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 13:05:14.481 2902 2955 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 13:05:14.481 2902 2955 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-01 13:15:00.047 3498 3498 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 13:15:00.146 3498 3498 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 13:15:00.146 3498 3498 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 13:15:00.146 3498 3498 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 13:15:00.146 3498 3498 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 13:15:00.146 3498 3498 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 13:15:00.146 3498 3498 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 13:15:00.146 3498 3498 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 13:15:00.146 3498 3498 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 13:15:00.146 3498 3498 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 13:15:00.146 3498 3498 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 13:15:00.146 3498 3498 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 13:15:00.147 3498 3498 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 13:15:00.147 3498 3498 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 13:15:00.147 3498 3498 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 13:15:00.147 3498 3498 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 13:15:00.147 3498 3498 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 13:15:00.147 3498 3498 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 13:15:00.147 3498 3498 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 13:15:00.147 3498 3498 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 13:15:00.147 3498 3498 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 13:15:00.147 3498 3498 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 13:15:00.156 3498 3498 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 13:15:00.484 3498 3498 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 13:15:00.484 3498 3498 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 13:15:00.506 3498 3498 W com.mbwhatsapp: type=1400 audit(0.0:442743): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:15:00.510 3498 3498 W com.mbwhatsapp: type=1400 audit(0.0:442744): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:15:00.512 3498 3498 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) 03-01 13:15:00.518 3498 3498 W com.mbwhatsapp: type=1400 audit(0.0:442745): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:15:00.534 3498 3498 W com.mbwhatsapp: type=1400 audit(0.0:442746): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:15:00.542 3498 3498 W com.mbwhatsapp: type=1400 audit(0.0:442747): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:15:00.607 3498 3498 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 413ms 03-01 13:15:00.611 3498 3544 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 13:15:00.611 3498 3544 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 13:15:00.611 3498 3544 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 13:15:00.614 3498 3498 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 543ms --------- beginning of system 03-01 13:15:00.614 3498 3498 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 13:19:00.125 7526 7526 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 13:19:00.546 7526 7526 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 13:19:00.550 7526 7526 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 13:19:00.550 7526 7526 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 13:19:00.550 7526 7526 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 13:19:00.550 7526 7526 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 13:19:00.550 7526 7526 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 13:19:00.550 7526 7526 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 13:19:00.550 7526 7526 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 13:19:00.550 7526 7526 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 13:19:00.550 7526 7526 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 13:19:00.550 7526 7526 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 13:19:00.550 7526 7526 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 13:19:00.550 7526 7526 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 13:19:00.550 7526 7526 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 13:19:00.550 7526 7526 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 13:19:00.550 7526 7526 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 13:19:00.550 7526 7526 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 13:19:00.551 7526 7526 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 13:19:00.551 7526 7526 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 13:19:00.551 7526 7526 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 13:19:00.551 7526 7526 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 13:19:00.605 7526 7526 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 13:19:01.046 7526 7526 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 13:19:01.047 7526 7526 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 13:19:01.115 7526 7526 W com.mbwhatsapp: type=1400 audit(0.0:443300): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:19:01.121 7526 7526 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) 03-01 13:19:01.127 7526 7526 W com.mbwhatsapp: type=1400 audit(0.0:443301): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:19:01.143 7526 7526 W com.mbwhatsapp: type=1400 audit(0.0:443302): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:19:01.247 7526 7526 W com.mbwhatsapp: type=1400 audit(0.0:443303): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:19:01.275 7526 7526 W com.mbwhatsapp: type=1400 audit(0.0:443304): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:19:01.388 7526 7526 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 701ms 03-01 13:19:01.402 7526 7526 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1259ms --------- beginning of system 03-01 13:19:01.402 7526 7526 W ActivityThread: Main thread can not be idle for a long time. 03-01 13:19:01.461 7526 7619 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 13:19:01.461 7526 7619 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 13:19:01.461 7526 7619 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-01 13:20:00.271 8181 8181 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 13:20:00.491 8181 8181 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 13:20:00.494 8181 8181 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 13:20:00.494 8181 8181 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 13:20:00.494 8181 8181 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 13:20:00.494 8181 8181 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 13:20:00.494 8181 8181 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 13:20:00.494 8181 8181 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 13:20:00.494 8181 8181 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 13:20:00.494 8181 8181 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 13:20:00.494 8181 8181 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 13:20:00.494 8181 8181 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 13:20:00.494 8181 8181 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 13:20:00.494 8181 8181 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 13:20:00.494 8181 8181 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 13:20:00.494 8181 8181 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 13:20:00.494 8181 8181 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 13:20:00.494 8181 8181 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 13:20:00.494 8181 8181 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 13:20:00.494 8181 8181 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 13:20:00.494 8181 8181 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 13:20:00.494 8181 8181 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 13:20:00.538 8181 8181 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 13:20:00.907 8181 8181 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 13:20:00.907 8181 8181 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 13:20:00.959 8181 8181 W com.mbwhatsapp: type=1400 audit(0.0:443373): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:20:00.964 8181 8181 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) 03-01 13:20:00.967 8181 8181 W com.mbwhatsapp: type=1400 audit(0.0:443374): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:20:00.975 8181 8181 W com.mbwhatsapp: type=1400 audit(0.0:443375): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:20:01.035 8181 8181 W com.mbwhatsapp: type=1400 audit(0.0:443376): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:20:01.047 8181 8181 W com.mbwhatsapp: type=1400 audit(0.0:443377): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:20:01.124 8181 8181 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 518ms 03-01 13:20:01.129 8181 8181 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 843ms --------- beginning of system 03-01 13:20:01.129 8181 8181 W ActivityThread: Main thread can not be idle for a long time. 03-01 13:20:01.136 8181 8232 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 13:20:01.136 8181 8232 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 13:20:01.136 8181 8232 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-01 13:41:53.080 15730 15730 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 13:41:53.460 15730 15730 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 13:41:53.469 15730 15730 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 13:41:53.469 15730 15730 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 13:41:53.469 15730 15730 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 13:41:53.469 15730 15730 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 13:41:53.469 15730 15730 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 13:41:53.469 15730 15730 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 13:41:53.469 15730 15730 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 13:41:53.469 15730 15730 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 13:41:53.469 15730 15730 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 13:41:53.469 15730 15730 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 13:41:53.469 15730 15730 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 13:41:53.469 15730 15730 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 13:41:53.469 15730 15730 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 13:41:53.469 15730 15730 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 13:41:53.469 15730 15730 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 13:41:53.469 15730 15730 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 13:41:53.469 15730 15730 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 13:41:53.469 15730 15730 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 13:41:53.469 15730 15730 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 13:41:53.469 15730 15730 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 13:41:53.524 15730 15730 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 13:41:54.071 15730 15730 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 13:41:54.072 15730 15730 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 13:41:54.160 15730 15730 W com.mbwhatsapp: type=1400 audit(0.0:448885): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:41:54.164 15730 15730 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) 03-01 13:41:54.168 15730 15730 W com.mbwhatsapp: type=1400 audit(0.0:448886): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:41:54.180 15730 15730 W com.mbwhatsapp: type=1400 audit(0.0:448887): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:41:54.260 15730 15730 W com.mbwhatsapp: type=1400 audit(0.0:448888): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:41:54.276 15730 15730 W com.mbwhatsapp: type=1400 audit(0.0:448889): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:41:54.369 15730 15730 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 751ms 03-01 13:41:54.374 15730 15784 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 13:41:54.374 15730 15784 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 13:41:54.374 15730 15784 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 13:41:54.381 15730 15730 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1285ms --------- beginning of system 03-01 13:41:54.381 15730 15730 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 13:42:53.851 16312 16312 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 13:42:54.082 16312 16312 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 13:42:54.092 16312 16312 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 13:42:54.092 16312 16312 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 13:42:54.092 16312 16312 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 13:42:54.092 16312 16312 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 13:42:54.092 16312 16312 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 13:42:54.092 16312 16312 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 13:42:54.092 16312 16312 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 13:42:54.092 16312 16312 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 13:42:54.092 16312 16312 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 13:42:54.092 16312 16312 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 13:42:54.092 16312 16312 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 13:42:54.092 16312 16312 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 13:42:54.092 16312 16312 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 13:42:54.092 16312 16312 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 13:42:54.092 16312 16312 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 13:42:54.092 16312 16312 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 13:42:54.092 16312 16312 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 13:42:54.092 16312 16312 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 13:42:54.092 16312 16312 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 13:42:54.092 16312 16312 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 13:42:54.106 16312 16312 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 13:42:54.546 16312 16312 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 13:42:54.546 16312 16312 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 13:42:54.628 16312 16312 W com.mbwhatsapp: type=1400 audit(0.0:449005): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:42:54.631 16312 16312 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) 03-01 13:42:54.636 16312 16312 W com.mbwhatsapp: type=1400 audit(0.0:449006): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:42:54.652 16312 16312 W com.mbwhatsapp: type=1400 audit(0.0:449007): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:42:54.724 16312 16312 W com.mbwhatsapp: type=1400 audit(0.0:449008): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:42:54.736 16312 16312 W com.mbwhatsapp: type=1400 audit(0.0:449009): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:42:54.736 16312 16312 W com.mbwhatsapp: type=1400 audit(0.0:449011): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:42:54.829 16312 16312 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 673ms 03-01 13:42:54.841 16312 16364 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 13:42:54.841 16312 16364 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 13:42:54.841 16312 16364 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 13:42:54.842 16312 16312 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 975ms --------- beginning of system 03-01 13:42:54.842 16312 16312 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 13:48:06.525 17324 17324 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 13:48:06.717 17324 17324 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 13:48:06.718 17324 17324 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 13:48:06.718 17324 17324 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 13:48:06.718 17324 17324 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 13:48:06.718 17324 17324 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 13:48:06.718 17324 17324 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 13:48:06.718 17324 17324 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 13:48:06.718 17324 17324 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 13:48:06.718 17324 17324 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 13:48:06.718 17324 17324 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 13:48:06.718 17324 17324 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 13:48:06.718 17324 17324 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 13:48:06.718 17324 17324 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 13:48:06.718 17324 17324 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 13:48:06.718 17324 17324 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 13:48:06.718 17324 17324 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 13:48:06.718 17324 17324 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 13:48:06.718 17324 17324 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 13:48:06.718 17324 17324 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 13:48:06.718 17324 17324 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 13:48:06.718 17324 17324 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 13:48:06.738 17324 17324 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 13:48:07.064 17324 17324 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 13:48:07.064 17324 17324 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 13:48:07.120 17324 17324 W com.mbwhatsapp: type=1400 audit(0.0:450478): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:48:07.125 17324 17324 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) 03-01 13:48:07.132 17324 17324 W com.mbwhatsapp: type=1400 audit(0.0:450479): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:48:07.144 17324 17324 W com.mbwhatsapp: type=1400 audit(0.0:450480): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:48:07.212 17324 17324 W com.mbwhatsapp: type=1400 audit(0.0:450481): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:48:07.224 17324 17324 W com.mbwhatsapp: type=1400 audit(0.0:450482): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:48:07.312 17324 17324 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 509ms 03-01 13:48:07.316 17324 17398 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 13:48:07.316 17324 17398 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 13:48:07.316 17324 17398 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 13:48:07.318 17324 17324 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 776ms --------- beginning of system 03-01 13:48:07.318 17324 17324 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 13:50:22.395 18111 18111 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 13:50:22.520 18111 18111 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 13:50:22.520 18111 18111 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 13:50:22.520 18111 18111 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 13:50:22.520 18111 18111 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 13:50:22.520 18111 18111 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 13:50:22.520 18111 18111 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 13:50:22.520 18111 18111 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 13:50:22.520 18111 18111 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 13:50:22.520 18111 18111 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 13:50:22.520 18111 18111 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 13:50:22.520 18111 18111 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 13:50:22.520 18111 18111 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 13:50:22.520 18111 18111 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 13:50:22.520 18111 18111 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 13:50:22.520 18111 18111 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 13:50:22.520 18111 18111 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 13:50:22.520 18111 18111 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 13:50:22.520 18111 18111 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 13:50:22.521 18111 18111 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 13:50:22.521 18111 18111 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 13:50:22.521 18111 18111 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 13:50:22.531 18111 18111 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 13:50:22.799 18111 18111 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 13:50:22.799 18111 18111 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 13:50:22.851 18111 18111 W com.mbwhatsapp: type=1400 audit(0.0:451174): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:50:22.852 18111 18111 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) 03-01 13:50:22.859 18111 18111 W com.mbwhatsapp: type=1400 audit(0.0:451175): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:50:22.875 18111 18111 W com.mbwhatsapp: type=1400 audit(0.0:451176): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:50:22.947 18111 18111 W com.mbwhatsapp: type=1400 audit(0.0:451177): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:50:22.967 18111 18111 W com.mbwhatsapp: type=1400 audit(0.0:451178): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:50:23.033 18111 18111 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 452ms 03-01 13:50:23.039 18111 18111 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 629ms --------- beginning of system 03-01 13:50:23.039 18111 18111 W ActivityThread: Main thread can not be idle for a long time. 03-01 13:50:23.046 18111 18160 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 13:50:23.046 18111 18160 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 13:50:23.046 18111 18160 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-01 13:51:22.394 18278 18278 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 13:51:22.509 18278 18278 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 13:51:22.511 18278 18278 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 13:51:22.511 18278 18278 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 13:51:22.511 18278 18278 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 13:51:22.511 18278 18278 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 13:51:22.511 18278 18278 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 13:51:22.511 18278 18278 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 13:51:22.511 18278 18278 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 13:51:22.511 18278 18278 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 13:51:22.511 18278 18278 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 13:51:22.511 18278 18278 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 13:51:22.511 18278 18278 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 13:51:22.511 18278 18278 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 13:51:22.511 18278 18278 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 13:51:22.511 18278 18278 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 13:51:22.511 18278 18278 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 13:51:22.511 18278 18278 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 13:51:22.511 18278 18278 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 13:51:22.511 18278 18278 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 13:51:22.511 18278 18278 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 13:51:22.511 18278 18278 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 13:51:22.536 18278 18278 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 13:51:22.860 18278 18278 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 13:51:22.860 18278 18278 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 13:51:22.899 18278 18278 W com.mbwhatsapp: type=1400 audit(0.0:451181): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:51:22.902 18278 18278 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) 03-01 13:51:22.915 18278 18278 W com.mbwhatsapp: type=1400 audit(0.0:451182): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:51:22.923 18278 18278 W com.mbwhatsapp: type=1400 audit(0.0:451183): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:51:22.983 18278 18278 W com.mbwhatsapp: type=1400 audit(0.0:451184): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:51:22.999 18278 18278 W com.mbwhatsapp: type=1400 audit(0.0:451185): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:51:23.057 18278 18278 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 480ms 03-01 13:51:23.061 18278 18324 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 13:51:23.061 18278 18324 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 13:51:23.061 18278 18324 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 13:51:23.064 18278 18278 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 651ms --------- beginning of system 03-01 13:51:23.064 18278 18278 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 13:55:41.401 18569 18569 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 13:55:41.545 18569 18569 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 13:55:41.546 18569 18569 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 13:55:41.546 18569 18569 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 13:55:41.546 18569 18569 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 13:55:41.546 18569 18569 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 13:55:41.546 18569 18569 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 13:55:41.546 18569 18569 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 13:55:41.546 18569 18569 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 13:55:41.546 18569 18569 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 13:55:41.546 18569 18569 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 13:55:41.546 18569 18569 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 13:55:41.546 18569 18569 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 13:55:41.546 18569 18569 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 13:55:41.546 18569 18569 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 13:55:41.546 18569 18569 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 13:55:41.546 18569 18569 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 13:55:41.546 18569 18569 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 13:55:41.546 18569 18569 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 13:55:41.546 18569 18569 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 13:55:41.546 18569 18569 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 13:55:41.546 18569 18569 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 13:55:41.567 18569 18569 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 13:55:41.854 18569 18569 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 13:55:41.854 18569 18569 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 13:55:41.893 18569 18569 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) 03-01 13:55:42.057 18569 18569 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 435ms 03-01 13:55:42.063 18569 18569 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 632ms --------- beginning of system 03-01 13:55:42.063 18569 18569 W ActivityThread: Main thread can not be idle for a long time. 03-01 13:55:42.069 18569 18650 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 13:55:42.069 18569 18650 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 13:55:42.069 18569 18650 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-01 13:55:45.776 18877 18877 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 13:55:45.838 18877 18877 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 13:55:45.839 18877 18877 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 13:55:45.839 18877 18877 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 13:55:45.839 18877 18877 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 13:55:45.839 18877 18877 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 13:55:45.839 18877 18877 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 13:55:45.839 18877 18877 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 13:55:45.839 18877 18877 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 13:55:45.839 18877 18877 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 13:55:45.839 18877 18877 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 13:55:45.839 18877 18877 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 13:55:45.839 18877 18877 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 13:55:45.839 18877 18877 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 13:55:45.839 18877 18877 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 13:55:45.839 18877 18877 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 13:55:45.839 18877 18877 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 13:55:45.839 18877 18877 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 13:55:45.839 18877 18877 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 13:55:45.839 18877 18877 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 13:55:45.839 18877 18877 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 13:55:45.839 18877 18877 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 13:55:45.844 18877 18877 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 13:55:45.970 18877 18877 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 13:55:45.970 18877 18877 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 13:55:45.983 18877 18877 W com.mbwhatsapp: type=1400 audit(0.0:452463): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:55:45.983 18877 18877 W com.mbwhatsapp: type=1400 audit(0.0:452464): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:55:45.985 18877 18877 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) 03-01 13:55:45.987 18877 18877 W com.mbwhatsapp: type=1400 audit(0.0:452465): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:55:45.999 18877 18877 W com.mbwhatsapp: type=1400 audit(0.0:452466): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:55:46.003 18877 18877 W com.mbwhatsapp: type=1400 audit(0.0:452467): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:55:46.003 18877 18877 W com.mbwhatsapp: type=1400 audit(0.0:452468): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:55:46.003 18877 18877 W com.mbwhatsapp: type=1400 audit(0.0:452469): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:55:46.043 18877 18927 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 13:55:46.043 18877 18927 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 13:55:46.043 18877 18927 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-01 13:58:00.697 19709 19709 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 13:58:00.888 19709 19709 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 13:58:00.890 19709 19709 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 13:58:00.890 19709 19709 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 13:58:00.890 19709 19709 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 13:58:00.890 19709 19709 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 13:58:00.890 19709 19709 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 13:58:00.890 19709 19709 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 13:58:00.890 19709 19709 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 13:58:00.890 19709 19709 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 13:58:00.890 19709 19709 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 13:58:00.890 19709 19709 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 13:58:00.890 19709 19709 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 13:58:00.890 19709 19709 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 13:58:00.890 19709 19709 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 13:58:00.890 19709 19709 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 13:58:00.890 19709 19709 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 13:58:00.890 19709 19709 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 13:58:00.891 19709 19709 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 13:58:00.891 19709 19709 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 13:58:00.891 19709 19709 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 13:58:00.891 19709 19709 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 13:58:00.904 19709 19709 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 13:58:01.155 19709 19709 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 13:58:01.155 19709 19709 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 13:58:01.231 19709 19709 W com.mbwhatsapp: type=1400 audit(0.0:453003): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:58:01.232 19709 19709 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) 03-01 13:58:01.239 19709 19709 W com.mbwhatsapp: type=1400 audit(0.0:453004): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:58:01.255 19709 19709 W com.mbwhatsapp: type=1400 audit(0.0:453005): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:58:01.315 19709 19709 W com.mbwhatsapp: type=1400 audit(0.0:453006): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:58:01.331 19709 19709 W com.mbwhatsapp: type=1400 audit(0.0:453007): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:58:01.390 19709 19709 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 443ms 03-01 13:58:01.397 19709 19709 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 686ms --------- beginning of system 03-01 13:58:01.397 19709 19709 W ActivityThread: Main thread can not be idle for a long time. 03-01 13:58:01.407 19709 19758 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 13:58:01.407 19709 19758 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 13:58:01.407 19709 19758 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-01 13:58:35.356 20458 20458 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 13:58:35.646 20458 20458 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 13:58:35.648 20458 20458 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 13:58:35.648 20458 20458 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 13:58:35.648 20458 20458 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 13:58:35.648 20458 20458 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 13:58:35.648 20458 20458 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 13:58:35.648 20458 20458 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 13:58:35.648 20458 20458 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 13:58:35.648 20458 20458 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 13:58:35.648 20458 20458 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 13:58:35.648 20458 20458 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 13:58:35.648 20458 20458 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 13:58:35.648 20458 20458 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 13:58:35.648 20458 20458 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 13:58:35.648 20458 20458 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 13:58:35.648 20458 20458 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 13:58:35.648 20458 20458 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 13:58:35.648 20458 20458 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 13:58:35.648 20458 20458 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 13:58:35.648 20458 20458 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 13:58:35.648 20458 20458 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 13:58:35.691 20458 20458 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 13:58:36.001 20458 20458 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 13:58:36.001 20458 20458 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 13:58:36.063 20458 20458 W com.mbwhatsapp: type=1400 audit(0.0:453072): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:58:36.065 20458 20458 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) 03-01 13:58:36.071 20458 20458 W com.mbwhatsapp: type=1400 audit(0.0:453073): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:58:36.083 20458 20458 W com.mbwhatsapp: type=1400 audit(0.0:453074): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:58:36.147 20458 20458 W com.mbwhatsapp: type=1400 audit(0.0:453075): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:58:36.163 20458 20458 W com.mbwhatsapp: type=1400 audit(0.0:453076): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 13:58:36.260 20458 20458 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 505ms 03-01 13:58:36.264 20458 20507 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 13:58:36.264 20458 20507 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 13:58:36.264 20458 20507 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 13:58:36.268 20458 20458 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 894ms --------- beginning of system 03-01 13:58:36.268 20458 20458 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 13:59:39.953 21487 21487 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 13:59:40.056 21487 21487 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 13:59:40.056 21487 21487 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 13:59:40.056 21487 21487 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 13:59:40.056 21487 21487 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 13:59:40.056 21487 21487 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 13:59:40.056 21487 21487 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 13:59:40.056 21487 21487 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 13:59:40.056 21487 21487 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 13:59:40.056 21487 21487 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 13:59:40.056 21487 21487 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 13:59:40.056 21487 21487 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 13:59:40.056 21487 21487 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 13:59:40.056 21487 21487 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 13:59:40.056 21487 21487 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 13:59:40.056 21487 21487 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 13:59:40.056 21487 21487 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 13:59:40.056 21487 21487 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 13:59:40.056 21487 21487 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 13:59:40.056 21487 21487 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 13:59:40.056 21487 21487 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 13:59:40.056 21487 21487 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 13:59:40.064 21487 21487 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 13:59:40.325 21487 21487 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 13:59:40.325 21487 21487 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 13:59:40.349 21487 21487 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) 03-01 13:59:40.425 21487 21487 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 331ms 03-01 13:59:40.428 21487 21539 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 13:59:40.428 21487 21539 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 13:59:40.428 21487 21539 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-01 14:01:22.397 23276 23276 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 14:01:22.662 23276 23276 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 14:01:22.663 23276 23276 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 14:01:22.663 23276 23276 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 14:01:22.663 23276 23276 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 14:01:22.663 23276 23276 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 14:01:22.664 23276 23276 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 14:01:22.664 23276 23276 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 14:01:22.664 23276 23276 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 14:01:22.664 23276 23276 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 14:01:22.664 23276 23276 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 14:01:22.664 23276 23276 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 14:01:22.664 23276 23276 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 14:01:22.664 23276 23276 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 14:01:22.664 23276 23276 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 14:01:22.664 23276 23276 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 14:01:22.664 23276 23276 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 14:01:22.664 23276 23276 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 14:01:22.664 23276 23276 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 14:01:22.664 23276 23276 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 14:01:22.664 23276 23276 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 14:01:22.664 23276 23276 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 14:01:22.686 23276 23276 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 14:01:23.069 23276 23276 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 14:01:23.069 23276 23276 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 14:01:23.143 23276 23276 W com.mbwhatsapp: type=1400 audit(0.0:454562): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 14:01:23.144 23276 23276 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) 03-01 14:01:23.151 23276 23276 W com.mbwhatsapp: type=1400 audit(0.0:454563): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 14:01:23.167 23276 23276 W com.mbwhatsapp: type=1400 audit(0.0:454564): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 14:01:23.219 23276 23276 W com.mbwhatsapp: type=1400 audit(0.0:454565): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 14:01:23.235 23276 23276 W com.mbwhatsapp: type=1400 audit(0.0:454566): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 14:01:23.320 23276 23276 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 590ms 03-01 14:01:23.379 23276 23324 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 14:01:23.379 23276 23324 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 14:01:23.379 23276 23324 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 14:01:23.379 23276 23276 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 968ms --------- beginning of system 03-01 14:01:23.379 23276 23276 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 14:03:25.929 23955 23955 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 14:03:26.306 23955 23955 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 14:03:26.309 23955 23955 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 14:03:26.309 23955 23955 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 14:03:26.310 23955 23955 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 14:03:26.310 23955 23955 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 14:03:26.310 23955 23955 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 14:03:26.310 23955 23955 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 14:03:26.310 23955 23955 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 14:03:26.310 23955 23955 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 14:03:26.310 23955 23955 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 14:03:26.310 23955 23955 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 14:03:26.310 23955 23955 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 14:03:26.310 23955 23955 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 14:03:26.310 23955 23955 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 14:03:26.310 23955 23955 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 14:03:26.310 23955 23955 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 14:03:26.310 23955 23955 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 14:03:26.310 23955 23955 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 14:03:26.310 23955 23955 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 14:03:26.310 23955 23955 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 14:03:26.310 23955 23955 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 14:03:26.348 23955 23955 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 14:03:26.850 23955 23955 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 14:03:26.851 23955 23955 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 14:03:26.958 23955 23955 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) 03-01 14:03:27.172 23955 23955 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 751ms 03-01 14:03:27.181 23955 24092 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 14:03:27.181 23955 24092 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 14:03:27.181 23955 24092 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 14:03:27.197 23955 23955 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1226ms --------- beginning of system 03-01 14:03:27.197 23955 23955 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 14:16:22.388 26601 26601 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 14:16:22.713 26601 26601 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 14:16:22.715 26601 26601 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 14:16:22.715 26601 26601 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 14:16:22.715 26601 26601 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 14:16:22.715 26601 26601 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 14:16:22.715 26601 26601 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 14:16:22.715 26601 26601 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 14:16:22.715 26601 26601 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 14:16:22.715 26601 26601 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 14:16:22.715 26601 26601 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 14:16:22.715 26601 26601 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 14:16:22.715 26601 26601 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 14:16:22.715 26601 26601 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 14:16:22.715 26601 26601 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 14:16:22.715 26601 26601 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 14:16:22.715 26601 26601 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 14:16:22.716 26601 26601 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 14:16:22.716 26601 26601 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 14:16:22.716 26601 26601 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 14:16:22.716 26601 26601 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 14:16:22.716 26601 26601 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 14:16:22.766 26601 26601 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 14:16:23.281 26601 26601 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 14:16:23.281 26601 26601 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 14:16:23.359 26601 26601 W com.mbwhatsapp: type=1400 audit(0.0:456147): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 14:16:23.362 26601 26601 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) 03-01 14:16:23.371 26601 26601 W com.mbwhatsapp: type=1400 audit(0.0:456148): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 14:16:23.383 26601 26601 W com.mbwhatsapp: type=1400 audit(0.0:456149): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 14:16:23.455 26601 26601 W com.mbwhatsapp: type=1400 audit(0.0:456150): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 14:16:23.467 26601 26601 W com.mbwhatsapp: type=1400 audit(0.0:456151): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 14:16:23.564 26601 26601 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 729ms 03-01 14:16:23.570 26601 26601 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1156ms --------- beginning of system 03-01 14:16:23.570 26601 26601 W ActivityThread: Main thread can not be idle for a long time. 03-01 14:16:23.579 26601 26660 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 14:16:23.579 26601 26660 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 14:16:23.579 26601 26660 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-01 14:17:22.392 27891 27891 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 14:17:22.751 27891 27891 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 14:17:22.753 27891 27891 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 14:17:22.753 27891 27891 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 14:17:22.753 27891 27891 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 14:17:22.753 27891 27891 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 14:17:22.753 27891 27891 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 14:17:22.753 27891 27891 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 14:17:22.753 27891 27891 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 14:17:22.753 27891 27891 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 14:17:22.753 27891 27891 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 14:17:22.753 27891 27891 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 14:17:22.753 27891 27891 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 14:17:22.753 27891 27891 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 14:17:22.753 27891 27891 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 14:17:22.753 27891 27891 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 14:17:22.753 27891 27891 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 14:17:22.753 27891 27891 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 14:17:22.753 27891 27891 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 14:17:22.753 27891 27891 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 14:17:22.753 27891 27891 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 14:17:22.753 27891 27891 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 14:17:22.764 27891 27891 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 14:17:23.039 27891 27891 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 14:17:23.041 27891 27891 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 14:17:23.126 27891 27891 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) 03-01 14:17:23.135 27891 27891 W com.mbwhatsapp: type=1400 audit(0.0:456873): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 14:17:23.151 27891 27891 W com.mbwhatsapp: type=1400 audit(0.0:456874): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 14:17:23.227 27891 27891 W com.mbwhatsapp: type=1400 audit(0.0:456875): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 14:17:23.239 27891 27891 W com.mbwhatsapp: type=1400 audit(0.0:456876): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 14:17:23.239 27891 27891 W com.mbwhatsapp: type=1400 audit(0.0:456877): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 14:17:23.318 27891 27891 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 514ms 03-01 14:17:23.357 27891 27891 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 949ms --------- beginning of system 03-01 14:17:23.357 27891 27891 W ActivityThread: Main thread can not be idle for a long time. 03-01 14:17:23.364 27891 28004 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 14:17:23.364 27891 28004 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 14:17:23.364 27891 28004 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-01 14:23:04.867 28732 28732 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 14:23:05.110 28732 28732 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 14:23:05.117 28732 28732 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 14:23:05.117 28732 28732 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 14:23:05.117 28732 28732 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 14:23:05.117 28732 28732 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 14:23:05.117 28732 28732 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 14:23:05.117 28732 28732 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 14:23:05.117 28732 28732 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 14:23:05.117 28732 28732 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 14:23:05.117 28732 28732 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 14:23:05.117 28732 28732 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 14:23:05.117 28732 28732 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 14:23:05.117 28732 28732 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 14:23:05.117 28732 28732 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 14:23:05.117 28732 28732 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 14:23:05.117 28732 28732 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 14:23:05.117 28732 28732 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 14:23:05.117 28732 28732 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 14:23:05.117 28732 28732 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 14:23:05.117 28732 28732 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 14:23:05.117 28732 28732 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 14:23:05.136 28732 28732 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 14:23:05.409 28732 28732 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 14:23:05.409 28732 28732 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 14:23:05.472 28732 28732 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) 03-01 14:23:05.671 28732 28732 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 492ms 03-01 14:23:05.673 28732 28827 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 14:23:05.673 28732 28827 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 14:23:05.673 28732 28827 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 14:23:05.677 28732 28732 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 793ms --------- beginning of system 03-01 14:23:05.677 28732 28732 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 14:30:00.209 7373 7373 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 14:30:00.541 7373 7373 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 14:30:00.548 7373 7373 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 14:30:00.548 7373 7373 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 14:30:00.548 7373 7373 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 14:30:00.548 7373 7373 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 14:30:00.548 7373 7373 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 14:30:00.548 7373 7373 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 14:30:00.548 7373 7373 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 14:30:00.548 7373 7373 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 14:30:00.548 7373 7373 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 14:30:00.548 7373 7373 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 14:30:00.548 7373 7373 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 14:30:00.548 7373 7373 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 14:30:00.548 7373 7373 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 14:30:00.548 7373 7373 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 14:30:00.548 7373 7373 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 14:30:00.548 7373 7373 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 14:30:00.548 7373 7373 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 14:30:00.548 7373 7373 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 14:30:00.548 7373 7373 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 14:30:00.548 7373 7373 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 14:30:00.580 7373 7373 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 14:37:03.025 7949 7949 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 14:37:03.103 7949 7949 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 14:37:03.104 7949 7949 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 14:37:03.104 7949 7949 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 14:37:03.104 7949 7949 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 14:37:03.104 7949 7949 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 14:37:03.104 7949 7949 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 14:37:03.104 7949 7949 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 14:37:03.104 7949 7949 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 14:37:03.104 7949 7949 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 14:37:03.104 7949 7949 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 14:37:03.104 7949 7949 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 14:37:03.104 7949 7949 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 14:37:03.104 7949 7949 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 14:37:03.104 7949 7949 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 14:37:03.104 7949 7949 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 14:37:03.104 7949 7949 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 14:37:03.104 7949 7949 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 14:37:03.104 7949 7949 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 14:37:03.104 7949 7949 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 14:37:03.104 7949 7949 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 14:37:03.104 7949 7949 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 14:37:03.112 7949 7949 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 14:37:03.415 7949 7949 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 14:37:03.415 7949 7949 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 14:37:03.481 7949 7949 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) 03-01 14:37:03.679 7949 7949 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 544ms 03-01 14:37:03.684 7949 7949 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 643ms --------- beginning of system 03-01 14:37:03.684 7949 7949 W ActivityThread: Main thread can not be idle for a long time. 03-01 14:37:03.689 7949 8033 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 14:37:03.689 7949 8033 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 14:37:03.689 7949 8033 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-01 14:45:00.198 8347 8347 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 14:45:00.486 8347 8347 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 14:45:00.493 8347 8347 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 14:45:00.493 8347 8347 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 14:45:00.493 8347 8347 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 14:45:00.493 8347 8347 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 14:45:00.493 8347 8347 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 14:45:00.493 8347 8347 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 14:45:00.493 8347 8347 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 14:45:00.493 8347 8347 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 14:45:00.493 8347 8347 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 14:45:00.493 8347 8347 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 14:45:00.493 8347 8347 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 14:45:00.493 8347 8347 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 14:45:00.493 8347 8347 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 14:45:00.493 8347 8347 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 14:45:00.493 8347 8347 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 14:45:00.493 8347 8347 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 14:45:00.493 8347 8347 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 14:45:00.493 8347 8347 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 14:45:00.493 8347 8347 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 14:45:00.493 8347 8347 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 14:45:00.506 8347 8347 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 14:46:22.707 8633 8633 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 14:46:22.792 8633 8633 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 14:46:22.793 8633 8633 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 14:46:22.793 8633 8633 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 14:46:22.793 8633 8633 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 14:46:22.793 8633 8633 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 14:46:22.793 8633 8633 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 14:46:22.793 8633 8633 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 14:46:22.793 8633 8633 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 14:46:22.793 8633 8633 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 14:46:22.793 8633 8633 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 14:46:22.793 8633 8633 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 14:46:22.793 8633 8633 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 14:46:22.793 8633 8633 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 14:46:22.793 8633 8633 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 14:46:22.793 8633 8633 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 14:46:22.793 8633 8633 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 14:46:22.793 8633 8633 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 14:46:22.793 8633 8633 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 14:46:22.793 8633 8633 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 14:46:22.793 8633 8633 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 14:46:22.793 8633 8633 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 14:46:22.801 8633 8633 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 14:46:22.981 8633 8633 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 14:46:22.982 8633 8633 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 14:46:23.016 8633 8633 W com.mbwhatsapp: type=1400 audit(0.0:461174): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 14:46:23.021 8633 8633 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) 03-01 14:46:23.024 8633 8633 W com.mbwhatsapp: type=1400 audit(0.0:461175): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 14:46:23.032 8633 8633 W com.mbwhatsapp: type=1400 audit(0.0:461176): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 14:46:23.076 8633 8633 W com.mbwhatsapp: type=1400 audit(0.0:461177): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 14:46:23.080 8633 8633 W com.mbwhatsapp: type=1400 audit(0.0:461178): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 14:46:23.080 8633 8633 W com.mbwhatsapp: type=1400 audit(0.0:461179): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 14:46:23.080 8633 8633 W com.mbwhatsapp: type=1400 audit(0.0:461180): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 14:46:23.137 8633 8633 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 312ms 03-01 14:46:23.151 8633 8682 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 14:46:23.151 8633 8682 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 14:46:23.151 8633 8682 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-01 14:50:38.355 9277 9277 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 14:50:38.589 9277 9277 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 14:50:38.594 9277 9277 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 14:50:38.594 9277 9277 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 14:50:38.594 9277 9277 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 14:50:38.595 9277 9277 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 14:50:38.595 9277 9277 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 14:50:38.595 9277 9277 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 14:50:38.595 9277 9277 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 14:50:38.595 9277 9277 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 14:50:38.595 9277 9277 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 14:50:38.595 9277 9277 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 14:50:38.595 9277 9277 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 14:50:38.595 9277 9277 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 14:50:38.595 9277 9277 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 14:50:38.595 9277 9277 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 14:50:38.595 9277 9277 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 14:50:38.595 9277 9277 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 14:50:38.595 9277 9277 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 14:50:38.595 9277 9277 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 14:50:38.595 9277 9277 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 14:50:38.595 9277 9277 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 14:50:38.626 9277 9277 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 14:50:39.000 9277 9277 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 14:50:39.001 9277 9277 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 14:50:39.047 9277 9277 W com.mbwhatsapp: type=1400 audit(0.0:462108): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 14:50:39.053 9277 9277 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) 03-01 14:50:39.063 9277 9277 W com.mbwhatsapp: type=1400 audit(0.0:462109): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 14:50:39.071 9277 9277 W com.mbwhatsapp: type=1400 audit(0.0:462110): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 14:50:39.127 9277 9277 W com.mbwhatsapp: type=1400 audit(0.0:462111): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 14:50:39.139 9277 9277 W com.mbwhatsapp: type=1400 audit(0.0:462112): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 14:50:39.231 9277 9277 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 535ms 03-01 14:50:39.238 9277 9277 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 867ms --------- beginning of system 03-01 14:50:39.238 9277 9277 W ActivityThread: Main thread can not be idle for a long time. 03-01 14:50:39.240 9277 9327 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 14:50:39.240 9277 9327 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 14:50:39.240 9277 9327 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-01 14:57:24.447 9740 9740 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 14:57:24.529 9740 9740 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 14:57:24.530 9740 9740 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 14:57:24.530 9740 9740 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 14:57:24.530 9740 9740 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 14:57:24.530 9740 9740 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 14:57:24.530 9740 9740 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 14:57:24.530 9740 9740 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 14:57:24.530 9740 9740 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 14:57:24.530 9740 9740 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 14:57:24.530 9740 9740 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 14:57:24.530 9740 9740 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 14:57:24.530 9740 9740 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 14:57:24.530 9740 9740 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 14:57:24.530 9740 9740 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 14:57:24.530 9740 9740 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 14:57:24.530 9740 9740 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 14:57:24.530 9740 9740 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 14:57:24.530 9740 9740 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 14:57:24.530 9740 9740 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 14:57:24.530 9740 9740 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 14:57:24.530 9740 9740 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 14:57:24.538 9740 9740 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 14:57:24.705 9740 9740 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 14:57:24.706 9740 9740 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 14:57:24.727 9740 9740 W com.mbwhatsapp: type=1400 audit(0.0:467834): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 14:57:24.727 9740 9740 W com.mbwhatsapp: type=1400 audit(0.0:467835): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 14:57:24.730 9740 9740 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) 03-01 14:57:24.735 9740 9740 W com.mbwhatsapp: type=1400 audit(0.0:467836): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 14:57:24.751 9740 9740 W com.mbwhatsapp: type=1400 audit(0.0:467837): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 14:57:24.755 9740 9740 W com.mbwhatsapp: type=1400 audit(0.0:467838): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 14:57:24.755 9740 9740 W com.mbwhatsapp: type=1400 audit(0.0:467839): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 14:57:24.801 9740 9740 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 241ms 03-01 14:57:24.820 9740 9786 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 14:57:24.820 9740 9786 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 14:57:24.820 9740 9786 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-01 15:14:29.966 10582 10582 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 15:14:30.058 10582 10582 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 15:14:30.058 10582 10582 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 15:14:30.058 10582 10582 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 15:14:30.058 10582 10582 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 15:14:30.058 10582 10582 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 15:14:30.058 10582 10582 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 15:14:30.058 10582 10582 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 15:14:30.058 10582 10582 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 15:14:30.058 10582 10582 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 15:14:30.058 10582 10582 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 15:14:30.058 10582 10582 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 15:14:30.058 10582 10582 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 15:14:30.058 10582 10582 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 15:14:30.058 10582 10582 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 15:14:30.058 10582 10582 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 15:14:30.058 10582 10582 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 15:14:30.058 10582 10582 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 15:14:30.058 10582 10582 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 15:14:30.058 10582 10582 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 15:14:30.058 10582 10582 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 15:14:30.058 10582 10582 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 15:14:30.066 10582 10582 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 15:14:30.285 10582 10582 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 15:14:30.285 10582 10582 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 15:14:30.311 10582 10582 W com.mbwhatsapp: type=1400 audit(0.0:468652): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 15:14:30.311 10582 10582 W com.mbwhatsapp: type=1400 audit(0.0:468653): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 15:14:30.314 10582 10582 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) 03-01 15:14:30.319 10582 10582 W com.mbwhatsapp: type=1400 audit(0.0:468654): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 15:14:30.339 10582 10582 W com.mbwhatsapp: type=1400 audit(0.0:468655): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 15:14:30.343 10582 10582 W com.mbwhatsapp: type=1400 audit(0.0:468656): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 15:14:30.343 10582 10582 W com.mbwhatsapp: type=1400 audit(0.0:468657): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 15:14:30.343 10582 10582 W com.mbwhatsapp: type=1400 audit(0.0:468658): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 15:14:30.394 10582 10582 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 303ms 03-01 15:14:30.411 10582 10631 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 15:14:30.411 10582 10631 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 15:14:30.411 10582 10631 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-01 15:16:56.294 10747 10747 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 15:16:56.383 10747 10747 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 15:16:56.383 10747 10747 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 15:16:56.383 10747 10747 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 15:16:56.383 10747 10747 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 15:16:56.383 10747 10747 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 15:16:56.383 10747 10747 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 15:16:56.383 10747 10747 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 15:16:56.383 10747 10747 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 15:16:56.383 10747 10747 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 15:16:56.383 10747 10747 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 15:16:56.383 10747 10747 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 15:16:56.383 10747 10747 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 15:16:56.383 10747 10747 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 15:16:56.383 10747 10747 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 15:16:56.383 10747 10747 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 15:16:56.383 10747 10747 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 15:16:56.384 10747 10747 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 15:16:56.384 10747 10747 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 15:16:56.384 10747 10747 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 15:16:56.384 10747 10747 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 15:16:56.384 10747 10747 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 15:16:56.394 10747 10747 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 15:16:56.695 10747 10747 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 15:16:56.696 10747 10747 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 15:16:56.741 10747 10747 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) 03-01 15:16:56.847 10747 10747 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 419ms 03-01 15:16:56.850 10747 10822 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 15:16:56.850 10747 10822 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 15:16:56.850 10747 10822 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 15:16:56.859 10747 10747 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 549ms --------- beginning of system 03-01 15:16:56.859 10747 10747 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 15:41:42.192 12202 12202 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 15:41:42.315 12202 12202 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 15:41:42.315 12202 12202 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 15:41:42.315 12202 12202 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 15:41:42.315 12202 12202 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 15:41:42.315 12202 12202 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 15:41:42.315 12202 12202 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 15:41:42.315 12202 12202 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 15:41:42.315 12202 12202 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 15:41:42.315 12202 12202 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 15:41:42.315 12202 12202 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 15:41:42.315 12202 12202 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 15:41:42.316 12202 12202 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 15:41:42.316 12202 12202 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 15:41:42.316 12202 12202 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 15:41:42.316 12202 12202 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 15:41:42.316 12202 12202 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 15:41:42.316 12202 12202 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 15:41:42.316 12202 12202 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 15:41:42.316 12202 12202 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 15:41:42.316 12202 12202 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 15:41:42.316 12202 12202 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 15:41:42.324 12202 12202 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 15:41:42.650 12202 12202 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 15:41:42.651 12202 12202 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 15:41:42.710 12202 12202 W com.mbwhatsapp: type=1400 audit(0.0:470173): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 15:41:42.716 12202 12202 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) 03-01 15:41:42.730 12202 12202 W com.mbwhatsapp: type=1400 audit(0.0:470174): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 15:41:42.738 12202 12202 W com.mbwhatsapp: type=1400 audit(0.0:470175): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 15:41:42.806 12202 12202 W com.mbwhatsapp: type=1400 audit(0.0:470176): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 15:41:42.818 12202 12202 W com.mbwhatsapp: type=1400 audit(0.0:470177): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 15:41:42.818 12202 12202 W com.mbwhatsapp: type=1400 audit(0.0:470178): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 15:41:42.818 12202 12202 W com.mbwhatsapp: type=1400 audit(0.0:470179): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 15:41:42.912 12202 12202 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 559ms 03-01 15:41:42.922 12202 12257 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 15:41:42.922 12202 12257 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 15:41:42.922 12202 12257 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 15:41:42.926 12202 12202 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 713ms --------- beginning of system 03-01 15:41:42.926 12202 12202 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 15:42:22.401 12718 12718 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 15:42:22.637 12718 12718 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 15:42:22.643 12718 12718 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 15:42:22.643 12718 12718 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 15:42:22.643 12718 12718 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 15:42:22.643 12718 12718 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 15:42:22.643 12718 12718 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 15:42:22.643 12718 12718 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 15:42:22.643 12718 12718 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 15:42:22.643 12718 12718 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 15:42:22.643 12718 12718 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 15:42:22.643 12718 12718 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 15:42:22.643 12718 12718 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 15:42:22.644 12718 12718 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 15:42:22.644 12718 12718 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 15:42:22.644 12718 12718 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 15:42:22.644 12718 12718 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 15:42:22.644 12718 12718 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 15:42:22.644 12718 12718 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 15:42:22.644 12718 12718 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 15:42:22.644 12718 12718 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 15:42:22.644 12718 12718 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 15:42:22.661 12718 12718 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 15:42:23.003 12718 12718 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 15:42:23.003 12718 12718 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 15:42:23.062 12718 12718 W com.mbwhatsapp: type=1400 audit(0.0:470544): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 15:42:23.066 12718 12718 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) 03-01 15:42:23.078 12718 12718 W com.mbwhatsapp: type=1400 audit(0.0:470545): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 15:42:23.098 12718 12718 W com.mbwhatsapp: type=1400 audit(0.0:470546): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 15:42:23.154 12718 12718 W com.mbwhatsapp: type=1400 audit(0.0:470547): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 15:42:23.162 12718 12718 W com.mbwhatsapp: type=1400 audit(0.0:470548): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 15:42:23.162 12718 12718 W com.mbwhatsapp: type=1400 audit(0.0:470549): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 15:42:23.162 12718 12718 W com.mbwhatsapp: type=1400 audit(0.0:470550): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 15:42:23.262 12718 12718 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 530ms 03-01 15:42:23.270 12718 12718 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 850ms --------- beginning of system 03-01 15:42:23.270 12718 12718 W ActivityThread: Main thread can not be idle for a long time. 03-01 15:42:23.278 12718 12766 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 15:42:23.278 12718 12766 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 15:42:23.278 12718 12766 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-01 15:50:01.989 13405 13405 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 15:50:02.241 13405 13405 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 15:50:02.247 13405 13405 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 15:50:02.247 13405 13405 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 15:50:02.247 13405 13405 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 15:50:02.247 13405 13405 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 15:50:02.247 13405 13405 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 15:50:02.247 13405 13405 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 15:50:02.247 13405 13405 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 15:50:02.247 13405 13405 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 15:50:02.247 13405 13405 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 15:50:02.247 13405 13405 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 15:50:02.247 13405 13405 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 15:50:02.247 13405 13405 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 15:50:02.247 13405 13405 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 15:50:02.247 13405 13405 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 15:50:02.247 13405 13405 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 15:50:02.247 13405 13405 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 15:50:02.247 13405 13405 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 15:50:02.247 13405 13405 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 15:50:02.247 13405 13405 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 15:50:02.247 13405 13405 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 15:50:02.268 13405 13405 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 15:50:02.576 13405 13405 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 15:50:02.576 13405 13405 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 15:50:02.635 13405 13405 W com.mbwhatsapp: type=1400 audit(0.0:472175): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 15:50:02.639 13405 13405 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) 03-01 15:50:02.651 13405 13405 W com.mbwhatsapp: type=1400 audit(0.0:472176): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 15:50:02.667 13405 13405 W com.mbwhatsapp: type=1400 audit(0.0:472177): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 15:50:02.743 13405 13405 W com.mbwhatsapp: type=1400 audit(0.0:472178): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 15:50:02.759 13405 13405 W com.mbwhatsapp: type=1400 audit(0.0:472179): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 15:50:02.836 13405 13405 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 518ms 03-01 15:50:02.836 13405 13511 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 15:50:02.836 13405 13511 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 15:50:02.836 13405 13511 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 15:50:02.843 13405 13405 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 837ms --------- beginning of system 03-01 15:50:02.843 13405 13405 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-01 16:40:43.339 16889 16889 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 16:40:43.652 16889 16889 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 16:40:43.654 16889 16889 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 16:40:43.654 16889 16889 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 16:40:43.654 16889 16889 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 16:40:43.654 16889 16889 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 16:40:43.654 16889 16889 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 16:40:43.654 16889 16889 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 16:40:43.654 16889 16889 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 16:40:43.654 16889 16889 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 16:40:43.654 16889 16889 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 16:40:43.654 16889 16889 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 16:40:43.654 16889 16889 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 16:40:43.654 16889 16889 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 16:40:43.654 16889 16889 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 16:40:43.654 16889 16889 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 16:40:43.654 16889 16889 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 16:40:43.654 16889 16889 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 16:40:43.654 16889 16889 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 16:40:43.654 16889 16889 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 16:40:43.654 16889 16889 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 16:40:43.654 16889 16889 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 16:40:43.695 16889 16889 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 16:40:44.076 16889 16889 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 16:40:44.077 16889 16889 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 16:40:44.135 16889 16889 W com.mbwhatsapp: type=1400 audit(0.0:474116): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 16:40:44.140 16889 16889 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) 03-01 16:40:44.147 16889 16889 W com.mbwhatsapp: type=1400 audit(0.0:474117): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 16:40:44.163 16889 16889 W com.mbwhatsapp: type=1400 audit(0.0:474118): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 16:40:44.231 16889 16889 W com.mbwhatsapp: type=1400 audit(0.0:474119): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 16:40:44.247 16889 16889 W com.mbwhatsapp: type=1400 audit(0.0:474120): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 16:40:44.347 16889 16889 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 582ms 03-01 16:40:44.352 16889 16889 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 994ms --------- beginning of system 03-01 16:40:44.352 16889 16889 W ActivityThread: Main thread can not be idle for a long time. 03-01 16:40:44.354 16889 16944 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 16:40:44.354 16889 16944 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 16:40:44.354 16889 16944 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-01 17:46:30.606 18373 18373 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 17:46:30.696 18373 18373 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 17:46:30.696 18373 18373 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 17:46:30.696 18373 18373 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 17:46:30.696 18373 18373 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 17:46:30.696 18373 18373 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 17:46:30.696 18373 18373 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 17:46:30.696 18373 18373 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 17:46:30.696 18373 18373 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 17:46:30.696 18373 18373 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 17:46:30.696 18373 18373 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 17:46:30.696 18373 18373 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 17:46:30.696 18373 18373 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 17:46:30.696 18373 18373 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 17:46:30.696 18373 18373 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 17:46:30.696 18373 18373 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 17:46:30.696 18373 18373 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 17:46:30.696 18373 18373 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 17:46:30.696 18373 18373 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 17:46:30.696 18373 18373 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 17:46:30.696 18373 18373 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 17:46:30.696 18373 18373 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 17:46:30.704 18373 18373 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 17:46:30.873 18373 18373 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 17:46:30.873 18373 18373 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 17:46:30.895 18373 18373 W com.mbwhatsapp: type=1400 audit(0.0:476570): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 17:46:30.899 18373 18373 W com.mbwhatsapp: type=1400 audit(0.0:476571): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 17:46:30.900 18373 18373 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) 03-01 17:46:30.907 18373 18373 W com.mbwhatsapp: type=1400 audit(0.0:476572): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 17:46:30.923 18373 18373 W com.mbwhatsapp: type=1400 audit(0.0:476573): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 17:46:30.927 18373 18373 W com.mbwhatsapp: type=1400 audit(0.0:476574): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 17:46:30.927 18373 18373 W com.mbwhatsapp: type=1400 audit(0.0:476575): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 17:46:30.927 18373 18373 W com.mbwhatsapp: type=1400 audit(0.0:476576): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 17:46:30.977 18373 18373 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 248ms 03-01 17:46:30.992 18373 18422 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 17:46:30.992 18373 18422 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 17:46:30.992 18373 18422 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-01 17:56:35.404 19154 19154 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 17:56:35.575 19154 19154 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 17:56:35.576 19154 19154 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 17:56:35.577 19154 19154 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 17:56:35.577 19154 19154 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 17:56:35.577 19154 19154 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 17:56:35.577 19154 19154 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 17:56:35.577 19154 19154 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 17:56:35.577 19154 19154 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 17:56:35.577 19154 19154 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 17:56:35.577 19154 19154 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 17:56:35.577 19154 19154 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 17:56:35.577 19154 19154 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 17:56:35.577 19154 19154 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 17:56:35.577 19154 19154 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 17:56:35.577 19154 19154 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 17:56:35.577 19154 19154 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 17:56:35.577 19154 19154 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 17:56:35.577 19154 19154 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 17:56:35.577 19154 19154 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 17:56:35.577 19154 19154 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 17:56:35.577 19154 19154 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 17:56:35.592 19154 19154 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 17:56:35.977 19154 19154 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 17:56:35.977 19154 19154 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 17:56:36.049 19154 19154 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) 03-01 17:56:36.226 19154 19154 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 568ms 03-01 17:56:36.233 19154 19154 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 801ms --------- beginning of system 03-01 17:56:36.233 19154 19154 W ActivityThread: Main thread can not be idle for a long time. 03-01 17:56:36.236 19154 19225 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 17:56:36.236 19154 19225 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 17:56:36.236 19154 19225 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-01 17:57:04.785 19538 19538 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 17:57:04.849 19538 19538 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 17:57:04.849 19538 19538 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 17:57:04.849 19538 19538 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 17:57:04.849 19538 19538 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 17:57:04.849 19538 19538 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 17:57:04.849 19538 19538 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 17:57:04.849 19538 19538 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 17:57:04.849 19538 19538 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 17:57:04.849 19538 19538 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 17:57:04.849 19538 19538 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 17:57:04.849 19538 19538 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 17:57:04.849 19538 19538 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 17:57:04.849 19538 19538 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 17:57:04.849 19538 19538 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 17:57:04.849 19538 19538 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 17:57:04.849 19538 19538 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 17:57:04.849 19538 19538 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 17:57:04.849 19538 19538 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 17:57:04.849 19538 19538 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 17:57:04.849 19538 19538 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 17:57:04.849 19538 19538 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 17:57:04.855 19538 19538 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 17:57:04.981 19538 19538 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 17:57:04.981 19538 19538 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 17:57:04.988 19538 19538 W com.mbwhatsapp: type=1400 audit(0.0:478932): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 17:57:04.992 19538 19538 W com.mbwhatsapp: type=1400 audit(0.0:478933): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 17:57:04.996 19538 19538 W com.mbwhatsapp: type=1400 audit(0.0:478934): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 17:57:04.996 19538 19538 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) 03-01 17:57:05.008 19538 19538 W com.mbwhatsapp: type=1400 audit(0.0:478935): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 17:57:05.012 19538 19538 W com.mbwhatsapp: type=1400 audit(0.0:478936): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 17:57:05.012 19538 19538 W com.mbwhatsapp: type=1400 audit(0.0:478937): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-01 17:57:05.056 19538 19616 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 17:57:05.056 19538 19616 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 17:57:05.056 19538 19616 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-01 18:10:06.404 20935 20935 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-01 18:10:06.662 20935 20935 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-01 18:10:06.663 20935 20935 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-01 18:10:06.663 20935 20935 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-01 18:10:06.663 20935 20935 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-01 18:10:06.663 20935 20935 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-01 18:10:06.663 20935 20935 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-01 18:10:06.663 20935 20935 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-01 18:10:06.663 20935 20935 W System.err: at java.lang.Class.newInstance(Native Method) 03-01 18:10:06.663 20935 20935 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-01 18:10:06.663 20935 20935 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-01 18:10:06.663 20935 20935 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-01 18:10:06.664 20935 20935 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-01 18:10:06.664 20935 20935 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-01 18:10:06.664 20935 20935 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-01 18:10:06.664 20935 20935 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-01 18:10:06.664 20935 20935 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-01 18:10:06.664 20935 20935 W System.err: at android.os.Looper.loop(Looper.java:223) 03-01 18:10:06.664 20935 20935 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-01 18:10:06.664 20935 20935 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-01 18:10:06.664 20935 20935 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-01 18:10:06.664 20935 20935 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-01 18:10:06.693 20935 20935 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-01 18:10:06.957 20935 20935 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-01 18:10:06.957 20935 20935 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-01 18:10:07.014 20935 20935 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) 03-01 18:10:07.183 20935 20935 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 443ms 03-01 18:10:07.187 20935 21008 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-01 18:10:07.187 20935 21008 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-01 18:10:07.187 20935 21008 W com.mbwhatsapp: and incorrect proguard optimizations. 03-01 18:10:07.188 20935 20935 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 763ms --------- beginning of system 03-01 18:10:07.188 20935 20935 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-02 06:17:09.824 23862 23862 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-02 06:17:10.137 23862 23862 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-02 06:17:10.139 23862 23862 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-02 06:17:10.139 23862 23862 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-02 06:17:10.140 23862 23862 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-02 06:17:10.140 23862 23862 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-02 06:17:10.140 23862 23862 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-02 06:17:10.140 23862 23862 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-02 06:17:10.140 23862 23862 W System.err: at java.lang.Class.newInstance(Native Method) 03-02 06:17:10.140 23862 23862 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-02 06:17:10.140 23862 23862 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-02 06:17:10.140 23862 23862 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-02 06:17:10.140 23862 23862 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-02 06:17:10.140 23862 23862 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-02 06:17:10.140 23862 23862 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-02 06:17:10.140 23862 23862 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-02 06:17:10.140 23862 23862 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-02 06:17:10.140 23862 23862 W System.err: at android.os.Looper.loop(Looper.java:223) 03-02 06:17:10.140 23862 23862 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-02 06:17:10.140 23862 23862 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-02 06:17:10.140 23862 23862 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-02 06:17:10.140 23862 23862 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-02 06:17:10.182 23862 23862 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-02 06:17:10.610 23862 23862 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-02 06:17:10.611 23862 23862 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-02 06:17:10.673 23862 23862 W com.mbwhatsapp: type=1400 audit(0.0:487725): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 06:17:10.679 23862 23862 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) 03-02 06:17:10.685 23862 23862 W com.mbwhatsapp: type=1400 audit(0.0:487726): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 06:17:10.701 23862 23862 W com.mbwhatsapp: type=1400 audit(0.0:487727): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 06:17:10.777 23862 23862 W com.mbwhatsapp: type=1400 audit(0.0:487728): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 06:17:10.797 23862 23862 W com.mbwhatsapp: type=1400 audit(0.0:487729): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 06:17:10.898 23862 23862 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 646ms 03-02 06:17:10.904 23862 23918 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-02 06:17:10.904 23862 23918 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-02 06:17:10.904 23862 23918 W com.mbwhatsapp: and incorrect proguard optimizations. 03-02 06:17:10.906 23862 23862 W CheckTime: App running slow: Executing androidx.work.impl.background.systemalarm.RescheduleReceiver scheduleReceive took 1068ms --------- beginning of system 03-02 06:17:10.906 23862 23862 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-02 06:17:13.182 24146 24146 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-02 06:17:13.269 24146 24146 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-02 06:17:13.270 24146 24146 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-02 06:17:13.270 24146 24146 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-02 06:17:13.270 24146 24146 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-02 06:17:13.270 24146 24146 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-02 06:17:13.270 24146 24146 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-02 06:17:13.270 24146 24146 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-02 06:17:13.270 24146 24146 W System.err: at java.lang.Class.newInstance(Native Method) 03-02 06:17:13.270 24146 24146 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-02 06:17:13.270 24146 24146 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-02 06:17:13.270 24146 24146 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-02 06:17:13.270 24146 24146 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-02 06:17:13.270 24146 24146 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-02 06:17:13.270 24146 24146 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-02 06:17:13.270 24146 24146 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-02 06:17:13.270 24146 24146 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-02 06:17:13.270 24146 24146 W System.err: at android.os.Looper.loop(Looper.java:223) 03-02 06:17:13.270 24146 24146 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-02 06:17:13.270 24146 24146 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-02 06:17:13.270 24146 24146 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-02 06:17:13.270 24146 24146 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-02 06:17:13.279 24146 24146 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-02 06:17:13.546 24146 24146 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-02 06:17:13.546 24146 24146 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-02 06:17:13.565 24146 24146 W com.mbwhatsapp: type=1400 audit(0.0:487736): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 06:17:13.569 24146 24146 W com.mbwhatsapp: type=1400 audit(0.0:487737): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 06:17:13.573 24146 24146 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) 03-02 06:17:13.577 24146 24146 W com.mbwhatsapp: type=1400 audit(0.0:487738): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 06:17:13.652 24146 24146 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 347ms 03-02 06:17:13.670 24146 24198 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-02 06:17:13.670 24146 24198 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-02 06:17:13.670 24146 24198 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-02 06:17:35.126 26936 26936 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-02 06:17:35.528 26936 26936 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-02 06:17:35.530 26936 26936 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-02 06:17:35.530 26936 26936 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-02 06:17:35.530 26936 26936 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-02 06:17:35.530 26936 26936 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-02 06:17:35.530 26936 26936 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-02 06:17:35.530 26936 26936 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-02 06:17:35.530 26936 26936 W System.err: at java.lang.Class.newInstance(Native Method) 03-02 06:17:35.530 26936 26936 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-02 06:17:35.530 26936 26936 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-02 06:17:35.530 26936 26936 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-02 06:17:35.530 26936 26936 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-02 06:17:35.530 26936 26936 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-02 06:17:35.530 26936 26936 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-02 06:17:35.530 26936 26936 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-02 06:17:35.531 26936 26936 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-02 06:17:35.531 26936 26936 W System.err: at android.os.Looper.loop(Looper.java:223) 03-02 06:17:35.531 26936 26936 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-02 06:17:35.531 26936 26936 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-02 06:17:35.531 26936 26936 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-02 06:17:35.531 26936 26936 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-02 06:17:35.580 26936 26936 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-02 06:17:36.222 26936 26936 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-02 06:17:36.222 26936 26936 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-02 06:17:36.289 26936 26936 W com.mbwhatsapp: type=1400 audit(0.0:487894): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 06:17:36.293 26936 26936 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) 03-02 06:17:36.297 26936 26936 W com.mbwhatsapp: type=1400 audit(0.0:487895): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 06:17:36.317 26936 26936 W com.mbwhatsapp: type=1400 audit(0.0:487896): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 06:17:36.393 26936 26936 W com.mbwhatsapp: type=1400 audit(0.0:487897): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 06:17:36.401 26936 26936 W com.mbwhatsapp: type=1400 audit(0.0:487898): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 06:17:36.490 26936 26936 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 816ms 03-02 06:17:36.492 26936 26936 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.FMBackupReceiver scheduleReceive took 1344ms --------- beginning of system 03-02 06:17:36.492 26936 26936 W ActivityThread: Main thread can not be idle for a long time. 03-02 06:17:36.508 26936 27019 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-02 06:17:36.508 26936 27019 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-02 06:17:36.508 26936 27019 W com.mbwhatsapp: and incorrect proguard optimizations. 03-02 06:17:36.734 26936 27101 W WM-Processor: Didn't find WorkSpec for id WorkGenerationalId(workSpecId=e57e9a63-f3de-4e0c-876a-d7ba0a0a4072, generation=0) --------- beginning of main 03-02 19:16:00.017 31945 31945 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-02 19:16:00.368 31945 31945 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-02 19:16:00.370 31945 31945 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-02 19:16:00.370 31945 31945 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-02 19:16:00.370 31945 31945 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-02 19:16:00.371 31945 31945 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-02 19:16:00.371 31945 31945 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-02 19:16:00.371 31945 31945 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-02 19:16:00.371 31945 31945 W System.err: at java.lang.Class.newInstance(Native Method) 03-02 19:16:00.371 31945 31945 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-02 19:16:00.371 31945 31945 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-02 19:16:00.371 31945 31945 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-02 19:16:00.371 31945 31945 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-02 19:16:00.371 31945 31945 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-02 19:16:00.371 31945 31945 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-02 19:16:00.371 31945 31945 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-02 19:16:00.371 31945 31945 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-02 19:16:00.371 31945 31945 W System.err: at android.os.Looper.loop(Looper.java:223) 03-02 19:16:00.371 31945 31945 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-02 19:16:00.371 31945 31945 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-02 19:16:00.371 31945 31945 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-02 19:16:00.371 31945 31945 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-02 19:16:00.421 31945 31945 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 216ms 03-02 19:16:00.435 31945 31945 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-02 19:16:01.211 31945 31945 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-02 19:16:01.212 31945 31945 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-02 19:16:01.348 31945 31945 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) 03-02 19:16:01.343 31945 31945 W com.mbwhatsapp: type=1400 audit(0.0:552599): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 19:16:01.367 31945 31945 W com.mbwhatsapp: type=1400 audit(0.0:552600): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 19:16:01.391 31945 31945 W com.mbwhatsapp: type=1400 audit(0.0:552601): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 19:16:01.523 31945 31945 W com.mbwhatsapp: type=1400 audit(0.0:552602): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 19:16:01.539 31945 31945 W com.mbwhatsapp: type=1400 audit(0.0:552603): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 19:16:01.648 31945 31945 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1122ms 03-02 19:16:01.668 31945 32170 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-02 19:16:01.668 31945 32170 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-02 19:16:01.668 31945 32170 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-02 19:51:10.162 393 393 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-02 19:51:10.310 393 393 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-02 19:51:10.313 393 393 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-02 19:51:10.313 393 393 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-02 19:51:10.313 393 393 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-02 19:51:10.313 393 393 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-02 19:51:10.313 393 393 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-02 19:51:10.313 393 393 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-02 19:51:10.313 393 393 W System.err: at java.lang.Class.newInstance(Native Method) 03-02 19:51:10.313 393 393 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-02 19:51:10.313 393 393 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-02 19:51:10.313 393 393 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-02 19:51:10.313 393 393 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-02 19:51:10.313 393 393 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-02 19:51:10.313 393 393 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-02 19:51:10.313 393 393 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-02 19:51:10.313 393 393 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-02 19:51:10.313 393 393 W System.err: at android.os.Looper.loop(Looper.java:223) 03-02 19:51:10.313 393 393 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-02 19:51:10.313 393 393 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-02 19:51:10.313 393 393 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-02 19:51:10.313 393 393 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-02 19:51:10.329 393 393 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-02 19:51:10.624 393 393 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-02 19:51:10.624 393 393 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-02 19:51:10.655 393 393 W com.mbwhatsapp: type=1400 audit(0.0:553296): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 19:51:10.659 393 393 W com.mbwhatsapp: type=1400 audit(0.0:553297): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 19:51:10.659 393 393 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) 03-02 19:51:10.667 393 393 W com.mbwhatsapp: type=1400 audit(0.0:553298): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 19:51:10.711 393 393 W com.mbwhatsapp: type=1400 audit(0.0:553299): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 19:51:10.715 393 393 W com.mbwhatsapp: type=1400 audit(0.0:553300): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 19:51:10.776 393 393 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 398ms 03-02 19:51:10.785 393 804 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-02 19:51:10.785 393 804 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-02 19:51:10.785 393 804 W com.mbwhatsapp: and incorrect proguard optimizations. 03-02 19:51:10.787 393 393 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 599ms --------- beginning of system 03-02 19:51:10.787 393 393 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-02 19:52:17.876 1735 1735 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-02 19:52:18.052 1735 1735 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-02 19:52:18.057 1735 1735 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-02 19:52:18.057 1735 1735 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-02 19:52:18.057 1735 1735 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-02 19:52:18.057 1735 1735 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-02 19:52:18.057 1735 1735 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-02 19:52:18.057 1735 1735 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-02 19:52:18.057 1735 1735 W System.err: at java.lang.Class.newInstance(Native Method) 03-02 19:52:18.057 1735 1735 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-02 19:52:18.057 1735 1735 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-02 19:52:18.057 1735 1735 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-02 19:52:18.057 1735 1735 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-02 19:52:18.057 1735 1735 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-02 19:52:18.057 1735 1735 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-02 19:52:18.057 1735 1735 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-02 19:52:18.057 1735 1735 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-02 19:52:18.057 1735 1735 W System.err: at android.os.Looper.loop(Looper.java:223) 03-02 19:52:18.057 1735 1735 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-02 19:52:18.057 1735 1735 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-02 19:52:18.057 1735 1735 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-02 19:52:18.057 1735 1735 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-02 19:52:18.087 1735 1735 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-02 19:52:18.505 1735 1735 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-02 19:52:18.505 1735 1735 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-02 19:52:18.554 1735 1735 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) 03-02 19:52:18.716 1735 1735 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 549ms 03-02 19:52:18.724 1735 1735 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 830ms --------- beginning of system 03-02 19:52:18.724 1735 1735 W ActivityThread: Main thread can not be idle for a long time. 03-02 19:52:18.737 1735 1814 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-02 19:52:18.737 1735 1814 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-02 19:52:18.737 1735 1814 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-02 20:08:39.222 5008 5008 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-02 20:08:39.662 5008 5008 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-02 20:08:39.664 5008 5008 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-02 20:08:39.664 5008 5008 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-02 20:08:39.664 5008 5008 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-02 20:08:39.664 5008 5008 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-02 20:08:39.664 5008 5008 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-02 20:08:39.664 5008 5008 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-02 20:08:39.664 5008 5008 W System.err: at java.lang.Class.newInstance(Native Method) 03-02 20:08:39.664 5008 5008 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-02 20:08:39.664 5008 5008 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-02 20:08:39.664 5008 5008 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-02 20:08:39.664 5008 5008 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-02 20:08:39.664 5008 5008 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-02 20:08:39.664 5008 5008 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-02 20:08:39.665 5008 5008 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-02 20:08:39.665 5008 5008 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-02 20:08:39.665 5008 5008 W System.err: at android.os.Looper.loop(Looper.java:223) 03-02 20:08:39.665 5008 5008 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-02 20:08:39.665 5008 5008 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-02 20:08:39.665 5008 5008 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-02 20:08:39.665 5008 5008 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-02 20:08:39.745 5008 5008 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 272ms 03-02 20:08:39.758 5008 5008 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-02 20:08:40.477 5008 5008 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-02 20:08:40.477 5008 5008 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-02 20:08:40.605 5008 5008 W com.mbwhatsapp: type=1400 audit(0.0:555670): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 20:08:40.608 5008 5008 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) 03-02 20:08:40.617 5008 5008 W com.mbwhatsapp: type=1400 audit(0.0:555671): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 20:08:41.033 5008 5008 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1139ms 03-02 20:08:41.049 5008 5008 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1810ms --------- beginning of system 03-02 20:08:41.050 5008 5008 W ActivityThread: Main thread can not be idle for a long time. 03-02 20:08:41.055 5008 5183 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-02 20:08:41.055 5008 5183 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-02 20:08:41.055 5008 5183 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-02 20:09:22.398 5927 5927 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-02 20:09:22.512 5927 5927 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-02 20:09:22.512 5927 5927 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-02 20:09:22.512 5927 5927 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-02 20:09:22.512 5927 5927 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-02 20:09:22.512 5927 5927 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-02 20:09:22.513 5927 5927 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-02 20:09:22.513 5927 5927 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-02 20:09:22.513 5927 5927 W System.err: at java.lang.Class.newInstance(Native Method) 03-02 20:09:22.513 5927 5927 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-02 20:09:22.513 5927 5927 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-02 20:09:22.513 5927 5927 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-02 20:09:22.513 5927 5927 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-02 20:09:22.513 5927 5927 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-02 20:09:22.513 5927 5927 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-02 20:09:22.513 5927 5927 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-02 20:09:22.513 5927 5927 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-02 20:09:22.513 5927 5927 W System.err: at android.os.Looper.loop(Looper.java:223) 03-02 20:09:22.513 5927 5927 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-02 20:09:22.513 5927 5927 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-02 20:09:22.513 5927 5927 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-02 20:09:22.513 5927 5927 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-02 20:09:22.521 5927 5927 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-02 20:09:22.729 5927 5927 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-02 20:09:22.729 5927 5927 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-02 20:09:22.773 5927 5927 W com.mbwhatsapp: type=1400 audit(0.0:555810): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 20:09:22.777 5927 5927 W com.mbwhatsapp: type=1400 audit(0.0:555811): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 20:09:22.778 5927 5927 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) 03-02 20:09:22.785 5927 5927 W com.mbwhatsapp: type=1400 audit(0.0:555812): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 20:09:22.805 5927 5927 W com.mbwhatsapp: type=1400 audit(0.0:555813): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 20:09:22.809 5927 5927 W com.mbwhatsapp: type=1400 audit(0.0:555814): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 20:09:22.863 5927 5927 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 315ms 03-02 20:09:22.874 5927 5985 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-02 20:09:22.874 5927 5985 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-02 20:09:22.874 5927 5985 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-02 20:11:22.435 7420 7420 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-02 20:11:22.534 7420 7420 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-02 20:11:22.535 7420 7420 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-02 20:11:22.535 7420 7420 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-02 20:11:22.535 7420 7420 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-02 20:11:22.535 7420 7420 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-02 20:11:22.535 7420 7420 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-02 20:11:22.535 7420 7420 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-02 20:11:22.535 7420 7420 W System.err: at java.lang.Class.newInstance(Native Method) 03-02 20:11:22.535 7420 7420 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-02 20:11:22.535 7420 7420 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-02 20:11:22.535 7420 7420 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-02 20:11:22.535 7420 7420 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-02 20:11:22.535 7420 7420 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-02 20:11:22.535 7420 7420 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-02 20:11:22.535 7420 7420 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-02 20:11:22.536 7420 7420 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-02 20:11:22.536 7420 7420 W System.err: at android.os.Looper.loop(Looper.java:223) 03-02 20:11:22.536 7420 7420 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-02 20:11:22.536 7420 7420 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-02 20:11:22.536 7420 7420 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-02 20:11:22.536 7420 7420 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-02 20:11:22.554 7420 7420 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-02 20:11:22.893 7420 7420 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-02 20:11:22.893 7420 7420 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-02 20:11:22.933 7420 7420 W com.mbwhatsapp: type=1400 audit(0.0:556360): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 20:11:22.940 7420 7420 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) 03-02 20:11:22.941 7420 7420 W com.mbwhatsapp: type=1400 audit(0.0:556361): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 20:11:22.953 7420 7420 W com.mbwhatsapp: type=1400 audit(0.0:556362): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 20:11:23.009 7420 7420 W com.mbwhatsapp: type=1400 audit(0.0:556363): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 20:11:23.021 7420 7420 W com.mbwhatsapp: type=1400 audit(0.0:556364): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 20:11:23.021 7420 7420 W com.mbwhatsapp: type=1400 audit(0.0:556366): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 20:11:23.092 7420 7420 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 493ms 03-02 20:11:23.097 7420 7420 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 646ms --------- beginning of system 03-02 20:11:23.097 7420 7420 W ActivityThread: Main thread can not be idle for a long time. 03-02 20:11:23.104 7420 7468 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-02 20:11:23.104 7420 7468 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-02 20:11:23.104 7420 7468 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-02 20:54:29.206 24087 24087 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-02 20:54:29.661 24087 24087 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-02 20:54:29.663 24087 24087 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-02 20:54:29.664 24087 24087 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-02 20:54:29.664 24087 24087 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-02 20:54:29.664 24087 24087 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-02 20:54:29.664 24087 24087 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-02 20:54:29.664 24087 24087 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-02 20:54:29.664 24087 24087 W System.err: at java.lang.Class.newInstance(Native Method) 03-02 20:54:29.664 24087 24087 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-02 20:54:29.664 24087 24087 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-02 20:54:29.664 24087 24087 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-02 20:54:29.664 24087 24087 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-02 20:54:29.664 24087 24087 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-02 20:54:29.664 24087 24087 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-02 20:54:29.664 24087 24087 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-02 20:54:29.664 24087 24087 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-02 20:54:29.664 24087 24087 W System.err: at android.os.Looper.loop(Looper.java:223) 03-02 20:54:29.664 24087 24087 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-02 20:54:29.664 24087 24087 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-02 20:54:29.664 24087 24087 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-02 20:54:29.664 24087 24087 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-02 20:54:29.713 24087 24087 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-02 20:54:30.230 24087 24087 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-02 20:54:30.230 24087 24087 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-02 20:54:30.350 24087 24087 W com.mbwhatsapp: type=1400 audit(0.0:565437): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 20:54:30.356 24087 24087 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) 03-02 20:54:30.366 24087 24087 W com.mbwhatsapp: type=1400 audit(0.0:565438): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 20:54:30.394 24087 24087 W com.mbwhatsapp: type=1400 audit(0.0:565439): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 20:54:30.514 24087 24087 W com.mbwhatsapp: type=1400 audit(0.0:565440): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 20:54:30.550 24087 24087 W com.mbwhatsapp: type=1400 audit(0.0:565441): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 20:54:30.729 24087 24087 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 937ms 03-02 20:54:30.741 24087 24087 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1509ms --------- beginning of system 03-02 20:54:30.741 24087 24087 W ActivityThread: Main thread can not be idle for a long time. 03-02 20:54:30.748 24087 24326 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-02 20:54:30.748 24087 24326 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-02 20:54:30.748 24087 24326 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-02 21:30:00.266 26991 26991 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-02 21:30:00.556 26991 26991 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-02 21:30:00.563 26991 26991 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-02 21:30:00.563 26991 26991 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-02 21:30:00.563 26991 26991 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-02 21:30:00.563 26991 26991 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-02 21:30:00.563 26991 26991 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-02 21:30:00.563 26991 26991 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-02 21:30:00.563 26991 26991 W System.err: at java.lang.Class.newInstance(Native Method) 03-02 21:30:00.563 26991 26991 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-02 21:30:00.563 26991 26991 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-02 21:30:00.563 26991 26991 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-02 21:30:00.563 26991 26991 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-02 21:30:00.563 26991 26991 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-02 21:30:00.563 26991 26991 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-02 21:30:00.563 26991 26991 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-02 21:30:00.563 26991 26991 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-02 21:30:00.563 26991 26991 W System.err: at android.os.Looper.loop(Looper.java:223) 03-02 21:30:00.563 26991 26991 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-02 21:30:00.563 26991 26991 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-02 21:30:00.563 26991 26991 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-02 21:30:00.563 26991 26991 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-02 21:30:00.611 26991 26991 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-02 21:30:01.058 26991 26991 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-02 21:30:01.059 26991 26991 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-02 21:30:01.133 26991 26991 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) 03-02 21:30:01.350 26991 26991 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 646ms 03-02 21:30:01.357 26991 26991 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1073ms --------- beginning of system 03-02 21:30:01.357 26991 26991 W ActivityThread: Main thread can not be idle for a long time. 03-02 21:30:01.359 26991 27040 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-02 21:30:01.359 26991 27040 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-02 21:30:01.359 26991 27040 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-02 22:30:00.203 10356 10356 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-02 22:30:00.540 10356 10356 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-02 22:30:00.543 10356 10356 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-02 22:30:00.543 10356 10356 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-02 22:30:00.543 10356 10356 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-02 22:30:00.543 10356 10356 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-02 22:30:00.543 10356 10356 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-02 22:30:00.543 10356 10356 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-02 22:30:00.543 10356 10356 W System.err: at java.lang.Class.newInstance(Native Method) 03-02 22:30:00.543 10356 10356 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-02 22:30:00.543 10356 10356 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-02 22:30:00.543 10356 10356 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-02 22:30:00.543 10356 10356 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-02 22:30:00.543 10356 10356 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-02 22:30:00.543 10356 10356 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-02 22:30:00.543 10356 10356 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-02 22:30:00.543 10356 10356 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-02 22:30:00.543 10356 10356 W System.err: at android.os.Looper.loop(Looper.java:223) 03-02 22:30:00.543 10356 10356 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-02 22:30:00.544 10356 10356 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-02 22:30:00.544 10356 10356 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-02 22:30:00.544 10356 10356 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-02 22:30:00.592 10356 10356 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-02 22:30:01.013 10356 10356 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-02 22:30:01.014 10356 10356 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-02 22:30:01.084 10356 10356 W com.mbwhatsapp: type=1400 audit(0.0:577367): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 22:30:01.089 10356 10356 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) 03-02 22:30:01.096 10356 10356 W com.mbwhatsapp: type=1400 audit(0.0:577368): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 22:30:01.108 10356 10356 W com.mbwhatsapp: type=1400 audit(0.0:577369): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 22:30:01.192 10356 10356 W com.mbwhatsapp: type=1400 audit(0.0:577370): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 22:30:01.216 10356 10356 W com.mbwhatsapp: type=1400 audit(0.0:577371): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 22:30:01.328 10356 10356 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 661ms 03-02 22:30:01.335 10356 10405 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-02 22:30:01.335 10356 10405 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-02 22:30:01.335 10356 10405 W com.mbwhatsapp: and incorrect proguard optimizations. 03-02 22:30:01.338 10356 10356 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1116ms --------- beginning of system 03-02 22:30:01.338 10356 10356 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-02 22:51:05.219 16608 16608 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-02 22:51:05.516 16608 16608 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-02 22:51:05.520 16608 16608 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-02 22:51:05.520 16608 16608 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-02 22:51:05.520 16608 16608 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-02 22:51:05.520 16608 16608 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-02 22:51:05.520 16608 16608 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-02 22:51:05.520 16608 16608 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-02 22:51:05.520 16608 16608 W System.err: at java.lang.Class.newInstance(Native Method) 03-02 22:51:05.521 16608 16608 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-02 22:51:05.521 16608 16608 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-02 22:51:05.521 16608 16608 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-02 22:51:05.521 16608 16608 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-02 22:51:05.521 16608 16608 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-02 22:51:05.521 16608 16608 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-02 22:51:05.521 16608 16608 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-02 22:51:05.521 16608 16608 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-02 22:51:05.521 16608 16608 W System.err: at android.os.Looper.loop(Looper.java:223) 03-02 22:51:05.521 16608 16608 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-02 22:51:05.521 16608 16608 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-02 22:51:05.521 16608 16608 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-02 22:51:05.521 16608 16608 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-02 22:51:05.550 16608 16608 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-02 22:51:05.862 16608 16608 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-02 22:51:05.862 16608 16608 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-02 22:51:05.913 16608 16608 W com.mbwhatsapp: type=1400 audit(0.0:579524): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 22:51:05.920 16608 16608 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) 03-02 22:51:05.925 16608 16608 W com.mbwhatsapp: type=1400 audit(0.0:579525): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 22:51:05.937 16608 16608 W com.mbwhatsapp: type=1400 audit(0.0:579526): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 22:51:05.985 16608 16608 W com.mbwhatsapp: type=1400 audit(0.0:579527): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 22:51:05.993 16608 16608 W com.mbwhatsapp: type=1400 audit(0.0:579528): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 22:51:06.068 16608 16608 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 464ms 03-02 22:51:06.074 16608 16608 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 833ms --------- beginning of system 03-02 22:51:06.075 16608 16608 W ActivityThread: Main thread can not be idle for a long time. 03-02 22:51:06.077 16608 16654 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-02 22:51:06.077 16608 16654 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-02 22:51:06.077 16608 16654 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-02 23:51:05.202 1902 1902 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-02 23:51:05.562 1902 1902 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-02 23:51:05.564 1902 1902 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-02 23:51:05.564 1902 1902 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-02 23:51:05.564 1902 1902 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-02 23:51:05.564 1902 1902 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-02 23:51:05.564 1902 1902 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-02 23:51:05.564 1902 1902 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-02 23:51:05.565 1902 1902 W System.err: at java.lang.Class.newInstance(Native Method) 03-02 23:51:05.565 1902 1902 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-02 23:51:05.565 1902 1902 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-02 23:51:05.565 1902 1902 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-02 23:51:05.565 1902 1902 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-02 23:51:05.565 1902 1902 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-02 23:51:05.565 1902 1902 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-02 23:51:05.565 1902 1902 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-02 23:51:05.565 1902 1902 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-02 23:51:05.565 1902 1902 W System.err: at android.os.Looper.loop(Looper.java:223) 03-02 23:51:05.565 1902 1902 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-02 23:51:05.565 1902 1902 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-02 23:51:05.565 1902 1902 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-02 23:51:05.565 1902 1902 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-02 23:51:05.619 1902 1902 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-02 23:51:06.065 1902 1902 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-02 23:51:06.065 1902 1902 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-02 23:51:06.146 1902 1902 W com.mbwhatsapp: type=1400 audit(0.0:599874): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 23:51:06.150 1902 1902 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) 03-02 23:51:06.158 1902 1902 W com.mbwhatsapp: type=1400 audit(0.0:599875): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 23:51:06.170 1902 1902 W com.mbwhatsapp: type=1400 audit(0.0:599876): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 23:51:06.258 1902 1902 W com.mbwhatsapp: type=1400 audit(0.0:599877): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 23:51:06.266 1902 1902 W com.mbwhatsapp: type=1400 audit(0.0:599878): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-02 23:51:06.354 1902 1902 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 673ms 03-02 23:51:06.361 1902 1985 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-02 23:51:06.361 1902 1985 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-02 23:51:06.361 1902 1985 W com.mbwhatsapp: and incorrect proguard optimizations. 03-02 23:51:06.363 1902 1902 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1146ms --------- beginning of system 03-02 23:51:06.363 1902 1902 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 00:30:00.785 10934 10934 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 00:59:04.642 11188 11188 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 00:59:04.812 11188 11188 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 00:59:04.814 11188 11188 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 00:59:04.814 11188 11188 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 00:59:04.814 11188 11188 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 00:59:04.814 11188 11188 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 00:59:04.814 11188 11188 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 00:59:04.814 11188 11188 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 00:59:04.814 11188 11188 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 00:59:04.814 11188 11188 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 00:59:04.814 11188 11188 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 00:59:04.814 11188 11188 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 00:59:04.814 11188 11188 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 00:59:04.814 11188 11188 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 00:59:04.814 11188 11188 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 00:59:04.814 11188 11188 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 00:59:04.814 11188 11188 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 00:59:04.814 11188 11188 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 00:59:04.814 11188 11188 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 00:59:04.814 11188 11188 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 00:59:04.814 11188 11188 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 00:59:04.814 11188 11188 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 00:59:04.870 11188 11188 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 00:59:05.338 11188 11188 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 00:59:05.338 11188 11188 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 00:59:05.410 11188 11188 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) 03-03 00:59:05.503 11188 11188 W com.mbwhatsapp: type=1400 audit(0.0:608487): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 00:59:05.519 11188 11188 W com.mbwhatsapp: type=1400 audit(0.0:608488): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 00:59:05.519 11188 11188 W com.mbwhatsapp: type=1400 audit(0.0:608489): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 00:59:05.519 11188 11188 W com.mbwhatsapp: type=1400 audit(0.0:608490): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 00:59:05.605 11188 11188 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 675ms 03-03 00:59:05.609 11188 11286 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 00:59:05.609 11188 11286 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 00:59:05.609 11188 11286 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 00:59:05.614 11188 11188 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 950ms --------- beginning of system 03-03 00:59:05.614 11188 11188 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 01:30:00.749 14531 14531 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 01:30:00.834 14531 14531 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 01:30:00.840 14531 14531 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 01:30:00.840 14531 14531 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 01:30:00.840 14531 14531 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 01:30:00.840 14531 14531 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 01:30:00.840 14531 14531 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 01:30:00.840 14531 14531 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 01:30:00.840 14531 14531 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 01:30:00.840 14531 14531 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 01:30:00.840 14531 14531 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 01:30:00.840 14531 14531 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 01:30:00.840 14531 14531 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 01:30:00.840 14531 14531 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 01:30:00.840 14531 14531 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 01:30:00.840 14531 14531 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 01:30:00.840 14531 14531 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 01:30:00.840 14531 14531 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 01:30:00.840 14531 14531 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 01:30:00.840 14531 14531 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 01:30:00.841 14531 14531 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 01:30:00.841 14531 14531 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 01:30:00.849 14531 14531 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 01:30:01.054 14531 14531 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 01:30:01.054 14531 14531 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 01:30:01.076 14531 14531 W com.mbwhatsapp: type=1400 audit(0.0:616177): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 01:30:01.076 14531 14531 W com.mbwhatsapp: type=1400 audit(0.0:616178): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 01:30:01.080 14531 14531 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) 03-03 01:30:01.084 14531 14531 W com.mbwhatsapp: type=1400 audit(0.0:616179): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 01:30:01.100 14531 14531 W com.mbwhatsapp: type=1400 audit(0.0:616180): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 01:30:01.104 14531 14531 W com.mbwhatsapp: type=1400 audit(0.0:616181): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 01:30:01.153 14531 14531 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 278ms 03-03 01:30:01.160 14531 14578 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 01:30:01.160 14531 14578 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 01:30:01.160 14531 14578 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 01:59:59.774 16054 16054 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 01:59:59.863 16054 16054 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 01:59:59.864 16054 16054 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 01:59:59.864 16054 16054 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 01:59:59.864 16054 16054 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 01:59:59.864 16054 16054 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 01:59:59.864 16054 16054 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 01:59:59.864 16054 16054 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 01:59:59.864 16054 16054 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 01:59:59.864 16054 16054 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 01:59:59.864 16054 16054 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 01:59:59.864 16054 16054 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 01:59:59.864 16054 16054 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 01:59:59.864 16054 16054 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 01:59:59.864 16054 16054 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 01:59:59.864 16054 16054 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 01:59:59.864 16054 16054 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 01:59:59.864 16054 16054 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 01:59:59.864 16054 16054 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 01:59:59.864 16054 16054 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 01:59:59.864 16054 16054 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 01:59:59.864 16054 16054 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 01:59:59.873 16054 16054 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 02:00:00.074 16054 16054 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 02:00:00.074 16054 16054 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 02:00:00.111 16054 16054 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) 03-03 02:00:00.198 16054 16054 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 297ms 03-03 02:00:00.204 16054 16107 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 02:00:00.204 16054 16107 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 02:00:00.204 16054 16107 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 03:35:26.882 23712 23712 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 03:35:27.056 23712 23712 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 03:35:27.056 23712 23712 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 03:35:27.056 23712 23712 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 03:35:27.056 23712 23712 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 03:35:27.056 23712 23712 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 03:35:27.056 23712 23712 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 03:35:27.056 23712 23712 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 03:35:27.056 23712 23712 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 03:35:27.056 23712 23712 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 03:35:27.056 23712 23712 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 03:35:27.057 23712 23712 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 03:35:27.057 23712 23712 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 03:35:27.057 23712 23712 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 03:35:27.057 23712 23712 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 03:35:27.057 23712 23712 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 03:35:27.057 23712 23712 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 03:35:27.057 23712 23712 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 03:35:27.057 23712 23712 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 03:35:27.057 23712 23712 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 03:35:27.057 23712 23712 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 03:35:27.057 23712 23712 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 03:35:27.065 23712 23712 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 03:35:27.299 23712 23712 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 03:35:27.299 23712 23712 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 03:35:27.330 23712 23712 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) 03-03 03:35:27.413 23712 23712 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 321ms 03-03 03:35:27.419 23712 23712 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 516ms --------- beginning of system 03-03 03:35:27.419 23712 23712 W ActivityThread: Main thread can not be idle for a long time. 03-03 03:35:27.433 23712 23769 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 03:35:27.433 23712 23769 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 03:35:27.433 23712 23769 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 04:00:01.824 30988 30988 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 04:00:02.282 30988 30988 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 04:00:02.285 30988 30988 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 04:00:02.285 30988 30988 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 04:00:02.285 30988 30988 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 04:00:02.285 30988 30988 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 04:00:02.285 30988 30988 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 04:00:02.285 30988 30988 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 04:00:02.285 30988 30988 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 04:00:02.285 30988 30988 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 04:00:02.285 30988 30988 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 04:00:02.285 30988 30988 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 04:00:02.285 30988 30988 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 04:00:02.285 30988 30988 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 04:00:02.285 30988 30988 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 04:00:02.285 30988 30988 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 04:00:02.285 30988 30988 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 04:00:02.285 30988 30988 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 04:00:02.285 30988 30988 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 04:00:02.285 30988 30988 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 04:00:02.285 30988 30988 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 04:00:02.285 30988 30988 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 04:00:02.331 30988 30988 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 202ms 03-03 04:00:02.338 30988 30988 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 04:00:02.758 30988 30988 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 04:00:02.758 30988 30988 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 04:00:02.846 30988 30988 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) 03-03 04:00:03.061 30988 30988 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 647ms 03-03 04:00:03.075 30988 30988 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1234ms --------- beginning of system 03-03 04:00:03.075 30988 30988 W ActivityThread: Main thread can not be idle for a long time. 03-03 04:00:03.084 30988 31051 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 04:00:03.084 30988 31051 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 04:00:03.084 30988 31051 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 04:35:26.967 8394 8394 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 04:35:27.361 8394 8394 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 04:35:27.362 8394 8394 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 04:35:27.362 8394 8394 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 04:35:27.362 8394 8394 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 04:35:27.362 8394 8394 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 04:35:27.362 8394 8394 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 04:35:27.362 8394 8394 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 04:35:27.362 8394 8394 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 04:35:27.362 8394 8394 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 04:35:27.362 8394 8394 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 04:35:27.362 8394 8394 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 04:35:27.362 8394 8394 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 04:35:27.362 8394 8394 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 04:35:27.362 8394 8394 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 04:35:27.362 8394 8394 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 04:35:27.362 8394 8394 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 04:35:27.363 8394 8394 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 04:35:27.363 8394 8394 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 04:35:27.363 8394 8394 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 04:35:27.363 8394 8394 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 04:35:27.363 8394 8394 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 04:35:27.420 8394 8394 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 04:35:28.060 8394 8394 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 04:35:28.060 8394 8394 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 04:35:28.133 8394 8394 W com.mbwhatsapp: type=1400 audit(0.0:658721): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 04:35:28.138 8394 8394 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) 03-03 04:35:28.145 8394 8394 W com.mbwhatsapp: type=1400 audit(0.0:658722): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 04:35:28.157 8394 8394 W com.mbwhatsapp: type=1400 audit(0.0:658723): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 04:35:28.237 8394 8394 W com.mbwhatsapp: type=1400 audit(0.0:658724): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 04:35:28.249 8394 8394 W com.mbwhatsapp: type=1400 audit(0.0:658725): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 04:35:28.349 8394 8394 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 821ms 03-03 04:35:28.355 8394 8465 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 04:35:28.355 8394 8465 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 04:35:28.355 8394 8465 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 04:35:28.362 8394 8394 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1373ms --------- beginning of system 03-03 04:35:28.362 8394 8394 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 05:00:00.769 9199 9199 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 05:00:00.972 9199 9199 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 05:00:00.974 9199 9199 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 05:00:00.974 9199 9199 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 05:00:00.974 9199 9199 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 05:00:00.974 9199 9199 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 05:00:00.974 9199 9199 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 05:00:00.974 9199 9199 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 05:00:00.974 9199 9199 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 05:00:00.974 9199 9199 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 05:00:00.974 9199 9199 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 05:00:00.974 9199 9199 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 05:00:00.974 9199 9199 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 05:00:00.974 9199 9199 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 05:00:00.974 9199 9199 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 05:00:00.974 9199 9199 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 05:00:00.974 9199 9199 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 05:00:00.974 9199 9199 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 05:00:00.974 9199 9199 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 05:00:00.974 9199 9199 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 05:00:00.974 9199 9199 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 05:00:00.974 9199 9199 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 05:00:00.993 9199 9199 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 05:00:01.265 9199 9199 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 05:00:01.265 9199 9199 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 05:00:01.306 9199 9199 W com.mbwhatsapp: type=1400 audit(0.0:660907): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:00:01.310 9199 9199 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) 03-03 05:00:01.314 9199 9199 W com.mbwhatsapp: type=1400 audit(0.0:660908): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:00:01.326 9199 9199 W com.mbwhatsapp: type=1400 audit(0.0:660909): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:00:01.386 9199 9199 W com.mbwhatsapp: type=1400 audit(0.0:660910): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:00:01.398 9199 9199 W com.mbwhatsapp: type=1400 audit(0.0:660911): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:00:01.467 9199 9199 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 433ms 03-03 05:00:01.472 9199 9324 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 05:00:01.472 9199 9324 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 05:00:01.472 9199 9324 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 05:00:01.476 9199 9199 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 690ms --------- beginning of system 03-03 05:00:01.476 9199 9199 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 05:18:56.735 11522 11522 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 05:18:56.879 11522 11522 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 05:18:56.890 11522 11522 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 05:18:56.890 11522 11522 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 05:18:56.890 11522 11522 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 05:18:56.890 11522 11522 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 05:18:56.890 11522 11522 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 05:18:56.890 11522 11522 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 05:18:56.890 11522 11522 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 05:18:56.890 11522 11522 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 05:18:56.890 11522 11522 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 05:18:56.890 11522 11522 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 05:18:56.890 11522 11522 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 05:18:56.890 11522 11522 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 05:18:56.890 11522 11522 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 05:18:56.891 11522 11522 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 05:18:56.891 11522 11522 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 05:18:56.891 11522 11522 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 05:18:56.891 11522 11522 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 05:18:56.891 11522 11522 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 05:18:56.891 11522 11522 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 05:18:56.891 11522 11522 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 05:18:56.911 11522 11522 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 05:18:57.581 11522 11522 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 05:18:57.581 11522 11522 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 05:18:57.645 11522 11522 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) 03-03 05:18:57.682 11522 11522 W com.mbwhatsapp: type=1400 audit(0.0:661968): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:18:57.846 11522 11522 W com.mbwhatsapp: type=1400 audit(0.0:661969): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:18:57.878 11522 11522 W com.mbwhatsapp: type=1400 audit(0.0:661970): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:18:57.878 11522 11522 W com.mbwhatsapp: type=1400 audit(0.0:661971): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:18:58.014 11522 11522 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1026ms 03-03 05:18:58.057 11522 11522 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1297ms --------- beginning of system 03-03 05:18:58.057 11522 11522 W ActivityThread: Main thread can not be idle for a long time. 03-03 05:18:58.074 11522 11789 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 05:18:58.074 11522 11789 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 05:18:58.074 11522 11789 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 05:19:00.490 12410 12410 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 05:19:00.556 12410 12410 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 05:19:00.557 12410 12410 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 05:19:00.557 12410 12410 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 05:19:00.557 12410 12410 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 05:19:00.557 12410 12410 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 05:19:00.557 12410 12410 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 05:19:00.557 12410 12410 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 05:19:00.557 12410 12410 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 05:19:00.557 12410 12410 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 05:19:00.557 12410 12410 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 05:19:00.557 12410 12410 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 05:19:00.557 12410 12410 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 05:19:00.557 12410 12410 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 05:19:00.557 12410 12410 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 05:19:00.557 12410 12410 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 05:19:00.557 12410 12410 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 05:19:00.557 12410 12410 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 05:19:00.557 12410 12410 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 05:19:00.557 12410 12410 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 05:19:00.557 12410 12410 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 05:19:00.557 12410 12410 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 05:19:00.562 12410 12410 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 05:19:00.691 12410 12410 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 05:19:00.691 12410 12410 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 05:19:00.708 12410 12410 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) 03-03 05:19:00.809 12410 12526 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 05:19:00.809 12410 12526 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 05:19:00.809 12410 12526 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 05:19:01.970 12727 12727 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 05:19:02.051 12727 12727 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 05:19:02.051 12727 12727 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 05:19:02.051 12727 12727 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 05:19:02.051 12727 12727 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 05:19:02.051 12727 12727 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 05:19:02.051 12727 12727 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 05:19:02.051 12727 12727 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 05:19:02.051 12727 12727 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 05:19:02.051 12727 12727 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 05:19:02.051 12727 12727 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 05:19:02.051 12727 12727 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 05:19:02.051 12727 12727 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 05:19:02.051 12727 12727 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 05:19:02.051 12727 12727 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 05:19:02.051 12727 12727 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 05:19:02.051 12727 12727 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 05:19:02.051 12727 12727 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 05:19:02.051 12727 12727 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 05:19:02.051 12727 12727 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 05:19:02.051 12727 12727 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 05:19:02.051 12727 12727 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 05:19:02.059 12727 12727 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 05:19:02.211 12727 12727 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 05:19:02.211 12727 12727 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 05:19:02.222 12727 12727 W com.mbwhatsapp: type=1400 audit(0.0:662034): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:19:02.226 12727 12727 W com.mbwhatsapp: type=1400 audit(0.0:662035): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:19:02.226 12727 12727 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) 03-03 05:19:02.230 12727 12727 W com.mbwhatsapp: type=1400 audit(0.0:662036): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:19:02.242 12727 12727 W com.mbwhatsapp: type=1400 audit(0.0:662037): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:19:02.246 12727 12727 W com.mbwhatsapp: type=1400 audit(0.0:662038): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:19:02.292 12727 12814 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 05:19:02.292 12727 12814 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 05:19:02.292 12727 12814 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 05:25:24.735 13611 13611 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 05:25:24.972 13611 13611 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 05:25:24.976 13611 13611 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 05:25:24.976 13611 13611 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 05:25:24.976 13611 13611 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 05:25:24.976 13611 13611 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 05:25:24.976 13611 13611 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 05:25:24.976 13611 13611 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 05:25:24.976 13611 13611 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 05:25:24.976 13611 13611 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 05:25:24.977 13611 13611 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 05:25:24.977 13611 13611 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 05:25:24.977 13611 13611 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 05:25:24.977 13611 13611 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 05:25:24.977 13611 13611 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 05:25:24.977 13611 13611 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 05:25:24.977 13611 13611 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 05:25:24.977 13611 13611 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 05:25:24.977 13611 13611 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 05:25:24.977 13611 13611 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 05:25:24.977 13611 13611 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 05:25:24.977 13611 13611 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 05:25:25.002 13611 13611 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 05:25:25.426 13611 13611 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 05:25:25.426 13611 13611 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 05:25:25.482 13611 13611 W com.mbwhatsapp: type=1400 audit(0.0:662389): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:25:25.486 13611 13611 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) 03-03 05:25:25.490 13611 13611 W com.mbwhatsapp: type=1400 audit(0.0:662390): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:25:25.498 13611 13611 W com.mbwhatsapp: type=1400 audit(0.0:662391): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:25:25.550 13611 13611 W com.mbwhatsapp: type=1400 audit(0.0:662392): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:25:25.562 13611 13611 W com.mbwhatsapp: type=1400 audit(0.0:662393): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:25:25.562 13611 13611 W com.mbwhatsapp: type=1400 audit(0.0:662394): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:25:25.638 13611 13611 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 576ms 03-03 05:25:25.646 13611 13611 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 891ms --------- beginning of system 03-03 05:25:25.646 13611 13611 W ActivityThread: Main thread can not be idle for a long time. 03-03 05:25:25.646 13611 13658 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 05:25:25.646 13611 13658 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 05:25:25.646 13611 13658 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 05:26:22.402 13957 13957 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 05:26:22.855 13957 13957 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 05:26:22.865 13957 13957 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 05:26:22.865 13957 13957 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 05:26:22.865 13957 13957 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 05:26:22.865 13957 13957 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 05:26:22.865 13957 13957 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 05:26:22.865 13957 13957 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 05:26:22.865 13957 13957 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 05:26:22.865 13957 13957 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 05:26:22.865 13957 13957 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 05:26:22.865 13957 13957 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 05:26:22.865 13957 13957 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 05:26:22.865 13957 13957 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 05:26:22.865 13957 13957 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 05:26:22.865 13957 13957 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 05:26:22.865 13957 13957 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 05:26:22.866 13957 13957 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 05:26:22.866 13957 13957 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 05:26:22.866 13957 13957 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 05:26:22.866 13957 13957 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 05:26:22.866 13957 13957 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 05:26:22.922 13957 13957 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 05:26:23.686 13957 13957 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 05:26:23.686 13957 13957 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 05:26:23.838 13957 13957 W com.mbwhatsapp: type=1400 audit(0.0:662441): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:26:23.845 13957 13957 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) 03-03 05:26:23.870 13957 13957 W com.mbwhatsapp: type=1400 audit(0.0:662442): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:26:23.890 13957 13957 W com.mbwhatsapp: type=1400 audit(0.0:662443): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:26:24.109 13957 13957 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1099ms 03-03 05:26:24.115 13957 13957 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1692ms --------- beginning of system 03-03 05:26:24.115 13957 13957 W ActivityThread: Main thread can not be idle for a long time. 03-03 05:26:24.130 13957 14361 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 05:26:24.130 13957 14361 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 05:26:24.130 13957 14361 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 05:26:27.150 14817 14817 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 05:26:27.216 14817 14817 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 05:26:27.216 14817 14817 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 05:26:27.216 14817 14817 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 05:26:27.216 14817 14817 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 05:26:27.216 14817 14817 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 05:26:27.216 14817 14817 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 05:26:27.216 14817 14817 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 05:26:27.216 14817 14817 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 05:26:27.216 14817 14817 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 05:26:27.216 14817 14817 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 05:26:27.216 14817 14817 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 05:26:27.216 14817 14817 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 05:26:27.216 14817 14817 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 05:26:27.216 14817 14817 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 05:26:27.216 14817 14817 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 05:26:27.216 14817 14817 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 05:26:27.216 14817 14817 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 05:26:27.216 14817 14817 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 05:26:27.216 14817 14817 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 05:26:27.216 14817 14817 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 05:26:27.216 14817 14817 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 05:26:27.223 14817 14817 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 05:26:27.363 14817 14817 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 05:26:27.364 14817 14817 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 05:26:27.374 14817 14817 W com.mbwhatsapp: type=1400 audit(0.0:662498): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:26:27.374 14817 14817 W com.mbwhatsapp: type=1400 audit(0.0:662499): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:26:27.378 14817 14817 W com.mbwhatsapp: type=1400 audit(0.0:662500): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:26:27.378 14817 14817 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) 03-03 05:26:27.390 14817 14817 W com.mbwhatsapp: type=1400 audit(0.0:662501): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:26:27.394 14817 14817 W com.mbwhatsapp: type=1400 audit(0.0:662502): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:26:27.443 14817 14894 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 05:26:27.443 14817 14894 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 05:26:27.443 14817 14894 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 05:26:30.662 15503 15503 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 05:26:30.736 15503 15503 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 05:26:30.736 15503 15503 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 05:26:30.736 15503 15503 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 05:26:30.736 15503 15503 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 05:26:30.736 15503 15503 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 05:26:30.736 15503 15503 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 05:26:30.736 15503 15503 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 05:26:30.736 15503 15503 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 05:26:30.736 15503 15503 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 05:26:30.736 15503 15503 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 05:26:30.736 15503 15503 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 05:26:30.736 15503 15503 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 05:26:30.736 15503 15503 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 05:26:30.736 15503 15503 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 05:26:30.736 15503 15503 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 05:26:30.736 15503 15503 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 05:26:30.736 15503 15503 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 05:26:30.736 15503 15503 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 05:26:30.736 15503 15503 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 05:26:30.736 15503 15503 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 05:26:30.736 15503 15503 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 05:26:30.741 15503 15503 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 05:26:30.941 15503 15503 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 05:26:30.941 15503 15503 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 05:26:30.958 15503 15503 W com.mbwhatsapp: type=1400 audit(0.0:662550): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:26:30.958 15503 15503 W com.mbwhatsapp: type=1400 audit(0.0:662551): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:26:30.962 15503 15503 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) 03-03 05:26:30.966 15503 15503 W com.mbwhatsapp: type=1400 audit(0.0:662552): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:26:31.026 15503 15503 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 261ms 03-03 05:26:31.039 15503 15560 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 05:26:31.039 15503 15560 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 05:26:31.039 15503 15560 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 05:32:22.420 16587 16587 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 05:32:22.741 16587 16587 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 05:32:22.745 16587 16587 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 05:32:22.745 16587 16587 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 05:32:22.745 16587 16587 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 05:32:22.745 16587 16587 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 05:32:22.745 16587 16587 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 05:32:22.745 16587 16587 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 05:32:22.745 16587 16587 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 05:32:22.745 16587 16587 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 05:32:22.745 16587 16587 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 05:32:22.745 16587 16587 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 05:32:22.745 16587 16587 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 05:32:22.745 16587 16587 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 05:32:22.745 16587 16587 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 05:32:22.745 16587 16587 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 05:32:22.745 16587 16587 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 05:32:22.745 16587 16587 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 05:32:22.745 16587 16587 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 05:32:22.745 16587 16587 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 05:32:22.745 16587 16587 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 05:32:22.745 16587 16587 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 05:32:22.783 16587 16587 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 05:32:23.283 16587 16587 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 05:32:23.284 16587 16587 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 05:32:23.356 16587 16587 W com.mbwhatsapp: type=1400 audit(0.0:663043): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:32:23.361 16587 16587 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) 03-03 05:32:23.364 16587 16587 W com.mbwhatsapp: type=1400 audit(0.0:663044): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:32:23.380 16587 16587 W com.mbwhatsapp: type=1400 audit(0.0:663045): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:32:23.448 16587 16587 W com.mbwhatsapp: type=1400 audit(0.0:663046): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:32:23.464 16587 16587 W com.mbwhatsapp: type=1400 audit(0.0:663047): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:32:23.559 16587 16587 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 686ms 03-03 05:32:23.567 16587 16587 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1122ms --------- beginning of system 03-03 05:32:23.567 16587 16587 W ActivityThread: Main thread can not be idle for a long time. 03-03 05:32:23.576 16587 16638 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 05:32:23.576 16587 16638 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 05:32:23.576 16587 16638 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 05:33:22.709 16771 16771 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 05:33:23.080 16771 16771 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 05:33:23.088 16771 16771 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 05:33:23.088 16771 16771 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 05:33:23.088 16771 16771 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 05:33:23.088 16771 16771 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 05:33:23.088 16771 16771 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 05:33:23.088 16771 16771 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 05:33:23.088 16771 16771 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 05:33:23.088 16771 16771 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 05:33:23.088 16771 16771 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 05:33:23.088 16771 16771 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 05:33:23.088 16771 16771 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 05:33:23.088 16771 16771 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 05:33:23.088 16771 16771 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 05:33:23.088 16771 16771 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 05:33:23.088 16771 16771 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 05:33:23.088 16771 16771 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 05:33:23.088 16771 16771 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 05:33:23.088 16771 16771 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 05:33:23.088 16771 16771 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 05:33:23.088 16771 16771 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 05:33:23.139 16771 16771 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 05:33:23.736 16771 16771 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 05:33:23.736 16771 16771 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 05:33:23.794 16771 16771 W com.mbwhatsapp: type=1400 audit(0.0:663052): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:33:23.801 16771 16771 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) 03-03 05:33:23.806 16771 16771 W com.mbwhatsapp: type=1400 audit(0.0:663053): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:33:23.822 16771 16771 W com.mbwhatsapp: type=1400 audit(0.0:663054): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:33:23.878 16771 16771 W com.mbwhatsapp: type=1400 audit(0.0:663055): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:33:23.886 16771 16771 W com.mbwhatsapp: type=1400 audit(0.0:663056): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:33:23.886 16771 16771 W com.mbwhatsapp: type=1400 audit(0.0:663057): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:33:23.886 16771 16771 W com.mbwhatsapp: type=1400 audit(0.0:663058): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:33:23.987 16771 16771 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 741ms 03-03 05:33:23.992 16771 16833 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 05:33:23.992 16771 16833 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 05:33:23.992 16771 16833 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 05:33:24.045 16771 16771 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1312ms --------- beginning of system 03-03 05:33:24.045 16771 16771 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 05:34:34.711 17084 17084 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 05:34:34.953 17084 17084 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 05:34:34.957 17084 17084 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 05:34:34.957 17084 17084 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 05:34:34.957 17084 17084 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 05:34:34.957 17084 17084 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 05:34:34.957 17084 17084 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 05:34:34.957 17084 17084 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 05:34:34.957 17084 17084 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 05:34:34.957 17084 17084 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 05:34:34.957 17084 17084 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 05:34:34.957 17084 17084 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 05:34:34.957 17084 17084 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 05:34:34.957 17084 17084 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 05:34:34.957 17084 17084 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 05:34:34.957 17084 17084 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 05:34:34.957 17084 17084 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 05:34:34.957 17084 17084 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 05:34:34.957 17084 17084 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 05:34:34.957 17084 17084 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 05:34:34.957 17084 17084 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 05:34:34.957 17084 17084 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 05:34:35.006 17084 17084 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 05:34:35.528 17084 17084 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 05:34:35.528 17084 17084 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 05:34:35.576 17084 17084 W com.mbwhatsapp: type=1400 audit(0.0:663207): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:34:35.582 17084 17084 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) 03-03 05:34:35.588 17084 17084 W com.mbwhatsapp: type=1400 audit(0.0:663208): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:34:35.600 17084 17084 W com.mbwhatsapp: type=1400 audit(0.0:663209): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:34:35.660 17084 17084 W com.mbwhatsapp: type=1400 audit(0.0:663210): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:34:35.676 17084 17084 W com.mbwhatsapp: type=1400 audit(0.0:663211): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:34:35.753 17084 17084 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 672ms 03-03 05:34:35.756 17084 17132 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 05:34:35.756 17084 17132 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 05:34:35.756 17084 17132 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 05:34:35.810 17084 17084 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1075ms --------- beginning of system 03-03 05:34:35.811 17084 17084 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 05:35:22.416 17212 17212 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 05:35:22.750 17212 17212 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 05:35:22.753 17212 17212 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 05:35:22.753 17212 17212 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 05:35:22.753 17212 17212 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 05:35:22.753 17212 17212 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 05:35:22.753 17212 17212 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 05:35:22.753 17212 17212 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 05:35:22.753 17212 17212 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 05:35:22.754 17212 17212 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 05:35:22.754 17212 17212 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 05:35:22.754 17212 17212 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 05:35:22.754 17212 17212 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 05:35:22.754 17212 17212 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 05:35:22.754 17212 17212 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 05:35:22.754 17212 17212 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 05:35:22.754 17212 17212 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 05:35:22.754 17212 17212 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 05:35:22.754 17212 17212 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 05:35:22.754 17212 17212 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 05:35:22.754 17212 17212 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 05:35:22.754 17212 17212 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 05:35:22.785 17212 17212 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 05:35:23.258 17212 17212 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 05:35:23.259 17212 17212 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 05:35:23.318 17212 17212 W com.mbwhatsapp: type=1400 audit(0.0:663214): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:35:23.324 17212 17212 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) 03-03 05:35:23.330 17212 17212 W com.mbwhatsapp: type=1400 audit(0.0:663215): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:35:23.346 17212 17212 W com.mbwhatsapp: type=1400 audit(0.0:663216): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:35:23.402 17212 17212 W com.mbwhatsapp: type=1400 audit(0.0:663217): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:35:23.414 17212 17212 W com.mbwhatsapp: type=1400 audit(0.0:663218): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:35:23.493 17212 17212 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 642ms 03-03 05:35:23.498 17212 17294 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 05:35:23.498 17212 17294 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 05:35:23.498 17212 17294 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 05:35:23.547 17212 17212 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1116ms --------- beginning of system 03-03 05:35:23.547 17212 17212 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 05:36:22.424 17312 17312 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 05:36:22.764 17312 17312 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 05:36:22.773 17312 17312 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 05:36:22.773 17312 17312 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 05:36:22.773 17312 17312 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 05:36:22.773 17312 17312 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 05:36:22.773 17312 17312 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 05:36:22.773 17312 17312 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 05:36:22.773 17312 17312 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 05:36:22.773 17312 17312 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 05:36:22.773 17312 17312 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 05:36:22.773 17312 17312 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 05:36:22.773 17312 17312 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 05:36:22.774 17312 17312 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 05:36:22.774 17312 17312 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 05:36:22.774 17312 17312 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 05:36:22.774 17312 17312 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 05:36:22.774 17312 17312 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 05:36:22.774 17312 17312 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 05:36:22.774 17312 17312 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 05:36:22.774 17312 17312 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 05:36:22.774 17312 17312 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 05:36:22.833 17312 17312 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 05:36:23.372 17312 17312 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 05:36:23.372 17312 17312 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 05:36:23.423 17312 17312 W com.mbwhatsapp: type=1400 audit(0.0:663311): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:36:23.428 17312 17312 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) 03-03 05:36:23.439 17312 17312 W com.mbwhatsapp: type=1400 audit(0.0:663312): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:36:23.451 17312 17312 W com.mbwhatsapp: type=1400 audit(0.0:663313): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:36:23.515 17312 17312 W com.mbwhatsapp: type=1400 audit(0.0:663314): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:36:23.523 17312 17312 W com.mbwhatsapp: type=1400 audit(0.0:663315): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:36:23.611 17312 17358 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 05:36:23.611 17312 17358 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 05:36:23.611 17312 17358 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 05:36:23.612 17312 17312 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 689ms 03-03 05:36:23.666 17312 17312 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1217ms --------- beginning of system 03-03 05:36:23.666 17312 17312 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 05:37:22.696 17387 17387 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 05:37:23.045 17387 17387 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 05:37:23.049 17387 17387 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 05:37:23.049 17387 17387 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 05:37:23.049 17387 17387 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 05:37:23.049 17387 17387 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 05:37:23.049 17387 17387 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 05:37:23.049 17387 17387 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 05:37:23.049 17387 17387 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 05:37:23.049 17387 17387 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 05:37:23.049 17387 17387 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 05:37:23.049 17387 17387 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 05:37:23.049 17387 17387 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 05:37:23.049 17387 17387 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 05:37:23.049 17387 17387 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 05:37:23.049 17387 17387 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 05:37:23.049 17387 17387 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 05:37:23.049 17387 17387 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 05:37:23.049 17387 17387 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 05:37:23.049 17387 17387 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 05:37:23.049 17387 17387 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 05:37:23.049 17387 17387 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 05:37:23.092 17387 17387 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 05:37:23.625 17387 17387 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 05:37:23.625 17387 17387 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 05:37:23.683 17387 17387 W com.mbwhatsapp: type=1400 audit(0.0:663318): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:37:23.689 17387 17387 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) 03-03 05:37:23.695 17387 17387 W com.mbwhatsapp: type=1400 audit(0.0:663319): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:37:23.707 17387 17387 W com.mbwhatsapp: type=1400 audit(0.0:663320): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:37:23.767 17387 17387 W com.mbwhatsapp: type=1400 audit(0.0:663321): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:37:23.779 17387 17387 W com.mbwhatsapp: type=1400 audit(0.0:663322): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:37:23.868 17387 17387 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 703ms 03-03 05:37:23.872 17387 17436 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 05:37:23.872 17387 17436 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 05:37:23.872 17387 17436 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 05:37:23.928 17387 17387 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1214ms --------- beginning of system 03-03 05:37:23.928 17387 17387 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 05:38:46.718 17461 17461 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 05:38:47.106 17461 17461 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 05:38:47.113 17461 17461 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 05:38:47.113 17461 17461 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 05:38:47.113 17461 17461 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 05:38:47.113 17461 17461 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 05:38:47.113 17461 17461 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 05:38:47.113 17461 17461 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 05:38:47.113 17461 17461 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 05:38:47.113 17461 17461 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 05:38:47.113 17461 17461 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 05:38:47.113 17461 17461 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 05:38:47.113 17461 17461 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 05:38:47.113 17461 17461 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 05:38:47.113 17461 17461 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 05:38:47.113 17461 17461 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 05:38:47.113 17461 17461 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 05:38:47.113 17461 17461 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 05:38:47.113 17461 17461 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 05:38:47.113 17461 17461 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 05:38:47.113 17461 17461 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 05:38:47.113 17461 17461 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 05:38:47.158 17461 17461 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 05:38:47.758 17461 17461 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 05:38:47.758 17461 17461 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 05:38:47.819 17461 17461 W com.mbwhatsapp: type=1400 audit(0.0:663415): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:38:47.824 17461 17461 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) 03-03 05:38:47.831 17461 17461 W com.mbwhatsapp: type=1400 audit(0.0:663416): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:38:47.847 17461 17461 W com.mbwhatsapp: type=1400 audit(0.0:663417): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:38:47.911 17461 17461 W com.mbwhatsapp: type=1400 audit(0.0:663418): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:38:47.923 17461 17461 W com.mbwhatsapp: type=1400 audit(0.0:663419): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:38:48.029 17461 17461 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 759ms 03-03 05:38:48.037 17461 17510 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 05:38:48.037 17461 17510 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 05:38:48.037 17461 17510 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 05:38:48.074 17461 17461 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1332ms --------- beginning of system 03-03 05:38:48.075 17461 17461 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 05:39:22.679 17518 17518 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 05:39:22.781 17518 17518 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 05:39:22.781 17518 17518 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 05:39:22.781 17518 17518 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 05:39:22.781 17518 17518 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 05:39:22.781 17518 17518 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 05:39:22.781 17518 17518 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 05:39:22.781 17518 17518 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 05:39:22.781 17518 17518 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 05:39:22.781 17518 17518 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 05:39:22.781 17518 17518 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 05:39:22.781 17518 17518 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 05:39:22.782 17518 17518 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 05:39:22.782 17518 17518 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 05:39:22.782 17518 17518 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 05:39:22.782 17518 17518 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 05:39:22.782 17518 17518 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 05:39:22.782 17518 17518 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 05:39:22.782 17518 17518 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 05:39:22.782 17518 17518 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 05:39:22.782 17518 17518 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 05:39:22.782 17518 17518 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 05:39:22.791 17518 17518 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 05:39:22.997 17518 17518 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 05:39:22.997 17518 17518 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 05:39:23.020 17518 17518 W com.mbwhatsapp: type=1400 audit(0.0:663422): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:39:23.024 17518 17518 W com.mbwhatsapp: type=1400 audit(0.0:663423): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:39:23.025 17518 17518 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) 03-03 05:39:23.032 17518 17518 W com.mbwhatsapp: type=1400 audit(0.0:663424): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:39:23.052 17518 17518 W com.mbwhatsapp: type=1400 audit(0.0:663425): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:39:23.056 17518 17518 W com.mbwhatsapp: type=1400 audit(0.0:663426): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:39:23.115 17518 17518 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 293ms 03-03 05:39:23.195 17518 17565 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 05:39:23.195 17518 17565 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 05:39:23.195 17518 17565 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 05:40:22.677 17594 17594 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 05:40:23.070 17594 17594 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 05:40:23.080 17594 17594 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 05:40:23.080 17594 17594 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 05:40:23.080 17594 17594 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 05:40:23.080 17594 17594 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 05:40:23.080 17594 17594 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 05:40:23.080 17594 17594 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 05:40:23.080 17594 17594 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 05:40:23.080 17594 17594 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 05:40:23.080 17594 17594 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 05:40:23.080 17594 17594 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 05:40:23.080 17594 17594 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 05:40:23.080 17594 17594 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 05:40:23.080 17594 17594 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 05:40:23.080 17594 17594 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 05:40:23.080 17594 17594 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 05:40:23.080 17594 17594 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 05:40:23.080 17594 17594 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 05:40:23.080 17594 17594 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 05:40:23.080 17594 17594 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 05:40:23.080 17594 17594 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 05:40:23.128 17594 17594 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 05:40:23.733 17594 17594 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 05:40:23.733 17594 17594 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 05:40:23.806 17594 17594 W com.mbwhatsapp: type=1400 audit(0.0:663429): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:40:23.812 17594 17594 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) 03-03 05:40:23.818 17594 17594 W com.mbwhatsapp: type=1400 audit(0.0:663430): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:40:23.830 17594 17594 W com.mbwhatsapp: type=1400 audit(0.0:663431): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:40:23.890 17594 17594 W com.mbwhatsapp: type=1400 audit(0.0:663432): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:40:23.902 17594 17594 W com.mbwhatsapp: type=1400 audit(0.0:663433): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:40:24.008 17594 17594 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 776ms 03-03 05:40:24.008 17594 17642 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 05:40:24.008 17594 17642 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 05:40:24.008 17594 17642 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 05:40:24.059 17594 17594 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1364ms --------- beginning of system 03-03 05:40:24.059 17594 17594 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 05:41:22.409 17652 17652 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 05:41:22.516 17652 17652 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 05:41:22.517 17652 17652 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 05:41:22.517 17652 17652 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 05:41:22.517 17652 17652 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 05:41:22.517 17652 17652 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 05:41:22.517 17652 17652 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 05:41:22.517 17652 17652 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 05:41:22.517 17652 17652 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 05:41:22.517 17652 17652 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 05:41:22.517 17652 17652 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 05:41:22.517 17652 17652 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 05:41:22.517 17652 17652 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 05:41:22.517 17652 17652 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 05:41:22.517 17652 17652 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 05:41:22.517 17652 17652 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 05:41:22.517 17652 17652 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 05:41:22.517 17652 17652 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 05:41:22.517 17652 17652 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 05:41:22.517 17652 17652 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 05:41:22.517 17652 17652 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 05:41:22.517 17652 17652 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 05:41:22.526 17652 17652 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 05:41:22.727 17652 17652 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 05:41:22.728 17652 17652 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 05:41:22.750 17652 17652 W com.mbwhatsapp: type=1400 audit(0.0:663436): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:41:22.754 17652 17652 W com.mbwhatsapp: type=1400 audit(0.0:663437): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:41:22.755 17652 17652 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) 03-03 05:41:22.762 17652 17652 W com.mbwhatsapp: type=1400 audit(0.0:663438): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:41:22.778 17652 17652 W com.mbwhatsapp: type=1400 audit(0.0:663439): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:41:22.786 17652 17652 W com.mbwhatsapp: type=1400 audit(0.0:663440): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:41:22.845 17652 17652 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 286ms 03-03 05:41:22.848 17652 17701 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 05:41:22.848 17652 17701 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 05:41:22.848 17652 17701 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 05:42:22.419 17718 17718 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 05:42:22.722 17718 17718 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 05:42:22.732 17718 17718 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 05:42:22.732 17718 17718 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 05:42:22.733 17718 17718 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 05:42:22.733 17718 17718 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 05:42:22.733 17718 17718 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 05:42:22.733 17718 17718 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 05:42:22.733 17718 17718 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 05:42:22.733 17718 17718 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 05:42:22.733 17718 17718 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 05:42:22.733 17718 17718 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 05:42:22.733 17718 17718 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 05:42:22.733 17718 17718 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 05:42:22.733 17718 17718 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 05:42:22.733 17718 17718 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 05:42:22.733 17718 17718 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 05:42:22.733 17718 17718 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 05:42:22.733 17718 17718 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 05:42:22.733 17718 17718 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 05:42:22.733 17718 17718 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 05:42:22.733 17718 17718 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 05:42:22.767 17718 17718 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 05:42:23.265 17718 17718 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 05:42:23.266 17718 17718 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 05:42:23.319 17718 17718 W com.mbwhatsapp: type=1400 audit(0.0:663443): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:42:23.323 17718 17718 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) 03-03 05:42:23.327 17718 17718 W com.mbwhatsapp: type=1400 audit(0.0:663444): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:42:23.339 17718 17718 W com.mbwhatsapp: type=1400 audit(0.0:663445): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:42:23.387 17718 17718 W com.mbwhatsapp: type=1400 audit(0.0:663446): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:42:23.399 17718 17718 W com.mbwhatsapp: type=1400 audit(0.0:663447): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:42:23.491 17718 17718 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 651ms 03-03 05:42:23.494 17718 17766 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 05:42:23.494 17718 17766 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 05:42:23.494 17718 17766 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 05:42:23.548 17718 17718 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1104ms --------- beginning of system 03-03 05:42:23.548 17718 17718 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 05:43:22.415 17788 17788 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 05:43:22.761 17788 17788 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 05:43:22.768 17788 17788 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 05:43:22.768 17788 17788 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 05:43:22.768 17788 17788 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 05:43:22.768 17788 17788 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 05:43:22.768 17788 17788 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 05:43:22.768 17788 17788 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 05:43:22.768 17788 17788 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 05:43:22.768 17788 17788 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 05:43:22.768 17788 17788 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 05:43:22.768 17788 17788 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 05:43:22.768 17788 17788 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 05:43:22.768 17788 17788 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 05:43:22.768 17788 17788 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 05:43:22.768 17788 17788 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 05:43:22.768 17788 17788 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 05:43:22.768 17788 17788 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 05:43:22.768 17788 17788 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 05:43:22.768 17788 17788 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 05:43:22.768 17788 17788 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 05:43:22.768 17788 17788 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 05:43:22.829 17788 17788 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 05:43:23.404 17788 17788 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 05:43:23.404 17788 17788 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 05:43:23.462 17788 17788 W com.mbwhatsapp: type=1400 audit(0.0:663540): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:43:23.466 17788 17788 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) 03-03 05:43:23.474 17788 17788 W com.mbwhatsapp: type=1400 audit(0.0:663541): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:43:23.490 17788 17788 W com.mbwhatsapp: type=1400 audit(0.0:663542): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:43:23.546 17788 17788 W com.mbwhatsapp: type=1400 audit(0.0:663543): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:43:23.562 17788 17788 W com.mbwhatsapp: type=1400 audit(0.0:663544): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:43:23.659 17788 17788 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 730ms 03-03 05:43:23.660 17788 17837 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 05:43:23.660 17788 17837 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 05:43:23.660 17788 17837 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 05:43:23.691 17788 17788 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1254ms --------- beginning of system 03-03 05:43:23.691 17788 17788 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 05:44:22.420 17851 17851 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 05:44:22.836 17851 17851 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 05:44:22.847 17851 17851 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 05:44:22.847 17851 17851 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 05:44:22.847 17851 17851 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 05:44:22.847 17851 17851 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 05:44:22.847 17851 17851 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 05:44:22.847 17851 17851 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 05:44:22.847 17851 17851 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 05:44:22.847 17851 17851 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 05:44:22.847 17851 17851 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 05:44:22.847 17851 17851 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 05:44:22.847 17851 17851 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 05:44:22.847 17851 17851 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 05:44:22.847 17851 17851 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 05:44:22.847 17851 17851 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 05:44:22.847 17851 17851 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 05:44:22.847 17851 17851 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 05:44:22.847 17851 17851 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 05:44:22.847 17851 17851 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 05:44:22.847 17851 17851 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 05:44:22.847 17851 17851 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 05:44:22.914 17851 17851 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 201ms 03-03 05:44:22.922 17851 17851 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 05:44:23.539 17851 17851 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 05:44:23.539 17851 17851 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 05:44:23.604 17851 17851 W com.mbwhatsapp: type=1400 audit(0.0:663547): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:44:23.611 17851 17851 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) 03-03 05:44:23.616 17851 17851 W com.mbwhatsapp: type=1400 audit(0.0:663548): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:44:23.632 17851 17851 W com.mbwhatsapp: type=1400 audit(0.0:663549): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:44:23.692 17851 17851 W com.mbwhatsapp: type=1400 audit(0.0:663550): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:44:23.700 17851 17851 W com.mbwhatsapp: type=1400 audit(0.0:663551): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:44:23.808 17851 17900 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 05:44:23.808 17851 17900 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 05:44:23.808 17851 17900 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 05:44:23.809 17851 17851 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 788ms 03-03 05:44:23.854 17851 17851 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1410ms --------- beginning of system 03-03 05:44:23.855 17851 17851 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 05:46:04.127 17930 17930 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 05:46:04.479 17930 17930 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 05:46:04.484 17930 17930 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 05:46:04.484 17930 17930 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 05:46:04.484 17930 17930 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 05:46:04.484 17930 17930 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 05:46:04.484 17930 17930 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 05:46:04.484 17930 17930 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 05:46:04.484 17930 17930 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 05:46:04.484 17930 17930 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 05:46:04.484 17930 17930 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 05:46:04.484 17930 17930 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 05:46:04.484 17930 17930 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 05:46:04.484 17930 17930 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 05:46:04.484 17930 17930 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 05:46:04.484 17930 17930 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 05:46:04.484 17930 17930 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 05:46:04.484 17930 17930 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 05:46:04.484 17930 17930 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 05:46:04.484 17930 17930 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 05:46:04.484 17930 17930 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 05:46:04.484 17930 17930 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 05:46:04.536 17930 17930 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 05:46:05.133 17930 17930 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 05:46:05.133 17930 17930 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 05:46:05.192 17930 17930 W com.mbwhatsapp: type=1400 audit(0.0:663554): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:46:05.199 17930 17930 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) 03-03 05:46:05.204 17930 17930 W com.mbwhatsapp: type=1400 audit(0.0:663555): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:46:05.216 17930 17930 W com.mbwhatsapp: type=1400 audit(0.0:663556): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:46:05.296 17930 17930 W com.mbwhatsapp: type=1400 audit(0.0:663557): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:46:05.308 17930 17930 W com.mbwhatsapp: type=1400 audit(0.0:663558): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:46:05.408 17930 17983 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 05:46:05.408 17930 17983 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 05:46:05.408 17930 17983 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 05:46:05.408 17930 17930 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 754ms 03-03 05:46:05.420 17930 17930 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1268ms --------- beginning of system 03-03 05:46:05.420 17930 17930 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 05:46:33.674 18059 18059 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 05:46:33.903 18059 18059 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 05:46:33.906 18059 18059 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 05:46:33.906 18059 18059 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 05:46:33.906 18059 18059 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 05:46:33.906 18059 18059 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 05:46:33.906 18059 18059 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 05:46:33.906 18059 18059 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 05:46:33.906 18059 18059 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 05:46:33.906 18059 18059 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 05:46:33.906 18059 18059 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 05:46:33.907 18059 18059 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 05:46:33.907 18059 18059 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 05:46:33.907 18059 18059 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 05:46:33.907 18059 18059 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 05:46:33.907 18059 18059 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 05:46:33.907 18059 18059 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 05:46:33.907 18059 18059 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 05:46:33.907 18059 18059 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 05:46:33.907 18059 18059 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 05:46:33.907 18059 18059 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 05:46:33.907 18059 18059 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 05:46:33.946 18059 18059 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 05:46:34.490 18059 18059 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 05:46:34.491 18059 18059 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 05:46:34.562 18059 18059 W com.mbwhatsapp: type=1400 audit(0.0:663561): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:46:34.566 18059 18059 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) 03-03 05:46:34.578 18059 18059 W com.mbwhatsapp: type=1400 audit(0.0:663562): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:46:34.590 18059 18059 W com.mbwhatsapp: type=1400 audit(0.0:663563): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:46:34.666 18059 18059 W com.mbwhatsapp: type=1400 audit(0.0:663564): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:46:34.674 18059 18059 W com.mbwhatsapp: type=1400 audit(0.0:663565): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:46:34.758 18059 18059 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 729ms 03-03 05:46:34.761 18059 18107 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 05:46:34.761 18059 18107 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 05:46:34.761 18059 18107 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 05:46:34.776 18059 18059 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1082ms --------- beginning of system 03-03 05:46:34.776 18059 18059 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 05:47:22.408 18126 18126 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 05:47:22.514 18126 18126 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 05:47:22.515 18126 18126 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 05:47:22.515 18126 18126 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 05:47:22.515 18126 18126 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 05:47:22.515 18126 18126 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 05:47:22.515 18126 18126 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 05:47:22.515 18126 18126 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 05:47:22.515 18126 18126 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 05:47:22.515 18126 18126 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 05:47:22.515 18126 18126 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 05:47:22.515 18126 18126 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 05:47:22.515 18126 18126 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 05:47:22.515 18126 18126 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 05:47:22.515 18126 18126 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 05:47:22.515 18126 18126 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 05:47:22.515 18126 18126 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 05:47:22.515 18126 18126 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 05:47:22.515 18126 18126 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 05:47:22.515 18126 18126 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 05:47:22.515 18126 18126 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 05:47:22.515 18126 18126 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 05:47:22.525 18126 18126 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 05:47:22.819 18126 18126 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 05:47:22.819 18126 18126 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 05:47:22.841 18126 18126 W com.mbwhatsapp: type=1400 audit(0.0:663568): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:47:22.845 18126 18126 W com.mbwhatsapp: type=1400 audit(0.0:663569): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:47:22.846 18126 18126 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) 03-03 05:47:22.853 18126 18126 W com.mbwhatsapp: type=1400 audit(0.0:663570): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:47:22.869 18126 18126 W com.mbwhatsapp: type=1400 audit(0.0:663571): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:47:22.877 18126 18126 W com.mbwhatsapp: type=1400 audit(0.0:663572): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:47:22.932 18126 18126 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 290ms 03-03 05:47:22.939 18126 18174 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 05:47:22.939 18126 18174 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 05:47:22.939 18126 18174 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 05:47:22.941 18126 18126 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 510ms --------- beginning of system 03-03 05:47:22.941 18126 18126 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 05:48:57.315 18199 18199 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 05:48:57.539 18199 18199 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 05:48:57.547 18199 18199 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 05:48:57.547 18199 18199 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 05:48:57.547 18199 18199 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 05:48:57.547 18199 18199 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 05:48:57.547 18199 18199 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 05:48:57.547 18199 18199 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 05:48:57.547 18199 18199 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 05:48:57.547 18199 18199 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 05:48:57.547 18199 18199 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 05:48:57.547 18199 18199 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 05:48:57.547 18199 18199 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 05:48:57.547 18199 18199 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 05:48:57.547 18199 18199 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 05:48:57.547 18199 18199 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 05:48:57.547 18199 18199 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 05:48:57.547 18199 18199 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 05:48:57.547 18199 18199 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 05:48:57.547 18199 18199 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 05:48:57.547 18199 18199 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 05:48:57.547 18199 18199 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 05:48:57.571 18199 18199 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 05:48:58.037 18199 18199 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 05:48:58.037 18199 18199 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 05:48:58.097 18199 18199 W com.mbwhatsapp: type=1400 audit(0.0:663665): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:48:58.101 18199 18199 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) 03-03 05:48:58.105 18199 18199 W com.mbwhatsapp: type=1400 audit(0.0:663666): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:48:58.117 18199 18199 W com.mbwhatsapp: type=1400 audit(0.0:663667): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:48:58.173 18199 18199 W com.mbwhatsapp: type=1400 audit(0.0:663668): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:48:58.181 18199 18199 W com.mbwhatsapp: type=1400 audit(0.0:663669): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:48:58.264 18199 18199 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 639ms 03-03 05:48:58.267 18199 18246 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 05:48:58.267 18199 18246 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 05:48:58.267 18199 18246 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 05:48:58.302 18199 18199 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 962ms --------- beginning of system 03-03 05:48:58.302 18199 18199 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 05:49:22.415 18273 18273 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 05:49:22.758 18273 18273 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 05:49:22.766 18273 18273 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 05:49:22.766 18273 18273 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 05:49:22.766 18273 18273 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 05:49:22.766 18273 18273 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 05:49:22.766 18273 18273 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 05:49:22.766 18273 18273 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 05:49:22.766 18273 18273 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 05:49:22.766 18273 18273 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 05:49:22.766 18273 18273 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 05:49:22.766 18273 18273 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 05:49:22.767 18273 18273 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 05:49:22.767 18273 18273 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 05:49:22.767 18273 18273 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 05:49:22.767 18273 18273 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 05:49:22.767 18273 18273 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 05:49:22.767 18273 18273 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 05:49:22.767 18273 18273 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 05:49:22.767 18273 18273 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 05:49:22.767 18273 18273 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 05:49:22.767 18273 18273 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 05:49:22.810 18273 18273 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 05:49:23.357 18273 18273 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 05:49:23.357 18273 18273 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 05:49:23.417 18273 18273 W com.mbwhatsapp: type=1400 audit(0.0:663672): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:49:23.422 18273 18273 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) 03-03 05:49:23.429 18273 18273 W com.mbwhatsapp: type=1400 audit(0.0:663673): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:49:23.445 18273 18273 W com.mbwhatsapp: type=1400 audit(0.0:663674): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:49:23.509 18273 18273 W com.mbwhatsapp: type=1400 audit(0.0:663675): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:49:23.517 18273 18273 W com.mbwhatsapp: type=1400 audit(0.0:663676): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:49:23.614 18273 18273 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 720ms 03-03 05:49:23.616 18273 18321 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 05:49:23.616 18273 18321 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 05:49:23.616 18273 18321 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 05:49:23.672 18273 18273 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1233ms --------- beginning of system 03-03 05:49:23.672 18273 18273 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 05:50:22.670 18328 18328 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 05:50:22.775 18328 18328 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 05:50:22.776 18328 18328 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 05:50:22.776 18328 18328 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 05:50:22.776 18328 18328 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 05:50:22.776 18328 18328 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 05:50:22.776 18328 18328 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 05:50:22.776 18328 18328 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 05:50:22.776 18328 18328 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 05:50:22.776 18328 18328 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 05:50:22.776 18328 18328 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 05:50:22.776 18328 18328 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 05:50:22.776 18328 18328 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 05:50:22.776 18328 18328 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 05:50:22.776 18328 18328 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 05:50:22.776 18328 18328 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 05:50:22.776 18328 18328 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 05:50:22.776 18328 18328 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 05:50:22.776 18328 18328 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 05:50:22.776 18328 18328 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 05:50:22.776 18328 18328 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 05:50:22.776 18328 18328 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 05:50:22.786 18328 18328 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 05:50:22.991 18328 18328 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 05:50:22.991 18328 18328 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 05:50:23.014 18328 18328 W com.mbwhatsapp: type=1400 audit(0.0:663679): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:50:23.014 18328 18328 W com.mbwhatsapp: type=1400 audit(0.0:663680): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:50:23.017 18328 18328 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) 03-03 05:50:23.022 18328 18328 W com.mbwhatsapp: type=1400 audit(0.0:663681): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:50:23.042 18328 18328 W com.mbwhatsapp: type=1400 audit(0.0:663682): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:50:23.046 18328 18328 W com.mbwhatsapp: type=1400 audit(0.0:663683): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:50:23.104 18328 18328 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 283ms 03-03 05:50:23.107 18328 18376 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 05:50:23.107 18328 18376 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 05:50:23.107 18328 18376 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 05:51:22.663 18411 18411 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 05:51:23.012 18411 18411 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 05:51:23.020 18411 18411 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 05:51:23.020 18411 18411 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 05:51:23.020 18411 18411 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 05:51:23.020 18411 18411 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 05:51:23.020 18411 18411 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 05:51:23.020 18411 18411 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 05:51:23.020 18411 18411 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 05:51:23.020 18411 18411 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 05:51:23.020 18411 18411 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 05:51:23.020 18411 18411 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 05:51:23.020 18411 18411 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 05:51:23.020 18411 18411 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 05:51:23.020 18411 18411 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 05:51:23.020 18411 18411 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 05:51:23.020 18411 18411 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 05:51:23.020 18411 18411 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 05:51:23.020 18411 18411 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 05:51:23.020 18411 18411 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 05:51:23.020 18411 18411 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 05:51:23.020 18411 18411 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 05:51:23.067 18411 18411 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 05:51:23.649 18411 18411 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 05:51:23.650 18411 18411 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 05:51:23.718 18411 18411 W com.mbwhatsapp: type=1400 audit(0.0:663686): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:51:23.722 18411 18411 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) 03-03 05:51:23.726 18411 18411 W com.mbwhatsapp: type=1400 audit(0.0:663687): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:51:23.742 18411 18411 W com.mbwhatsapp: type=1400 audit(0.0:663688): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:51:23.802 18411 18411 W com.mbwhatsapp: type=1400 audit(0.0:663689): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:51:23.810 18411 18411 W com.mbwhatsapp: type=1400 audit(0.0:663690): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:51:23.896 18411 18411 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 744ms 03-03 05:51:23.898 18411 18458 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 05:51:23.898 18411 18458 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 05:51:23.898 18411 18458 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 05:51:23.953 18411 18411 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1265ms --------- beginning of system 03-03 05:51:23.953 18411 18411 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 05:52:22.660 18467 18467 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 05:52:22.765 18467 18467 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 05:52:22.766 18467 18467 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 05:52:22.766 18467 18467 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 05:52:22.766 18467 18467 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 05:52:22.766 18467 18467 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 05:52:22.766 18467 18467 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 05:52:22.766 18467 18467 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 05:52:22.766 18467 18467 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 05:52:22.766 18467 18467 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 05:52:22.766 18467 18467 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 05:52:22.766 18467 18467 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 05:52:22.766 18467 18467 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 05:52:22.766 18467 18467 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 05:52:22.766 18467 18467 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 05:52:22.766 18467 18467 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 05:52:22.766 18467 18467 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 05:52:22.766 18467 18467 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 05:52:22.766 18467 18467 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 05:52:22.766 18467 18467 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 05:52:22.766 18467 18467 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 05:52:22.766 18467 18467 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 05:52:22.776 18467 18467 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 05:52:22.980 18467 18467 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 05:52:22.980 18467 18467 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 05:52:23.003 18467 18467 W com.mbwhatsapp: type=1400 audit(0.0:663693): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:52:23.003 18467 18467 W com.mbwhatsapp: type=1400 audit(0.0:663694): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:52:23.007 18467 18467 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) 03-03 05:52:23.011 18467 18467 W com.mbwhatsapp: type=1400 audit(0.0:663695): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:52:23.031 18467 18467 W com.mbwhatsapp: type=1400 audit(0.0:663696): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:52:23.035 18467 18467 W com.mbwhatsapp: type=1400 audit(0.0:663697): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:52:23.093 18467 18467 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 285ms 03-03 05:52:23.100 18467 18514 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 05:52:23.100 18467 18514 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 05:52:23.100 18467 18514 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 05:53:22.659 18536 18536 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 05:53:23.074 18536 18536 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 05:53:23.082 18536 18536 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 05:53:23.082 18536 18536 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 05:53:23.082 18536 18536 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 05:53:23.082 18536 18536 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 05:53:23.082 18536 18536 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 05:53:23.082 18536 18536 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 05:53:23.082 18536 18536 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 05:53:23.082 18536 18536 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 05:53:23.082 18536 18536 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 05:53:23.082 18536 18536 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 05:53:23.082 18536 18536 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 05:53:23.082 18536 18536 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 05:53:23.082 18536 18536 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 05:53:23.082 18536 18536 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 05:53:23.082 18536 18536 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 05:53:23.082 18536 18536 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 05:53:23.082 18536 18536 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 05:53:23.082 18536 18536 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 05:53:23.082 18536 18536 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 05:53:23.082 18536 18536 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 05:53:23.132 18536 18536 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 05:53:23.745 18536 18536 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 05:53:23.745 18536 18536 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 05:53:23.808 18536 18536 W com.mbwhatsapp: type=1400 audit(0.0:663790): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:53:23.815 18536 18536 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) 03-03 05:53:23.820 18536 18536 W com.mbwhatsapp: type=1400 audit(0.0:663791): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:53:23.836 18536 18536 W com.mbwhatsapp: type=1400 audit(0.0:663792): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:53:23.896 18536 18536 W com.mbwhatsapp: type=1400 audit(0.0:663793): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:53:23.904 18536 18536 W com.mbwhatsapp: type=1400 audit(0.0:663794): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:53:24.015 18536 18536 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 775ms 03-03 05:53:24.019 18536 18584 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 05:53:24.019 18536 18584 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 05:53:24.019 18536 18584 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 05:53:24.069 18536 18536 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1385ms --------- beginning of system 03-03 05:53:24.069 18536 18536 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 05:54:22.418 18610 18610 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 05:54:22.742 18610 18610 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 05:54:22.750 18610 18610 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 05:54:22.751 18610 18610 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 05:54:22.751 18610 18610 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 05:54:22.751 18610 18610 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 05:54:22.751 18610 18610 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 05:54:22.751 18610 18610 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 05:54:22.751 18610 18610 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 05:54:22.751 18610 18610 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 05:54:22.751 18610 18610 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 05:54:22.751 18610 18610 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 05:54:22.751 18610 18610 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 05:54:22.751 18610 18610 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 05:54:22.751 18610 18610 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 05:54:22.751 18610 18610 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 05:54:22.751 18610 18610 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 05:54:22.751 18610 18610 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 05:54:22.751 18610 18610 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 05:54:22.751 18610 18610 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 05:54:22.751 18610 18610 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 05:54:22.751 18610 18610 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 05:54:22.793 18610 18610 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 05:54:23.335 18610 18610 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 05:54:23.335 18610 18610 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 05:54:23.396 18610 18610 W com.mbwhatsapp: type=1400 audit(0.0:663797): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:54:23.401 18610 18610 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) 03-03 05:54:23.408 18610 18610 W com.mbwhatsapp: type=1400 audit(0.0:663798): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:54:23.420 18610 18610 W com.mbwhatsapp: type=1400 audit(0.0:663799): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:54:23.476 18610 18610 W com.mbwhatsapp: type=1400 audit(0.0:663800): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:54:23.488 18610 18610 W com.mbwhatsapp: type=1400 audit(0.0:663801): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:54:23.564 18610 18610 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 695ms 03-03 05:54:23.568 18610 18656 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 05:54:23.568 18610 18656 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 05:54:23.568 18610 18656 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 05:54:23.615 18610 18610 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1172ms --------- beginning of system 03-03 05:54:23.615 18610 18610 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 05:55:22.653 18665 18665 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 05:55:22.759 18665 18665 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 05:55:22.760 18665 18665 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 05:55:22.760 18665 18665 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 05:55:22.760 18665 18665 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 05:55:22.760 18665 18665 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 05:55:22.760 18665 18665 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 05:55:22.760 18665 18665 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 05:55:22.760 18665 18665 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 05:55:22.760 18665 18665 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 05:55:22.760 18665 18665 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 05:55:22.760 18665 18665 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 05:55:22.760 18665 18665 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 05:55:22.760 18665 18665 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 05:55:22.760 18665 18665 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 05:55:22.760 18665 18665 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 05:55:22.760 18665 18665 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 05:55:22.760 18665 18665 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 05:55:22.760 18665 18665 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 05:55:22.760 18665 18665 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 05:55:22.760 18665 18665 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 05:55:22.760 18665 18665 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 05:55:22.770 18665 18665 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 05:55:22.972 18665 18665 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 05:55:22.973 18665 18665 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 05:55:22.995 18665 18665 W com.mbwhatsapp: type=1400 audit(0.0:663804): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:55:22.999 18665 18665 W com.mbwhatsapp: type=1400 audit(0.0:663805): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:55:23.000 18665 18665 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) 03-03 05:55:23.007 18665 18665 W com.mbwhatsapp: type=1400 audit(0.0:663806): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:55:23.023 18665 18665 W com.mbwhatsapp: type=1400 audit(0.0:663807): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:55:23.031 18665 18665 W com.mbwhatsapp: type=1400 audit(0.0:663808): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:55:23.086 18665 18665 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 284ms 03-03 05:55:23.162 18665 18712 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 05:55:23.162 18665 18712 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 05:55:23.162 18665 18712 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 05:56:22.415 18731 18731 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 05:56:22.702 18731 18731 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 05:56:22.713 18731 18731 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 05:56:22.713 18731 18731 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 05:56:22.713 18731 18731 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 05:56:22.713 18731 18731 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 05:56:22.713 18731 18731 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 05:56:22.713 18731 18731 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 05:56:22.713 18731 18731 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 05:56:22.713 18731 18731 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 05:56:22.713 18731 18731 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 05:56:22.713 18731 18731 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 05:56:22.713 18731 18731 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 05:56:22.713 18731 18731 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 05:56:22.713 18731 18731 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 05:56:22.713 18731 18731 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 05:56:22.713 18731 18731 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 05:56:22.713 18731 18731 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 05:56:22.713 18731 18731 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 05:56:22.713 18731 18731 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 05:56:22.713 18731 18731 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 05:56:22.713 18731 18731 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 05:56:22.764 18731 18731 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 05:56:23.340 18731 18731 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 05:56:23.340 18731 18731 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 05:56:23.407 18731 18731 W com.mbwhatsapp: type=1400 audit(0.0:663811): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:56:23.412 18731 18731 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) 03-03 05:56:23.419 18731 18731 W com.mbwhatsapp: type=1400 audit(0.0:663812): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:56:23.435 18731 18731 W com.mbwhatsapp: type=1400 audit(0.0:663813): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:56:23.503 18731 18731 W com.mbwhatsapp: type=1400 audit(0.0:663814): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:56:23.511 18731 18731 W com.mbwhatsapp: type=1400 audit(0.0:663815): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:56:23.611 18731 18731 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 780ms 03-03 05:56:23.612 18731 18779 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 05:56:23.612 18731 18779 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 05:56:23.612 18731 18779 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 05:56:23.647 18731 18731 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1214ms --------- beginning of system 03-03 05:56:23.647 18731 18731 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 05:57:53.876 18809 18809 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 05:57:54.187 18809 18809 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 05:57:54.194 18809 18809 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 05:57:54.194 18809 18809 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 05:57:54.194 18809 18809 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 05:57:54.194 18809 18809 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 05:57:54.194 18809 18809 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 05:57:54.194 18809 18809 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 05:57:54.194 18809 18809 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 05:57:54.194 18809 18809 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 05:57:54.194 18809 18809 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 05:57:54.194 18809 18809 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 05:57:54.194 18809 18809 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 05:57:54.195 18809 18809 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 05:57:54.195 18809 18809 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 05:57:54.195 18809 18809 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 05:57:54.195 18809 18809 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 05:57:54.195 18809 18809 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 05:57:54.195 18809 18809 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 05:57:54.195 18809 18809 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 05:57:54.195 18809 18809 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 05:57:54.195 18809 18809 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 05:57:54.243 18809 18809 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 05:57:54.865 18809 18809 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 05:57:54.865 18809 18809 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 05:57:54.920 18809 18809 W com.mbwhatsapp: type=1400 audit(0.0:663818): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:57:54.926 18809 18809 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) 03-03 05:57:54.932 18809 18809 W com.mbwhatsapp: type=1400 audit(0.0:663819): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:57:54.944 18809 18809 W com.mbwhatsapp: type=1400 audit(0.0:663820): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:57:55.004 18809 18809 W com.mbwhatsapp: type=1400 audit(0.0:663821): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:57:55.012 18809 18809 W com.mbwhatsapp: type=1400 audit(0.0:663822): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:57:55.105 18809 18809 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 761ms 03-03 05:57:55.108 18809 18857 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 05:57:55.108 18809 18857 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 05:57:55.108 18809 18857 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 05:57:55.143 18809 18809 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1244ms --------- beginning of system 03-03 05:57:55.143 18809 18809 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 05:58:22.420 18882 18882 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 05:58:22.799 18882 18882 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 05:58:22.806 18882 18882 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 05:58:22.806 18882 18882 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 05:58:22.806 18882 18882 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 05:58:22.806 18882 18882 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 05:58:22.806 18882 18882 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 05:58:22.806 18882 18882 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 05:58:22.806 18882 18882 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 05:58:22.806 18882 18882 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 05:58:22.806 18882 18882 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 05:58:22.807 18882 18882 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 05:58:22.807 18882 18882 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 05:58:22.807 18882 18882 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 05:58:22.807 18882 18882 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 05:58:22.807 18882 18882 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 05:58:22.807 18882 18882 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 05:58:22.807 18882 18882 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 05:58:22.807 18882 18882 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 05:58:22.807 18882 18882 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 05:58:22.807 18882 18882 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 05:58:22.807 18882 18882 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 05:58:22.853 18882 18882 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 05:58:23.458 18882 18882 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 05:58:23.458 18882 18882 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 05:58:23.521 18882 18882 W com.mbwhatsapp: type=1400 audit(0.0:663825): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:58:23.524 18882 18882 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) 03-03 05:58:23.529 18882 18882 W com.mbwhatsapp: type=1400 audit(0.0:663826): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:58:23.545 18882 18882 W com.mbwhatsapp: type=1400 audit(0.0:663827): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:58:23.593 18882 18882 W com.mbwhatsapp: type=1400 audit(0.0:663828): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:58:23.605 18882 18882 W com.mbwhatsapp: type=1400 audit(0.0:663829): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:58:23.699 18882 18882 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 755ms 03-03 05:58:23.700 18882 18932 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 05:58:23.700 18882 18932 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 05:58:23.700 18882 18932 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 05:58:23.756 18882 18882 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1312ms --------- beginning of system 03-03 05:58:23.756 18882 18882 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 05:59:22.636 19031 19031 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 05:59:22.975 19031 19031 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 05:59:22.984 19031 19031 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 05:59:22.984 19031 19031 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 05:59:22.984 19031 19031 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 05:59:22.984 19031 19031 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 05:59:22.984 19031 19031 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 05:59:22.985 19031 19031 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 05:59:22.985 19031 19031 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 05:59:22.985 19031 19031 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 05:59:22.985 19031 19031 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 05:59:22.985 19031 19031 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 05:59:22.985 19031 19031 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 05:59:22.985 19031 19031 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 05:59:22.985 19031 19031 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 05:59:22.985 19031 19031 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 05:59:22.985 19031 19031 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 05:59:22.985 19031 19031 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 05:59:22.985 19031 19031 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 05:59:22.985 19031 19031 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 05:59:22.985 19031 19031 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 05:59:22.985 19031 19031 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 05:59:23.049 19031 19031 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 05:59:23.688 19031 19031 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 05:59:23.689 19031 19031 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 05:59:23.759 19031 19031 W com.mbwhatsapp: type=1400 audit(0.0:663832): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:59:23.763 19031 19031 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) 03-03 05:59:23.771 19031 19031 W com.mbwhatsapp: type=1400 audit(0.0:663833): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:59:23.787 19031 19031 W com.mbwhatsapp: type=1400 audit(0.0:663834): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:59:23.855 19031 19031 W com.mbwhatsapp: type=1400 audit(0.0:663835): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:59:23.867 19031 19031 W com.mbwhatsapp: type=1400 audit(0.0:663836): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 05:59:23.983 19031 19031 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 830ms 03-03 05:59:23.986 19031 19079 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 05:59:23.986 19031 19079 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 05:59:23.986 19031 19079 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 05:59:24.048 19031 19031 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1392ms --------- beginning of system 03-03 05:59:24.048 19031 19031 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 06:00:22.418 19093 19093 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 06:00:22.681 19093 19093 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 06:00:22.691 19093 19093 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 06:00:22.691 19093 19093 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 06:00:22.691 19093 19093 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 06:00:22.691 19093 19093 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 06:00:22.691 19093 19093 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 06:00:22.691 19093 19093 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 06:00:22.691 19093 19093 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 06:00:22.691 19093 19093 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 06:00:22.691 19093 19093 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 06:00:22.691 19093 19093 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 06:00:22.691 19093 19093 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 06:00:22.691 19093 19093 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 06:00:22.691 19093 19093 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 06:00:22.691 19093 19093 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 06:00:22.691 19093 19093 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 06:00:22.691 19093 19093 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 06:00:22.691 19093 19093 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 06:00:22.691 19093 19093 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 06:00:22.691 19093 19093 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 06:00:22.691 19093 19093 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 06:00:22.730 19093 19093 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 06:00:23.261 19093 19093 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 06:00:23.262 19093 19093 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 06:00:23.324 19093 19093 W com.mbwhatsapp: type=1400 audit(0.0:663929): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:00:23.327 19093 19093 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) 03-03 06:00:23.332 19093 19093 W com.mbwhatsapp: type=1400 audit(0.0:663930): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:00:23.340 19093 19093 W com.mbwhatsapp: type=1400 audit(0.0:663931): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:00:23.396 19093 19093 W com.mbwhatsapp: type=1400 audit(0.0:663932): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:00:23.404 19093 19093 W com.mbwhatsapp: type=1400 audit(0.0:663933): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:00:23.487 19093 19093 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 675ms 03-03 06:00:23.491 19093 19140 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 06:00:23.491 19093 19140 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 06:00:23.491 19093 19140 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 06:00:23.532 19093 19093 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1090ms --------- beginning of system 03-03 06:00:23.532 19093 19093 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 06:01:45.092 19369 19369 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 06:01:45.337 19369 19369 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 06:01:45.345 19369 19369 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 06:01:45.345 19369 19369 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 06:01:45.345 19369 19369 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 06:01:45.345 19369 19369 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 06:01:45.345 19369 19369 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 06:01:45.345 19369 19369 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 06:01:45.345 19369 19369 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 06:01:45.345 19369 19369 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 06:01:45.345 19369 19369 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 06:01:45.345 19369 19369 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 06:01:45.345 19369 19369 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 06:01:45.345 19369 19369 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 06:01:45.345 19369 19369 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 06:01:45.345 19369 19369 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 06:01:45.345 19369 19369 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 06:01:45.345 19369 19369 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 06:01:45.345 19369 19369 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 06:01:45.345 19369 19369 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 06:01:45.345 19369 19369 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 06:01:45.345 19369 19369 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 06:01:45.379 19369 19369 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 06:01:45.927 19369 19369 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 06:01:45.927 19369 19369 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 06:01:45.987 19369 19369 W com.mbwhatsapp: type=1400 audit(0.0:663994): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:01:45.991 19369 19369 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) 03-03 06:01:45.999 19369 19369 W com.mbwhatsapp: type=1400 audit(0.0:663995): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:01:46.011 19369 19369 W com.mbwhatsapp: type=1400 audit(0.0:663996): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:01:46.071 19369 19369 W com.mbwhatsapp: type=1400 audit(0.0:663997): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:01:46.079 19369 19369 W com.mbwhatsapp: type=1400 audit(0.0:663998): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:01:46.156 19369 19369 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 696ms 03-03 06:01:46.160 19369 19417 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 06:01:46.160 19369 19417 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 06:01:46.160 19369 19417 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 06:01:46.207 19369 19369 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1093ms --------- beginning of system 03-03 06:01:46.207 19369 19369 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 06:02:22.647 19446 19446 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 06:02:22.919 19446 19446 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 06:02:22.927 19446 19446 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 06:02:22.927 19446 19446 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 06:02:22.927 19446 19446 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 06:02:22.927 19446 19446 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 06:02:22.927 19446 19446 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 06:02:22.927 19446 19446 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 06:02:22.927 19446 19446 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 06:02:22.927 19446 19446 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 06:02:22.927 19446 19446 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 06:02:22.927 19446 19446 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 06:02:22.928 19446 19446 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 06:02:22.928 19446 19446 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 06:02:22.928 19446 19446 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 06:02:22.928 19446 19446 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 06:02:22.928 19446 19446 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 06:02:22.928 19446 19446 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 06:02:22.928 19446 19446 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 06:02:22.928 19446 19446 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 06:02:22.928 19446 19446 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 06:02:22.928 19446 19446 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 06:02:22.974 19446 19446 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 06:02:23.534 19446 19446 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 06:02:23.535 19446 19446 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 06:02:23.601 19446 19446 W com.mbwhatsapp: type=1400 audit(0.0:664001): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:02:23.606 19446 19446 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) 03-03 06:02:23.613 19446 19446 W com.mbwhatsapp: type=1400 audit(0.0:664002): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:02:23.625 19446 19446 W com.mbwhatsapp: type=1400 audit(0.0:664003): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:02:23.693 19446 19446 W com.mbwhatsapp: type=1400 audit(0.0:664004): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:02:23.705 19446 19446 W com.mbwhatsapp: type=1400 audit(0.0:664005): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:02:23.786 19446 19446 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 734ms 03-03 06:02:23.791 19446 19493 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 06:02:23.791 19446 19493 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 06:02:23.791 19446 19493 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 06:02:23.837 19446 19446 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1166ms --------- beginning of system 03-03 06:02:23.837 19446 19446 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 06:03:22.417 19725 19725 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 06:03:22.643 19725 19725 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 06:03:22.652 19725 19725 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 06:03:22.652 19725 19725 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 06:03:22.652 19725 19725 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 06:03:22.653 19725 19725 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 06:03:22.653 19725 19725 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 06:03:22.653 19725 19725 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 06:03:22.653 19725 19725 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 06:03:22.653 19725 19725 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 06:03:22.653 19725 19725 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 06:03:22.653 19725 19725 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 06:03:22.653 19725 19725 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 06:03:22.653 19725 19725 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 06:03:22.653 19725 19725 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 06:03:22.653 19725 19725 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 06:03:22.653 19725 19725 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 06:03:22.653 19725 19725 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 06:03:22.653 19725 19725 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 06:03:22.653 19725 19725 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 06:03:22.653 19725 19725 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 06:03:22.653 19725 19725 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 06:03:22.717 19725 19725 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 06:03:23.252 19725 19725 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 06:03:23.252 19725 19725 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 06:03:23.324 19725 19725 W com.mbwhatsapp: type=1400 audit(0.0:664066): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:03:23.329 19725 19725 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) 03-03 06:03:23.336 19725 19725 W com.mbwhatsapp: type=1400 audit(0.0:664067): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:03:23.348 19725 19725 W com.mbwhatsapp: type=1400 audit(0.0:664068): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:03:23.408 19725 19725 W com.mbwhatsapp: type=1400 audit(0.0:664069): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:03:23.420 19725 19725 W com.mbwhatsapp: type=1400 audit(0.0:664070): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:03:23.509 19725 19725 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 704ms 03-03 06:03:23.513 19725 19772 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 06:03:23.513 19725 19772 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 06:03:23.513 19725 19772 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 06:03:23.546 19725 19725 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1105ms --------- beginning of system 03-03 06:03:23.546 19725 19725 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 06:04:22.416 19790 19790 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 06:04:22.684 19790 19790 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 06:04:22.691 19790 19790 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 06:04:22.691 19790 19790 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 06:04:22.691 19790 19790 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 06:04:22.691 19790 19790 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 06:04:22.691 19790 19790 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 06:04:22.691 19790 19790 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 06:04:22.691 19790 19790 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 06:04:22.691 19790 19790 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 06:04:22.691 19790 19790 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 06:04:22.691 19790 19790 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 06:04:22.692 19790 19790 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 06:04:22.692 19790 19790 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 06:04:22.692 19790 19790 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 06:04:22.692 19790 19790 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 06:04:22.692 19790 19790 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 06:04:22.692 19790 19790 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 06:04:22.692 19790 19790 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 06:04:22.692 19790 19790 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 06:04:22.692 19790 19790 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 06:04:22.692 19790 19790 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 06:04:22.738 19790 19790 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 06:04:23.311 19790 19790 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 06:04:23.311 19790 19790 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 06:04:23.370 19790 19790 W com.mbwhatsapp: type=1400 audit(0.0:664073): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:04:23.376 19790 19790 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) 03-03 06:04:23.382 19790 19790 W com.mbwhatsapp: type=1400 audit(0.0:664074): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:04:23.398 19790 19790 W com.mbwhatsapp: type=1400 audit(0.0:664075): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:04:23.458 19790 19790 W com.mbwhatsapp: type=1400 audit(0.0:664076): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:04:23.470 19790 19790 W com.mbwhatsapp: type=1400 audit(0.0:664077): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:04:23.572 19790 19790 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 741ms 03-03 06:04:23.575 19790 19839 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 06:04:23.575 19790 19839 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 06:04:23.575 19790 19839 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 06:04:23.622 19790 19790 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1180ms --------- beginning of system 03-03 06:04:23.622 19790 19790 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 06:05:22.422 20062 20062 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 06:05:22.681 20062 20062 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 06:05:22.692 20062 20062 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 06:05:22.692 20062 20062 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 06:05:22.692 20062 20062 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 06:05:22.692 20062 20062 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 06:05:22.692 20062 20062 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 06:05:22.692 20062 20062 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 06:05:22.693 20062 20062 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 06:05:22.693 20062 20062 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 06:05:22.693 20062 20062 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 06:05:22.693 20062 20062 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 06:05:22.693 20062 20062 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 06:05:22.693 20062 20062 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 06:05:22.693 20062 20062 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 06:05:22.693 20062 20062 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 06:05:22.693 20062 20062 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 06:05:22.693 20062 20062 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 06:05:22.693 20062 20062 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 06:05:22.693 20062 20062 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 06:05:22.693 20062 20062 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 06:05:22.693 20062 20062 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 06:05:22.740 20062 20062 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 06:05:23.271 20062 20062 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 06:05:23.271 20062 20062 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 06:05:23.335 20062 20062 W com.mbwhatsapp: type=1400 audit(0.0:664138): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:05:23.340 20062 20062 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) 03-03 06:05:23.351 20062 20062 W com.mbwhatsapp: type=1400 audit(0.0:664139): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:05:23.363 20062 20062 W com.mbwhatsapp: type=1400 audit(0.0:664140): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:05:23.427 20062 20062 W com.mbwhatsapp: type=1400 audit(0.0:664141): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:05:23.435 20062 20062 W com.mbwhatsapp: type=1400 audit(0.0:664142): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:05:23.519 20062 20062 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 683ms 03-03 06:05:23.520 20062 20109 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 06:05:23.520 20062 20109 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 06:05:23.520 20062 20109 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 06:05:23.526 20062 20062 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1082ms --------- beginning of system 03-03 06:05:23.526 20062 20062 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 06:06:57.920 20129 20129 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 06:06:58.201 20129 20129 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 06:06:58.209 20129 20129 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 06:06:58.209 20129 20129 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 06:06:58.209 20129 20129 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 06:06:58.209 20129 20129 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 06:06:58.209 20129 20129 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 06:06:58.209 20129 20129 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 06:06:58.209 20129 20129 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 06:06:58.210 20129 20129 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 06:06:58.210 20129 20129 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 06:06:58.210 20129 20129 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 06:06:58.210 20129 20129 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 06:06:58.210 20129 20129 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 06:06:58.210 20129 20129 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 06:06:58.210 20129 20129 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 06:06:58.210 20129 20129 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 06:06:58.210 20129 20129 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 06:06:58.210 20129 20129 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 06:06:58.210 20129 20129 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 06:06:58.210 20129 20129 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 06:06:58.210 20129 20129 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 06:06:58.275 20129 20129 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 06:06:58.817 20129 20129 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 06:06:58.817 20129 20129 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 06:06:58.883 20129 20129 W com.mbwhatsapp: type=1400 audit(0.0:664145): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:06:58.887 20129 20129 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) 03-03 06:06:58.891 20129 20129 W com.mbwhatsapp: type=1400 audit(0.0:664146): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:06:58.907 20129 20129 W com.mbwhatsapp: type=1400 audit(0.0:664147): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:06:58.971 20129 20129 W com.mbwhatsapp: type=1400 audit(0.0:664148): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:06:58.983 20129 20129 W com.mbwhatsapp: type=1400 audit(0.0:664149): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:06:59.087 20129 20129 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 713ms 03-03 06:06:59.095 20129 20177 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 06:06:59.095 20129 20177 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 06:06:59.095 20129 20177 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 06:06:59.102 20129 20129 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1158ms --------- beginning of system 03-03 06:06:59.103 20129 20129 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 06:07:22.400 20406 20406 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 06:07:22.635 20406 20406 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 06:07:22.645 20406 20406 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 06:07:22.645 20406 20406 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 06:07:22.645 20406 20406 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 06:07:22.645 20406 20406 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 06:07:22.645 20406 20406 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 06:07:22.645 20406 20406 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 06:07:22.645 20406 20406 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 06:07:22.645 20406 20406 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 06:07:22.645 20406 20406 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 06:07:22.645 20406 20406 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 06:07:22.645 20406 20406 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 06:07:22.645 20406 20406 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 06:07:22.645 20406 20406 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 06:07:22.645 20406 20406 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 06:07:22.645 20406 20406 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 06:07:22.645 20406 20406 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 06:07:22.645 20406 20406 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 06:07:22.645 20406 20406 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 06:07:22.645 20406 20406 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 06:07:22.645 20406 20406 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 06:07:22.703 20406 20406 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 06:07:23.279 20406 20406 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 06:07:23.279 20406 20406 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 06:07:23.347 20406 20406 W com.mbwhatsapp: type=1400 audit(0.0:664202): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:07:23.351 20406 20406 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) 03-03 06:07:23.355 20406 20406 W com.mbwhatsapp: type=1400 audit(0.0:664203): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:07:23.371 20406 20406 W com.mbwhatsapp: type=1400 audit(0.0:664204): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:07:23.435 20406 20406 W com.mbwhatsapp: type=1400 audit(0.0:664205): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:07:23.447 20406 20406 W com.mbwhatsapp: type=1400 audit(0.0:664206): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:07:23.559 20406 20406 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 773ms 03-03 06:07:23.563 20406 20457 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 06:07:23.563 20406 20457 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 06:07:23.563 20406 20457 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 06:07:23.612 20406 20406 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1195ms --------- beginning of system 03-03 06:07:23.612 20406 20406 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 06:08:22.633 20688 20688 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 06:08:22.996 20688 20688 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 06:08:23.006 20688 20688 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 06:08:23.006 20688 20688 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 06:08:23.006 20688 20688 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 06:08:23.006 20688 20688 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 06:08:23.006 20688 20688 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 06:08:23.006 20688 20688 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 06:08:23.006 20688 20688 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 06:08:23.006 20688 20688 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 06:08:23.006 20688 20688 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 06:08:23.006 20688 20688 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 06:08:23.006 20688 20688 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 06:08:23.006 20688 20688 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 06:08:23.006 20688 20688 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 06:08:23.006 20688 20688 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 06:08:23.006 20688 20688 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 06:08:23.006 20688 20688 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 06:08:23.006 20688 20688 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 06:08:23.006 20688 20688 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 06:08:23.006 20688 20688 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 06:08:23.006 20688 20688 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 06:08:23.063 20688 20688 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 06:08:23.648 20688 20688 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 06:08:23.649 20688 20688 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 06:08:23.712 20688 20688 W com.mbwhatsapp: type=1400 audit(0.0:664267): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:08:23.716 20688 20688 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) 03-03 06:08:23.728 20688 20688 W com.mbwhatsapp: type=1400 audit(0.0:664268): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:08:23.740 20688 20688 W com.mbwhatsapp: type=1400 audit(0.0:664269): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:08:23.808 20688 20688 W com.mbwhatsapp: type=1400 audit(0.0:664270): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:08:23.820 20688 20688 W com.mbwhatsapp: type=1400 audit(0.0:664271): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 06:08:23.930 20688 20688 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 756ms 03-03 06:08:23.932 20688 20738 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 06:08:23.932 20688 20738 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 06:08:23.932 20688 20738 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 06:08:23.981 20688 20688 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1326ms --------- beginning of system 03-03 06:08:23.981 20688 20688 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 07:07:22.410 31976 31976 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 07:07:22.726 31976 31976 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 07:07:22.728 31976 31976 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 07:07:22.728 31976 31976 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 07:07:22.728 31976 31976 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 07:07:22.728 31976 31976 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 07:07:22.728 31976 31976 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 07:07:22.728 31976 31976 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 07:07:22.728 31976 31976 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 07:07:22.728 31976 31976 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 07:07:22.728 31976 31976 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 07:07:22.728 31976 31976 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 07:07:22.728 31976 31976 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 07:07:22.728 31976 31976 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 07:07:22.728 31976 31976 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 07:07:22.728 31976 31976 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 07:07:22.728 31976 31976 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 07:07:22.728 31976 31976 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 07:07:22.728 31976 31976 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 07:07:22.728 31976 31976 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 07:07:22.728 31976 31976 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 07:07:22.728 31976 31976 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 07:07:22.778 31976 31976 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 07:07:23.280 31976 31976 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 07:07:23.281 31976 31976 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 07:07:23.347 31976 31976 W com.mbwhatsapp: type=1400 audit(0.0:671774): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 07:07:23.353 31976 31976 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) 03-03 07:07:23.359 31976 31976 W com.mbwhatsapp: type=1400 audit(0.0:671775): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 07:07:23.367 31976 31976 W com.mbwhatsapp: type=1400 audit(0.0:671776): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 07:07:23.451 31976 31976 W com.mbwhatsapp: type=1400 audit(0.0:671777): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 07:07:23.463 31976 31976 W com.mbwhatsapp: type=1400 audit(0.0:671778): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 07:07:23.463 31976 31976 W com.mbwhatsapp: type=1400 audit(0.0:671779): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 07:07:23.463 31976 31976 W com.mbwhatsapp: type=1400 audit(0.0:671780): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 07:07:23.567 31976 31976 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 718ms 03-03 07:07:23.576 31976 31976 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1153ms --------- beginning of system 03-03 07:07:23.576 31976 31976 W ActivityThread: Main thread can not be idle for a long time. 03-03 07:07:23.577 31976 32025 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 07:07:23.577 31976 32025 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 07:07:23.577 31976 32025 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 07:08:22.613 32683 32683 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 07:08:22.786 32683 32683 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 07:08:22.793 32683 32683 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 07:08:22.794 32683 32683 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 07:08:22.794 32683 32683 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 07:08:22.794 32683 32683 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 07:08:22.794 32683 32683 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 07:08:22.794 32683 32683 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 07:08:22.794 32683 32683 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 07:08:22.794 32683 32683 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 07:08:22.794 32683 32683 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 07:08:22.794 32683 32683 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 07:08:22.794 32683 32683 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 07:08:22.794 32683 32683 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 07:08:22.794 32683 32683 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 07:08:22.794 32683 32683 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 07:08:22.794 32683 32683 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 07:08:22.794 32683 32683 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 07:08:22.794 32683 32683 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 07:08:22.794 32683 32683 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 07:08:22.794 32683 32683 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 07:08:22.794 32683 32683 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 07:08:22.813 32683 32683 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 07:08:23.111 32683 32683 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 07:08:23.111 32683 32683 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 07:08:23.147 32683 32683 W com.mbwhatsapp: type=1400 audit(0.0:671848): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 07:08:23.152 32683 32683 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) 03-03 07:08:23.159 32683 32683 W com.mbwhatsapp: type=1400 audit(0.0:671849): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 07:08:23.171 32683 32683 W com.mbwhatsapp: type=1400 audit(0.0:671850): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 07:08:23.223 32683 32683 W com.mbwhatsapp: type=1400 audit(0.0:671851): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 07:08:23.231 32683 32683 W com.mbwhatsapp: type=1400 audit(0.0:671852): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 07:08:23.231 32683 32683 W com.mbwhatsapp: type=1400 audit(0.0:671853): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 07:08:23.231 32683 32683 W com.mbwhatsapp: type=1400 audit(0.0:671854): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 07:08:23.285 32683 32683 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 433ms 03-03 07:08:23.291 32683 32683 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 658ms --------- beginning of system 03-03 07:08:23.291 32683 32683 W ActivityThread: Main thread can not be idle for a long time. 03-03 07:08:23.294 32683 32730 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 07:08:23.294 32683 32730 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 07:08:23.294 32683 32730 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 07:22:47.925 6501 6501 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 07:22:48.401 6501 6501 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 07:22:48.404 6501 6501 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 07:22:48.404 6501 6501 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 07:22:48.404 6501 6501 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 07:22:48.404 6501 6501 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 07:22:48.404 6501 6501 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 07:22:48.404 6501 6501 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 07:22:48.404 6501 6501 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 07:22:48.404 6501 6501 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 07:22:48.404 6501 6501 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 07:22:48.404 6501 6501 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 07:22:48.404 6501 6501 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 07:22:48.404 6501 6501 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 07:22:48.404 6501 6501 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 07:22:48.404 6501 6501 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 07:22:48.404 6501 6501 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 07:22:48.404 6501 6501 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 07:22:48.404 6501 6501 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 07:22:48.404 6501 6501 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 07:22:48.404 6501 6501 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 07:22:48.404 6501 6501 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 07:22:48.458 6501 6501 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 07:22:49.053 6501 6501 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 07:22:49.053 6501 6501 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 07:22:49.145 6501 6501 W com.mbwhatsapp: type=1400 audit(0.0:673531): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 07:22:49.148 6501 6501 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) 03-03 07:22:49.153 6501 6501 W com.mbwhatsapp: type=1400 audit(0.0:673532): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 07:22:49.169 6501 6501 W com.mbwhatsapp: type=1400 audit(0.0:673533): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 07:22:49.277 6501 6501 W com.mbwhatsapp: type=1400 audit(0.0:673534): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 07:22:49.293 6501 6501 W com.mbwhatsapp: type=1400 audit(0.0:673535): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 07:22:49.399 6501 6501 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 855ms 03-03 07:22:49.405 6501 6556 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 07:22:49.405 6501 6556 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 07:22:49.405 6501 6556 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 08:20:13.614 15293 15293 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 08:20:13.985 15293 15293 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 08:20:13.986 15293 15293 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 08:20:13.986 15293 15293 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 08:20:13.986 15293 15293 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 08:20:13.986 15293 15293 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 08:20:13.986 15293 15293 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 08:20:13.986 15293 15293 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 08:20:13.986 15293 15293 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 08:20:13.986 15293 15293 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 08:20:13.986 15293 15293 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 08:20:13.986 15293 15293 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 08:20:13.986 15293 15293 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 08:20:13.986 15293 15293 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 08:20:13.986 15293 15293 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 08:20:13.986 15293 15293 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 08:20:13.986 15293 15293 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 08:20:13.986 15293 15293 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 08:20:13.986 15293 15293 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 08:20:13.986 15293 15293 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 08:20:13.987 15293 15293 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 08:20:13.987 15293 15293 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 08:20:14.034 15293 15293 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 08:20:14.505 15293 15293 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 08:20:14.505 15293 15293 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 08:20:14.573 15293 15293 W com.mbwhatsapp: type=1400 audit(0.0:681014): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 08:20:14.579 15293 15293 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) 03-03 08:20:14.589 15293 15293 W com.mbwhatsapp: type=1400 audit(0.0:681015): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 08:20:14.605 15293 15293 W com.mbwhatsapp: type=1400 audit(0.0:681016): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 08:20:14.677 15293 15293 W com.mbwhatsapp: type=1400 audit(0.0:681017): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 08:20:14.693 15293 15293 W com.mbwhatsapp: type=1400 audit(0.0:681018): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 08:20:14.789 15293 15293 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 684ms 03-03 08:20:14.794 15293 15385 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 08:20:14.794 15293 15385 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 08:20:14.794 15293 15385 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 08:20:14.798 15293 15293 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1167ms --------- beginning of system 03-03 08:20:14.798 15293 15293 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 08:46:01.907 16761 16761 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 08:46:02.013 16761 16761 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 08:46:02.014 16761 16761 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 08:46:02.014 16761 16761 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 08:46:02.014 16761 16761 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 08:46:02.014 16761 16761 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 08:46:02.014 16761 16761 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 08:46:02.014 16761 16761 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 08:46:02.014 16761 16761 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 08:46:02.014 16761 16761 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 08:46:02.014 16761 16761 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 08:46:02.014 16761 16761 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 08:46:02.014 16761 16761 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 08:46:02.014 16761 16761 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 08:46:02.014 16761 16761 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 08:46:02.014 16761 16761 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 08:46:02.014 16761 16761 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 08:46:02.014 16761 16761 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 08:46:02.014 16761 16761 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 08:46:02.014 16761 16761 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 08:46:02.014 16761 16761 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 08:46:02.014 16761 16761 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 08:46:02.036 16761 16761 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 08:46:02.244 16761 16761 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 08:46:02.244 16761 16761 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 08:46:02.286 16761 16761 W com.mbwhatsapp: type=1400 audit(0.0:684092): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 08:46:02.290 16761 16761 W com.mbwhatsapp: type=1400 audit(0.0:684093): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 08:46:02.292 16761 16761 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) 03-03 08:46:02.298 16761 16761 W com.mbwhatsapp: type=1400 audit(0.0:684094): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 08:46:02.334 16761 16761 W com.mbwhatsapp: type=1400 audit(0.0:684095): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 08:46:02.342 16761 16761 W com.mbwhatsapp: type=1400 audit(0.0:684096): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 08:46:02.401 16761 16761 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 321ms 03-03 08:46:02.408 16761 16824 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 08:46:02.408 16761 16824 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 08:46:02.408 16761 16824 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 08:46:02.414 16761 16761 W com.mbwhatsapp: Class X.0eU failed lock verification and will run slower. 03-03 08:46:02.496 16761 16761 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 564ms --------- beginning of system 03-03 08:46:02.496 16761 16761 W ActivityThread: Main thread can not be idle for a long time. 03-03 08:46:02.706 16761 16761 E OpenGLRenderer: ~SkiaDisplayList() ##### pid = 16761 03-03 08:46:02.708 16761 16830 E libc : Access denied finding property "persist.vendor.sf.fbc" 03-03 08:46:02.708 16761 16830 E libc : Access denied finding property "persist.vendor.gpu.fbc" 03-03 08:46:02.708 16761 16830 E libc : Access denied finding property "persist.vendor.vsp.fbc" 03-03 08:46:04.636 16761 16830 W libEGL : EGLNativeWindowType 0xb400007161fe40a0 disconnect failed --------- beginning of main 03-03 08:46:18.382 17044 17044 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 08:46:18.534 17044 17044 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 08:46:18.536 17044 17044 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 08:46:18.536 17044 17044 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 08:46:18.536 17044 17044 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 08:46:18.536 17044 17044 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 08:46:18.536 17044 17044 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 08:46:18.536 17044 17044 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 08:46:18.536 17044 17044 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 08:46:18.536 17044 17044 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 08:46:18.536 17044 17044 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 08:46:18.536 17044 17044 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 08:46:18.536 17044 17044 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 08:46:18.537 17044 17044 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 08:46:18.537 17044 17044 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 08:46:18.537 17044 17044 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 08:46:18.537 17044 17044 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 08:46:18.537 17044 17044 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 08:46:18.537 17044 17044 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 08:46:18.537 17044 17044 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 08:46:18.537 17044 17044 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 08:46:18.537 17044 17044 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 08:46:18.571 17044 17044 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 08:46:19.001 17044 17044 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 08:46:19.001 17044 17044 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 08:46:19.054 17044 17044 W com.mbwhatsapp: type=1400 audit(0.0:684103): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 08:46:19.059 17044 17044 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) 03-03 08:46:19.062 17044 17044 W com.mbwhatsapp: type=1400 audit(0.0:684104): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 08:46:19.070 17044 17044 W com.mbwhatsapp: type=1400 audit(0.0:684105): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 08:46:19.126 17044 17044 W com.mbwhatsapp: type=1400 audit(0.0:684106): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 08:46:19.142 17044 17044 W com.mbwhatsapp: type=1400 audit(0.0:684107): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 08:46:19.249 17044 17044 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 609ms 03-03 08:46:19.282 17044 17103 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 08:46:19.282 17044 17103 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 08:46:19.282 17044 17103 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 10:00:00.684 18074 18074 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 10:00:00.773 18074 18074 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 10:00:00.774 18074 18074 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 10:00:00.774 18074 18074 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 10:00:00.774 18074 18074 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 10:00:00.774 18074 18074 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 10:00:00.774 18074 18074 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 10:00:00.774 18074 18074 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 10:00:00.774 18074 18074 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 10:00:00.774 18074 18074 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 10:00:00.774 18074 18074 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 10:00:00.774 18074 18074 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 10:00:00.774 18074 18074 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 10:00:00.774 18074 18074 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 10:00:00.774 18074 18074 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 10:00:00.774 18074 18074 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 10:00:00.774 18074 18074 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 10:00:00.774 18074 18074 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 10:00:00.774 18074 18074 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 10:00:00.774 18074 18074 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 10:00:00.774 18074 18074 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 10:00:00.774 18074 18074 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 10:00:00.783 18074 18074 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 10:00:01.089 18074 18074 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 10:00:01.090 18074 18074 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 10:00:01.114 18074 18074 W com.mbwhatsapp: type=1400 audit(0.0:685738): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 10:00:01.114 18074 18074 W com.mbwhatsapp: type=1400 audit(0.0:685739): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 10:00:01.117 18074 18074 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) 03-03 10:05:22.391 18381 18381 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 10:05:22.471 18381 18381 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 10:05:22.471 18381 18381 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 10:05:22.471 18381 18381 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 10:05:22.471 18381 18381 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 10:05:22.471 18381 18381 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 10:05:22.471 18381 18381 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 10:05:22.471 18381 18381 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 10:05:22.472 18381 18381 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 10:05:22.472 18381 18381 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 10:05:22.472 18381 18381 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 10:05:22.472 18381 18381 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 10:05:22.472 18381 18381 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 10:05:22.472 18381 18381 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 10:05:22.472 18381 18381 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 10:05:22.472 18381 18381 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 10:05:22.472 18381 18381 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 10:05:22.472 18381 18381 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 10:05:22.472 18381 18381 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 10:05:22.472 18381 18381 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 10:05:22.472 18381 18381 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 10:05:22.472 18381 18381 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 10:05:22.479 18381 18381 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 10:05:22.647 18381 18381 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 10:05:22.647 18381 18381 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 10:05:22.669 18381 18381 W com.mbwhatsapp: type=1400 audit(0.0:686370): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 10:05:22.669 18381 18381 W com.mbwhatsapp: type=1400 audit(0.0:686371): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 10:05:22.673 18381 18381 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) 03-03 10:05:22.677 18381 18381 W com.mbwhatsapp: type=1400 audit(0.0:686372): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 10:05:22.693 18381 18381 W com.mbwhatsapp: type=1400 audit(0.0:686373): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 10:05:22.697 18381 18381 W com.mbwhatsapp: type=1400 audit(0.0:686374): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 10:05:22.744 18381 18381 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 241ms 03-03 10:05:22.759 18381 18428 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 10:05:22.759 18381 18428 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 10:05:22.759 18381 18428 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 10:24:43.863 19581 19581 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 10:24:43.988 19581 19581 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 10:24:43.992 19581 19581 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 10:24:43.992 19581 19581 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 10:24:43.992 19581 19581 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 10:24:43.992 19581 19581 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 10:24:43.992 19581 19581 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 10:24:43.992 19581 19581 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 10:24:43.992 19581 19581 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 10:24:43.992 19581 19581 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 10:24:43.992 19581 19581 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 10:24:43.992 19581 19581 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 10:24:43.992 19581 19581 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 10:24:43.992 19581 19581 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 10:24:43.992 19581 19581 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 10:24:43.992 19581 19581 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 10:24:43.992 19581 19581 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 10:24:43.992 19581 19581 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 10:24:43.992 19581 19581 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 10:24:43.992 19581 19581 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 10:24:43.992 19581 19581 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 10:24:43.993 19581 19581 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 10:24:44.008 19581 19581 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 10:24:44.317 19581 19581 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 10:24:44.317 19581 19581 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 10:24:44.365 19581 19581 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) 03-03 10:24:44.562 19581 19581 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 511ms 03-03 10:24:44.567 19581 19581 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 670ms --------- beginning of system 03-03 10:24:44.567 19581 19581 W ActivityThread: Main thread can not be idle for a long time. 03-03 10:24:44.573 19581 19640 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 10:24:44.573 19581 19640 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 10:24:44.573 19581 19640 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 10:25:37.071 20433 20433 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 10:25:37.200 20433 20433 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 10:25:37.207 20433 20433 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 10:25:37.208 20433 20433 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 10:25:37.208 20433 20433 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 10:25:37.208 20433 20433 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 10:25:37.208 20433 20433 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 10:25:37.208 20433 20433 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 10:25:37.208 20433 20433 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 10:25:37.208 20433 20433 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 10:25:37.208 20433 20433 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 10:25:37.208 20433 20433 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 10:25:37.208 20433 20433 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 10:25:37.208 20433 20433 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 10:25:37.208 20433 20433 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 10:25:37.208 20433 20433 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 10:25:37.208 20433 20433 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 10:25:37.208 20433 20433 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 10:25:37.208 20433 20433 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 10:25:37.208 20433 20433 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 10:25:37.208 20433 20433 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 10:25:37.208 20433 20433 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 10:25:37.232 20433 20433 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 10:25:37.553 20433 20433 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 10:25:37.553 20433 20433 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 10:25:37.602 20433 20433 W com.mbwhatsapp: type=1400 audit(0.0:690064): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 10:25:37.607 20433 20433 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) 03-03 10:25:37.618 20433 20433 W com.mbwhatsapp: type=1400 audit(0.0:690065): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 10:25:37.626 20433 20433 W com.mbwhatsapp: type=1400 audit(0.0:690066): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 10:25:37.698 20433 20433 W com.mbwhatsapp: type=1400 audit(0.0:690067): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 10:25:37.710 20433 20433 W com.mbwhatsapp: type=1400 audit(0.0:690068): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 10:25:37.779 20433 20433 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 493ms 03-03 10:25:37.785 20433 20433 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 692ms --------- beginning of system 03-03 10:25:37.785 20433 20433 W ActivityThread: Main thread can not be idle for a long time. 03-03 10:25:37.789 20433 20481 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 10:25:37.789 20433 20481 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 10:25:37.789 20433 20481 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 10:55:40.221 21063 21063 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 10:55:40.399 21063 21063 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 10:55:40.406 21063 21063 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 10:55:40.406 21063 21063 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 10:55:40.406 21063 21063 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 10:55:40.406 21063 21063 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 10:55:40.406 21063 21063 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 10:55:40.406 21063 21063 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 10:55:40.406 21063 21063 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 10:55:40.406 21063 21063 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 10:55:40.406 21063 21063 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 10:55:40.406 21063 21063 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 10:55:40.406 21063 21063 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 10:55:40.407 21063 21063 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 10:55:40.407 21063 21063 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 10:55:40.407 21063 21063 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 10:55:40.407 21063 21063 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 10:55:40.407 21063 21063 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 10:55:40.407 21063 21063 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 10:55:40.407 21063 21063 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 10:55:40.407 21063 21063 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 10:55:40.407 21063 21063 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 10:55:40.424 21063 21063 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 10:55:40.677 21063 21063 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 10:55:40.677 21063 21063 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 10:55:40.715 21063 21063 W com.mbwhatsapp: type=1400 audit(0.0:695851): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 10:55:40.718 21063 21063 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) 03-03 10:55:40.727 21063 21063 W com.mbwhatsapp: type=1400 audit(0.0:695852): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 10:55:40.735 21063 21063 W com.mbwhatsapp: type=1400 audit(0.0:695853): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 10:55:40.791 21063 21063 W com.mbwhatsapp: type=1400 audit(0.0:695854): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 10:55:40.803 21063 21063 W com.mbwhatsapp: type=1400 audit(0.0:695855): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 10:55:40.872 21063 21063 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 407ms 03-03 10:55:40.877 21063 21110 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 10:55:40.877 21063 21110 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 10:55:40.877 21063 21110 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 10:55:40.877 21063 21063 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 641ms --------- beginning of system 03-03 10:55:40.878 21063 21063 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 10:57:25.907 23246 23246 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 10:57:26.039 23246 23246 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 10:57:26.041 23246 23246 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 10:57:26.041 23246 23246 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 10:57:26.042 23246 23246 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 10:57:26.042 23246 23246 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 10:57:26.042 23246 23246 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 10:57:26.042 23246 23246 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 10:57:26.042 23246 23246 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 10:57:26.042 23246 23246 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 10:57:26.042 23246 23246 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 10:57:26.042 23246 23246 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 10:57:26.042 23246 23246 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 10:57:26.042 23246 23246 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 10:57:26.042 23246 23246 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 10:57:26.042 23246 23246 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 10:57:26.042 23246 23246 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 10:57:26.042 23246 23246 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 10:57:26.042 23246 23246 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 10:57:26.042 23246 23246 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 10:57:26.042 23246 23246 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 10:57:26.042 23246 23246 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 10:57:26.057 23246 23246 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 10:57:26.323 23246 23246 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 10:57:26.323 23246 23246 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 10:57:26.375 23246 23246 W com.mbwhatsapp: type=1400 audit(0.0:696038): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 10:57:26.380 23246 23246 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) 03-03 10:57:26.387 23246 23246 W com.mbwhatsapp: type=1400 audit(0.0:696039): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 10:57:26.399 23246 23246 W com.mbwhatsapp: type=1400 audit(0.0:696040): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 10:57:26.443 23246 23246 W com.mbwhatsapp: type=1400 audit(0.0:696041): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 10:57:26.459 23246 23246 W com.mbwhatsapp: type=1400 audit(0.0:696042): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 10:57:26.516 23246 23246 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 420ms 03-03 10:57:26.529 23246 23304 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 10:57:26.529 23246 23304 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 10:57:26.529 23246 23304 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 10:57:26.899 23246 23246 W CheckTime: App running slow: Executing instantiate service took 277ms --------- beginning of main 03-03 11:02:22.393 25484 25484 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 11:02:22.596 25484 25484 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 11:02:22.599 25484 25484 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 11:02:22.599 25484 25484 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 11:02:22.599 25484 25484 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 11:02:22.599 25484 25484 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 11:02:22.599 25484 25484 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 11:02:22.599 25484 25484 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 11:02:22.599 25484 25484 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 11:02:22.599 25484 25484 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 11:02:22.599 25484 25484 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 11:02:22.599 25484 25484 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 11:02:22.599 25484 25484 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 11:02:22.599 25484 25484 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 11:02:22.599 25484 25484 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 11:02:22.599 25484 25484 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 11:02:22.599 25484 25484 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 11:02:22.599 25484 25484 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 11:02:22.599 25484 25484 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 11:02:22.599 25484 25484 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 11:02:22.599 25484 25484 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 11:02:22.599 25484 25484 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 11:02:22.620 25484 25484 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 11:02:22.822 25484 25484 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 11:02:22.822 25484 25484 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 11:02:22.849 25484 25484 W com.mbwhatsapp: type=1400 audit(0.0:696924): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 11:02:22.854 25484 25484 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) 03-03 11:02:22.857 25484 25484 W com.mbwhatsapp: type=1400 audit(0.0:696925): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 11:02:22.865 25484 25484 W com.mbwhatsapp: type=1400 audit(0.0:696926): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 11:02:22.905 25484 25484 W com.mbwhatsapp: type=1400 audit(0.0:696927): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 11:02:22.913 25484 25484 W com.mbwhatsapp: type=1400 audit(0.0:696928): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 11:02:22.913 25484 25484 W com.mbwhatsapp: type=1400 audit(0.0:696929): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 11:02:22.913 25484 25484 W com.mbwhatsapp: type=1400 audit(0.0:696930): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 11:02:22.974 25484 25484 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 314ms 03-03 11:02:22.979 25484 25484 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 571ms --------- beginning of system 03-03 11:02:22.979 25484 25484 W ActivityThread: Main thread can not be idle for a long time. 03-03 11:02:22.985 25484 25536 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 11:02:22.985 25484 25536 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 11:02:22.985 25484 25536 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 17:36:57.683 26433 26433 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 17:36:58.004 26433 26433 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 17:36:58.008 26433 26433 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 17:36:58.008 26433 26433 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 17:36:58.008 26433 26433 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 17:36:58.008 26433 26433 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 17:36:58.008 26433 26433 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 17:36:58.008 26433 26433 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 17:36:58.008 26433 26433 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 17:36:58.008 26433 26433 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 17:36:58.008 26433 26433 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 17:36:58.008 26433 26433 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 17:36:58.008 26433 26433 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 17:36:58.008 26433 26433 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 17:36:58.008 26433 26433 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 17:36:58.008 26433 26433 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 17:36:58.008 26433 26433 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 17:36:58.009 26433 26433 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 17:36:58.009 26433 26433 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 17:36:58.009 26433 26433 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 17:36:58.009 26433 26433 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 17:36:58.009 26433 26433 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 17:36:58.025 26433 26433 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 17:36:58.349 26433 26433 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 17:36:58.349 26433 26433 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 17:36:58.379 26433 26433 W com.mbwhatsapp: type=1400 audit(0.0:701851): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 17:36:58.384 26433 26433 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) 03-03 17:36:58.391 26433 26433 W com.mbwhatsapp: type=1400 audit(0.0:701852): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 17:36:58.403 26433 26433 W com.mbwhatsapp: type=1400 audit(0.0:701853): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 17:36:58.455 26433 26433 W com.mbwhatsapp: type=1400 audit(0.0:701854): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 17:36:58.479 26433 26433 W com.mbwhatsapp: type=1400 audit(0.0:701855): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 17:36:58.549 26433 26433 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 455ms 03-03 17:36:58.556 26433 26433 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 840ms --------- beginning of system 03-03 17:36:58.556 26433 26433 W ActivityThread: Main thread can not be idle for a long time. 03-03 17:36:58.621 26433 26543 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 17:36:58.621 26433 26543 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 17:36:58.621 26433 26543 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 17:37:22.393 27111 27111 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 17:37:22.588 27111 27111 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 17:37:22.596 27111 27111 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 17:37:22.596 27111 27111 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 17:37:22.596 27111 27111 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 17:37:22.596 27111 27111 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 17:37:22.596 27111 27111 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 17:37:22.596 27111 27111 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 17:37:22.596 27111 27111 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 17:37:22.596 27111 27111 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 17:37:22.596 27111 27111 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 17:37:22.596 27111 27111 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 17:37:22.596 27111 27111 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 17:37:22.596 27111 27111 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 17:37:22.596 27111 27111 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 17:37:22.596 27111 27111 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 17:37:22.596 27111 27111 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 17:37:22.596 27111 27111 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 17:37:22.596 27111 27111 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 17:37:22.596 27111 27111 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 17:37:22.596 27111 27111 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 17:37:22.596 27111 27111 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 17:37:22.613 27111 27111 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 17:37:22.914 27111 27111 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 17:37:22.914 27111 27111 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 17:37:22.959 27111 27111 W com.mbwhatsapp: type=1400 audit(0.0:702278): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 17:37:22.964 27111 27111 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) 03-03 17:37:22.979 27111 27111 W com.mbwhatsapp: type=1400 audit(0.0:702279): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 17:37:22.987 27111 27111 W com.mbwhatsapp: type=1400 audit(0.0:702280): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 17:37:23.051 27111 27111 W com.mbwhatsapp: type=1400 audit(0.0:702281): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 17:37:23.059 27111 27111 W com.mbwhatsapp: type=1400 audit(0.0:702282): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 17:37:23.139 27111 27111 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 466ms 03-03 17:37:23.142 27111 27159 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 17:37:23.142 27111 27159 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 17:37:23.142 27111 27159 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 17:37:23.144 27111 27111 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 736ms --------- beginning of system 03-03 17:37:23.144 27111 27111 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 17:42:47.803 28483 28483 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 17:42:48.009 28483 28483 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 17:42:48.016 28483 28483 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 17:42:48.016 28483 28483 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 17:42:48.016 28483 28483 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 17:42:48.016 28483 28483 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 17:42:48.016 28483 28483 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 17:42:48.016 28483 28483 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 17:42:48.016 28483 28483 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 17:42:48.016 28483 28483 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 17:42:48.016 28483 28483 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 17:42:48.016 28483 28483 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 17:42:48.016 28483 28483 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 17:42:48.016 28483 28483 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 17:42:48.016 28483 28483 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 17:42:48.016 28483 28483 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 17:42:48.016 28483 28483 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 17:42:48.016 28483 28483 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 17:42:48.016 28483 28483 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 17:42:48.016 28483 28483 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 17:42:48.016 28483 28483 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 17:42:48.016 28483 28483 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 17:42:48.050 28483 28483 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 17:42:48.335 28483 28483 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 17:42:48.335 28483 28483 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 17:42:48.383 28483 28483 W com.mbwhatsapp: type=1400 audit(0.0:703811): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 17:42:48.388 28483 28483 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) 03-03 17:42:48.395 28483 28483 W com.mbwhatsapp: type=1400 audit(0.0:703812): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 17:42:48.411 28483 28483 W com.mbwhatsapp: type=1400 audit(0.0:703813): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 17:42:48.475 28483 28483 W com.mbwhatsapp: type=1400 audit(0.0:703814): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 17:42:48.487 28483 28483 W com.mbwhatsapp: type=1400 audit(0.0:703815): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 17:42:48.487 28483 28483 W com.mbwhatsapp: type=1400 audit(0.0:703816): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 17:42:48.487 28483 28483 W com.mbwhatsapp: type=1400 audit(0.0:703817): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 17:42:48.569 28483 28483 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 470ms 03-03 17:42:48.574 28483 28530 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 17:42:48.574 28483 28530 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 17:42:48.574 28483 28530 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 17:42:48.575 28483 28483 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 754ms --------- beginning of system 03-03 17:42:48.575 28483 28483 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 18:07:22.542 29175 29175 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 18:07:22.760 29175 29175 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 18:07:22.762 29175 29175 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 18:07:22.762 29175 29175 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 18:07:22.762 29175 29175 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 18:07:22.762 29175 29175 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 18:07:22.763 29175 29175 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 18:07:22.763 29175 29175 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 18:07:22.763 29175 29175 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 18:07:22.763 29175 29175 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 18:07:22.763 29175 29175 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 18:07:22.763 29175 29175 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 18:07:22.763 29175 29175 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 18:07:22.763 29175 29175 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 18:07:22.763 29175 29175 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 18:07:22.763 29175 29175 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 18:07:22.763 29175 29175 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 18:07:22.763 29175 29175 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 18:07:22.763 29175 29175 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 18:07:22.763 29175 29175 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 18:07:22.763 29175 29175 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 18:07:22.763 29175 29175 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 18:07:22.795 29175 29175 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 18:07:23.192 29175 29175 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 18:07:23.192 29175 29175 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 18:07:23.244 29175 29175 W com.mbwhatsapp: type=1400 audit(0.0:705491): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 18:07:23.248 29175 29175 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) 03-03 18:07:23.252 29175 29175 W com.mbwhatsapp: type=1400 audit(0.0:705492): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 18:07:23.264 29175 29175 W com.mbwhatsapp: type=1400 audit(0.0:705493): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 18:07:23.332 29175 29175 W com.mbwhatsapp: type=1400 audit(0.0:705494): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 18:07:23.340 29175 29175 W com.mbwhatsapp: type=1400 audit(0.0:705495): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 18:07:23.426 29175 29175 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 568ms 03-03 18:07:23.433 29175 29175 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 867ms --------- beginning of system 03-03 18:07:23.434 29175 29175 W ActivityThread: Main thread can not be idle for a long time. 03-03 18:07:23.441 29175 29237 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 18:07:23.441 29175 29237 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 18:07:23.441 29175 29237 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 18:56:49.730 2702 2702 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 18:56:50.080 2702 2702 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 18:56:50.081 2702 2702 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 18:56:50.082 2702 2702 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 18:56:50.082 2702 2702 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 18:56:50.082 2702 2702 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 18:56:50.082 2702 2702 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 18:56:50.082 2702 2702 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 18:56:50.082 2702 2702 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 18:56:50.082 2702 2702 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 18:56:50.082 2702 2702 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 18:56:50.082 2702 2702 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 18:56:50.082 2702 2702 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 18:56:50.082 2702 2702 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 18:56:50.082 2702 2702 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 18:56:50.082 2702 2702 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 18:56:50.082 2702 2702 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 18:56:50.082 2702 2702 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 18:56:50.082 2702 2702 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 18:56:50.082 2702 2702 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 18:56:50.082 2702 2702 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 18:56:50.082 2702 2702 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 18:56:50.125 2702 2702 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 18:56:50.636 2702 2702 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 18:56:50.637 2702 2702 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 18:56:50.711 2702 2702 W com.mbwhatsapp: type=1400 audit(0.0:708742): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 18:56:50.715 2702 2702 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) 03-03 18:56:50.727 2702 2702 W com.mbwhatsapp: type=1400 audit(0.0:708743): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 18:56:50.739 2702 2702 W com.mbwhatsapp: type=1400 audit(0.0:708744): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 18:56:50.827 2702 2702 W com.mbwhatsapp: type=1400 audit(0.0:708745): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 18:56:50.843 2702 2702 W com.mbwhatsapp: type=1400 audit(0.0:708746): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 18:56:50.929 2702 2702 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 724ms 03-03 18:56:50.938 2702 2764 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 18:56:50.938 2702 2764 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 18:56:50.938 2702 2764 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 18:56:50.945 2702 2702 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1197ms --------- beginning of system 03-03 18:56:50.945 2702 2702 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 19:14:28.154 8809 8809 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 19:14:28.584 8809 8809 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 19:14:28.588 8809 8809 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 19:14:28.588 8809 8809 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 19:14:28.588 8809 8809 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 19:14:28.588 8809 8809 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 19:14:28.588 8809 8809 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 19:14:28.588 8809 8809 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 19:14:28.588 8809 8809 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 19:14:28.588 8809 8809 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 19:14:28.588 8809 8809 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 19:14:28.588 8809 8809 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 19:14:28.588 8809 8809 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 19:14:28.588 8809 8809 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 19:14:28.588 8809 8809 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 19:14:28.588 8809 8809 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 19:14:28.588 8809 8809 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 19:14:28.588 8809 8809 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 19:14:28.588 8809 8809 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 19:14:28.588 8809 8809 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 19:14:28.588 8809 8809 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 19:14:28.588 8809 8809 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 19:14:28.665 8809 8809 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 19:14:29.110 8809 8809 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 19:14:29.111 8809 8809 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 19:14:29.216 8809 8809 W com.mbwhatsapp: type=1400 audit(0.0:713317): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 19:14:29.221 8809 8809 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) 03-03 19:14:29.228 8809 8809 W com.mbwhatsapp: type=1400 audit(0.0:713318): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 19:14:29.248 8809 8809 W com.mbwhatsapp: type=1400 audit(0.0:713319): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 19:14:29.332 8809 8809 W com.mbwhatsapp: type=1400 audit(0.0:713320): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 19:14:29.352 8809 8809 W com.mbwhatsapp: type=1400 audit(0.0:713321): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 19:14:29.352 8809 8809 W com.mbwhatsapp: type=1400 audit(0.0:713322): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 19:14:29.456 8809 8809 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 717ms 03-03 19:14:29.466 8809 8873 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 19:14:29.466 8809 8873 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 19:14:29.466 8809 8873 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 19:14:29.468 8809 8809 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1294ms --------- beginning of system 03-03 19:14:29.468 8809 8809 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 19:17:42.850 13015 13015 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 19:17:43.101 13015 13015 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 19:17:43.110 13015 13015 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 19:17:43.110 13015 13015 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 19:17:43.110 13015 13015 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 19:17:43.110 13015 13015 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 19:17:43.110 13015 13015 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 19:17:43.110 13015 13015 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 19:17:43.110 13015 13015 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 19:17:43.110 13015 13015 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 19:17:43.110 13015 13015 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 19:17:43.110 13015 13015 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 19:17:43.110 13015 13015 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 19:17:43.110 13015 13015 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 19:17:43.110 13015 13015 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 19:17:43.110 13015 13015 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 19:17:43.110 13015 13015 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 19:17:43.110 13015 13015 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 19:17:43.110 13015 13015 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 19:17:43.110 13015 13015 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 19:17:43.110 13015 13015 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 19:17:43.110 13015 13015 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 19:17:43.159 13015 13015 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 19:17:43.789 13015 13015 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 19:17:43.789 13015 13015 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 19:17:43.871 13015 13015 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) 03-03 19:17:44.083 13015 13015 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 843ms 03-03 19:17:44.092 13015 13064 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 19:17:44.092 13015 13064 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 19:17:44.092 13015 13064 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 19:18:38.690 14242 14242 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 19:18:38.838 14242 14242 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 19:18:38.844 14242 14242 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 19:18:38.845 14242 14242 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 19:18:38.845 14242 14242 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 19:18:38.845 14242 14242 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 19:18:38.845 14242 14242 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 19:18:38.845 14242 14242 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 19:18:38.845 14242 14242 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 19:18:38.845 14242 14242 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 19:18:38.845 14242 14242 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 19:18:38.845 14242 14242 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 19:18:38.845 14242 14242 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 19:18:38.845 14242 14242 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 19:18:38.845 14242 14242 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 19:18:38.845 14242 14242 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 19:18:38.845 14242 14242 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 19:18:38.845 14242 14242 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 19:18:38.845 14242 14242 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 19:18:38.845 14242 14242 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 19:18:38.845 14242 14242 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 19:18:38.845 14242 14242 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 19:18:38.868 14242 14242 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 19:18:39.508 14242 14242 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 19:18:39.508 14242 14242 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 19:18:39.569 14242 14242 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) 03-03 19:18:39.588 14242 14242 W com.mbwhatsapp: type=1400 audit(0.0:715856): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 19:18:39.656 14242 14242 W com.mbwhatsapp: type=1400 audit(0.0:715857): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 19:18:39.664 14242 14242 W com.mbwhatsapp: type=1400 audit(0.0:715858): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 19:18:39.664 14242 14242 W com.mbwhatsapp: type=1400 audit(0.0:715860): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 19:18:39.754 14242 14242 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 809ms 03-03 19:18:39.760 14242 14339 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 19:18:39.760 14242 14339 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 19:18:39.760 14242 14339 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 19:18:39.767 14242 14242 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1058ms --------- beginning of system 03-03 19:18:39.767 14242 14242 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 19:27:30.321 15396 15396 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 19:27:30.527 15396 15396 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 19:27:30.534 15396 15396 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 19:27:30.534 15396 15396 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 19:27:30.534 15396 15396 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 19:27:30.534 15396 15396 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 19:27:30.534 15396 15396 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 19:27:30.534 15396 15396 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 19:27:30.534 15396 15396 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 19:27:30.534 15396 15396 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 19:27:30.534 15396 15396 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 19:27:30.534 15396 15396 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 19:27:30.534 15396 15396 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 19:27:30.534 15396 15396 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 19:27:30.534 15396 15396 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 19:27:30.534 15396 15396 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 19:27:30.534 15396 15396 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 19:27:30.534 15396 15396 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 19:27:30.534 15396 15396 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 19:27:30.534 15396 15396 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 19:27:30.534 15396 15396 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 19:27:30.534 15396 15396 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 19:27:30.545 15396 15396 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 19:27:30.827 15396 15396 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 19:27:30.827 15396 15396 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 19:27:30.862 15396 15396 W com.mbwhatsapp: type=1400 audit(0.0:718687): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 19:27:30.864 15396 15396 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) 03-03 19:27:30.870 15396 15396 W com.mbwhatsapp: type=1400 audit(0.0:718688): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 19:27:30.882 15396 15396 W com.mbwhatsapp: type=1400 audit(0.0:718690): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 19:27:30.997 15396 15396 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 392ms 03-03 19:27:31.002 15396 15396 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 654ms --------- beginning of system 03-03 19:27:31.002 15396 15396 W ActivityThread: Main thread can not be idle for a long time. 03-03 19:27:31.013 15396 15507 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 19:27:31.013 15396 15507 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 19:27:31.013 15396 15507 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 19:30:56.758 16244 16244 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 19:30:57.081 16244 16244 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 19:30:57.084 16244 16244 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 19:30:57.084 16244 16244 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 19:30:57.084 16244 16244 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 19:30:57.084 16244 16244 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 19:30:57.084 16244 16244 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 19:30:57.084 16244 16244 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 19:30:57.084 16244 16244 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 19:30:57.084 16244 16244 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 19:30:57.084 16244 16244 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 19:30:57.084 16244 16244 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 19:30:57.084 16244 16244 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 19:30:57.084 16244 16244 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 19:30:57.084 16244 16244 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 19:30:57.084 16244 16244 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 19:30:57.084 16244 16244 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 19:30:57.084 16244 16244 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 19:30:57.084 16244 16244 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 19:30:57.084 16244 16244 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 19:30:57.084 16244 16244 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 19:30:57.084 16244 16244 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 19:30:57.124 16244 16244 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 19:30:57.459 16244 16244 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 19:30:57.459 16244 16244 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 19:30:57.534 16244 16244 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) 03-03 19:30:57.744 16244 16244 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 556ms 03-03 19:30:57.751 16244 16244 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 953ms --------- beginning of system 03-03 19:30:57.751 16244 16244 W ActivityThread: Main thread can not be idle for a long time. 03-03 19:30:57.755 16244 16385 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 19:30:57.755 16244 16385 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 19:30:57.755 16244 16385 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 19:40:07.991 18047 18047 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 19:40:08.208 18047 18047 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 19:40:08.213 18047 18047 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 19:40:08.213 18047 18047 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 19:40:08.213 18047 18047 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 19:40:08.213 18047 18047 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 19:40:08.213 18047 18047 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 19:40:08.213 18047 18047 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 19:40:08.213 18047 18047 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 19:40:08.213 18047 18047 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 19:40:08.213 18047 18047 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 19:40:08.213 18047 18047 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 19:40:08.214 18047 18047 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 19:40:08.214 18047 18047 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 19:40:08.214 18047 18047 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 19:40:08.214 18047 18047 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 19:40:08.214 18047 18047 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 19:40:08.214 18047 18047 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 19:40:08.214 18047 18047 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 19:40:08.214 18047 18047 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 19:40:08.214 18047 18047 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 19:40:08.214 18047 18047 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 19:40:08.248 18047 18047 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 19:40:08.526 18047 18047 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 19:40:08.527 18047 18047 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 19:40:08.585 18047 18047 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) 03-03 19:40:08.855 18047 18047 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 554ms 03-03 19:40:08.867 18047 18112 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 19:40:08.867 18047 18112 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 19:40:08.867 18047 18112 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 19:40:08.868 18047 18047 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 860ms --------- beginning of system 03-03 19:40:08.868 18047 18047 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 19:40:24.004 18444 18444 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 19:40:24.213 18444 18444 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 19:40:24.222 18444 18444 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 19:40:24.222 18444 18444 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 19:40:24.222 18444 18444 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 19:40:24.222 18444 18444 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 19:40:24.222 18444 18444 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 19:40:24.222 18444 18444 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 19:40:24.223 18444 18444 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 19:40:24.223 18444 18444 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 19:40:24.223 18444 18444 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 19:40:24.223 18444 18444 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 19:40:24.223 18444 18444 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 19:40:24.223 18444 18444 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 19:40:24.223 18444 18444 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 19:40:24.223 18444 18444 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 19:40:24.223 18444 18444 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 19:40:24.223 18444 18444 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 19:40:24.223 18444 18444 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 19:40:24.223 18444 18444 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 19:40:24.223 18444 18444 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 19:40:24.223 18444 18444 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 19:40:24.250 18444 18444 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 19:40:24.638 18444 18444 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 19:40:24.638 18444 18444 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 19:40:24.677 18444 18444 W com.mbwhatsapp: type=1400 audit(0.0:723516): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 19:40:24.683 18444 18444 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) 03-03 19:40:24.693 18444 18444 W com.mbwhatsapp: type=1400 audit(0.0:723517): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 19:40:24.705 18444 18444 W com.mbwhatsapp: type=1400 audit(0.0:723518): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 19:40:24.801 18444 18444 W com.mbwhatsapp: type=1400 audit(0.0:723519): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 19:40:24.809 18444 18444 W com.mbwhatsapp: type=1400 audit(0.0:723520): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 19:40:24.875 18444 18444 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 570ms 03-03 19:40:24.881 18444 18444 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 862ms --------- beginning of system 03-03 19:40:24.881 18444 18444 W ActivityThread: Main thread can not be idle for a long time. 03-03 19:40:24.893 18444 18493 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 19:40:24.893 18444 18493 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 19:40:24.893 18444 18493 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 19:42:48.108 18802 18802 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 19:42:48.443 18802 18802 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 19:42:48.445 18802 18802 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 19:42:48.445 18802 18802 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 19:42:48.445 18802 18802 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 19:42:48.445 18802 18802 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 19:42:48.445 18802 18802 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 19:42:48.445 18802 18802 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 19:42:48.445 18802 18802 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 19:42:48.445 18802 18802 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 19:42:48.445 18802 18802 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 19:42:48.445 18802 18802 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 19:42:48.445 18802 18802 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 19:42:48.445 18802 18802 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 19:42:48.445 18802 18802 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 19:42:48.445 18802 18802 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 19:42:48.445 18802 18802 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 19:42:48.445 18802 18802 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 19:42:48.445 18802 18802 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 19:42:48.445 18802 18802 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 19:42:48.445 18802 18802 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 19:42:48.445 18802 18802 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 19:42:48.481 18802 18802 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 19:42:48.799 18802 18802 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 19:42:48.799 18802 18802 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 19:42:48.856 18802 18802 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) 03-03 19:42:49.035 18802 18802 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 493ms 03-03 19:42:49.040 18802 18802 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 910ms --------- beginning of system 03-03 19:42:49.040 18802 18802 W ActivityThread: Main thread can not be idle for a long time. 03-03 19:42:49.043 18802 18895 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 19:42:49.043 18802 18895 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 19:42:49.043 18802 18895 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 19:46:25.395 19249 19249 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 19:46:25.649 19249 19249 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 19:46:25.657 19249 19249 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 19:46:25.657 19249 19249 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 19:46:25.657 19249 19249 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 19:46:25.657 19249 19249 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 19:46:25.657 19249 19249 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 19:46:25.657 19249 19249 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 19:46:25.657 19249 19249 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 19:46:25.657 19249 19249 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 19:46:25.657 19249 19249 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 19:46:25.657 19249 19249 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 19:46:25.657 19249 19249 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 19:46:25.657 19249 19249 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 19:46:25.657 19249 19249 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 19:46:25.657 19249 19249 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 19:46:25.657 19249 19249 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 19:46:25.657 19249 19249 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 19:46:25.657 19249 19249 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 19:46:25.657 19249 19249 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 19:46:25.657 19249 19249 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 19:46:25.657 19249 19249 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 19:46:25.682 19249 19249 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 19:46:25.973 19249 19249 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 19:46:25.973 19249 19249 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 19:46:26.038 19249 19249 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) 03-03 19:46:26.217 19249 19249 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 485ms 03-03 19:46:26.223 19249 19329 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 19:46:26.223 19249 19329 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 19:46:26.223 19249 19329 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 19:46:26.223 19249 19249 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 805ms --------- beginning of system 03-03 19:46:26.223 19249 19249 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 20:10:18.660 19521 19521 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 20:10:18.756 19521 19521 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 20:10:18.757 19521 19521 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 20:10:18.757 19521 19521 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 20:10:18.757 19521 19521 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 20:10:18.757 19521 19521 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 20:10:18.757 19521 19521 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 20:10:18.757 19521 19521 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 20:10:18.757 19521 19521 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 20:10:18.757 19521 19521 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 20:10:18.757 19521 19521 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 20:10:18.757 19521 19521 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 20:10:18.757 19521 19521 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 20:10:18.757 19521 19521 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 20:10:18.757 19521 19521 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 20:10:18.757 19521 19521 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 20:10:18.757 19521 19521 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 20:10:18.757 19521 19521 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 20:10:18.757 19521 19521 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 20:10:18.757 19521 19521 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 20:10:18.757 19521 19521 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 20:10:18.757 19521 19521 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 20:10:18.766 19521 19521 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 20:10:18.969 19521 19521 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 20:10:18.969 19521 19521 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 20:10:18.996 19521 19521 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) 03-03 20:10:19.074 19521 19521 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 280ms 03-03 20:10:19.079 19521 19573 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 20:10:19.079 19521 19573 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 20:10:19.079 19521 19573 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 20:12:27.300 21513 21513 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 20:12:27.625 21513 21513 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 20:12:27.628 21513 21513 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 20:12:27.628 21513 21513 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 20:12:27.628 21513 21513 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 20:12:27.628 21513 21513 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 20:12:27.628 21513 21513 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 20:12:27.628 21513 21513 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 20:12:27.628 21513 21513 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 20:12:27.628 21513 21513 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 20:12:27.629 21513 21513 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 20:12:27.629 21513 21513 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 20:12:27.629 21513 21513 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 20:12:27.629 21513 21513 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 20:12:27.629 21513 21513 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 20:12:27.629 21513 21513 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 20:12:27.629 21513 21513 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 20:12:27.629 21513 21513 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 20:12:27.629 21513 21513 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 20:12:27.629 21513 21513 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 20:12:27.629 21513 21513 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 20:12:27.629 21513 21513 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 20:12:27.668 21513 21513 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 20:12:28.175 21513 21513 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 20:12:28.175 21513 21513 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 20:12:28.281 21513 21513 W com.mbwhatsapp: type=1400 audit(0.0:726435): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:12:28.284 21513 21513 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) 03-03 20:12:28.289 21513 21513 W com.mbwhatsapp: type=1400 audit(0.0:726436): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:12:28.309 21513 21513 W com.mbwhatsapp: type=1400 audit(0.0:726437): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:12:28.377 21513 21513 W com.mbwhatsapp: type=1400 audit(0.0:726438): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:12:28.393 21513 21513 W com.mbwhatsapp: type=1400 audit(0.0:726439): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:12:28.483 21513 21513 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 744ms 03-03 20:12:28.490 21513 21629 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 20:12:28.490 21513 21629 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 20:12:28.490 21513 21629 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 20:12:28.495 21513 21513 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1177ms --------- beginning of system 03-03 20:12:28.495 21513 21513 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 20:13:28.410 21816 21816 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 20:13:28.583 21816 21816 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 20:13:28.585 21816 21816 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 20:13:28.585 21816 21816 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 20:13:28.585 21816 21816 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 20:13:28.585 21816 21816 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 20:13:28.585 21816 21816 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 20:13:28.585 21816 21816 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 20:13:28.585 21816 21816 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 20:13:28.585 21816 21816 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 20:13:28.585 21816 21816 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 20:13:28.585 21816 21816 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 20:13:28.585 21816 21816 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 20:13:28.585 21816 21816 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 20:13:28.585 21816 21816 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 20:13:28.585 21816 21816 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 20:13:28.585 21816 21816 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 20:13:28.585 21816 21816 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 20:13:28.585 21816 21816 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 20:13:28.585 21816 21816 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 20:13:28.585 21816 21816 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 20:13:28.585 21816 21816 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 20:13:28.597 21816 21816 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 20:13:28.908 21816 21816 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 20:13:28.908 21816 21816 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 20:13:28.941 21816 21816 W com.mbwhatsapp: type=1400 audit(0.0:726534): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:13:28.947 21816 21816 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) 03-03 20:13:28.957 21816 21816 W com.mbwhatsapp: type=1400 audit(0.0:726535): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:13:28.969 21816 21816 W com.mbwhatsapp: type=1400 audit(0.0:726536): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:13:29.021 21816 21816 W com.mbwhatsapp: type=1400 audit(0.0:726537): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:13:29.025 21816 21816 W com.mbwhatsapp: type=1400 audit(0.0:726538): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:13:29.087 21816 21816 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 447ms 03-03 20:13:29.091 21816 21912 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 20:13:29.091 21816 21912 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 20:13:29.091 21816 21912 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 20:13:29.092 21816 21816 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 665ms --------- beginning of system 03-03 20:13:29.092 21816 21816 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 20:17:10.770 22228 22228 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 20:17:10.964 22228 22228 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 20:17:10.966 22228 22228 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 20:17:10.966 22228 22228 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 20:17:10.966 22228 22228 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 20:17:10.966 22228 22228 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 20:17:10.966 22228 22228 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 20:17:10.966 22228 22228 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 20:17:10.966 22228 22228 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 20:17:10.966 22228 22228 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 20:17:10.966 22228 22228 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 20:17:10.966 22228 22228 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 20:17:10.966 22228 22228 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 20:17:10.966 22228 22228 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 20:17:10.966 22228 22228 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 20:17:10.966 22228 22228 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 20:17:10.966 22228 22228 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 20:17:10.966 22228 22228 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 20:17:10.966 22228 22228 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 20:17:10.966 22228 22228 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 20:17:10.966 22228 22228 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 20:17:10.966 22228 22228 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 20:17:10.989 22228 22228 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 20:17:11.275 22228 22228 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 20:17:11.275 22228 22228 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 20:17:11.314 22228 22228 W com.mbwhatsapp: type=1400 audit(0.0:728521): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:17:11.320 22228 22228 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) 03-03 20:17:11.322 22228 22228 W com.mbwhatsapp: type=1400 audit(0.0:728522): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:17:11.334 22228 22228 W com.mbwhatsapp: type=1400 audit(0.0:728523): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:17:11.390 22228 22228 W com.mbwhatsapp: type=1400 audit(0.0:728524): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:17:11.402 22228 22228 W com.mbwhatsapp: type=1400 audit(0.0:728525): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:17:11.472 22228 22228 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 435ms 03-03 20:17:11.478 22228 22228 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 690ms --------- beginning of system 03-03 20:17:11.478 22228 22228 W ActivityThread: Main thread can not be idle for a long time. 03-03 20:17:11.489 22228 22287 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 20:17:11.489 22228 22287 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 20:17:11.489 22228 22287 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 20:17:15.774 22591 22591 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 20:17:15.831 22591 22591 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 20:17:15.831 22591 22591 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 20:17:15.831 22591 22591 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 20:17:15.831 22591 22591 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 20:17:15.831 22591 22591 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 20:17:15.831 22591 22591 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 20:17:15.831 22591 22591 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 20:17:15.831 22591 22591 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 20:17:15.831 22591 22591 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 20:17:15.831 22591 22591 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 20:17:15.831 22591 22591 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 20:17:15.831 22591 22591 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 20:17:15.832 22591 22591 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 20:17:15.832 22591 22591 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 20:17:15.832 22591 22591 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 20:17:15.832 22591 22591 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 20:17:15.832 22591 22591 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 20:17:15.832 22591 22591 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 20:17:15.832 22591 22591 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 20:17:15.832 22591 22591 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 20:17:15.832 22591 22591 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 20:17:15.836 22591 22591 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 20:17:15.953 22591 22591 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 20:17:15.953 22591 22591 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 20:17:15.962 22591 22591 W com.mbwhatsapp: type=1400 audit(0.0:728578): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:17:15.966 22591 22591 W com.mbwhatsapp: type=1400 audit(0.0:728579): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:17:15.968 22591 22591 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) 03-03 20:17:15.970 22591 22591 W com.mbwhatsapp: type=1400 audit(0.0:728580): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:17:15.982 22591 22591 W com.mbwhatsapp: type=1400 audit(0.0:728581): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:17:15.982 22591 22591 W com.mbwhatsapp: type=1400 audit(0.0:728582): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:17:16.026 22591 22644 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 20:17:16.026 22591 22644 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 20:17:16.026 22591 22644 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 20:32:29.194 25292 25292 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 20:32:29.558 25292 25292 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 20:32:29.559 25292 25292 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 20:32:29.559 25292 25292 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 20:32:29.560 25292 25292 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 20:32:29.560 25292 25292 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 20:32:29.560 25292 25292 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 20:32:29.560 25292 25292 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 20:32:29.560 25292 25292 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 20:32:29.560 25292 25292 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 20:32:29.560 25292 25292 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 20:32:29.560 25292 25292 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 20:32:29.560 25292 25292 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 20:32:29.560 25292 25292 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 20:32:29.560 25292 25292 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 20:32:29.560 25292 25292 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 20:32:29.560 25292 25292 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 20:32:29.560 25292 25292 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 20:32:29.560 25292 25292 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 20:32:29.560 25292 25292 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 20:32:29.560 25292 25292 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 20:32:29.560 25292 25292 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 20:32:29.607 25292 25292 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 20:32:30.068 25292 25292 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 20:32:30.069 25292 25292 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 20:32:30.142 25292 25292 W com.mbwhatsapp: type=1400 audit(0.0:732901): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:32:30.147 25292 25292 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) 03-03 20:32:30.154 25292 25292 W com.mbwhatsapp: type=1400 audit(0.0:732902): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:32:30.170 25292 25292 W com.mbwhatsapp: type=1400 audit(0.0:732903): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:32:30.258 25292 25292 W com.mbwhatsapp: type=1400 audit(0.0:732904): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:32:30.278 25292 25292 W com.mbwhatsapp: type=1400 audit(0.0:732905): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:32:30.386 25292 25292 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 714ms 03-03 20:32:30.391 25292 25385 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 20:32:30.391 25292 25385 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 20:32:30.391 25292 25385 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 20:32:30.412 25292 25292 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1203ms --------- beginning of system 03-03 20:32:30.413 25292 25292 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 20:33:30.277 25719 25719 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 20:33:30.500 25719 25719 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 20:33:30.502 25719 25719 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 20:33:30.502 25719 25719 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 20:33:30.502 25719 25719 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 20:33:30.502 25719 25719 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 20:33:30.502 25719 25719 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 20:33:30.502 25719 25719 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 20:33:30.502 25719 25719 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 20:33:30.502 25719 25719 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 20:33:30.502 25719 25719 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 20:33:30.502 25719 25719 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 20:33:30.502 25719 25719 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 20:33:30.502 25719 25719 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 20:33:30.502 25719 25719 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 20:33:30.502 25719 25719 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 20:33:30.502 25719 25719 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 20:33:30.502 25719 25719 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 20:33:30.502 25719 25719 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 20:33:30.502 25719 25719 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 20:33:30.502 25719 25719 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 20:33:30.502 25719 25719 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 20:33:30.535 25719 25719 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 20:33:30.914 25719 25719 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 20:33:30.915 25719 25719 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 20:33:30.971 25719 25719 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) 03-03 20:33:31.168 25719 25719 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 573ms 03-03 20:33:31.178 25719 25719 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 888ms --------- beginning of system 03-03 20:33:31.178 25719 25719 W ActivityThread: Main thread can not be idle for a long time. 03-03 20:33:31.237 25719 25805 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 20:33:31.237 25719 25805 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 20:33:31.237 25719 25805 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 20:34:22.390 26033 26033 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 20:34:22.566 26033 26033 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 20:34:22.572 26033 26033 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 20:34:22.572 26033 26033 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 20:34:22.572 26033 26033 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 20:34:22.572 26033 26033 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 20:34:22.572 26033 26033 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 20:34:22.572 26033 26033 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 20:34:22.572 26033 26033 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 20:34:22.572 26033 26033 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 20:34:22.572 26033 26033 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 20:34:22.572 26033 26033 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 20:34:22.572 26033 26033 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 20:34:22.572 26033 26033 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 20:34:22.572 26033 26033 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 20:34:22.572 26033 26033 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 20:34:22.572 26033 26033 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 20:34:22.572 26033 26033 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 20:34:22.572 26033 26033 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 20:34:22.572 26033 26033 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 20:34:22.572 26033 26033 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 20:34:22.572 26033 26033 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 20:34:22.595 26033 26033 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 20:34:22.839 26033 26033 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 20:34:22.840 26033 26033 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 20:34:22.881 26033 26033 W com.mbwhatsapp: type=1400 audit(0.0:733695): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:34:22.885 26033 26033 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) 03-03 20:34:22.893 26033 26033 W com.mbwhatsapp: type=1400 audit(0.0:733696): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:34:22.901 26033 26033 W com.mbwhatsapp: type=1400 audit(0.0:733697): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:34:22.961 26033 26033 W com.mbwhatsapp: type=1400 audit(0.0:733698): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:34:22.981 26033 26033 W com.mbwhatsapp: type=1400 audit(0.0:733699): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:34:23.048 26033 26033 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 408ms 03-03 20:34:23.049 26033 26082 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 20:34:23.049 26033 26082 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 20:34:23.049 26033 26082 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 20:34:23.056 26033 26033 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 649ms --------- beginning of system 03-03 20:34:23.056 26033 26033 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 20:37:04.573 26545 26545 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 20:37:04.831 26545 26545 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 20:37:04.833 26545 26545 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 20:37:04.833 26545 26545 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 20:37:04.833 26545 26545 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 20:37:04.833 26545 26545 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 20:37:04.833 26545 26545 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 20:37:04.833 26545 26545 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 20:37:04.833 26545 26545 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 20:37:04.833 26545 26545 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 20:37:04.833 26545 26545 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 20:37:04.833 26545 26545 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 20:37:04.833 26545 26545 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 20:37:04.833 26545 26545 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 20:37:04.833 26545 26545 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 20:37:04.833 26545 26545 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 20:37:04.833 26545 26545 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 20:37:04.833 26545 26545 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 20:37:04.833 26545 26545 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 20:37:04.833 26545 26545 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 20:37:04.833 26545 26545 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 20:37:04.833 26545 26545 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 20:37:04.859 26545 26545 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 20:37:05.187 26545 26545 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 20:37:05.187 26545 26545 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 20:37:05.246 26545 26545 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) 03-03 20:37:05.457 26545 26545 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 538ms 03-03 20:37:05.465 26545 26636 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 20:37:05.465 26545 26636 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 20:37:05.465 26545 26636 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 20:37:05.494 26545 26545 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 902ms --------- beginning of system 03-03 20:37:05.494 26545 26545 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 20:37:22.507 27328 27328 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 20:37:22.817 27328 27328 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 20:37:22.819 27328 27328 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 20:37:22.819 27328 27328 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 20:37:22.819 27328 27328 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 20:37:22.819 27328 27328 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 20:37:22.819 27328 27328 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 20:37:22.819 27328 27328 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 20:37:22.819 27328 27328 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 20:37:22.819 27328 27328 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 20:37:22.819 27328 27328 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 20:37:22.819 27328 27328 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 20:37:22.819 27328 27328 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 20:37:22.819 27328 27328 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 20:37:22.819 27328 27328 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 20:37:22.819 27328 27328 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 20:37:22.819 27328 27328 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 20:37:22.819 27328 27328 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 20:37:22.819 27328 27328 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 20:37:22.819 27328 27328 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 20:37:22.819 27328 27328 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 20:37:22.820 27328 27328 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 20:37:22.857 27328 27328 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 20:37:23.195 27328 27328 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 20:37:23.195 27328 27328 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 20:37:23.261 27328 27328 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) 03-03 20:37:23.454 27328 27328 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 525ms 03-03 20:37:23.459 27328 27378 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 20:37:23.459 27328 27378 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 20:37:23.459 27328 27378 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 20:37:23.460 27328 27328 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 937ms --------- beginning of system 03-03 20:37:23.460 27328 27328 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 20:38:26.093 27907 27907 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 20:38:26.322 27907 27907 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 20:38:26.323 27907 27907 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 20:38:26.323 27907 27907 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 20:38:26.323 27907 27907 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 20:38:26.323 27907 27907 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 20:38:26.323 27907 27907 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 20:38:26.323 27907 27907 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 20:38:26.323 27907 27907 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 20:38:26.323 27907 27907 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 20:38:26.323 27907 27907 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 20:38:26.323 27907 27907 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 20:38:26.323 27907 27907 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 20:38:26.323 27907 27907 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 20:38:26.323 27907 27907 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 20:38:26.323 27907 27907 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 20:38:26.323 27907 27907 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 20:38:26.324 27907 27907 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 20:38:26.324 27907 27907 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 20:38:26.324 27907 27907 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 20:38:26.324 27907 27907 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 20:38:26.324 27907 27907 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 20:38:26.356 27907 27907 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 20:38:26.865 27907 27907 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 20:38:26.865 27907 27907 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 20:38:26.918 27907 27907 W com.mbwhatsapp: type=1400 audit(0.0:734981): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:38:26.922 27907 27907 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) 03-03 20:38:26.934 27907 27907 W com.mbwhatsapp: type=1400 audit(0.0:734982): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:38:26.946 27907 27907 W com.mbwhatsapp: type=1400 audit(0.0:734983): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:38:27.018 27907 27907 W com.mbwhatsapp: type=1400 audit(0.0:734984): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:38:27.030 27907 27907 W com.mbwhatsapp: type=1400 audit(0.0:734985): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:38:27.109 27907 27907 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 670ms 03-03 20:38:27.116 27907 27955 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 20:38:27.116 27907 27955 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 20:38:27.116 27907 27955 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 20:38:27.142 27907 27907 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1028ms --------- beginning of system 03-03 20:38:27.142 27907 27907 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 20:39:31.815 28435 28435 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 20:39:32.172 28435 28435 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 20:39:32.174 28435 28435 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 20:39:32.174 28435 28435 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 20:39:32.174 28435 28435 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 20:39:32.174 28435 28435 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 20:39:32.174 28435 28435 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 20:39:32.174 28435 28435 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 20:39:32.174 28435 28435 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 20:39:32.175 28435 28435 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 20:39:32.175 28435 28435 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 20:39:32.175 28435 28435 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 20:39:32.175 28435 28435 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 20:39:32.175 28435 28435 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 20:39:32.175 28435 28435 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 20:39:32.175 28435 28435 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 20:39:32.175 28435 28435 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 20:39:32.175 28435 28435 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 20:39:32.175 28435 28435 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 20:39:32.175 28435 28435 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 20:39:32.175 28435 28435 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 20:39:32.175 28435 28435 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 20:39:32.220 28435 28435 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 20:39:32.697 28435 28435 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 20:39:32.698 28435 28435 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 20:39:32.762 28435 28435 W com.mbwhatsapp: type=1400 audit(0.0:735050): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:39:32.765 28435 28435 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) 03-03 20:39:32.774 28435 28435 W com.mbwhatsapp: type=1400 audit(0.0:735051): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:39:32.782 28435 28435 W com.mbwhatsapp: type=1400 audit(0.0:735052): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:39:32.862 28435 28435 W com.mbwhatsapp: type=1400 audit(0.0:735053): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:39:32.874 28435 28435 W com.mbwhatsapp: type=1400 audit(0.0:735054): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:39:32.874 28435 28435 W com.mbwhatsapp: type=1400 audit(0.0:735055): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:39:32.874 28435 28435 W com.mbwhatsapp: type=1400 audit(0.0:735056): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:39:32.969 28435 28435 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 678ms 03-03 20:39:32.977 28435 28435 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1148ms --------- beginning of system 03-03 20:39:32.977 28435 28435 W ActivityThread: Main thread can not be idle for a long time. 03-03 20:39:32.981 28435 28504 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 20:39:32.981 28435 28504 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 20:39:32.981 28435 28504 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 20:40:22.401 28934 28934 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 20:40:22.600 28934 28934 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 20:40:22.608 28934 28934 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 20:40:22.608 28934 28934 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 20:40:22.608 28934 28934 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 20:40:22.608 28934 28934 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 20:40:22.608 28934 28934 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 20:40:22.608 28934 28934 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 20:40:22.608 28934 28934 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 20:40:22.608 28934 28934 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 20:40:22.608 28934 28934 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 20:40:22.608 28934 28934 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 20:40:22.608 28934 28934 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 20:40:22.608 28934 28934 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 20:40:22.608 28934 28934 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 20:40:22.608 28934 28934 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 20:40:22.608 28934 28934 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 20:40:22.608 28934 28934 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 20:40:22.608 28934 28934 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 20:40:22.608 28934 28934 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 20:40:22.608 28934 28934 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 20:40:22.608 28934 28934 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 20:40:22.640 28934 28934 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 20:40:22.973 28934 28934 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 20:40:22.973 28934 28934 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 20:40:23.014 28934 28934 W com.mbwhatsapp: type=1400 audit(0.0:735287): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:40:23.019 28934 28934 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) 03-03 20:40:23.026 28934 28934 W com.mbwhatsapp: type=1400 audit(0.0:735288): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:40:23.034 28934 28934 W com.mbwhatsapp: type=1400 audit(0.0:735289): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:40:23.090 28934 28934 W com.mbwhatsapp: type=1400 audit(0.0:735290): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:40:23.098 28934 28934 W com.mbwhatsapp: type=1400 audit(0.0:735291): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:40:23.163 28934 28934 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 469ms 03-03 20:40:23.169 28934 28934 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 753ms --------- beginning of system 03-03 20:40:23.169 28934 28934 W ActivityThread: Main thread can not be idle for a long time. 03-03 20:40:23.173 28934 28980 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 20:40:23.173 28934 28980 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 20:40:23.173 28934 28980 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 20:41:23.923 29363 29363 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 20:41:24.112 29363 29363 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 20:41:24.117 29363 29363 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 20:41:24.117 29363 29363 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 20:41:24.117 29363 29363 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 20:41:24.117 29363 29363 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 20:41:24.117 29363 29363 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 20:41:24.117 29363 29363 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 20:41:24.117 29363 29363 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 20:41:24.117 29363 29363 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 20:41:24.117 29363 29363 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 20:41:24.117 29363 29363 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 20:41:24.117 29363 29363 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 20:41:24.117 29363 29363 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 20:41:24.117 29363 29363 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 20:41:24.117 29363 29363 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 20:41:24.117 29363 29363 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 20:41:24.117 29363 29363 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 20:41:24.117 29363 29363 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 20:41:24.117 29363 29363 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 20:41:24.117 29363 29363 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 20:41:24.117 29363 29363 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 20:41:24.131 29363 29363 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 20:41:24.447 29363 29363 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 20:41:24.448 29363 29363 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 20:41:24.494 29363 29363 W com.mbwhatsapp: type=1400 audit(0.0:735443): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:41:24.498 29363 29363 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) 03-03 20:41:24.506 29363 29363 W com.mbwhatsapp: type=1400 audit(0.0:735444): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:41:24.518 29363 29363 W com.mbwhatsapp: type=1400 audit(0.0:735445): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:41:24.582 29363 29363 W com.mbwhatsapp: type=1400 audit(0.0:735446): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:41:24.598 29363 29363 W com.mbwhatsapp: type=1400 audit(0.0:735447): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:41:24.663 29363 29363 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 491ms 03-03 20:41:24.668 29363 29363 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 732ms --------- beginning of system 03-03 20:41:24.668 29363 29363 W ActivityThread: Main thread can not be idle for a long time. 03-03 20:41:24.674 29363 29412 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 20:41:24.674 29363 29412 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 20:41:24.674 29363 29412 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 20:42:22.394 29669 29669 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 20:42:22.635 29669 29669 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 20:42:22.638 29669 29669 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 20:42:22.638 29669 29669 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 20:42:22.638 29669 29669 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 20:42:22.638 29669 29669 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 20:42:22.638 29669 29669 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 20:42:22.638 29669 29669 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 20:42:22.638 29669 29669 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 20:42:22.638 29669 29669 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 20:42:22.638 29669 29669 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 20:42:22.638 29669 29669 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 20:42:22.638 29669 29669 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 20:42:22.638 29669 29669 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 20:42:22.638 29669 29669 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 20:42:22.638 29669 29669 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 20:42:22.638 29669 29669 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 20:42:22.638 29669 29669 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 20:42:22.638 29669 29669 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 20:42:22.638 29669 29669 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 20:42:22.638 29669 29669 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 20:42:22.638 29669 29669 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 20:42:22.686 29669 29669 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 20:42:23.075 29669 29669 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 20:42:23.075 29669 29669 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 20:42:23.134 29669 29669 W com.mbwhatsapp: type=1400 audit(0.0:735508): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:42:23.137 29669 29669 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) 03-03 20:42:23.146 29669 29669 W com.mbwhatsapp: type=1400 audit(0.0:735509): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:42:23.154 29669 29669 W com.mbwhatsapp: type=1400 audit(0.0:735510): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:42:23.218 29669 29669 W com.mbwhatsapp: type=1400 audit(0.0:735511): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:42:23.226 29669 29669 W com.mbwhatsapp: type=1400 audit(0.0:735512): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:42:23.311 29669 29669 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 565ms 03-03 20:42:23.315 29669 29715 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 20:42:23.315 29669 29715 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 20:42:23.315 29669 29715 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 20:42:23.316 29669 29669 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 906ms --------- beginning of system 03-03 20:42:23.316 29669 29669 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 20:55:22.394 30798 30798 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 20:55:22.595 30798 30798 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 20:55:22.598 30798 30798 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 20:55:22.598 30798 30798 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 20:55:22.598 30798 30798 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 20:55:22.598 30798 30798 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 20:55:22.598 30798 30798 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 20:55:22.598 30798 30798 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 20:55:22.598 30798 30798 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 20:55:22.598 30798 30798 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 20:55:22.598 30798 30798 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 20:55:22.598 30798 30798 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 20:55:22.598 30798 30798 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 20:55:22.598 30798 30798 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 20:55:22.598 30798 30798 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 20:55:22.598 30798 30798 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 20:55:22.598 30798 30798 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 20:55:22.598 30798 30798 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 20:55:22.598 30798 30798 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 20:55:22.598 30798 30798 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 20:55:22.598 30798 30798 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 20:55:22.598 30798 30798 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 20:55:22.637 30798 30798 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 20:55:22.981 30798 30798 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 20:55:22.981 30798 30798 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 20:55:23.034 30798 30798 W com.mbwhatsapp: type=1400 audit(0.0:737161): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:55:23.038 30798 30798 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) 03-03 20:55:23.042 30798 30798 W com.mbwhatsapp: type=1400 audit(0.0:737162): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:55:23.050 30798 30798 W com.mbwhatsapp: type=1400 audit(0.0:737163): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:55:23.098 30798 30798 W com.mbwhatsapp: type=1400 audit(0.0:737164): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:55:23.106 30798 30798 W com.mbwhatsapp: type=1400 audit(0.0:737165): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:55:23.182 30798 30798 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 489ms 03-03 20:55:23.187 30798 30798 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 777ms --------- beginning of system 03-03 20:55:23.187 30798 30798 W ActivityThread: Main thread can not be idle for a long time. 03-03 20:55:23.194 30798 30845 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 20:55:23.194 30798 30845 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 20:55:23.194 30798 30845 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 20:56:58.401 31128 31128 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 20:56:58.662 31128 31128 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 20:56:58.665 31128 31128 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 20:56:58.665 31128 31128 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 20:56:58.665 31128 31128 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 20:56:58.665 31128 31128 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 20:56:58.665 31128 31128 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 20:56:58.665 31128 31128 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 20:56:58.665 31128 31128 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 20:56:58.665 31128 31128 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 20:56:58.665 31128 31128 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 20:56:58.665 31128 31128 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 20:56:58.665 31128 31128 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 20:56:58.665 31128 31128 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 20:56:58.665 31128 31128 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 20:56:58.665 31128 31128 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 20:56:58.665 31128 31128 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 20:56:58.665 31128 31128 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 20:56:58.665 31128 31128 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 20:56:58.665 31128 31128 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 20:56:58.665 31128 31128 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 20:56:58.665 31128 31128 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 20:56:58.686 31128 31128 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 20:56:59.071 31128 31128 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 20:56:59.071 31128 31128 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 20:56:59.113 31128 31128 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) 03-03 20:56:59.264 31128 31128 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 521ms 03-03 20:56:59.266 31128 31200 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 20:56:59.266 31128 31200 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 20:56:59.266 31128 31200 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 20:56:59.271 31128 31128 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 857ms --------- beginning of system 03-03 20:56:59.272 31128 31128 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 20:58:23.209 31562 31562 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 20:58:23.376 31562 31562 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 20:58:23.379 31562 31562 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 20:58:23.379 31562 31562 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 20:58:23.379 31562 31562 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 20:58:23.379 31562 31562 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 20:58:23.379 31562 31562 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 20:58:23.379 31562 31562 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 20:58:23.379 31562 31562 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 20:58:23.379 31562 31562 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 20:58:23.379 31562 31562 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 20:58:23.379 31562 31562 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 20:58:23.379 31562 31562 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 20:58:23.379 31562 31562 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 20:58:23.379 31562 31562 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 20:58:23.379 31562 31562 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 20:58:23.379 31562 31562 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 20:58:23.379 31562 31562 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 20:58:23.379 31562 31562 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 20:58:23.379 31562 31562 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 20:58:23.379 31562 31562 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 20:58:23.379 31562 31562 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 20:58:23.400 31562 31562 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 20:58:23.626 31562 31562 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 20:58:23.626 31562 31562 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 20:58:23.665 31562 31562 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) 03-03 20:58:23.785 31562 31562 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 349ms 03-03 20:58:23.792 31562 31562 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 567ms --------- beginning of system 03-03 20:58:23.792 31562 31562 W ActivityThread: Main thread can not be idle for a long time. 03-03 20:58:23.800 31562 31610 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 20:58:23.800 31562 31610 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 20:58:23.800 31562 31610 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 20:59:22.405 758 758 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 20:59:22.633 758 758 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 20:59:22.640 758 758 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 20:59:22.640 758 758 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 20:59:22.640 758 758 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 20:59:22.640 758 758 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 20:59:22.640 758 758 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 20:59:22.640 758 758 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 20:59:22.640 758 758 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 20:59:22.640 758 758 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 20:59:22.640 758 758 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 20:59:22.640 758 758 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 20:59:22.640 758 758 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 20:59:22.640 758 758 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 20:59:22.640 758 758 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 20:59:22.641 758 758 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 20:59:22.641 758 758 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 20:59:22.641 758 758 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 20:59:22.641 758 758 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 20:59:22.641 758 758 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 20:59:22.641 758 758 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 20:59:22.641 758 758 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 20:59:22.655 758 758 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 20:59:23.095 758 758 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 20:59:23.096 758 758 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 20:59:23.198 758 758 W com.mbwhatsapp: type=1400 audit(0.0:738642): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:59:23.203 758 758 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) 03-03 20:59:23.214 758 758 W com.mbwhatsapp: type=1400 audit(0.0:738643): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:59:23.234 758 758 W com.mbwhatsapp: type=1400 audit(0.0:738644): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:59:23.322 758 758 W com.mbwhatsapp: type=1400 audit(0.0:738645): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:59:23.334 758 758 W com.mbwhatsapp: type=1400 audit(0.0:738646): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:59:23.334 758 758 W com.mbwhatsapp: type=1400 audit(0.0:738648): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 20:59:23.429 758 758 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 721ms 03-03 20:59:23.463 758 758 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1039ms --------- beginning of system 03-03 20:59:23.463 758 758 W ActivityThread: Main thread can not be idle for a long time. 03-03 20:59:23.501 758 820 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 20:59:23.501 758 820 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 20:59:23.501 758 820 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 21:01:59.914 2874 2874 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 21:02:00.163 2874 2874 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 21:02:00.165 2874 2874 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 21:02:00.165 2874 2874 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 21:02:00.165 2874 2874 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 21:02:00.165 2874 2874 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 21:02:00.165 2874 2874 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 21:02:00.165 2874 2874 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 21:02:00.165 2874 2874 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 21:02:00.165 2874 2874 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 21:02:00.165 2874 2874 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 21:02:00.165 2874 2874 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 21:02:00.165 2874 2874 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 21:02:00.165 2874 2874 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 21:02:00.165 2874 2874 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 21:02:00.165 2874 2874 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 21:02:00.165 2874 2874 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 21:02:00.165 2874 2874 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 21:02:00.165 2874 2874 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 21:02:00.165 2874 2874 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 21:02:00.165 2874 2874 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 21:02:00.165 2874 2874 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 21:02:00.199 2874 2874 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 21:02:00.551 2874 2874 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 21:02:00.551 2874 2874 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 21:02:00.614 2874 2874 W com.mbwhatsapp: type=1400 audit(0.0:738848): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:02:00.616 2874 2874 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) 03-03 21:02:00.622 2874 2874 W com.mbwhatsapp: type=1400 audit(0.0:738849): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:02:00.638 2874 2874 W com.mbwhatsapp: type=1400 audit(0.0:738850): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:02:00.694 2874 2874 W com.mbwhatsapp: type=1400 audit(0.0:738851): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:02:00.702 2874 2874 W com.mbwhatsapp: type=1400 audit(0.0:738852): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:02:00.702 2874 2874 W com.mbwhatsapp: type=1400 audit(0.0:738853): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:02:00.702 2874 2874 W com.mbwhatsapp: type=1400 audit(0.0:738854): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:02:00.793 2874 2874 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 531ms 03-03 21:02:00.798 2874 2874 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 866ms --------- beginning of system 03-03 21:02:00.798 2874 2874 W ActivityThread: Main thread can not be idle for a long time. 03-03 21:02:00.809 2874 2996 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 21:02:00.809 2874 2996 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 21:02:00.809 2874 2996 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 21:03:22.405 3834 3834 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 21:03:22.628 3834 3834 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 21:03:22.632 3834 3834 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 21:03:22.632 3834 3834 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 21:03:22.632 3834 3834 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 21:03:22.632 3834 3834 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 21:03:22.632 3834 3834 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 21:03:22.632 3834 3834 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 21:03:22.632 3834 3834 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 21:03:22.632 3834 3834 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 21:03:22.632 3834 3834 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 21:03:22.632 3834 3834 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 21:03:22.632 3834 3834 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 21:03:22.632 3834 3834 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 21:03:22.632 3834 3834 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 21:03:22.632 3834 3834 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 21:03:22.632 3834 3834 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 21:03:22.633 3834 3834 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 21:03:22.633 3834 3834 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 21:03:22.633 3834 3834 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 21:03:22.633 3834 3834 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 21:03:22.633 3834 3834 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 21:03:22.672 3834 3834 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 21:03:23.047 3834 3834 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 21:03:23.047 3834 3834 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 21:03:23.114 3834 3834 W com.mbwhatsapp: type=1400 audit(0.0:738961): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:03:23.118 3834 3834 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) 03-03 21:03:23.122 3834 3834 W com.mbwhatsapp: type=1400 audit(0.0:738962): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:03:23.134 3834 3834 W com.mbwhatsapp: type=1400 audit(0.0:738963): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:03:23.182 3834 3834 W com.mbwhatsapp: type=1400 audit(0.0:738964): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:03:23.198 3834 3834 W com.mbwhatsapp: type=1400 audit(0.0:738965): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:03:23.286 3834 3834 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 543ms 03-03 21:03:23.293 3834 3834 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 869ms --------- beginning of system 03-03 21:03:23.293 3834 3834 W ActivityThread: Main thread can not be idle for a long time. 03-03 21:03:23.302 3834 3904 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 21:03:23.302 3834 3904 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 21:03:23.302 3834 3904 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 21:05:05.062 4854 4854 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 21:05:05.274 4854 4854 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 21:05:05.275 4854 4854 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 21:05:05.275 4854 4854 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 21:05:05.275 4854 4854 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 21:05:05.275 4854 4854 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 21:05:05.275 4854 4854 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 21:05:05.275 4854 4854 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 21:05:05.275 4854 4854 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 21:05:05.275 4854 4854 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 21:05:05.276 4854 4854 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 21:05:05.276 4854 4854 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 21:05:05.276 4854 4854 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 21:05:05.276 4854 4854 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 21:05:05.276 4854 4854 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 21:05:05.276 4854 4854 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 21:05:05.276 4854 4854 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 21:05:05.276 4854 4854 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 21:05:05.276 4854 4854 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 21:05:05.276 4854 4854 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 21:05:05.276 4854 4854 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 21:05:05.276 4854 4854 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 21:05:05.291 4854 4854 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 21:05:05.694 4854 4854 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 21:05:05.694 4854 4854 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 21:05:05.754 4854 4854 W com.mbwhatsapp: type=1400 audit(0.0:739308): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:05:05.757 4854 4854 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) 03-03 21:05:05.766 4854 4854 W com.mbwhatsapp: type=1400 audit(0.0:739309): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:05:05.778 4854 4854 W com.mbwhatsapp: type=1400 audit(0.0:739310): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:05:05.866 4854 4854 W com.mbwhatsapp: type=1400 audit(0.0:739311): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:05:05.878 4854 4854 W com.mbwhatsapp: type=1400 audit(0.0:739312): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:05:05.949 4854 4854 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 611ms 03-03 21:05:05.954 4854 5019 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 21:05:05.954 4854 5019 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 21:05:05.954 4854 5019 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 21:05:05.972 4854 4854 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 894ms --------- beginning of system 03-03 21:05:05.972 4854 4854 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 21:05:22.395 5478 5478 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 21:05:22.614 5478 5478 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 21:05:22.616 5478 5478 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 21:05:22.616 5478 5478 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 21:05:22.616 5478 5478 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 21:05:22.616 5478 5478 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 21:05:22.616 5478 5478 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 21:05:22.616 5478 5478 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 21:05:22.616 5478 5478 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 21:05:22.616 5478 5478 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 21:05:22.616 5478 5478 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 21:05:22.616 5478 5478 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 21:05:22.616 5478 5478 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 21:05:22.616 5478 5478 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 21:05:22.616 5478 5478 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 21:05:22.616 5478 5478 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 21:05:22.616 5478 5478 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 21:05:22.616 5478 5478 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 21:05:22.616 5478 5478 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 21:05:22.616 5478 5478 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 21:05:22.616 5478 5478 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 21:05:22.616 5478 5478 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 21:05:22.629 5478 5478 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 21:05:22.976 5478 5478 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 21:05:22.977 5478 5478 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 21:05:23.014 5478 5478 W com.mbwhatsapp: type=1400 audit(0.0:739373): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:05:23.018 5478 5478 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) 03-03 21:05:23.022 5478 5478 W com.mbwhatsapp: type=1400 audit(0.0:739374): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:05:23.034 5478 5478 W com.mbwhatsapp: type=1400 audit(0.0:739375): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:05:23.082 5478 5478 W com.mbwhatsapp: type=1400 audit(0.0:739376): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:05:23.090 5478 5478 W com.mbwhatsapp: type=1400 audit(0.0:739377): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:05:23.180 5478 5478 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 483ms 03-03 21:05:23.186 5478 5478 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 770ms --------- beginning of system 03-03 21:05:23.186 5478 5478 W ActivityThread: Main thread can not be idle for a long time. 03-03 21:05:23.191 5478 5544 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 21:05:23.191 5478 5544 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 21:05:23.191 5478 5544 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 21:07:22.394 6456 6456 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 21:07:22.577 6456 6456 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 21:07:22.579 6456 6456 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 21:07:22.579 6456 6456 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 21:07:22.579 6456 6456 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 21:07:22.579 6456 6456 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 21:07:22.579 6456 6456 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 21:07:22.579 6456 6456 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 21:07:22.579 6456 6456 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 21:07:22.579 6456 6456 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 21:07:22.579 6456 6456 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 21:07:22.579 6456 6456 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 21:07:22.579 6456 6456 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 21:07:22.579 6456 6456 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 21:07:22.579 6456 6456 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 21:07:22.580 6456 6456 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 21:07:22.580 6456 6456 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 21:07:22.580 6456 6456 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 21:07:22.580 6456 6456 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 21:07:22.580 6456 6456 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 21:07:22.580 6456 6456 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 21:07:22.580 6456 6456 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 21:07:22.598 6456 6456 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 21:07:22.820 6456 6456 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 21:07:22.820 6456 6456 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 21:07:22.854 6456 6456 W com.mbwhatsapp: type=1400 audit(0.0:739780): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:07:22.857 6456 6456 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) 03-03 21:07:22.862 6456 6456 W com.mbwhatsapp: type=1400 audit(0.0:739781): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:07:22.874 6456 6456 W com.mbwhatsapp: type=1400 audit(0.0:739782): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:07:22.922 6456 6456 W com.mbwhatsapp: type=1400 audit(0.0:739783): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:07:22.934 6456 6456 W com.mbwhatsapp: type=1400 audit(0.0:739784): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:07:22.989 6456 6456 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 348ms 03-03 21:07:22.995 6456 6505 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 21:07:22.995 6456 6505 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 21:07:22.995 6456 6505 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 21:07:23.008 6456 6456 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 598ms --------- beginning of system 03-03 21:07:23.008 6456 6456 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 21:09:22.394 7468 7468 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 21:09:22.639 7468 7468 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 21:09:22.641 7468 7468 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 21:09:22.641 7468 7468 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 21:09:22.641 7468 7468 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 21:09:22.641 7468 7468 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 21:09:22.641 7468 7468 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 21:09:22.641 7468 7468 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 21:09:22.641 7468 7468 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 21:09:22.641 7468 7468 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 21:09:22.641 7468 7468 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 21:09:22.641 7468 7468 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 21:09:22.641 7468 7468 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 21:09:22.641 7468 7468 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 21:09:22.641 7468 7468 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 21:09:22.641 7468 7468 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 21:09:22.641 7468 7468 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 21:09:22.641 7468 7468 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 21:09:22.641 7468 7468 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 21:09:22.641 7468 7468 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 21:09:22.641 7468 7468 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 21:09:22.641 7468 7468 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 21:09:22.679 7468 7468 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 21:09:23.069 7468 7468 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 21:09:23.069 7468 7468 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 21:09:23.130 7468 7468 W com.mbwhatsapp: type=1400 audit(0.0:740071): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:09:23.135 7468 7468 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) 03-03 21:09:23.142 7468 7468 W com.mbwhatsapp: type=1400 audit(0.0:740072): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:09:23.154 7468 7468 W com.mbwhatsapp: type=1400 audit(0.0:740073): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:09:23.226 7468 7468 W com.mbwhatsapp: type=1400 audit(0.0:740074): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:09:23.246 7468 7468 W com.mbwhatsapp: type=1400 audit(0.0:740075): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:09:23.246 7468 7468 W com.mbwhatsapp: type=1400 audit(0.0:740076): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:09:23.343 7468 7468 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 589ms 03-03 21:09:23.349 7468 7468 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 934ms --------- beginning of system 03-03 21:09:23.349 7468 7468 W ActivityThread: Main thread can not be idle for a long time. 03-03 21:09:23.350 7468 7517 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 21:09:23.350 7468 7517 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 21:09:23.350 7468 7517 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 21:13:48.905 8975 8975 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 21:13:49.093 8975 8975 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 21:13:49.094 8975 8975 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 21:13:49.094 8975 8975 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 21:13:49.094 8975 8975 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 21:13:49.094 8975 8975 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 21:13:49.094 8975 8975 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 21:13:49.094 8975 8975 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 21:13:49.094 8975 8975 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 21:13:49.094 8975 8975 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 21:13:49.094 8975 8975 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 21:13:49.094 8975 8975 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 21:13:49.094 8975 8975 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 21:13:49.094 8975 8975 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 21:13:49.094 8975 8975 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 21:13:49.094 8975 8975 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 21:13:49.094 8975 8975 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 21:13:49.094 8975 8975 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 21:13:49.094 8975 8975 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 21:13:49.094 8975 8975 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 21:13:49.094 8975 8975 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 21:13:49.094 8975 8975 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 21:13:49.111 8975 8975 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 21:13:49.488 8975 8975 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 21:13:49.488 8975 8975 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 21:13:49.558 8975 8975 W com.mbwhatsapp: type=1400 audit(0.0:740836): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:13:49.561 8975 8975 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) 03-03 21:13:49.566 8975 8975 W com.mbwhatsapp: type=1400 audit(0.0:740837): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:13:49.578 8975 8975 W com.mbwhatsapp: type=1400 audit(0.0:740838): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:13:49.678 8975 8975 W com.mbwhatsapp: type=1400 audit(0.0:740839): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:13:49.686 8975 8975 W com.mbwhatsapp: type=1400 audit(0.0:740840): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:13:49.686 8975 8975 W com.mbwhatsapp: type=1400 audit(0.0:740841): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:13:49.686 8975 8975 W com.mbwhatsapp: type=1400 audit(0.0:740842): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:13:49.776 8975 8975 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 614ms 03-03 21:13:49.783 8975 8975 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 862ms --------- beginning of system 03-03 21:13:49.783 8975 8975 W ActivityThread: Main thread can not be idle for a long time. 03-03 21:13:49.792 8975 9027 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 21:13:49.792 8975 9027 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 21:13:49.792 8975 9027 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 21:15:36.261 9546 9546 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 21:15:37.028 9546 9546 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 21:15:37.029 9546 9546 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 21:15:37.029 9546 9546 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 21:15:37.029 9546 9546 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 21:15:37.029 9546 9546 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 21:15:37.029 9546 9546 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 21:15:37.029 9546 9546 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 21:15:37.029 9546 9546 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 21:15:37.029 9546 9546 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 21:15:37.030 9546 9546 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 21:15:37.030 9546 9546 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 21:15:37.030 9546 9546 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 21:15:37.030 9546 9546 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 21:15:37.030 9546 9546 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 21:15:37.030 9546 9546 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 21:15:37.030 9546 9546 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 21:15:37.030 9546 9546 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 21:15:37.030 9546 9546 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 21:15:37.030 9546 9546 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 21:15:37.030 9546 9546 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 21:15:37.030 9546 9546 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 21:15:37.085 9546 9546 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 227ms 03-03 21:15:37.093 9546 9546 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 21:15:37.539 9546 9546 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 21:15:37.539 9546 9546 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 21:15:37.605 9546 9546 W com.mbwhatsapp: type=1400 audit(0.0:741884): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:15:37.609 9546 9546 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) 03-03 21:15:37.617 9546 9546 W com.mbwhatsapp: type=1400 audit(0.0:741885): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:15:37.629 9546 9546 W com.mbwhatsapp: type=1400 audit(0.0:741886): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:15:37.709 9546 9546 W com.mbwhatsapp: type=1400 audit(0.0:741887): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:15:37.725 9546 9546 W com.mbwhatsapp: type=1400 audit(0.0:741888): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:15:37.821 9546 9546 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 623ms 03-03 21:15:37.827 9546 9546 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1550ms --------- beginning of system 03-03 21:15:37.827 9546 9546 W ActivityThread: Main thread can not be idle for a long time. 03-03 21:15:37.837 9546 9699 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 21:15:37.837 9546 9699 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 21:15:37.837 9546 9699 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 21:20:00.814 11019 11019 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 21:20:01.024 11019 11019 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 21:20:01.030 11019 11019 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 21:20:01.031 11019 11019 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 21:20:01.031 11019 11019 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 21:20:01.031 11019 11019 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 21:20:01.031 11019 11019 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 21:20:01.031 11019 11019 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 21:20:01.031 11019 11019 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 21:20:01.031 11019 11019 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 21:20:01.031 11019 11019 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 21:20:01.031 11019 11019 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 21:20:01.031 11019 11019 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 21:20:01.031 11019 11019 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 21:20:01.031 11019 11019 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 21:20:01.031 11019 11019 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 21:20:01.031 11019 11019 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 21:20:01.031 11019 11019 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 21:20:01.031 11019 11019 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 21:20:01.031 11019 11019 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 21:20:01.031 11019 11019 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 21:20:01.031 11019 11019 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 21:20:01.048 11019 11019 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 21:20:01.367 11019 11019 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 21:20:01.367 11019 11019 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 21:20:01.447 11019 11019 W com.mbwhatsapp: type=1400 audit(0.0:743481): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:20:01.450 11019 11019 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) 03-03 21:20:01.455 11019 11019 W com.mbwhatsapp: type=1400 audit(0.0:743482): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:20:01.463 11019 11019 W com.mbwhatsapp: type=1400 audit(0.0:743483): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:20:01.531 11019 11019 W com.mbwhatsapp: type=1400 audit(0.0:743484): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:20:01.547 11019 11019 W com.mbwhatsapp: type=1400 audit(0.0:743485): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:20:01.617 11019 11019 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 506ms 03-03 21:20:01.623 11019 11019 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 790ms --------- beginning of system 03-03 21:20:01.623 11019 11019 W ActivityThread: Main thread can not be idle for a long time. 03-03 21:20:01.631 11019 11067 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 21:20:01.631 11019 11067 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 21:20:01.631 11019 11067 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 21:25:07.540 11496 11496 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 21:25:07.776 11496 11496 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 21:25:07.777 11496 11496 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 21:25:07.778 11496 11496 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 21:25:07.778 11496 11496 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 21:25:07.778 11496 11496 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 21:25:07.778 11496 11496 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 21:25:07.778 11496 11496 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 21:25:07.778 11496 11496 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 21:25:07.778 11496 11496 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 21:25:07.778 11496 11496 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 21:25:07.778 11496 11496 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 21:25:07.778 11496 11496 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 21:25:07.778 11496 11496 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 21:25:07.778 11496 11496 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 21:25:07.778 11496 11496 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 21:25:07.778 11496 11496 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 21:25:07.778 11496 11496 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 21:25:07.778 11496 11496 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 21:25:07.778 11496 11496 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 21:25:07.778 11496 11496 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 21:25:07.778 11496 11496 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 21:25:07.803 11496 11496 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 21:25:08.150 11496 11496 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 21:25:08.150 11496 11496 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 21:25:08.255 11496 11496 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) 03-03 21:25:08.524 11496 11496 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 667ms 03-03 21:25:08.528 11496 11643 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 21:25:08.528 11496 11643 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 21:25:08.528 11496 11643 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 21:25:08.531 11496 11496 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 960ms --------- beginning of system 03-03 21:25:08.531 11496 11496 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 21:25:30.189 12407 12407 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 21:25:30.540 12407 12407 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 21:25:30.542 12407 12407 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 21:25:30.542 12407 12407 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 21:25:30.542 12407 12407 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 21:25:30.542 12407 12407 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 21:25:30.542 12407 12407 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 21:25:30.542 12407 12407 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 21:25:30.542 12407 12407 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 21:25:30.542 12407 12407 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 21:25:30.543 12407 12407 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 21:25:30.543 12407 12407 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 21:25:30.543 12407 12407 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 21:25:30.543 12407 12407 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 21:25:30.543 12407 12407 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 21:25:30.543 12407 12407 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 21:25:30.543 12407 12407 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 21:25:30.543 12407 12407 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 21:25:30.543 12407 12407 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 21:25:30.543 12407 12407 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 21:25:30.543 12407 12407 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 21:25:30.543 12407 12407 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 21:25:30.583 12407 12407 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 21:25:31.054 12407 12407 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 21:25:31.054 12407 12407 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 21:25:31.110 12407 12407 W com.mbwhatsapp: type=1400 audit(0.0:744583): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:25:31.113 12407 12407 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) 03-03 21:25:31.118 12407 12407 W com.mbwhatsapp: type=1400 audit(0.0:744584): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:25:31.130 12407 12407 W com.mbwhatsapp: type=1400 audit(0.0:744585): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:25:31.202 12407 12407 W com.mbwhatsapp: type=1400 audit(0.0:744586): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:25:31.218 12407 12407 W com.mbwhatsapp: type=1400 audit(0.0:744587): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:25:31.332 12407 12407 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 664ms 03-03 21:25:31.337 12407 12459 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 21:25:31.337 12407 12459 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 21:25:31.337 12407 12459 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 21:25:31.341 12407 12407 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1116ms --------- beginning of system 03-03 21:25:31.341 12407 12407 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 21:31:22.672 14513 14513 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 21:31:22.906 14513 14513 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 21:31:22.908 14513 14513 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 21:31:22.908 14513 14513 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 21:31:22.908 14513 14513 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 21:31:22.908 14513 14513 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 21:31:22.908 14513 14513 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 21:31:22.908 14513 14513 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 21:31:22.908 14513 14513 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 21:31:22.908 14513 14513 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 21:31:22.908 14513 14513 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 21:31:22.908 14513 14513 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 21:31:22.908 14513 14513 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 21:31:22.908 14513 14513 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 21:31:22.908 14513 14513 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 21:31:22.908 14513 14513 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 21:31:22.908 14513 14513 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 21:31:22.908 14513 14513 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 21:31:22.908 14513 14513 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 21:31:22.908 14513 14513 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 21:31:22.908 14513 14513 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 21:31:22.908 14513 14513 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 21:31:22.931 14513 14513 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 21:31:23.341 14513 14513 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 21:31:23.342 14513 14513 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 21:31:23.406 14513 14513 W com.mbwhatsapp: type=1400 audit(0.0:744966): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:31:23.411 14513 14513 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) 03-03 21:31:23.414 14513 14513 W com.mbwhatsapp: type=1400 audit(0.0:744967): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:31:23.430 14513 14513 W com.mbwhatsapp: type=1400 audit(0.0:744968): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:31:23.474 14513 14513 W com.mbwhatsapp: type=1400 audit(0.0:744969): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:31:23.494 14513 14513 W com.mbwhatsapp: type=1400 audit(0.0:744970): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:31:23.571 14513 14513 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 584ms 03-03 21:31:23.578 14513 14513 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 880ms --------- beginning of system 03-03 21:31:23.578 14513 14513 W ActivityThread: Main thread can not be idle for a long time. 03-03 21:31:23.612 14513 14583 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 21:31:23.612 14513 14583 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 21:31:23.612 14513 14583 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 21:35:34.924 16294 16294 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 21:35:35.139 16294 16294 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 21:35:35.140 16294 16294 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 21:35:35.141 16294 16294 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 21:35:35.141 16294 16294 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 21:35:35.141 16294 16294 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 21:35:35.141 16294 16294 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 21:35:35.141 16294 16294 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 21:35:35.141 16294 16294 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 21:35:35.141 16294 16294 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 21:35:35.141 16294 16294 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 21:35:35.141 16294 16294 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 21:35:35.141 16294 16294 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 21:35:35.141 16294 16294 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 21:35:35.141 16294 16294 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 21:35:35.141 16294 16294 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 21:35:35.141 16294 16294 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 21:35:35.141 16294 16294 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 21:35:35.141 16294 16294 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 21:35:35.141 16294 16294 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 21:35:35.141 16294 16294 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 21:35:35.141 16294 16294 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 21:35:35.157 16294 16294 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 21:35:35.474 16294 16294 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 21:35:35.474 16294 16294 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 21:35:35.562 16294 16294 W com.mbwhatsapp: type=1400 audit(0.0:745907): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:35:35.565 16294 16294 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) 03-03 21:35:35.574 16294 16294 W com.mbwhatsapp: type=1400 audit(0.0:745908): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:35:35.594 16294 16294 W com.mbwhatsapp: type=1400 audit(0.0:745909): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:35:35.658 16294 16294 W com.mbwhatsapp: type=1400 audit(0.0:745910): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:35:35.674 16294 16294 W com.mbwhatsapp: type=1400 audit(0.0:745911): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:35:35.745 16294 16294 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 538ms 03-03 21:35:35.752 16294 16346 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 21:35:35.752 16294 16346 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 21:35:35.752 16294 16346 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 21:35:35.753 16294 16294 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 815ms --------- beginning of system 03-03 21:35:35.753 16294 16294 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 21:36:58.024 16946 16946 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 21:36:58.214 16946 16946 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 21:36:58.216 16946 16946 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 21:36:58.217 16946 16946 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 21:36:58.217 16946 16946 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 21:36:58.217 16946 16946 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 21:36:58.217 16946 16946 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 21:36:58.217 16946 16946 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 21:36:58.217 16946 16946 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 21:36:58.217 16946 16946 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 21:36:58.217 16946 16946 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 21:36:58.217 16946 16946 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 21:36:58.217 16946 16946 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 21:36:58.217 16946 16946 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 21:36:58.217 16946 16946 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 21:36:58.217 16946 16946 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 21:36:58.217 16946 16946 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 21:36:58.217 16946 16946 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 21:36:58.217 16946 16946 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 21:36:58.217 16946 16946 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 21:36:58.217 16946 16946 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 21:36:58.217 16946 16946 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 21:36:58.229 16946 16946 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 21:36:58.580 16946 16946 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 21:36:58.580 16946 16946 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 21:36:58.630 16946 16946 W com.mbwhatsapp: type=1400 audit(0.0:745973): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:36:58.636 16946 16946 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) 03-03 21:36:58.654 16946 16946 W com.mbwhatsapp: type=1400 audit(0.0:745974): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:36:58.670 16946 16946 W com.mbwhatsapp: type=1400 audit(0.0:745975): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:36:58.722 16946 16946 W com.mbwhatsapp: type=1400 audit(0.0:745976): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:36:58.738 16946 16946 W com.mbwhatsapp: type=1400 audit(0.0:745977): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:36:58.802 16946 16946 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 522ms 03-03 21:36:58.808 16946 16946 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 768ms --------- beginning of system 03-03 21:36:58.808 16946 16946 W ActivityThread: Main thread can not be idle for a long time. 03-03 21:36:58.813 16946 17011 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 21:36:58.813 16946 17011 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 21:36:58.813 16946 17011 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 21:45:22.399 18067 18067 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 21:45:22.622 18067 18067 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 21:45:22.623 18067 18067 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 21:45:22.623 18067 18067 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 21:45:22.623 18067 18067 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 21:45:22.624 18067 18067 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 21:45:22.624 18067 18067 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 21:45:22.624 18067 18067 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 21:45:22.624 18067 18067 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 21:45:22.624 18067 18067 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 21:45:22.624 18067 18067 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 21:45:22.624 18067 18067 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 21:45:22.624 18067 18067 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 21:45:22.624 18067 18067 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 21:45:22.624 18067 18067 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 21:45:22.624 18067 18067 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 21:45:22.624 18067 18067 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 21:45:22.624 18067 18067 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 21:45:22.624 18067 18067 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 21:45:22.624 18067 18067 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 21:45:22.624 18067 18067 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 21:45:22.624 18067 18067 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 21:45:22.673 18067 18067 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 21:45:23.015 18067 18067 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 21:45:23.015 18067 18067 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 21:45:23.078 18067 18067 W com.mbwhatsapp: type=1400 audit(0.0:749099): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:45:23.081 18067 18067 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) 03-03 21:45:23.090 18067 18067 W com.mbwhatsapp: type=1400 audit(0.0:749100): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:45:23.098 18067 18067 W com.mbwhatsapp: type=1400 audit(0.0:749101): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:45:23.174 18067 18067 W com.mbwhatsapp: type=1400 audit(0.0:749102): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:45:23.186 18067 18067 W com.mbwhatsapp: type=1400 audit(0.0:749103): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:45:23.272 18067 18067 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 530ms 03-03 21:45:23.281 18067 18121 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 21:45:23.281 18067 18121 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 21:45:23.281 18067 18121 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 21:45:23.282 18067 18067 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 864ms --------- beginning of system 03-03 21:45:23.283 18067 18067 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 21:49:22.393 19436 19436 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 21:49:22.600 19436 19436 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 21:49:22.605 19436 19436 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 21:49:22.605 19436 19436 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 21:49:22.605 19436 19436 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 21:49:22.605 19436 19436 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 21:49:22.605 19436 19436 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 21:49:22.606 19436 19436 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 21:49:22.606 19436 19436 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 21:49:22.606 19436 19436 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 21:49:22.606 19436 19436 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 21:49:22.606 19436 19436 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 21:49:22.606 19436 19436 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 21:49:22.606 19436 19436 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 21:49:22.606 19436 19436 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 21:49:22.606 19436 19436 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 21:49:22.606 19436 19436 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 21:49:22.606 19436 19436 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 21:49:22.606 19436 19436 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 21:49:22.606 19436 19436 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 21:49:22.606 19436 19436 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 21:49:22.606 19436 19436 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 21:49:22.630 19436 19436 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 21:49:23.014 19436 19436 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 21:49:23.014 19436 19436 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 21:49:23.082 19436 19436 W com.mbwhatsapp: type=1400 audit(0.0:749403): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:49:23.085 19436 19436 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) 03-03 21:49:23.094 19436 19436 W com.mbwhatsapp: type=1400 audit(0.0:749404): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:49:23.106 19436 19436 W com.mbwhatsapp: type=1400 audit(0.0:749405): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:49:23.154 19436 19436 W com.mbwhatsapp: type=1400 audit(0.0:749406): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:49:23.166 19436 19436 W com.mbwhatsapp: type=1400 audit(0.0:749407): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 21:49:23.233 19436 19436 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 557ms 03-03 21:49:23.240 19436 19436 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 831ms --------- beginning of system 03-03 21:49:23.240 19436 19436 W ActivityThread: Main thread can not be idle for a long time. 03-03 21:49:23.241 19436 19485 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 21:49:23.241 19436 19485 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 21:49:23.241 19436 19485 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 22:43:01.373 22728 22728 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 22:43:01.853 22728 22728 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 22:43:01.856 22728 22728 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 22:43:01.857 22728 22728 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 22:43:01.857 22728 22728 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 22:43:01.857 22728 22728 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 22:43:01.857 22728 22728 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 22:43:01.857 22728 22728 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 22:43:01.857 22728 22728 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 22:43:01.857 22728 22728 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 22:43:01.857 22728 22728 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 22:43:01.857 22728 22728 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 22:43:01.857 22728 22728 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 22:43:01.857 22728 22728 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 22:43:01.857 22728 22728 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 22:43:01.857 22728 22728 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 22:43:01.857 22728 22728 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 22:43:01.857 22728 22728 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 22:43:01.857 22728 22728 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 22:43:01.857 22728 22728 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 22:43:01.857 22728 22728 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 22:43:01.857 22728 22728 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 22:43:01.904 22728 22728 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 22:43:02.377 22728 22728 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 22:43:02.377 22728 22728 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 22:43:02.441 22728 22728 W com.mbwhatsapp: type=1400 audit(0.0:752697): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 22:43:02.445 22728 22728 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) 03-03 22:43:02.449 22728 22728 W com.mbwhatsapp: type=1400 audit(0.0:752698): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 22:43:02.465 22728 22728 W com.mbwhatsapp: type=1400 audit(0.0:752699): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 22:43:02.545 22728 22728 W com.mbwhatsapp: type=1400 audit(0.0:752700): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 22:43:02.561 22728 22728 W com.mbwhatsapp: type=1400 audit(0.0:752701): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 22:43:02.655 22728 22728 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 673ms 03-03 22:43:02.662 22728 22860 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 22:43:02.662 22728 22860 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 22:43:02.662 22728 22860 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 22:43:02.663 22728 22728 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1271ms --------- beginning of system 03-03 22:43:02.663 22728 22728 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 22:43:22.393 23576 23576 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 22:43:22.486 23576 23576 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 22:43:22.487 23576 23576 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 22:43:22.487 23576 23576 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 22:43:22.487 23576 23576 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 22:43:22.487 23576 23576 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 22:43:22.487 23576 23576 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 22:43:22.487 23576 23576 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 22:43:22.487 23576 23576 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 22:43:22.487 23576 23576 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 22:43:22.487 23576 23576 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 22:43:22.487 23576 23576 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 22:43:22.487 23576 23576 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 22:43:22.487 23576 23576 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 22:43:22.487 23576 23576 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 22:43:22.487 23576 23576 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 22:43:22.487 23576 23576 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 22:43:22.487 23576 23576 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 22:43:22.487 23576 23576 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 22:43:22.487 23576 23576 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 22:43:22.487 23576 23576 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 22:43:22.487 23576 23576 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 22:43:22.495 23576 23576 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 22:43:22.691 23576 23576 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 22:43:22.691 23576 23576 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 22:43:22.713 23576 23576 W com.mbwhatsapp: type=1400 audit(0.0:752841): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 22:43:22.713 23576 23576 W com.mbwhatsapp: type=1400 audit(0.0:752842): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 22:43:22.718 23576 23576 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) 03-03 22:43:22.721 23576 23576 W com.mbwhatsapp: type=1400 audit(0.0:752843): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 22:43:22.741 23576 23576 W com.mbwhatsapp: type=1400 audit(0.0:752844): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 22:43:22.745 23576 23576 W com.mbwhatsapp: type=1400 audit(0.0:752845): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 22:43:22.789 23576 23576 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 269ms 03-03 22:43:22.803 23576 23622 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 22:43:22.803 23576 23622 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 22:43:22.803 23576 23622 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 23:03:46.314 24609 24609 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 23:03:46.415 24609 24609 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 23:03:46.416 24609 24609 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 23:03:46.416 24609 24609 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 23:03:46.416 24609 24609 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 23:03:46.416 24609 24609 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 23:03:46.416 24609 24609 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 23:03:46.416 24609 24609 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 23:03:46.416 24609 24609 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 23:03:46.416 24609 24609 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 23:03:46.416 24609 24609 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 23:03:46.416 24609 24609 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 23:03:46.416 24609 24609 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 23:03:46.416 24609 24609 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 23:03:46.416 24609 24609 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 23:03:46.416 24609 24609 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 23:03:46.416 24609 24609 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 23:03:46.416 24609 24609 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 23:03:46.416 24609 24609 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 23:03:46.416 24609 24609 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 23:03:46.416 24609 24609 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 23:03:46.416 24609 24609 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 23:03:46.424 24609 24609 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 23:03:46.618 24609 24609 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 23:03:46.618 24609 24609 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 23:03:46.642 24609 24609 W com.mbwhatsapp: type=1400 audit(0.0:756245): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 23:03:46.642 24609 24609 W com.mbwhatsapp: type=1400 audit(0.0:756246): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 23:03:46.644 24609 24609 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) 03-03 23:03:46.650 24609 24609 W com.mbwhatsapp: type=1400 audit(0.0:756247): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 23:03:46.670 24609 24609 W com.mbwhatsapp: type=1400 audit(0.0:756248): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 23:03:46.674 24609 24609 W com.mbwhatsapp: type=1400 audit(0.0:756249): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 23:03:46.717 24609 24609 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 270ms 03-03 23:03:46.720 24609 24662 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 23:03:46.720 24609 24662 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 23:03:46.720 24609 24662 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 23:05:23.593 26986 26986 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 23:05:23.935 26986 26986 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 23:05:23.938 26986 26986 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 23:05:23.938 26986 26986 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 23:05:23.938 26986 26986 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 23:05:23.938 26986 26986 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 23:05:23.938 26986 26986 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 23:05:23.938 26986 26986 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 23:05:23.938 26986 26986 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 23:05:23.938 26986 26986 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 23:05:23.938 26986 26986 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 23:05:23.939 26986 26986 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 23:05:23.939 26986 26986 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 23:05:23.939 26986 26986 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 23:05:23.939 26986 26986 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 23:05:23.939 26986 26986 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 23:05:23.939 26986 26986 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 23:05:23.939 26986 26986 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 23:05:23.939 26986 26986 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 23:05:23.939 26986 26986 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 23:05:23.939 26986 26986 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 23:05:23.939 26986 26986 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 23:05:23.988 26986 26986 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 23:05:24.413 26986 26986 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 23:05:24.413 26986 26986 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 23:05:24.497 26986 26986 W com.mbwhatsapp: type=1400 audit(0.0:757013): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 23:05:24.502 26986 26986 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) 03-03 23:05:24.509 26986 26986 W com.mbwhatsapp: type=1400 audit(0.0:757014): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 23:05:24.521 26986 26986 W com.mbwhatsapp: type=1400 audit(0.0:757015): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 23:05:24.617 26986 26986 W com.mbwhatsapp: type=1400 audit(0.0:757016): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 23:05:24.641 26986 26986 W com.mbwhatsapp: type=1400 audit(0.0:757017): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 23:05:24.641 26986 26986 W com.mbwhatsapp: type=1400 audit(0.0:757019): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 23:05:24.734 26986 26986 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 670ms 03-03 23:05:24.738 26986 27037 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 23:05:24.738 26986 27037 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 23:05:24.738 26986 27037 W com.mbwhatsapp: and incorrect proguard optimizations. 03-03 23:05:24.745 26986 26986 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1136ms --------- beginning of system 03-03 23:05:24.745 26986 26986 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-03 23:06:33.055 28096 28096 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 23:06:33.145 28096 28096 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 23:06:33.146 28096 28096 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 23:06:33.146 28096 28096 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 23:06:33.146 28096 28096 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 23:06:33.146 28096 28096 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 23:06:33.146 28096 28096 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 23:06:33.146 28096 28096 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 23:06:33.146 28096 28096 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 23:06:33.146 28096 28096 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 23:06:33.146 28096 28096 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 23:06:33.146 28096 28096 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 23:06:33.146 28096 28096 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 23:06:33.146 28096 28096 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 23:06:33.146 28096 28096 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 23:06:33.146 28096 28096 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 23:06:33.146 28096 28096 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 23:06:33.146 28096 28096 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 23:06:33.146 28096 28096 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 23:06:33.146 28096 28096 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 23:06:33.146 28096 28096 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 23:06:33.146 28096 28096 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 23:06:33.156 28096 28096 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 23:06:33.462 28096 28096 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 23:06:33.462 28096 28096 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 23:06:33.485 28096 28096 W com.mbwhatsapp: type=1400 audit(0.0:757114): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 23:06:33.489 28096 28096 W com.mbwhatsapp: type=1400 audit(0.0:757115): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 23:06:33.489 28096 28096 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) 03-03 23:06:33.497 28096 28096 W com.mbwhatsapp: type=1400 audit(0.0:757116): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 23:06:33.513 28096 28096 W com.mbwhatsapp: type=1400 audit(0.0:757117): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 23:06:33.521 28096 28096 W com.mbwhatsapp: type=1400 audit(0.0:757118): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 23:06:33.576 28096 28096 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 395ms 03-03 23:06:33.588 28096 28096 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 516ms --------- beginning of system 03-03 23:06:33.588 28096 28096 W ActivityThread: Main thread can not be idle for a long time. 03-03 23:06:33.593 28096 28185 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 23:06:33.593 28096 28185 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 23:06:33.593 28096 28185 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-03 23:17:20.410 30768 30768 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-03 23:17:20.718 30768 30768 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-03 23:17:20.721 30768 30768 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-03 23:17:20.721 30768 30768 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-03 23:17:20.721 30768 30768 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-03 23:17:20.721 30768 30768 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-03 23:17:20.721 30768 30768 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-03 23:17:20.721 30768 30768 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-03 23:17:20.722 30768 30768 W System.err: at java.lang.Class.newInstance(Native Method) 03-03 23:17:20.722 30768 30768 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-03 23:17:20.722 30768 30768 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-03 23:17:20.722 30768 30768 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-03 23:17:20.722 30768 30768 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-03 23:17:20.722 30768 30768 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-03 23:17:20.722 30768 30768 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-03 23:17:20.722 30768 30768 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-03 23:17:20.722 30768 30768 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-03 23:17:20.722 30768 30768 W System.err: at android.os.Looper.loop(Looper.java:223) 03-03 23:17:20.722 30768 30768 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-03 23:17:20.722 30768 30768 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-03 23:17:20.722 30768 30768 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-03 23:17:20.722 30768 30768 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-03 23:17:20.773 30768 30768 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-03 23:17:21.204 30768 30768 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-03 23:17:21.205 30768 30768 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-03 23:17:21.281 30768 30768 W com.mbwhatsapp: type=1400 audit(0.0:757774): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 23:17:21.284 30768 30768 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) 03-03 23:17:21.293 30768 30768 W com.mbwhatsapp: type=1400 audit(0.0:757775): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 23:17:21.309 30768 30768 W com.mbwhatsapp: type=1400 audit(0.0:757776): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 23:17:21.393 30768 30768 W com.mbwhatsapp: type=1400 audit(0.0:757777): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 23:17:21.409 30768 30768 W com.mbwhatsapp: type=1400 audit(0.0:757778): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-03 23:17:21.486 30768 30768 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 630ms 03-03 23:17:21.490 30768 30817 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-03 23:17:21.490 30768 30817 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-03 23:17:21.490 30768 30817 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 00:11:27.565 1106 1106 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 00:11:27.750 1106 1106 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 00:11:27.751 1106 1106 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 00:11:27.751 1106 1106 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 00:11:27.751 1106 1106 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 00:11:27.751 1106 1106 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 00:11:27.751 1106 1106 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 00:11:27.751 1106 1106 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 00:11:27.751 1106 1106 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 00:11:27.751 1106 1106 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 00:11:27.751 1106 1106 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 00:11:27.751 1106 1106 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 00:11:27.751 1106 1106 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 00:11:27.751 1106 1106 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 00:11:27.751 1106 1106 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 00:11:27.751 1106 1106 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 00:11:27.751 1106 1106 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 00:11:27.751 1106 1106 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 00:11:27.751 1106 1106 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 00:11:27.751 1106 1106 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 00:11:27.751 1106 1106 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 00:11:27.751 1106 1106 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 00:11:27.774 1106 1106 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 00:11:28.138 1106 1106 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 00:11:28.138 1106 1106 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 00:11:28.213 1106 1106 W com.mbwhatsapp: type=1400 audit(0.0:764176): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 00:11:28.220 1106 1106 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) 03-04 00:11:28.225 1106 1106 W com.mbwhatsapp: type=1400 audit(0.0:764177): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 00:11:28.233 1106 1106 W com.mbwhatsapp: type=1400 audit(0.0:764178): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 00:11:28.321 1106 1106 W com.mbwhatsapp: type=1400 audit(0.0:764179): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 00:11:28.333 1106 1106 W com.mbwhatsapp: type=1400 audit(0.0:764180): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 00:11:28.422 1106 1106 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 590ms 03-04 00:11:28.427 1106 1260 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 00:11:28.427 1106 1260 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 00:11:28.427 1106 1260 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 00:11:28.433 1106 1106 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 854ms --------- beginning of system 03-04 00:11:28.433 1106 1106 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 00:12:58.225 3858 3858 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 00:12:58.441 3858 3858 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 00:12:58.444 3858 3858 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 00:12:58.444 3858 3858 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 00:12:58.444 3858 3858 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 00:12:58.444 3858 3858 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 00:12:58.444 3858 3858 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 00:12:58.444 3858 3858 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 00:12:58.444 3858 3858 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 00:12:58.444 3858 3858 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 00:12:58.444 3858 3858 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 00:12:58.444 3858 3858 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 00:12:58.444 3858 3858 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 00:12:58.444 3858 3858 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 00:12:58.444 3858 3858 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 00:12:58.444 3858 3858 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 00:12:58.444 3858 3858 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 00:12:58.444 3858 3858 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 00:12:58.444 3858 3858 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 00:12:58.444 3858 3858 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 00:12:58.444 3858 3858 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 00:12:58.444 3858 3858 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 00:12:58.456 3858 3858 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 00:12:58.766 3858 3858 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 00:12:58.766 3858 3858 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 00:12:58.809 3858 3858 W com.mbwhatsapp: type=1400 audit(0.0:764243): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 00:12:58.814 3858 3858 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) 03-04 00:12:58.817 3858 3858 W com.mbwhatsapp: type=1400 audit(0.0:764244): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 00:12:58.829 3858 3858 W com.mbwhatsapp: type=1400 audit(0.0:764245): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 00:12:58.881 3858 3858 W com.mbwhatsapp: type=1400 audit(0.0:764246): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 00:12:58.897 3858 3858 W com.mbwhatsapp: type=1400 audit(0.0:764247): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 00:12:58.959 3858 3858 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 460ms 03-04 00:12:58.965 3858 4003 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 00:12:58.965 3858 4003 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 00:12:58.965 3858 4003 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 00:12:58.965 3858 3858 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 723ms --------- beginning of system 03-04 00:12:58.965 3858 3858 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 00:31:31.576 7983 7983 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 00:31:31.772 7983 7983 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 00:31:31.779 7983 7983 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 00:31:31.779 7983 7983 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 00:31:31.779 7983 7983 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 00:31:31.779 7983 7983 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 00:31:31.779 7983 7983 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 00:31:31.779 7983 7983 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 00:31:31.779 7983 7983 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 00:31:31.779 7983 7983 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 00:31:31.779 7983 7983 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 00:31:31.779 7983 7983 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 00:31:31.779 7983 7983 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 00:31:31.779 7983 7983 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 00:31:31.779 7983 7983 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 00:31:31.779 7983 7983 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 00:31:31.779 7983 7983 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 00:31:31.779 7983 7983 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 00:31:31.779 7983 7983 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 00:31:31.779 7983 7983 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 00:31:31.780 7983 7983 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 00:31:31.780 7983 7983 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 00:31:31.802 7983 7983 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 00:31:32.065 7983 7983 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 00:31:32.065 7983 7983 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 00:31:32.110 7983 7983 W com.mbwhatsapp: type=1400 audit(0.0:765838): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 00:31:32.114 7983 7983 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) 03-04 00:31:32.118 7983 7983 W com.mbwhatsapp: type=1400 audit(0.0:765839): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 00:31:32.130 7983 7983 W com.mbwhatsapp: type=1400 audit(0.0:765840): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 00:31:32.186 7983 7983 W com.mbwhatsapp: type=1400 audit(0.0:765841): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 00:31:32.194 7983 7983 W com.mbwhatsapp: type=1400 audit(0.0:765842): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 00:31:32.266 7983 7983 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 423ms 03-04 00:31:32.272 7983 7983 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 678ms --------- beginning of system 03-04 00:31:32.272 7983 7983 W ActivityThread: Main thread can not be idle for a long time. 03-04 00:31:32.281 7983 8029 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 00:31:32.281 7983 8029 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 00:31:32.281 7983 8029 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 01:01:10.172 15886 15886 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 01:01:10.721 15886 15886 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 01:01:10.723 15886 15886 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 01:01:10.723 15886 15886 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 01:01:10.723 15886 15886 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 01:01:10.723 15886 15886 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 01:01:10.723 15886 15886 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 01:01:10.723 15886 15886 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 01:01:10.723 15886 15886 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 01:01:10.723 15886 15886 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 01:01:10.723 15886 15886 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 01:01:10.723 15886 15886 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 01:01:10.723 15886 15886 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 01:01:10.723 15886 15886 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 01:01:10.723 15886 15886 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 01:01:10.723 15886 15886 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 01:01:10.723 15886 15886 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 01:01:10.723 15886 15886 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 01:01:10.724 15886 15886 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 01:01:10.724 15886 15886 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 01:01:10.724 15886 15886 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 01:01:10.724 15886 15886 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 01:01:10.776 15886 15886 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 01:01:11.638 15886 15886 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 01:01:11.639 15886 15886 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 01:01:12.017 15886 15886 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) 03-04 01:01:12.013 15886 15886 W com.mbwhatsapp: type=1400 audit(0.0:775796): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 01:01:12.109 15886 15886 W com.mbwhatsapp: type=1400 audit(0.0:775797): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 01:01:12.169 15886 15886 W com.mbwhatsapp: type=1400 audit(0.0:775798): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 01:01:12.373 15886 15886 W com.mbwhatsapp: type=1400 audit(0.0:775799): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 01:01:12.393 15886 15886 W com.mbwhatsapp: type=1400 audit(0.0:775800): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 01:01:12.496 15886 15886 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1616ms 03-04 01:01:12.511 15886 16021 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 01:01:12.511 15886 16021 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 01:01:12.511 15886 16021 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 01:01:12.572 15886 15886 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 2365ms --------- beginning of system 03-04 01:01:12.572 15886 15886 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 01:22:50.653 22900 22900 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 01:22:51.374 22900 22900 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 01:22:51.384 22900 22900 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 01:22:51.385 22900 22900 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 01:22:51.385 22900 22900 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 01:22:51.385 22900 22900 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 01:22:51.385 22900 22900 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 01:22:51.385 22900 22900 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 01:22:51.385 22900 22900 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 01:22:51.385 22900 22900 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 01:22:51.385 22900 22900 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 01:22:51.385 22900 22900 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 01:22:51.385 22900 22900 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 01:22:51.385 22900 22900 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 01:22:51.385 22900 22900 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 01:22:51.385 22900 22900 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 01:22:51.385 22900 22900 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 01:22:51.385 22900 22900 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 01:22:51.385 22900 22900 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 01:22:51.385 22900 22900 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 01:22:51.385 22900 22900 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 01:22:51.385 22900 22900 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 01:22:51.486 22900 22900 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 363ms 03-04 01:22:51.505 22900 22900 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 01:22:51.788 22900 22900 W CheckTime: App running slow: Executing handleBindApplication : installContentProviders took 302ms 03-04 01:22:52.477 22900 22900 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 01:22:52.478 22900 22900 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 01:22:52.575 22900 22900 W com.mbwhatsapp: type=1400 audit(0.0:780739): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 01:22:52.578 22900 22900 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) 03-04 01:22:52.591 22900 22900 W com.mbwhatsapp: type=1400 audit(0.0:780740): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 01:22:52.603 22900 22900 W com.mbwhatsapp: type=1400 audit(0.0:780741): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 01:22:52.865 22900 22900 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1077ms 03-04 01:22:52.885 22900 22900 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 2216ms --------- beginning of system 03-04 01:22:52.886 22900 22900 W ActivityThread: Main thread can not be idle for a long time. 03-04 01:22:52.891 22900 23206 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 01:22:52.891 22900 23206 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 01:22:52.891 22900 23206 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 01:23:22.392 24038 24038 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 01:23:22.632 24038 24038 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 01:23:22.634 24038 24038 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 01:23:22.634 24038 24038 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 01:23:22.634 24038 24038 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 01:23:22.634 24038 24038 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 01:23:22.634 24038 24038 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 01:23:22.634 24038 24038 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 01:23:22.634 24038 24038 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 01:23:22.634 24038 24038 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 01:23:22.634 24038 24038 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 01:23:22.634 24038 24038 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 01:23:22.634 24038 24038 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 01:23:22.634 24038 24038 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 01:23:22.634 24038 24038 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 01:23:22.634 24038 24038 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 01:23:22.634 24038 24038 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 01:23:22.634 24038 24038 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 01:23:22.634 24038 24038 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 01:23:22.634 24038 24038 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 01:23:22.634 24038 24038 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 01:23:22.634 24038 24038 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 01:23:22.676 24038 24038 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 01:23:22.975 24038 24038 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 01:23:22.975 24038 24038 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 01:23:23.059 24038 24038 W com.mbwhatsapp: type=1400 audit(0.0:781262): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 01:23:23.063 24038 24038 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) 03-04 01:23:23.071 24038 24038 W com.mbwhatsapp: type=1400 audit(0.0:781263): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 01:23:23.083 24038 24038 W com.mbwhatsapp: type=1400 audit(0.0:781264): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 01:23:23.155 24038 24038 W com.mbwhatsapp: type=1400 audit(0.0:781265): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 01:23:23.163 24038 24038 W com.mbwhatsapp: type=1400 audit(0.0:781266): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 01:23:23.270 24038 24038 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 529ms 03-04 01:23:23.277 24038 24038 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 868ms --------- beginning of system 03-04 01:23:23.277 24038 24038 W ActivityThread: Main thread can not be idle for a long time. 03-04 01:23:23.296 24038 24094 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 01:23:23.296 24038 24094 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 01:23:23.296 24038 24094 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 01:35:22.832 25047 25047 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 01:35:23.067 25047 25047 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 01:35:23.069 25047 25047 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 01:35:23.069 25047 25047 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 01:35:23.069 25047 25047 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 01:35:23.069 25047 25047 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 01:35:23.069 25047 25047 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 01:35:23.069 25047 25047 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 01:35:23.069 25047 25047 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 01:35:23.070 25047 25047 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 01:35:23.070 25047 25047 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 01:35:23.070 25047 25047 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 01:35:23.070 25047 25047 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 01:35:23.070 25047 25047 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 01:35:23.070 25047 25047 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 01:35:23.070 25047 25047 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 01:35:23.070 25047 25047 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 01:35:23.070 25047 25047 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 01:35:23.070 25047 25047 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 01:35:23.070 25047 25047 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 01:35:23.070 25047 25047 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 01:35:23.070 25047 25047 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 01:35:23.086 25047 25047 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 01:35:23.368 25047 25047 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 01:35:23.368 25047 25047 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 01:35:23.412 25047 25047 W com.mbwhatsapp: type=1400 audit(0.0:786461): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 01:35:23.418 25047 25047 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) 03-04 01:35:23.432 25047 25047 W com.mbwhatsapp: type=1400 audit(0.0:786462): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 01:35:23.444 25047 25047 W com.mbwhatsapp: type=1400 audit(0.0:786463): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 01:35:23.524 25047 25047 W com.mbwhatsapp: type=1400 audit(0.0:786464): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 01:35:23.536 25047 25047 W com.mbwhatsapp: type=1400 audit(0.0:786465): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 01:35:23.607 25047 25047 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 477ms 03-04 01:35:23.613 25047 25047 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 767ms --------- beginning of system 03-04 01:35:23.613 25047 25047 W ActivityThread: Main thread can not be idle for a long time. 03-04 01:35:23.616 25047 25094 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 01:35:23.616 25047 25094 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 01:35:23.616 25047 25094 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 01:36:07.489 25960 25960 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 01:36:07.554 25960 25960 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 01:36:07.555 25960 25960 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 01:36:07.555 25960 25960 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 01:36:07.555 25960 25960 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 01:36:07.555 25960 25960 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 01:36:07.555 25960 25960 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 01:36:07.555 25960 25960 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 01:36:07.555 25960 25960 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 01:36:07.555 25960 25960 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 01:36:07.555 25960 25960 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 01:36:07.555 25960 25960 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 01:36:07.555 25960 25960 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 01:36:07.555 25960 25960 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 01:36:07.555 25960 25960 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 01:36:07.555 25960 25960 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 01:36:07.555 25960 25960 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 01:36:07.555 25960 25960 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 01:36:07.555 25960 25960 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 01:36:07.555 25960 25960 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 01:36:07.555 25960 25960 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 01:36:07.555 25960 25960 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 01:36:07.559 25960 25960 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 01:36:07.684 25960 25960 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 01:36:07.684 25960 25960 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 01:36:07.694 25960 25960 W com.mbwhatsapp: type=1400 audit(0.0:787608): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 01:36:07.698 25960 25960 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) 03-04 01:36:07.702 25960 25960 W com.mbwhatsapp: type=1400 audit(0.0:787609): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 01:36:07.710 25960 25960 W com.mbwhatsapp: type=1400 audit(0.0:787610): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 01:36:07.722 25960 25960 W com.mbwhatsapp: type=1400 audit(0.0:787611): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 01:36:07.726 25960 25960 W com.mbwhatsapp: type=1400 audit(0.0:787612): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 01:36:07.767 25960 26015 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 01:36:07.767 25960 26015 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 01:36:07.767 25960 26015 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 01:37:22.402 26552 26552 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 01:37:22.628 26552 26552 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 01:37:22.629 26552 26552 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 01:37:22.629 26552 26552 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 01:37:22.629 26552 26552 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 01:37:22.629 26552 26552 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 01:37:22.629 26552 26552 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 01:37:22.629 26552 26552 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 01:37:22.629 26552 26552 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 01:37:22.629 26552 26552 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 01:37:22.629 26552 26552 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 01:37:22.629 26552 26552 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 01:37:22.630 26552 26552 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 01:37:22.630 26552 26552 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 01:37:22.630 26552 26552 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 01:37:22.630 26552 26552 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 01:37:22.630 26552 26552 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 01:37:22.630 26552 26552 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 01:37:22.630 26552 26552 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 01:37:22.630 26552 26552 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 01:37:22.630 26552 26552 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 01:37:22.630 26552 26552 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 01:37:22.657 26552 26552 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 01:37:23.109 26552 26552 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 01:37:23.109 26552 26552 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 01:37:23.154 26552 26552 W com.mbwhatsapp: type=1400 audit(0.0:787737): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 01:37:23.158 26552 26552 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) 03-04 01:37:23.162 26552 26552 W com.mbwhatsapp: type=1400 audit(0.0:787738): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 01:37:23.178 26552 26552 W com.mbwhatsapp: type=1400 audit(0.0:787739): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 01:37:23.234 26552 26552 W com.mbwhatsapp: type=1400 audit(0.0:787740): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 01:37:23.266 26552 26552 W com.mbwhatsapp: type=1400 audit(0.0:787741): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 01:37:23.266 26552 26552 W com.mbwhatsapp: type=1400 audit(0.0:787743): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 01:37:23.345 26552 26552 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 642ms 03-04 01:37:23.351 26552 26552 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 933ms --------- beginning of system 03-04 01:37:23.351 26552 26552 W ActivityThread: Main thread can not be idle for a long time. 03-04 01:37:23.358 26552 26600 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 01:37:23.358 26552 26600 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 01:37:23.358 26552 26600 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 02:01:10.185 1533 1533 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 02:01:10.518 1533 1533 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 02:01:10.520 1533 1533 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 02:01:10.520 1533 1533 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 02:01:10.520 1533 1533 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 02:01:10.520 1533 1533 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 02:01:10.520 1533 1533 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 02:01:10.520 1533 1533 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 02:01:10.520 1533 1533 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 02:01:10.520 1533 1533 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 02:01:10.520 1533 1533 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 02:01:10.520 1533 1533 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 02:01:10.520 1533 1533 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 02:01:10.521 1533 1533 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 02:01:10.521 1533 1533 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 02:01:10.521 1533 1533 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 02:01:10.521 1533 1533 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 02:01:10.521 1533 1533 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 02:01:10.521 1533 1533 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 02:01:10.521 1533 1533 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 02:01:10.521 1533 1533 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 02:01:10.521 1533 1533 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 02:01:10.572 1533 1533 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 02:01:11.106 1533 1533 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 02:01:11.106 1533 1533 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 02:01:11.166 1533 1533 W com.mbwhatsapp: type=1400 audit(0.0:790242): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:01:11.171 1533 1533 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) 03-04 02:01:11.178 1533 1533 W com.mbwhatsapp: type=1400 audit(0.0:790243): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:01:11.190 1533 1533 W com.mbwhatsapp: type=1400 audit(0.0:790244): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:01:11.262 1533 1533 W com.mbwhatsapp: type=1400 audit(0.0:790245): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:01:11.282 1533 1533 W com.mbwhatsapp: type=1400 audit(0.0:790246): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:01:11.394 1533 1533 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 754ms 03-04 02:01:11.396 1533 1623 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 02:01:11.396 1533 1623 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 02:01:11.396 1533 1623 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 02:01:11.402 1533 1533 W CheckTime: App running slow: Executing com.mbwhatsapp.AlarmBroadcastReceiver scheduleReceive took 1203ms --------- beginning of system 03-04 02:01:11.402 1533 1533 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 02:22:48.629 9316 9316 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 02:22:49.023 9316 9316 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 02:22:49.027 9316 9316 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 02:22:49.027 9316 9316 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 02:22:49.027 9316 9316 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 02:22:49.027 9316 9316 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 02:22:49.027 9316 9316 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 02:22:49.027 9316 9316 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 02:22:49.027 9316 9316 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 02:22:49.027 9316 9316 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 02:22:49.027 9316 9316 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 02:22:49.027 9316 9316 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 02:22:49.027 9316 9316 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 02:22:49.027 9316 9316 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 02:22:49.027 9316 9316 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 02:22:49.027 9316 9316 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 02:22:49.027 9316 9316 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 02:22:49.027 9316 9316 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 02:22:49.028 9316 9316 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 02:22:49.028 9316 9316 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 02:22:49.028 9316 9316 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 02:22:49.028 9316 9316 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 02:22:49.074 9316 9316 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 02:22:49.543 9316 9316 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 02:22:49.544 9316 9316 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 02:22:49.610 9316 9316 W com.mbwhatsapp: type=1400 audit(0.0:796565): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:22:49.616 9316 9316 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) 03-04 02:22:49.622 9316 9316 W com.mbwhatsapp: type=1400 audit(0.0:796566): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:22:49.642 9316 9316 W com.mbwhatsapp: type=1400 audit(0.0:796567): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:22:49.738 9316 9316 W com.mbwhatsapp: type=1400 audit(0.0:796568): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:22:49.758 9316 9316 W com.mbwhatsapp: type=1400 audit(0.0:796569): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:22:49.758 9316 9316 W com.mbwhatsapp: type=1400 audit(0.0:796570): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:22:49.758 9316 9316 W com.mbwhatsapp: type=1400 audit(0.0:796571): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:22:49.876 9316 9316 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 715ms 03-04 02:22:49.881 9316 9365 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 02:22:49.881 9316 9365 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 02:22:49.881 9316 9365 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 02:22:49.983 9316 9316 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.FMBackupReceiver scheduleReceive took 1335ms --------- beginning of system 03-04 02:22:49.983 9316 9316 W ActivityThread: Main thread can not be idle for a long time. 03-04 02:22:50.746 9316 9331 W System : A resource failed to call close. --------- beginning of main 03-04 02:34:49.082 12031 12031 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 02:34:49.400 12031 12031 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 02:34:49.401 12031 12031 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 02:34:49.401 12031 12031 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 02:34:49.401 12031 12031 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 02:34:49.401 12031 12031 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 02:34:49.402 12031 12031 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 02:34:49.402 12031 12031 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 02:34:49.402 12031 12031 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 02:34:49.402 12031 12031 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 02:34:49.402 12031 12031 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 02:34:49.402 12031 12031 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 02:34:49.402 12031 12031 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 02:34:49.402 12031 12031 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 02:34:49.402 12031 12031 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 02:34:49.402 12031 12031 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 02:34:49.402 12031 12031 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 02:34:49.402 12031 12031 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 02:34:49.402 12031 12031 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 02:34:49.402 12031 12031 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 02:34:49.402 12031 12031 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 02:34:49.402 12031 12031 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 02:34:49.449 12031 12031 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 02:34:49.889 12031 12031 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 02:34:49.889 12031 12031 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 02:34:49.970 12031 12031 W com.mbwhatsapp: type=1400 audit(0.0:799184): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:34:49.975 12031 12031 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) 03-04 02:34:49.982 12031 12031 W com.mbwhatsapp: type=1400 audit(0.0:799185): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:34:49.998 12031 12031 W com.mbwhatsapp: type=1400 audit(0.0:799186): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:34:50.070 12031 12031 W com.mbwhatsapp: type=1400 audit(0.0:799187): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:34:50.082 12031 12031 W com.mbwhatsapp: type=1400 audit(0.0:799188): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:34:50.209 12031 12031 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 677ms 03-04 02:34:50.212 12031 12082 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 02:34:50.212 12031 12082 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 02:34:50.212 12031 12082 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 02:34:50.216 12031 12031 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1116ms --------- beginning of system 03-04 02:34:50.216 12031 12031 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 02:36:01.650 12663 12663 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 02:36:01.917 12663 12663 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 02:36:01.921 12663 12663 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 02:36:01.921 12663 12663 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 02:36:01.921 12663 12663 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 02:36:01.921 12663 12663 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 02:36:01.921 12663 12663 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 02:36:01.921 12663 12663 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 02:36:01.921 12663 12663 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 02:36:01.921 12663 12663 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 02:36:01.921 12663 12663 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 02:36:01.921 12663 12663 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 02:36:01.921 12663 12663 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 02:36:01.921 12663 12663 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 02:36:01.921 12663 12663 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 02:36:01.921 12663 12663 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 02:36:01.921 12663 12663 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 02:36:01.921 12663 12663 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 02:36:01.922 12663 12663 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 02:36:01.922 12663 12663 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 02:36:01.922 12663 12663 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 02:36:01.922 12663 12663 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 02:36:01.966 12663 12663 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 02:36:02.346 12663 12663 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 02:36:02.347 12663 12663 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 02:36:02.411 12663 12663 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) 03-04 02:36:02.578 12663 12721 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 02:36:02.578 12663 12721 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 02:36:02.578 12663 12721 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 02:36:02.581 12663 12663 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 537ms 03-04 02:36:02.587 12663 12663 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 900ms --------- beginning of system 03-04 02:36:02.587 12663 12663 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 02:38:39.753 13648 13648 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 02:38:40.117 13648 13648 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 02:38:40.123 13648 13648 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 02:38:40.123 13648 13648 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 02:38:40.124 13648 13648 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 02:38:40.124 13648 13648 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 02:38:40.124 13648 13648 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 02:38:40.124 13648 13648 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 02:38:40.124 13648 13648 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 02:38:40.124 13648 13648 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 02:38:40.124 13648 13648 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 02:38:40.124 13648 13648 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 02:38:40.124 13648 13648 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 02:38:40.124 13648 13648 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 02:38:40.124 13648 13648 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 02:38:40.124 13648 13648 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 02:38:40.124 13648 13648 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 02:38:40.124 13648 13648 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 02:38:40.124 13648 13648 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 02:38:40.124 13648 13648 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 02:38:40.124 13648 13648 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 02:38:40.124 13648 13648 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 02:38:40.181 13648 13648 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 02:38:40.852 13648 13648 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 02:38:40.853 13648 13648 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 02:38:40.926 13648 13648 W com.mbwhatsapp: type=1400 audit(0.0:799723): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:38:40.932 13648 13648 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) 03-04 02:38:40.942 13648 13648 W com.mbwhatsapp: type=1400 audit(0.0:799724): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:38:40.970 13648 13648 W com.mbwhatsapp: type=1400 audit(0.0:799725): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:38:41.074 13648 13648 W com.mbwhatsapp: type=1400 audit(0.0:799726): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:38:41.094 13648 13648 W com.mbwhatsapp: type=1400 audit(0.0:799727): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:38:41.094 13648 13648 W com.mbwhatsapp: type=1400 audit(0.0:799728): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:38:41.211 13648 13648 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 919ms 03-04 02:38:41.216 13648 13716 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 02:38:41.216 13648 13716 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 02:38:41.216 13648 13716 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 02:38:41.223 13648 13648 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1456ms --------- beginning of system 03-04 02:38:41.223 13648 13648 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 02:39:02.388 14949 14949 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 02:39:02.498 14949 14949 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 02:39:02.501 14949 14949 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 02:39:02.501 14949 14949 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 02:39:02.501 14949 14949 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 02:39:02.501 14949 14949 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 02:39:02.501 14949 14949 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 02:39:02.501 14949 14949 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 02:39:02.501 14949 14949 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 02:39:02.501 14949 14949 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 02:39:02.501 14949 14949 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 02:39:02.501 14949 14949 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 02:39:02.501 14949 14949 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 02:39:02.501 14949 14949 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 02:39:02.501 14949 14949 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 02:39:02.501 14949 14949 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 02:39:02.501 14949 14949 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 02:39:02.501 14949 14949 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 02:39:02.501 14949 14949 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 02:39:02.501 14949 14949 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 02:39:02.501 14949 14949 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 02:39:02.501 14949 14949 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 02:39:02.529 14949 14949 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 02:39:02.883 14949 14949 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 02:39:02.884 14949 14949 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 02:39:02.930 14949 14949 W com.mbwhatsapp: type=1400 audit(0.0:799895): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:39:02.935 14949 14949 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) 03-04 02:39:02.938 14949 14949 W com.mbwhatsapp: type=1400 audit(0.0:799896): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:39:02.950 14949 14949 W com.mbwhatsapp: type=1400 audit(0.0:799897): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:39:02.998 14949 14949 W com.mbwhatsapp: type=1400 audit(0.0:799898): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:39:03.006 14949 14949 W com.mbwhatsapp: type=1400 audit(0.0:799899): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:39:03.076 14949 14949 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 492ms 03-04 02:39:03.077 14949 14996 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 02:39:03.077 14949 14996 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 02:39:03.077 14949 14996 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 02:40:02.883 16168 16168 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 02:40:02.987 16168 16168 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 02:40:02.988 16168 16168 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 02:40:02.988 16168 16168 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 02:40:02.989 16168 16168 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 02:40:02.989 16168 16168 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 02:40:02.989 16168 16168 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 02:40:02.989 16168 16168 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 02:40:02.989 16168 16168 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 02:40:02.989 16168 16168 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 02:40:02.989 16168 16168 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 02:40:02.989 16168 16168 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 02:40:02.989 16168 16168 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 02:40:02.989 16168 16168 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 02:40:02.989 16168 16168 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 02:40:02.989 16168 16168 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 02:40:02.989 16168 16168 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 02:40:02.989 16168 16168 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 02:40:02.989 16168 16168 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 02:40:02.989 16168 16168 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 02:40:02.989 16168 16168 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 02:40:02.989 16168 16168 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 02:40:02.998 16168 16168 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 02:40:03.255 16168 16168 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 02:40:03.255 16168 16168 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 02:40:03.286 16168 16168 W com.mbwhatsapp: type=1400 audit(0.0:799997): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:40:03.286 16168 16168 W com.mbwhatsapp: type=1400 audit(0.0:799998): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:40:03.289 16168 16168 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) 03-04 02:40:03.298 16168 16168 W com.mbwhatsapp: type=1400 audit(0.0:799999): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:40:03.322 16168 16168 W com.mbwhatsapp: type=1400 audit(0.0:800000): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:40:03.326 16168 16168 W com.mbwhatsapp: type=1400 audit(0.0:800001): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:40:03.326 16168 16168 W com.mbwhatsapp: type=1400 audit(0.0:800002): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:40:03.383 16168 16168 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 326ms 03-04 02:40:03.392 16168 16274 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 02:40:03.392 16168 16274 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 02:40:03.392 16168 16274 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 02:41:22.547 16933 16933 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 02:41:22.776 16933 16933 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 02:41:22.779 16933 16933 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 02:41:22.779 16933 16933 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 02:41:22.779 16933 16933 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 02:41:22.779 16933 16933 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 02:41:22.779 16933 16933 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 02:41:22.779 16933 16933 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 02:41:22.779 16933 16933 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 02:41:22.779 16933 16933 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 02:41:22.779 16933 16933 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 02:41:22.779 16933 16933 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 02:41:22.780 16933 16933 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 02:41:22.780 16933 16933 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 02:41:22.780 16933 16933 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 02:41:22.780 16933 16933 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 02:41:22.780 16933 16933 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 02:41:22.780 16933 16933 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 02:41:22.780 16933 16933 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 02:41:22.780 16933 16933 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 02:41:22.780 16933 16933 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 02:41:22.780 16933 16933 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 02:41:22.793 16933 16933 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 02:41:23.209 16933 16933 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 02:41:23.209 16933 16933 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 02:41:23.246 16933 16933 W com.mbwhatsapp: type=1400 audit(0.0:800264): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:41:23.251 16933 16933 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) 03-04 02:41:23.258 16933 16933 W com.mbwhatsapp: type=1400 audit(0.0:800265): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:41:23.266 16933 16933 W com.mbwhatsapp: type=1400 audit(0.0:800266): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:41:23.342 16933 16933 W com.mbwhatsapp: type=1400 audit(0.0:800267): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:41:23.354 16933 16933 W com.mbwhatsapp: type=1400 audit(0.0:800268): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:41:23.354 16933 16933 W com.mbwhatsapp: type=1400 audit(0.0:800269): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:41:23.354 16933 16933 W com.mbwhatsapp: type=1400 audit(0.0:800270): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:41:23.434 16933 16933 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 591ms 03-04 02:41:23.440 16933 16933 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 873ms --------- beginning of system 03-04 02:41:23.440 16933 16933 W ActivityThread: Main thread can not be idle for a long time. 03-04 02:41:23.440 16933 17016 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 02:41:23.440 16933 17016 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 02:41:23.440 16933 17016 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 02:42:37.484 17546 17546 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 02:42:37.777 17546 17546 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 02:42:37.780 17546 17546 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 02:42:37.780 17546 17546 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 02:42:37.780 17546 17546 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 02:42:37.780 17546 17546 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 02:42:37.780 17546 17546 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 02:42:37.780 17546 17546 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 02:42:37.780 17546 17546 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 02:42:37.780 17546 17546 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 02:42:37.780 17546 17546 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 02:42:37.780 17546 17546 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 02:42:37.780 17546 17546 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 02:42:37.780 17546 17546 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 02:42:37.780 17546 17546 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 02:42:37.780 17546 17546 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 02:42:37.780 17546 17546 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 02:42:37.780 17546 17546 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 02:42:37.780 17546 17546 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 02:42:37.780 17546 17546 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 02:42:37.780 17546 17546 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 02:42:37.780 17546 17546 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 02:42:37.809 17546 17546 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 02:42:38.248 17546 17546 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 02:42:38.248 17546 17546 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 02:42:38.382 17546 17546 W com.mbwhatsapp: type=1400 audit(0.0:800408): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:42:38.387 17546 17546 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) 03-04 02:42:38.402 17546 17546 W com.mbwhatsapp: type=1400 audit(0.0:800409): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:42:38.410 17546 17546 W com.mbwhatsapp: type=1400 audit(0.0:800410): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:42:38.482 17546 17546 W com.mbwhatsapp: type=1400 audit(0.0:800411): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:42:38.502 17546 17546 W com.mbwhatsapp: type=1400 audit(0.0:800412): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:42:38.635 17546 17546 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 755ms 03-04 02:42:38.640 17546 17546 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1137ms --------- beginning of system 03-04 02:42:38.641 17546 17546 W ActivityThread: Main thread can not be idle for a long time. 03-04 02:42:38.676 17546 17693 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 02:42:38.676 17546 17693 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 02:42:38.676 17546 17693 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 02:43:37.582 18139 18139 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 02:43:37.817 18139 18139 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 02:43:37.820 18139 18139 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 02:43:37.820 18139 18139 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 02:43:37.820 18139 18139 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 02:43:37.820 18139 18139 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 02:43:37.820 18139 18139 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 02:43:37.820 18139 18139 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 02:43:37.820 18139 18139 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 02:43:37.820 18139 18139 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 02:43:37.820 18139 18139 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 02:43:37.820 18139 18139 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 02:43:37.820 18139 18139 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 02:43:37.820 18139 18139 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 02:43:37.820 18139 18139 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 02:43:37.820 18139 18139 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 02:43:37.820 18139 18139 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 02:43:37.820 18139 18139 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 02:43:37.820 18139 18139 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 02:43:37.820 18139 18139 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 02:43:37.820 18139 18139 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 02:43:37.820 18139 18139 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 02:43:37.834 18139 18139 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 02:43:38.166 18139 18139 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 02:43:38.166 18139 18139 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 02:43:38.210 18139 18139 W com.mbwhatsapp: type=1400 audit(0.0:800476): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:43:38.216 18139 18139 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) 03-04 02:43:38.230 18139 18139 W com.mbwhatsapp: type=1400 audit(0.0:800477): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:43:38.254 18139 18139 W com.mbwhatsapp: type=1400 audit(0.0:800478): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:43:38.334 18139 18139 W com.mbwhatsapp: type=1400 audit(0.0:800479): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:43:38.346 18139 18139 W com.mbwhatsapp: type=1400 audit(0.0:800480): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:43:38.434 18139 18139 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 547ms 03-04 02:43:38.451 18139 18139 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 847ms --------- beginning of system 03-04 02:43:38.451 18139 18139 W ActivityThread: Main thread can not be idle for a long time. 03-04 02:43:38.462 18139 18255 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 02:43:38.462 18139 18255 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 02:43:38.462 18139 18255 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 02:49:22.416 19140 19140 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 02:49:22.582 19140 19140 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 02:49:22.583 19140 19140 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 02:49:22.583 19140 19140 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 02:49:22.583 19140 19140 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 02:49:22.583 19140 19140 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 02:49:22.584 19140 19140 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 02:49:22.584 19140 19140 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 02:49:22.584 19140 19140 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 02:49:22.584 19140 19140 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 02:49:22.584 19140 19140 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 02:49:22.584 19140 19140 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 02:49:22.584 19140 19140 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 02:49:22.584 19140 19140 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 02:49:22.584 19140 19140 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 02:49:22.584 19140 19140 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 02:49:22.584 19140 19140 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 02:49:22.584 19140 19140 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 02:49:22.584 19140 19140 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 02:49:22.584 19140 19140 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 02:49:22.584 19140 19140 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 02:49:22.584 19140 19140 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 02:49:22.617 19140 19140 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 02:49:22.964 19140 19140 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 02:49:22.965 19140 19140 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 02:49:23.042 19140 19140 W com.mbwhatsapp: type=1400 audit(0.0:801344): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:49:23.047 19140 19140 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) 03-04 02:49:23.054 19140 19140 W com.mbwhatsapp: type=1400 audit(0.0:801345): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:49:23.070 19140 19140 W com.mbwhatsapp: type=1400 audit(0.0:801346): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:49:23.126 19140 19140 W com.mbwhatsapp: type=1400 audit(0.0:801347): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:49:23.142 19140 19140 W com.mbwhatsapp: type=1400 audit(0.0:801348): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:49:23.236 19140 19140 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 561ms 03-04 02:49:23.241 19140 19188 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 02:49:23.241 19140 19188 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 02:49:23.241 19140 19188 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 02:49:23.241 19140 19140 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 808ms --------- beginning of system 03-04 02:49:23.241 19140 19140 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 02:50:25.515 19541 19541 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 02:50:25.654 19541 19541 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 02:50:25.657 19541 19541 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 02:50:25.657 19541 19541 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 02:50:25.657 19541 19541 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 02:50:25.657 19541 19541 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 02:50:25.657 19541 19541 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 02:50:25.657 19541 19541 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 02:50:25.657 19541 19541 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 02:50:25.657 19541 19541 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 02:50:25.657 19541 19541 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 02:50:25.657 19541 19541 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 02:50:25.657 19541 19541 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 02:50:25.657 19541 19541 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 02:50:25.657 19541 19541 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 02:50:25.657 19541 19541 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 02:50:25.657 19541 19541 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 02:50:25.657 19541 19541 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 02:50:25.657 19541 19541 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 02:50:25.658 19541 19541 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 02:50:25.658 19541 19541 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 02:50:25.658 19541 19541 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 02:50:25.674 19541 19541 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 02:50:26.016 19541 19541 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 02:50:26.016 19541 19541 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 02:50:26.054 19541 19541 W com.mbwhatsapp: type=1400 audit(0.0:801505): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:50:26.057 19541 19541 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) 03-04 02:50:26.062 19541 19541 W com.mbwhatsapp: type=1400 audit(0.0:801506): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:50:26.074 19541 19541 W com.mbwhatsapp: type=1400 audit(0.0:801507): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:50:26.142 19541 19541 W com.mbwhatsapp: type=1400 audit(0.0:801508): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:50:26.150 19541 19541 W com.mbwhatsapp: type=1400 audit(0.0:801509): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:50:26.224 19541 19541 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 484ms 03-04 02:50:26.230 19541 19541 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 693ms --------- beginning of system 03-04 02:50:26.230 19541 19541 W ActivityThread: Main thread can not be idle for a long time. 03-04 02:50:26.233 19541 19589 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 02:50:26.233 19541 19589 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 02:50:26.233 19541 19589 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 02:51:22.404 19871 19871 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 02:51:22.638 19871 19871 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 02:51:22.646 19871 19871 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 02:51:22.646 19871 19871 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 02:51:22.646 19871 19871 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 02:51:22.646 19871 19871 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 02:51:22.646 19871 19871 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 02:51:22.646 19871 19871 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 02:51:22.646 19871 19871 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 02:51:22.646 19871 19871 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 02:51:22.646 19871 19871 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 02:51:22.646 19871 19871 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 02:51:22.647 19871 19871 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 02:51:22.647 19871 19871 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 02:51:22.647 19871 19871 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 02:51:22.647 19871 19871 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 02:51:22.647 19871 19871 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 02:51:22.647 19871 19871 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 02:51:22.647 19871 19871 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 02:51:22.647 19871 19871 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 02:51:22.647 19871 19871 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 02:51:22.647 19871 19871 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 02:51:22.684 19871 19871 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 02:51:23.042 19871 19871 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 02:51:23.042 19871 19871 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 02:51:23.086 19871 19871 W com.mbwhatsapp: type=1400 audit(0.0:801699): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:51:23.092 19871 19871 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) 03-04 02:51:23.110 19871 19871 W com.mbwhatsapp: type=1400 audit(0.0:801700): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:51:23.130 19871 19871 W com.mbwhatsapp: type=1400 audit(0.0:801701): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:51:23.202 19871 19871 W com.mbwhatsapp: type=1400 audit(0.0:801702): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:51:23.226 19871 19871 W com.mbwhatsapp: type=1400 audit(0.0:801703): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:51:23.337 19871 19925 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 02:51:23.337 19871 19925 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 02:51:23.337 19871 19925 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 02:51:23.339 19871 19871 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 588ms 03-04 02:51:23.346 19871 19871 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 919ms --------- beginning of system 03-04 02:51:23.347 19871 19871 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 02:52:22.399 20481 20481 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 02:52:22.598 20481 20481 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 02:52:22.606 20481 20481 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 02:52:22.606 20481 20481 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 02:52:22.606 20481 20481 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 02:52:22.606 20481 20481 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 02:52:22.606 20481 20481 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 02:52:22.606 20481 20481 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 02:52:22.606 20481 20481 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 02:52:22.606 20481 20481 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 02:52:22.606 20481 20481 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 02:52:22.607 20481 20481 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 02:52:22.607 20481 20481 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 02:52:22.607 20481 20481 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 02:52:22.607 20481 20481 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 02:52:22.607 20481 20481 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 02:52:22.607 20481 20481 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 02:52:22.607 20481 20481 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 02:52:22.607 20481 20481 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 02:52:22.607 20481 20481 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 02:52:22.607 20481 20481 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 02:52:22.607 20481 20481 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 02:52:22.628 20481 20481 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 02:52:23.069 20481 20481 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 02:52:23.069 20481 20481 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 02:52:23.114 20481 20481 W com.mbwhatsapp: type=1400 audit(0.0:801856): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:52:23.117 20481 20481 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) 03-04 02:52:23.134 20481 20481 W com.mbwhatsapp: type=1400 audit(0.0:801857): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:52:23.142 20481 20481 W com.mbwhatsapp: type=1400 audit(0.0:801858): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:52:23.202 20481 20481 W com.mbwhatsapp: type=1400 audit(0.0:801859): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:52:23.218 20481 20481 W com.mbwhatsapp: type=1400 audit(0.0:801860): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:52:23.308 20481 20481 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 609ms 03-04 02:52:23.311 20481 20530 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 02:52:23.311 20481 20530 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 02:52:23.311 20481 20530 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 02:52:23.317 20481 20481 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 895ms --------- beginning of system 03-04 02:52:23.317 20481 20481 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 02:53:22.400 20898 20898 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 02:53:22.621 20898 20898 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 02:53:22.623 20898 20898 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 02:53:22.623 20898 20898 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 02:53:22.624 20898 20898 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 02:53:22.624 20898 20898 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 02:53:22.624 20898 20898 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 02:53:22.624 20898 20898 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 02:53:22.624 20898 20898 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 02:53:22.624 20898 20898 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 02:53:22.624 20898 20898 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 02:53:22.624 20898 20898 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 02:53:22.624 20898 20898 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 02:53:22.624 20898 20898 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 02:53:22.624 20898 20898 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 02:53:22.624 20898 20898 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 02:53:22.624 20898 20898 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 02:53:22.624 20898 20898 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 02:53:22.624 20898 20898 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 02:53:22.624 20898 20898 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 02:53:22.624 20898 20898 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 02:53:22.624 20898 20898 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 02:53:22.645 20898 20898 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 02:53:23.085 20898 20898 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 02:53:23.085 20898 20898 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 02:53:23.134 20898 20898 W com.mbwhatsapp: type=1400 audit(0.0:801923): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:53:23.140 20898 20898 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) 03-04 02:53:23.154 20898 20898 W com.mbwhatsapp: type=1400 audit(0.0:801924): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:53:23.166 20898 20898 W com.mbwhatsapp: type=1400 audit(0.0:801925): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:53:23.230 20898 20898 W com.mbwhatsapp: type=1400 audit(0.0:801926): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:53:23.246 20898 20898 W com.mbwhatsapp: type=1400 audit(0.0:801927): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:53:23.324 20898 20898 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 614ms 03-04 02:53:23.333 20898 20945 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 02:53:23.333 20898 20945 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 02:53:23.333 20898 20945 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 02:53:23.341 20898 20898 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 919ms --------- beginning of system 03-04 02:53:23.341 20898 20898 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 02:54:27.863 21721 21721 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 02:54:28.114 21721 21721 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 02:54:28.119 21721 21721 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 02:54:28.119 21721 21721 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 02:54:28.120 21721 21721 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 02:54:28.120 21721 21721 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 02:54:28.120 21721 21721 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 02:54:28.120 21721 21721 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 02:54:28.120 21721 21721 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 02:54:28.120 21721 21721 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 02:54:28.120 21721 21721 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 02:54:28.120 21721 21721 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 02:54:28.120 21721 21721 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 02:54:28.120 21721 21721 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 02:54:28.120 21721 21721 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 02:54:28.120 21721 21721 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 02:54:28.120 21721 21721 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 02:54:28.120 21721 21721 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 02:54:28.120 21721 21721 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 02:54:28.120 21721 21721 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 02:54:28.120 21721 21721 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 02:54:28.120 21721 21721 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 02:54:28.146 21721 21721 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 02:54:28.709 21721 21721 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 02:54:28.709 21721 21721 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 02:54:28.846 21721 21721 W com.mbwhatsapp: type=1400 audit(0.0:802209): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:54:28.849 21721 21721 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) 03-04 02:54:28.902 21721 21721 W com.mbwhatsapp: type=1400 audit(0.0:802210): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:54:28.922 21721 21721 W com.mbwhatsapp: type=1400 audit(0.0:802211): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:54:29.062 21721 21721 W com.mbwhatsapp: type=1400 audit(0.0:802212): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:54:29.090 21721 21721 W com.mbwhatsapp: type=1400 audit(0.0:802213): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:54:29.215 21721 21721 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1002ms 03-04 02:54:29.264 21721 21721 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1387ms --------- beginning of system 03-04 02:54:29.265 21721 21721 W ActivityThread: Main thread can not be idle for a long time. 03-04 02:54:29.301 21721 21860 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 02:54:29.301 21721 21860 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 02:54:29.301 21721 21860 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 02:55:01.359 22721 22721 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 02:55:01.839 22721 22721 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 02:55:01.844 22721 22721 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 02:55:01.844 22721 22721 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 02:55:01.844 22721 22721 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 02:55:01.844 22721 22721 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 02:55:01.844 22721 22721 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 02:55:01.844 22721 22721 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 02:55:01.844 22721 22721 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 02:55:01.844 22721 22721 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 02:55:01.844 22721 22721 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 02:55:01.844 22721 22721 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 02:55:01.844 22721 22721 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 02:55:01.844 22721 22721 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 02:55:01.844 22721 22721 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 02:55:01.844 22721 22721 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 02:55:01.844 22721 22721 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 02:55:01.844 22721 22721 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 02:55:01.844 22721 22721 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 02:55:01.844 22721 22721 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 02:55:01.844 22721 22721 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 02:55:01.844 22721 22721 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 02:55:01.899 22721 22721 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 221ms 03-04 02:55:01.906 22721 22721 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 02:55:02.407 22721 22721 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 02:55:02.407 22721 22721 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 02:55:02.514 22721 22721 W com.mbwhatsapp: type=1400 audit(0.0:802455): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:55:02.518 22721 22721 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) 03-04 02:55:02.526 22721 22721 W com.mbwhatsapp: type=1400 audit(0.0:802456): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:55:02.546 22721 22721 W com.mbwhatsapp: type=1400 audit(0.0:802457): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:55:02.747 22721 22721 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 757ms 03-04 02:55:02.771 22721 22912 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 02:55:02.771 22721 22912 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 02:55:02.771 22721 22912 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 02:55:23.204 23828 23828 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 02:55:24.014 23828 23828 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 02:55:24.023 23828 23828 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 02:55:24.023 23828 23828 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 02:55:24.024 23828 23828 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 02:55:24.024 23828 23828 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 02:55:24.024 23828 23828 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 02:55:24.024 23828 23828 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 02:55:24.024 23828 23828 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 02:55:24.024 23828 23828 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 02:55:24.024 23828 23828 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 02:55:24.024 23828 23828 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 02:55:24.024 23828 23828 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 02:55:24.024 23828 23828 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 02:55:24.024 23828 23828 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 02:55:24.024 23828 23828 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 02:55:24.024 23828 23828 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 02:55:24.024 23828 23828 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 02:55:24.024 23828 23828 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 02:55:24.024 23828 23828 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 02:55:24.024 23828 23828 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 02:55:24.024 23828 23828 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 02:55:24.113 23828 23828 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 319ms 03-04 02:55:24.125 23828 23828 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 02:55:25.757 23828 23828 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 02:55:25.757 23828 23828 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 02:55:26.034 23828 23828 W com.mbwhatsapp: type=1400 audit(0.0:802463): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:55:26.040 23828 23828 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) 03-04 02:55:26.070 23828 23828 W com.mbwhatsapp: type=1400 audit(0.0:802464): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:55:26.094 23828 23828 W com.mbwhatsapp: type=1400 audit(0.0:802465): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:55:26.290 23828 23828 W com.mbwhatsapp: type=1400 audit(0.0:802466): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:55:26.330 23828 23828 W com.mbwhatsapp: type=1400 audit(0.0:802467): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:55:26.505 23828 23828 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 2192ms 03-04 02:55:26.519 23828 23933 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 02:55:26.519 23828 23933 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 02:55:26.519 23828 23933 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 02:55:26.527 23828 23828 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 3292ms --------- beginning of system 03-04 02:55:26.527 23828 23828 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 02:56:23.371 25390 25390 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 02:56:23.939 25390 25390 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 02:56:23.942 25390 25390 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 02:56:23.942 25390 25390 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 02:56:23.942 25390 25390 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 02:56:23.942 25390 25390 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 02:56:23.942 25390 25390 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 02:56:23.942 25390 25390 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 02:56:23.942 25390 25390 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 02:56:23.942 25390 25390 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 02:56:23.942 25390 25390 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 02:56:23.942 25390 25390 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 02:56:23.942 25390 25390 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 02:56:23.942 25390 25390 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 02:56:23.942 25390 25390 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 02:56:23.942 25390 25390 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 02:56:23.942 25390 25390 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 02:56:23.942 25390 25390 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 02:56:23.942 25390 25390 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 02:56:23.942 25390 25390 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 02:56:23.942 25390 25390 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 02:56:23.943 25390 25390 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 02:56:24.020 25390 25390 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 287ms 03-04 02:56:24.034 25390 25390 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 02:56:25.130 25390 25390 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 02:56:25.131 25390 25390 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 02:56:25.350 25390 25390 W com.mbwhatsapp: type=1400 audit(0.0:802542): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:56:25.354 25390 25390 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) 03-04 02:56:25.370 25390 25390 W com.mbwhatsapp: type=1400 audit(0.0:802543): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:56:25.394 25390 25390 W com.mbwhatsapp: type=1400 audit(0.0:802544): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:56:25.566 25390 25390 W com.mbwhatsapp: type=1400 audit(0.0:802545): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:56:25.586 25390 25390 W com.mbwhatsapp: type=1400 audit(0.0:802546): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 02:56:25.688 25390 25390 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1520ms 03-04 02:56:25.702 25390 25390 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 2314ms --------- beginning of system 03-04 02:56:25.702 25390 25390 W ActivityThread: Main thread can not be idle for a long time. 03-04 02:56:25.750 25390 25613 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 02:56:25.750 25390 25613 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 02:56:25.750 25390 25613 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 03:50:21.481 3311 3311 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 03:50:21.819 3311 3311 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 03:50:21.821 3311 3311 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 03:50:21.821 3311 3311 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 03:50:21.821 3311 3311 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 03:50:21.821 3311 3311 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 03:50:21.821 3311 3311 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 03:50:21.821 3311 3311 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 03:50:21.821 3311 3311 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 03:50:21.821 3311 3311 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 03:50:21.821 3311 3311 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 03:50:21.821 3311 3311 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 03:50:21.821 3311 3311 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 03:50:21.821 3311 3311 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 03:50:21.821 3311 3311 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 03:50:21.821 3311 3311 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 03:50:21.821 3311 3311 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 03:50:21.821 3311 3311 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 03:50:21.821 3311 3311 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 03:50:21.821 3311 3311 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 03:50:21.821 3311 3311 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 03:50:21.821 3311 3311 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 03:50:21.872 3311 3311 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 03:50:22.298 3311 3311 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 03:50:22.298 3311 3311 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 03:50:22.367 3311 3311 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) 03-04 03:50:22.386 3311 3311 W com.mbwhatsapp: type=1400 audit(0.0:812394): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 03:50:22.474 3311 3311 W com.mbwhatsapp: type=1400 audit(0.0:812395): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 03:50:22.490 3311 3311 W com.mbwhatsapp: type=1400 audit(0.0:812396): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 03:50:22.494 3311 3311 W com.mbwhatsapp: type=1400 audit(0.0:812398): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 03:50:22.582 3311 3311 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 635ms 03-04 03:50:22.586 3311 3421 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 03:50:22.586 3311 3421 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 03:50:22.586 3311 3421 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 03:50:22.592 3311 3311 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1093ms --------- beginning of system 03-04 03:50:22.592 3311 3311 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 03:51:48.471 6531 6531 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 03:51:48.727 6531 6531 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 03:51:48.734 6531 6531 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 03:51:48.734 6531 6531 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 03:51:48.734 6531 6531 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 03:51:48.734 6531 6531 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 03:51:48.734 6531 6531 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 03:51:48.734 6531 6531 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 03:51:48.734 6531 6531 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 03:51:48.734 6531 6531 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 03:51:48.734 6531 6531 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 03:51:48.734 6531 6531 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 03:51:48.734 6531 6531 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 03:51:48.734 6531 6531 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 03:51:48.734 6531 6531 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 03:51:48.734 6531 6531 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 03:51:48.734 6531 6531 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 03:51:48.734 6531 6531 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 03:51:48.734 6531 6531 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 03:51:48.734 6531 6531 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 03:51:48.734 6531 6531 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 03:51:48.734 6531 6531 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 03:51:48.772 6531 6531 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 03:51:49.119 6531 6531 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 03:51:49.119 6531 6531 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 03:51:49.174 6531 6531 W com.mbwhatsapp: type=1400 audit(0.0:812555): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 03:51:49.177 6531 6531 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) 03-04 03:51:49.182 6531 6531 W com.mbwhatsapp: type=1400 audit(0.0:812556): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 03:51:49.198 6531 6531 W com.mbwhatsapp: type=1400 audit(0.0:812557): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 03:51:49.258 6531 6531 W com.mbwhatsapp: type=1400 audit(0.0:812558): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 03:51:49.274 6531 6531 W com.mbwhatsapp: type=1400 audit(0.0:812559): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 03:51:49.353 6531 6531 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 527ms 03-04 03:51:49.358 6531 6531 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 873ms --------- beginning of system 03-04 03:51:49.358 6531 6531 W ActivityThread: Main thread can not be idle for a long time. 03-04 03:51:49.369 6531 6579 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 03:51:49.369 6531 6579 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 03:51:49.369 6531 6579 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 03:52:31.107 8108 8108 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 03:52:31.698 8108 8108 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 03:52:31.701 8108 8108 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 03:52:31.701 8108 8108 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 03:52:31.701 8108 8108 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 03:52:31.701 8108 8108 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 03:52:31.701 8108 8108 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 03:52:31.701 8108 8108 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 03:52:31.701 8108 8108 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 03:52:31.701 8108 8108 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 03:52:31.701 8108 8108 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 03:52:31.701 8108 8108 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 03:52:31.701 8108 8108 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 03:52:31.701 8108 8108 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 03:52:31.701 8108 8108 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 03:52:31.701 8108 8108 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 03:52:31.701 8108 8108 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 03:52:31.701 8108 8108 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 03:52:31.701 8108 8108 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 03:52:31.701 8108 8108 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 03:52:31.701 8108 8108 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 03:52:31.701 8108 8108 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 03:52:31.756 8108 8108 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 238ms 03-04 03:52:31.766 8108 8108 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 03:52:32.341 8108 8108 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 03:52:32.341 8108 8108 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 03:52:32.525 8108 8108 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) 03-04 03:52:32.973 8108 8108 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1099ms 03-04 03:52:32.992 8108 8108 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1848ms --------- beginning of system 03-04 03:52:32.992 8108 8108 W ActivityThread: Main thread can not be idle for a long time. 03-04 03:52:33.009 8108 8348 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 03:52:33.009 8108 8348 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 03:52:33.009 8108 8348 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 04:12:25.616 9896 9896 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 04:12:25.832 9896 9896 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 04:12:25.834 9896 9896 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 04:12:25.834 9896 9896 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 04:12:25.834 9896 9896 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 04:12:25.834 9896 9896 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 04:12:25.834 9896 9896 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 04:12:25.834 9896 9896 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 04:12:25.835 9896 9896 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 04:12:25.835 9896 9896 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 04:12:25.835 9896 9896 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 04:12:25.835 9896 9896 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 04:12:25.835 9896 9896 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 04:12:25.835 9896 9896 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 04:12:25.835 9896 9896 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 04:12:25.835 9896 9896 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 04:12:25.835 9896 9896 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 04:12:25.835 9896 9896 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 04:12:25.835 9896 9896 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 04:12:25.835 9896 9896 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 04:12:25.835 9896 9896 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 04:12:25.835 9896 9896 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 04:12:25.856 9896 9896 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 04:12:26.143 9896 9896 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 04:12:26.143 9896 9896 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 04:12:26.222 9896 9896 W com.mbwhatsapp: type=1400 audit(0.0:821093): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 04:12:26.223 9896 9896 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) 03-04 04:12:26.230 9896 9896 W com.mbwhatsapp: type=1400 audit(0.0:821094): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 04:12:26.246 9896 9896 W com.mbwhatsapp: type=1400 audit(0.0:821095): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 04:12:26.318 9896 9896 W com.mbwhatsapp: type=1400 audit(0.0:821096): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 04:12:26.338 9896 9896 W com.mbwhatsapp: type=1400 audit(0.0:821097): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 04:12:26.338 9896 9896 W com.mbwhatsapp: type=1400 audit(0.0:821098): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 04:12:26.338 9896 9896 W com.mbwhatsapp: type=1400 audit(0.0:821099): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 04:12:26.410 9896 9896 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 499ms 03-04 04:12:26.417 9896 9896 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 786ms 03-04 04:12:26.417 9896 9956 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 04:12:26.417 9896 9956 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 04:12:26.417 9896 9956 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of system 03-04 04:12:26.417 9896 9896 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 04:13:48.661 10410 10410 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 04:13:48.965 10410 10410 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 04:13:48.970 10410 10410 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 04:13:48.970 10410 10410 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 04:13:48.970 10410 10410 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 04:13:48.970 10410 10410 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 04:13:48.970 10410 10410 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 04:13:48.970 10410 10410 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 04:13:48.971 10410 10410 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 04:13:48.971 10410 10410 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 04:13:48.971 10410 10410 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 04:13:48.971 10410 10410 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 04:13:48.971 10410 10410 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 04:13:48.971 10410 10410 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 04:13:48.971 10410 10410 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 04:13:48.971 10410 10410 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 04:13:48.971 10410 10410 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 04:13:48.971 10410 10410 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 04:13:48.971 10410 10410 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 04:13:48.971 10410 10410 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 04:13:48.971 10410 10410 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 04:13:48.971 10410 10410 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 04:13:48.993 10410 10410 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 04:13:49.292 10410 10410 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 04:13:49.292 10410 10410 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 04:13:49.344 10410 10410 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) 03-04 04:13:49.565 10410 10410 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 496ms 03-04 04:13:49.569 10410 10547 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 04:13:49.569 10410 10547 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 04:13:49.569 10410 10547 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 04:13:49.571 10410 10410 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 868ms --------- beginning of system 03-04 04:13:49.571 10410 10410 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 04:14:22.391 11295 11295 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 04:14:22.590 11295 11295 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 04:14:22.594 11295 11295 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 04:14:22.594 11295 11295 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 04:14:22.594 11295 11295 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 04:14:22.594 11295 11295 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 04:14:22.594 11295 11295 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 04:14:22.594 11295 11295 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 04:14:22.594 11295 11295 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 04:14:22.594 11295 11295 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 04:14:22.594 11295 11295 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 04:14:22.594 11295 11295 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 04:14:22.594 11295 11295 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 04:14:22.594 11295 11295 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 04:14:22.594 11295 11295 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 04:14:22.594 11295 11295 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 04:14:22.594 11295 11295 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 04:14:22.594 11295 11295 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 04:14:22.594 11295 11295 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 04:14:22.594 11295 11295 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 04:14:22.594 11295 11295 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 04:14:22.594 11295 11295 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 04:14:22.627 11295 11295 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 04:14:22.933 11295 11295 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 04:14:22.933 11295 11295 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 04:14:22.975 11295 11295 W com.mbwhatsapp: type=1400 audit(0.0:822576): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 04:14:22.980 11295 11295 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) 03-04 04:14:22.987 11295 11295 W com.mbwhatsapp: type=1400 audit(0.0:822577): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 04:14:22.995 11295 11295 W com.mbwhatsapp: type=1400 audit(0.0:822578): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 04:14:23.071 11295 11295 W com.mbwhatsapp: type=1400 audit(0.0:822579): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 04:14:23.083 11295 11295 W com.mbwhatsapp: type=1400 audit(0.0:822580): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 04:14:23.172 11295 11295 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 496ms 03-04 04:14:23.178 11295 11295 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 773ms --------- beginning of system 03-04 04:14:23.178 11295 11295 W ActivityThread: Main thread can not be idle for a long time. 03-04 04:14:23.183 11295 11342 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 04:14:23.183 11295 11342 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 04:14:23.183 11295 11342 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 04:52:06.176 15206 15206 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 04:52:06.510 15206 15206 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 04:52:06.512 15206 15206 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 04:52:06.512 15206 15206 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 04:52:06.512 15206 15206 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 04:52:06.512 15206 15206 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 04:52:06.512 15206 15206 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 04:52:06.512 15206 15206 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 04:52:06.512 15206 15206 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 04:52:06.512 15206 15206 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 04:52:06.512 15206 15206 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 04:52:06.512 15206 15206 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 04:52:06.512 15206 15206 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 04:52:06.512 15206 15206 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 04:52:06.512 15206 15206 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 04:52:06.513 15206 15206 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 04:52:06.513 15206 15206 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 04:52:06.513 15206 15206 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 04:52:06.513 15206 15206 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 04:52:06.513 15206 15206 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 04:52:06.513 15206 15206 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 04:52:06.513 15206 15206 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 04:52:06.562 15206 15206 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 04:52:06.993 15206 15206 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 04:52:06.993 15206 15206 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 04:52:07.049 15206 15206 W com.mbwhatsapp: type=1400 audit(0.0:837367): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 04:52:07.053 15206 15206 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) 03-04 04:52:07.057 15206 15206 W com.mbwhatsapp: type=1400 audit(0.0:837368): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 04:52:07.069 15206 15206 W com.mbwhatsapp: type=1400 audit(0.0:837369): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 04:52:07.141 15206 15206 W com.mbwhatsapp: type=1400 audit(0.0:837370): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 04:52:07.157 15206 15206 W com.mbwhatsapp: type=1400 audit(0.0:837371): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 04:52:07.254 15206 15206 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 624ms 03-04 04:52:07.263 15206 15296 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 04:52:07.263 15206 15296 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 04:52:07.263 15206 15296 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 04:52:07.264 15206 15206 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1065ms --------- beginning of system 03-04 04:52:07.264 15206 15206 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 05:11:35.644 17507 17507 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 05:11:36.053 17507 17507 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 05:11:36.056 17507 17507 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 05:11:36.056 17507 17507 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 05:11:36.056 17507 17507 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 05:11:36.056 17507 17507 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 05:11:36.057 17507 17507 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 05:11:36.057 17507 17507 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 05:11:36.057 17507 17507 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 05:11:36.057 17507 17507 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 05:11:36.057 17507 17507 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 05:11:36.057 17507 17507 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 05:11:36.057 17507 17507 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 05:11:36.057 17507 17507 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 05:11:36.057 17507 17507 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 05:11:36.057 17507 17507 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 05:11:36.057 17507 17507 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 05:11:36.057 17507 17507 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 05:11:36.057 17507 17507 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 05:11:36.057 17507 17507 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 05:11:36.057 17507 17507 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 05:11:36.057 17507 17507 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 05:11:36.123 17507 17507 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 05:11:36.602 17507 17507 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 05:11:36.602 17507 17507 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 05:11:36.657 17507 17507 W com.mbwhatsapp: type=1400 audit(0.0:842962): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 05:11:36.661 17507 17507 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) 03-04 05:11:36.665 17507 17507 W com.mbwhatsapp: type=1400 audit(0.0:842963): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 05:11:36.681 17507 17507 W com.mbwhatsapp: type=1400 audit(0.0:842964): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 05:11:36.741 17507 17507 W com.mbwhatsapp: type=1400 audit(0.0:842965): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 05:11:36.757 17507 17507 W com.mbwhatsapp: type=1400 audit(0.0:842966): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 05:11:36.825 17507 17507 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 579ms 03-04 05:11:36.831 17507 17507 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1171ms --------- beginning of system 03-04 05:11:36.831 17507 17507 W ActivityThread: Main thread can not be idle for a long time. 03-04 05:11:36.841 17507 17581 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 05:11:36.841 17507 17581 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 05:11:36.841 17507 17581 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 05:13:29.032 17950 17950 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 05:13:29.274 17950 17950 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 05:13:29.281 17950 17950 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 05:13:29.281 17950 17950 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 05:13:29.281 17950 17950 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 05:13:29.281 17950 17950 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 05:13:29.281 17950 17950 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 05:13:29.281 17950 17950 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 05:13:29.281 17950 17950 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 05:13:29.281 17950 17950 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 05:13:29.281 17950 17950 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 05:13:29.281 17950 17950 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 05:13:29.281 17950 17950 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 05:13:29.281 17950 17950 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 05:13:29.281 17950 17950 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 05:13:29.281 17950 17950 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 05:13:29.281 17950 17950 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 05:13:29.281 17950 17950 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 05:13:29.281 17950 17950 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 05:13:29.281 17950 17950 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 05:13:29.281 17950 17950 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 05:13:29.281 17950 17950 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 05:13:29.315 17950 17950 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 05:13:29.655 17950 17950 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 05:13:29.655 17950 17950 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 05:13:29.712 17950 17950 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) 03-04 05:13:29.895 17950 17950 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 537ms 03-04 05:13:29.901 17950 17950 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 833ms --------- beginning of system 03-04 05:13:29.901 17950 17950 W ActivityThread: Main thread can not be idle for a long time. 03-04 05:13:29.903 17950 18035 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 05:13:29.903 17950 18035 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 05:13:29.903 17950 18035 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 05:18:43.147 19244 19244 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 05:18:43.273 19244 19244 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 05:18:43.275 19244 19244 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 05:18:43.275 19244 19244 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 05:18:43.275 19244 19244 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 05:18:43.276 19244 19244 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 05:18:43.276 19244 19244 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 05:18:43.276 19244 19244 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 05:18:43.276 19244 19244 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 05:18:43.276 19244 19244 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 05:18:43.276 19244 19244 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 05:18:43.276 19244 19244 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 05:18:43.276 19244 19244 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 05:18:43.276 19244 19244 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 05:18:43.276 19244 19244 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 05:18:43.276 19244 19244 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 05:18:43.276 19244 19244 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 05:18:43.276 19244 19244 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 05:18:43.276 19244 19244 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 05:18:43.276 19244 19244 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 05:18:43.276 19244 19244 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 05:18:43.276 19244 19244 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 05:18:43.291 19244 19244 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 05:18:43.628 19244 19244 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 05:18:43.629 19244 19244 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 05:18:43.676 19244 19244 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) 03-04 05:18:43.828 19244 19244 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 482ms 03-04 05:18:43.832 19244 19244 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 666ms --------- beginning of system 03-04 05:18:43.832 19244 19244 W ActivityThread: Main thread can not be idle for a long time. 03-04 05:18:43.834 19244 19318 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 05:18:43.834 19244 19318 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 05:18:43.834 19244 19318 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 05:24:40.286 19724 19724 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 05:24:40.507 19724 19724 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 05:24:40.510 19724 19724 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 05:24:40.510 19724 19724 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 05:24:40.510 19724 19724 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 05:24:40.510 19724 19724 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 05:24:40.510 19724 19724 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 05:24:40.510 19724 19724 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 05:24:40.510 19724 19724 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 05:24:40.510 19724 19724 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 05:24:40.510 19724 19724 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 05:24:40.510 19724 19724 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 05:24:40.510 19724 19724 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 05:24:40.510 19724 19724 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 05:24:40.510 19724 19724 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 05:24:40.510 19724 19724 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 05:24:40.510 19724 19724 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 05:24:40.510 19724 19724 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 05:24:40.511 19724 19724 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 05:24:40.511 19724 19724 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 05:24:40.511 19724 19724 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 05:24:40.511 19724 19724 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 05:24:40.525 19724 19724 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 05:24:40.833 19724 19724 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 05:24:40.833 19724 19724 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 05:24:40.883 19724 19724 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) 03-04 05:24:41.090 19724 19724 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 505ms 03-04 05:24:41.091 19724 19806 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 05:24:41.091 19724 19806 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 05:24:41.091 19724 19806 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 05:24:41.096 19724 19724 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 783ms --------- beginning of system 03-04 05:24:41.096 19724 19724 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 05:54:26.074 28054 28054 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 05:54:26.884 28054 28054 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 05:54:26.890 28054 28054 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 05:54:26.890 28054 28054 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 05:54:26.890 28054 28054 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 05:54:26.890 28054 28054 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 05:54:26.890 28054 28054 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 05:54:26.890 28054 28054 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 05:54:26.890 28054 28054 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 05:54:26.890 28054 28054 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 05:54:26.890 28054 28054 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 05:54:26.890 28054 28054 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 05:54:26.890 28054 28054 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 05:54:26.890 28054 28054 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 05:54:26.890 28054 28054 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 05:54:26.890 28054 28054 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 05:54:26.890 28054 28054 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 05:54:26.890 28054 28054 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 05:54:26.890 28054 28054 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 05:54:26.890 28054 28054 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 05:54:26.890 28054 28054 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 05:54:26.890 28054 28054 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 05:54:26.974 28054 28054 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 253ms 03-04 05:54:26.996 28054 28054 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 05:54:27.704 28054 28054 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 05:54:27.704 28054 28054 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 05:54:27.800 28054 28054 W com.mbwhatsapp: type=1400 audit(0.0:856048): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 05:54:27.805 28054 28054 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) 03-04 05:54:27.812 28054 28054 W com.mbwhatsapp: type=1400 audit(0.0:856049): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 05:54:27.828 28054 28054 W com.mbwhatsapp: type=1400 audit(0.0:856050): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 05:54:27.920 28054 28054 W com.mbwhatsapp: type=1400 audit(0.0:856051): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 05:54:27.952 28054 28054 W com.mbwhatsapp: type=1400 audit(0.0:856052): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 05:54:28.088 28054 28054 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 935ms 03-04 05:54:28.103 28054 28054 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1994ms --------- beginning of system 03-04 05:54:28.104 28054 28054 W ActivityThread: Main thread can not be idle for a long time. 03-04 05:54:28.159 28054 28178 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 05:54:28.159 28054 28178 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 05:54:28.159 28054 28178 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 05:55:04.323 28947 28947 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 05:55:04.416 28947 28947 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 05:55:04.416 28947 28947 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 05:55:04.416 28947 28947 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 05:55:04.416 28947 28947 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 05:55:04.416 28947 28947 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 05:55:04.416 28947 28947 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 05:55:04.416 28947 28947 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 05:55:04.416 28947 28947 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 05:55:04.416 28947 28947 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 05:55:04.416 28947 28947 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 05:55:04.416 28947 28947 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 05:55:04.416 28947 28947 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 05:55:04.416 28947 28947 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 05:55:04.416 28947 28947 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 05:55:04.416 28947 28947 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 05:55:04.416 28947 28947 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 05:55:04.416 28947 28947 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 05:55:04.416 28947 28947 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 05:55:04.416 28947 28947 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 05:55:04.416 28947 28947 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 05:55:04.416 28947 28947 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 05:55:04.421 28947 28947 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 05:55:04.575 28947 28947 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 05:55:04.575 28947 28947 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 05:55:04.588 28947 28947 W com.mbwhatsapp: type=1400 audit(0.0:856431): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 05:55:04.592 28947 28947 W com.mbwhatsapp: type=1400 audit(0.0:856432): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 05:55:04.593 28947 28947 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) 03-04 05:55:04.596 28947 28947 W com.mbwhatsapp: type=1400 audit(0.0:856433): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 05:55:04.608 28947 28947 W com.mbwhatsapp: type=1400 audit(0.0:856434): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 05:55:04.616 28947 28947 W com.mbwhatsapp: type=1400 audit(0.0:856435): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 05:55:04.663 28947 28947 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 215ms 03-04 05:55:04.680 28947 29030 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 05:55:04.680 28947 29030 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 05:55:04.680 28947 29030 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 05:55:34.931 29724 29724 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 05:55:35.188 29724 29724 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 05:55:35.188 29724 29724 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 05:55:35.188 29724 29724 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 05:55:35.188 29724 29724 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 05:55:35.188 29724 29724 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 05:55:35.188 29724 29724 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 05:55:35.188 29724 29724 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 05:55:35.188 29724 29724 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 05:55:35.188 29724 29724 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 05:55:35.189 29724 29724 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 05:55:35.189 29724 29724 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 05:55:35.189 29724 29724 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 05:55:35.189 29724 29724 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 05:55:35.189 29724 29724 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 05:55:35.189 29724 29724 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 05:55:35.189 29724 29724 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 05:55:35.189 29724 29724 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 05:55:35.189 29724 29724 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 05:55:35.189 29724 29724 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 05:55:35.189 29724 29724 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 05:55:35.189 29724 29724 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 05:55:35.200 29724 29724 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 05:55:35.706 29724 29724 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 05:55:35.706 29724 29724 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 05:55:35.756 29724 29724 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) 03-04 05:55:35.864 29724 29724 W com.mbwhatsapp: type=1400 audit(0.0:856769): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 05:55:35.880 29724 29724 W com.mbwhatsapp: type=1400 audit(0.0:856770): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 05:55:35.880 29724 29724 W com.mbwhatsapp: type=1400 audit(0.0:856772): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 05:55:35.962 29724 29724 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 701ms 03-04 05:55:35.979 29724 29724 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1015ms --------- beginning of system 03-04 05:55:35.979 29724 29724 W ActivityThread: Main thread can not be idle for a long time. 03-04 05:55:35.980 29724 29865 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 05:55:35.980 29724 29865 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 05:55:35.980 29724 29865 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 06:07:53.184 30410 30410 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 06:07:53.269 30410 30410 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 06:07:53.269 30410 30410 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 06:07:53.269 30410 30410 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 06:07:53.269 30410 30410 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 06:07:53.270 30410 30410 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 06:07:53.270 30410 30410 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 06:07:53.270 30410 30410 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 06:07:53.270 30410 30410 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 06:07:53.270 30410 30410 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 06:07:53.270 30410 30410 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 06:07:53.270 30410 30410 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 06:07:53.270 30410 30410 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 06:07:53.270 30410 30410 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 06:07:53.270 30410 30410 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 06:07:53.270 30410 30410 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 06:07:53.270 30410 30410 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 06:07:53.270 30410 30410 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 06:07:53.270 30410 30410 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 06:07:53.270 30410 30410 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 06:07:53.270 30410 30410 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 06:07:53.270 30410 30410 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 06:07:53.277 30410 30410 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 06:07:53.459 30410 30410 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 06:07:53.459 30410 30410 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 06:07:53.485 30410 30410 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) 03-04 06:07:53.556 30410 30410 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 255ms 03-04 06:07:53.561 30410 30465 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 06:07:53.561 30410 30465 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 06:07:53.561 30410 30465 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 06:16:25.496 31337 31337 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 06:16:25.596 31337 31337 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 06:16:25.596 31337 31337 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 06:16:25.596 31337 31337 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 06:16:25.596 31337 31337 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 06:16:25.596 31337 31337 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 06:16:25.596 31337 31337 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 06:16:25.596 31337 31337 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 06:16:25.596 31337 31337 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 06:16:25.596 31337 31337 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 06:16:25.596 31337 31337 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 06:16:25.596 31337 31337 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 06:16:25.596 31337 31337 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 06:16:25.596 31337 31337 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 06:16:25.596 31337 31337 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 06:16:25.596 31337 31337 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 06:16:25.596 31337 31337 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 06:16:25.596 31337 31337 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 06:16:25.596 31337 31337 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 06:16:25.596 31337 31337 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 06:16:25.596 31337 31337 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 06:16:25.596 31337 31337 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 06:16:25.617 31337 31337 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 06:16:25.903 31337 31337 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 06:16:25.903 31337 31337 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 06:16:25.979 31337 31337 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) 03-04 06:16:26.206 31337 31337 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 557ms 03-04 06:16:26.239 31337 31337 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 726ms --------- beginning of system 03-04 06:16:26.239 31337 31337 W ActivityThread: Main thread can not be idle for a long time. 03-04 06:16:26.331 31337 31509 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 06:16:26.331 31337 31509 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 06:16:26.331 31337 31509 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 06:23:30.103 31929 31929 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 06:23:30.259 31929 31929 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 06:23:30.261 31929 31929 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 06:23:30.261 31929 31929 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 06:23:30.261 31929 31929 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 06:23:30.261 31929 31929 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 06:23:30.261 31929 31929 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 06:23:30.261 31929 31929 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 06:23:30.261 31929 31929 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 06:23:30.261 31929 31929 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 06:23:30.261 31929 31929 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 06:23:30.261 31929 31929 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 06:23:30.261 31929 31929 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 06:23:30.261 31929 31929 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 06:23:30.261 31929 31929 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 06:23:30.261 31929 31929 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 06:23:30.261 31929 31929 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 06:23:30.261 31929 31929 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 06:23:30.261 31929 31929 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 06:23:30.261 31929 31929 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 06:23:30.261 31929 31929 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 06:23:30.261 31929 31929 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 06:23:30.292 31929 31929 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 06:23:30.572 31929 31929 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 06:23:30.573 31929 31929 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 06:23:30.624 31929 31929 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) 03-04 06:23:30.813 31929 31929 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 461ms 03-04 06:23:30.819 31929 31929 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 698ms --------- beginning of system 03-04 06:23:30.819 31929 31929 W ActivityThread: Main thread can not be idle for a long time. 03-04 06:23:30.820 31929 31984 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 06:23:30.820 31929 31984 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 06:23:30.820 31929 31984 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 06:54:26.820 4399 4399 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 06:54:27.180 4399 4399 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 06:54:27.181 4399 4399 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 06:54:27.181 4399 4399 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 06:54:27.181 4399 4399 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 06:54:27.181 4399 4399 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 06:54:27.182 4399 4399 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 06:54:27.182 4399 4399 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 06:54:27.182 4399 4399 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 06:54:27.182 4399 4399 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 06:54:27.182 4399 4399 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 06:54:27.182 4399 4399 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 06:54:27.182 4399 4399 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 06:54:27.182 4399 4399 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 06:54:27.182 4399 4399 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 06:54:27.182 4399 4399 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 06:54:27.182 4399 4399 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 06:54:27.182 4399 4399 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 06:54:27.182 4399 4399 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 06:54:27.182 4399 4399 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 06:54:27.182 4399 4399 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 06:54:27.182 4399 4399 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 06:54:27.232 4399 4399 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 06:54:27.678 4399 4399 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 06:54:27.678 4399 4399 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 06:54:27.743 4399 4399 W com.mbwhatsapp: type=1400 audit(0.0:873475): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 06:54:27.745 4399 4399 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) 03-04 06:54:27.751 4399 4399 W com.mbwhatsapp: type=1400 audit(0.0:873476): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 06:54:27.763 4399 4399 W com.mbwhatsapp: type=1400 audit(0.0:873477): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 06:54:27.835 4399 4399 W com.mbwhatsapp: type=1400 audit(0.0:873478): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 06:54:27.851 4399 4399 W com.mbwhatsapp: type=1400 audit(0.0:873479): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 06:54:27.947 4399 4399 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 634ms 03-04 06:54:27.950 4399 4503 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 06:54:27.950 4399 4503 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 06:54:27.950 4399 4503 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 06:54:27.956 4399 4399 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1113ms --------- beginning of system 03-04 06:54:27.956 4399 4399 W ActivityThread: Main thread can not be idle for a long time. 03-04 06:54:28.170 4399 4546 W WM-Processor: Didn't find WorkSpec for id WorkGenerationalId(workSpecId=1162aa74-a9e5-4d1e-986e-12c6e148c1c8, generation=0) 03-04 06:54:28.176 4399 4546 W WM-Processor: Didn't find WorkSpec for id WorkGenerationalId(workSpecId=1162aa74-a9e5-4d1e-986e-12c6e148c1c8, generation=0) --------- beginning of main 03-04 06:57:17.749 4688 4688 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 06:57:18.032 4688 4688 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 06:57:18.039 4688 4688 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 06:57:18.039 4688 4688 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 06:57:18.039 4688 4688 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 06:57:18.039 4688 4688 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 06:57:18.039 4688 4688 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 06:57:18.039 4688 4688 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 06:57:18.039 4688 4688 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 06:57:18.039 4688 4688 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 06:57:18.039 4688 4688 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 06:57:18.039 4688 4688 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 06:57:18.039 4688 4688 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 06:57:18.039 4688 4688 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 06:57:18.039 4688 4688 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 06:57:18.039 4688 4688 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 06:57:18.039 4688 4688 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 06:57:18.039 4688 4688 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 06:57:18.039 4688 4688 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 06:57:18.039 4688 4688 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 06:57:18.039 4688 4688 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 06:57:18.039 4688 4688 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 06:57:18.063 4688 4688 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 06:57:18.332 4688 4688 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 06:57:18.332 4688 4688 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 06:57:18.392 4688 4688 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) 03-04 06:57:18.539 4688 4688 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 438ms 03-04 06:57:18.544 4688 4773 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 06:57:18.544 4688 4773 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 06:57:18.544 4688 4773 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 06:57:18.544 4688 4688 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 777ms --------- beginning of system 03-04 06:57:18.544 4688 4688 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 07:05:55.630 5473 5473 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 07:05:55.716 5473 5473 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 07:05:55.716 5473 5473 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 07:05:55.716 5473 5473 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 07:05:55.716 5473 5473 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 07:05:55.716 5473 5473 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 07:05:55.716 5473 5473 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 07:05:55.716 5473 5473 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 07:05:55.716 5473 5473 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 07:05:55.716 5473 5473 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 07:05:55.716 5473 5473 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 07:05:55.716 5473 5473 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 07:05:55.716 5473 5473 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 07:05:55.716 5473 5473 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 07:05:55.716 5473 5473 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 07:05:55.716 5473 5473 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 07:05:55.716 5473 5473 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 07:05:55.716 5473 5473 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 07:05:55.716 5473 5473 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 07:05:55.716 5473 5473 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 07:05:55.716 5473 5473 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 07:05:55.716 5473 5473 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 07:05:55.725 5473 5473 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 07:05:55.942 5473 5473 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 07:05:55.943 5473 5473 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 07:05:55.964 5473 5473 W com.mbwhatsapp: type=1400 audit(0.0:876011): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:05:55.968 5473 5473 W com.mbwhatsapp: type=1400 audit(0.0:876012): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:05:55.969 5473 5473 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) 03-04 07:05:55.976 5473 5473 W com.mbwhatsapp: type=1400 audit(0.0:876013): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:05:55.992 5473 5473 W com.mbwhatsapp: type=1400 audit(0.0:876014): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:05:56.000 5473 5473 W com.mbwhatsapp: type=1400 audit(0.0:876015): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:05:56.055 5473 5473 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 303ms 03-04 07:05:56.060 5473 5519 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 07:05:56.060 5473 5519 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 07:05:56.060 5473 5519 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 07:07:53.110 7489 7489 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 07:07:53.448 7489 7489 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 07:07:53.450 7489 7489 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 07:07:53.450 7489 7489 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 07:07:53.450 7489 7489 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 07:07:53.450 7489 7489 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 07:07:53.451 7489 7489 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 07:07:53.451 7489 7489 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 07:07:53.451 7489 7489 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 07:07:53.451 7489 7489 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 07:07:53.451 7489 7489 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 07:07:53.451 7489 7489 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 07:07:53.451 7489 7489 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 07:07:53.451 7489 7489 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 07:07:53.451 7489 7489 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 07:07:53.451 7489 7489 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 07:07:53.451 7489 7489 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 07:07:53.451 7489 7489 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 07:07:53.451 7489 7489 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 07:07:53.451 7489 7489 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 07:07:53.451 7489 7489 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 07:07:53.451 7489 7489 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 07:07:53.501 7489 7489 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 07:07:54.025 7489 7489 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 07:07:54.026 7489 7489 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 07:07:54.096 7489 7489 W com.mbwhatsapp: type=1400 audit(0.0:876590): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:07:54.100 7489 7489 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) 03-04 07:07:54.108 7489 7489 W com.mbwhatsapp: type=1400 audit(0.0:876591): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:07:54.116 7489 7489 W com.mbwhatsapp: type=1400 audit(0.0:876592): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:07:54.192 7489 7489 W com.mbwhatsapp: type=1400 audit(0.0:876593): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:07:54.212 7489 7489 W com.mbwhatsapp: type=1400 audit(0.0:876594): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:07:54.303 7489 7489 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 714ms 03-04 07:07:54.310 7489 7543 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 07:07:54.310 7489 7543 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 07:07:54.310 7489 7543 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 07:07:54.359 7489 7489 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1234ms --------- beginning of system 03-04 07:07:54.359 7489 7489 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 07:15:58.004 10824 10824 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 07:15:58.365 10824 10824 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 07:15:58.368 10824 10824 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 07:15:58.368 10824 10824 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 07:15:58.368 10824 10824 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 07:15:58.368 10824 10824 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 07:15:58.368 10824 10824 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 07:15:58.368 10824 10824 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 07:15:58.368 10824 10824 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 07:15:58.368 10824 10824 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 07:15:58.368 10824 10824 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 07:15:58.368 10824 10824 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 07:15:58.368 10824 10824 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 07:15:58.368 10824 10824 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 07:15:58.368 10824 10824 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 07:15:58.368 10824 10824 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 07:15:58.368 10824 10824 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 07:15:58.368 10824 10824 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 07:15:58.368 10824 10824 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 07:15:58.368 10824 10824 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 07:15:58.369 10824 10824 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 07:15:58.369 10824 10824 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 07:15:58.415 10824 10824 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 07:15:58.862 10824 10824 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 07:15:58.862 10824 10824 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 07:15:58.941 10824 10824 W com.mbwhatsapp: type=1400 audit(0.0:880973): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:15:58.946 10824 10824 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) 03-04 07:15:58.953 10824 10824 W com.mbwhatsapp: type=1400 audit(0.0:880974): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:15:58.965 10824 10824 W com.mbwhatsapp: type=1400 audit(0.0:880975): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:15:59.045 10824 10824 W com.mbwhatsapp: type=1400 audit(0.0:880976): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:15:59.053 10824 10824 W com.mbwhatsapp: type=1400 audit(0.0:880977): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:15:59.053 10824 10824 W com.mbwhatsapp: type=1400 audit(0.0:880979): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:15:59.145 10824 10824 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 656ms 03-04 07:15:59.150 10824 10872 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 07:15:59.150 10824 10872 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 07:15:59.150 10824 10872 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 07:15:59.154 10824 10824 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1133ms --------- beginning of system 03-04 07:15:59.154 10824 10824 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 07:16:25.476 11018 11018 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 07:16:25.757 11018 11018 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 07:16:25.758 11018 11018 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 07:16:25.758 11018 11018 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 07:16:25.758 11018 11018 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 07:16:25.759 11018 11018 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 07:16:25.759 11018 11018 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 07:16:25.759 11018 11018 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 07:16:25.759 11018 11018 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 07:16:25.759 11018 11018 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 07:16:25.759 11018 11018 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 07:16:25.759 11018 11018 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 07:16:25.759 11018 11018 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 07:16:25.759 11018 11018 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 07:16:25.759 11018 11018 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 07:16:25.759 11018 11018 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 07:16:25.759 11018 11018 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 07:16:25.759 11018 11018 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 07:16:25.759 11018 11018 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 07:16:25.759 11018 11018 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 07:16:25.759 11018 11018 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 07:16:25.759 11018 11018 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 07:16:25.809 11018 11018 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 07:16:26.248 11018 11018 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 07:16:26.249 11018 11018 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 07:16:26.313 11018 11018 W com.mbwhatsapp: type=1400 audit(0.0:880988): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:16:26.320 11018 11018 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) 03-04 07:16:26.325 11018 11018 W com.mbwhatsapp: type=1400 audit(0.0:880989): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:16:26.337 11018 11018 W com.mbwhatsapp: type=1400 audit(0.0:880990): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:16:26.405 11018 11018 W com.mbwhatsapp: type=1400 audit(0.0:880991): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:16:26.413 11018 11018 W com.mbwhatsapp: type=1400 audit(0.0:880992): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:16:26.413 11018 11018 W com.mbwhatsapp: type=1400 audit(0.0:880994): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:16:26.509 11018 11018 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 625ms 03-04 07:16:26.509 11018 11068 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 07:16:26.509 11018 11068 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 07:16:26.509 11018 11068 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 07:16:26.515 11018 11018 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1021ms --------- beginning of system 03-04 07:16:26.515 11018 11018 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 07:20:10.904 15495 15495 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 07:20:11.410 15495 15495 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 07:20:11.415 15495 15495 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 07:20:11.415 15495 15495 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 07:20:11.415 15495 15495 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 07:20:11.415 15495 15495 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 07:20:11.415 15495 15495 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 07:20:11.415 15495 15495 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 07:20:11.415 15495 15495 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 07:20:11.415 15495 15495 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 07:20:11.415 15495 15495 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 07:20:11.415 15495 15495 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 07:20:11.415 15495 15495 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 07:20:11.415 15495 15495 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 07:20:11.415 15495 15495 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 07:20:11.415 15495 15495 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 07:20:11.415 15495 15495 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 07:20:11.415 15495 15495 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 07:20:11.415 15495 15495 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 07:20:11.415 15495 15495 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 07:20:11.415 15495 15495 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 07:20:11.415 15495 15495 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 07:20:11.481 15495 15495 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 234ms 03-04 07:20:11.493 15495 15495 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 07:20:12.136 15495 15495 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 07:20:12.136 15495 15495 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 07:20:12.264 15495 15495 W com.mbwhatsapp: type=1400 audit(0.0:882171): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:20:12.267 15495 15495 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) 03-04 07:20:12.284 15495 15495 W com.mbwhatsapp: type=1400 audit(0.0:882172): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:20:12.308 15495 15495 W com.mbwhatsapp: type=1400 audit(0.0:882173): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:20:12.432 15495 15495 W com.mbwhatsapp: type=1400 audit(0.0:882174): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:20:12.456 15495 15495 W com.mbwhatsapp: type=1400 audit(0.0:882175): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:20:12.636 15495 15495 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1058ms 03-04 07:20:12.642 15495 15725 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 07:20:12.642 15495 15725 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 07:20:12.642 15495 15725 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 07:20:12.679 15495 15495 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1761ms --------- beginning of system 03-04 07:20:12.679 15495 15495 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 07:23:30.088 18574 18574 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 07:23:30.580 18574 18574 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 07:23:30.583 18574 18574 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 07:23:30.583 18574 18574 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 07:23:30.583 18574 18574 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 07:23:30.583 18574 18574 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 07:23:30.583 18574 18574 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 07:23:30.583 18574 18574 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 07:23:30.583 18574 18574 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 07:23:30.583 18574 18574 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 07:23:30.583 18574 18574 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 07:23:30.583 18574 18574 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 07:23:30.583 18574 18574 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 07:23:30.583 18574 18574 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 07:23:30.583 18574 18574 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 07:23:30.583 18574 18574 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 07:23:30.583 18574 18574 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 07:23:30.583 18574 18574 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 07:23:30.583 18574 18574 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 07:23:30.583 18574 18574 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 07:23:30.583 18574 18574 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 07:23:30.583 18574 18574 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 07:23:30.677 18574 18574 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 306ms 03-04 07:23:30.697 18574 18574 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 07:23:31.575 18574 18574 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 07:23:31.575 18574 18574 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 07:23:31.640 18574 18574 W com.mbwhatsapp: type=1400 audit(0.0:882610): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:23:31.644 18574 18574 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) 03-04 07:23:31.652 18574 18574 W com.mbwhatsapp: type=1400 audit(0.0:882611): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:23:31.668 18574 18574 W com.mbwhatsapp: type=1400 audit(0.0:882612): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:23:31.772 18574 18574 W com.mbwhatsapp: type=1400 audit(0.0:882613): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:23:31.804 18574 18574 W com.mbwhatsapp: type=1400 audit(0.0:882614): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:23:31.919 18574 18574 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1105ms 03-04 07:23:31.939 18574 18795 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 07:23:31.939 18574 18795 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 07:23:31.939 18574 18795 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 07:23:31.942 18574 18574 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1836ms --------- beginning of system 03-04 07:23:31.942 18574 18574 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 07:24:40.295 19305 19305 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 07:24:40.565 19305 19305 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 07:24:40.569 19305 19305 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 07:24:40.569 19305 19305 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 07:24:40.569 19305 19305 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 07:24:40.569 19305 19305 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 07:24:40.569 19305 19305 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 07:24:40.569 19305 19305 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 07:24:40.569 19305 19305 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 07:24:40.569 19305 19305 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 07:24:40.569 19305 19305 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 07:24:40.569 19305 19305 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 07:24:40.569 19305 19305 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 07:24:40.569 19305 19305 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 07:24:40.569 19305 19305 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 07:24:40.569 19305 19305 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 07:24:40.569 19305 19305 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 07:24:40.569 19305 19305 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 07:24:40.569 19305 19305 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 07:24:40.569 19305 19305 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 07:24:40.569 19305 19305 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 07:24:40.569 19305 19305 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 07:24:40.600 19305 19305 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 07:24:41.056 19305 19305 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 07:24:41.056 19305 19305 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 07:24:41.136 19305 19305 W com.mbwhatsapp: type=1400 audit(0.0:882860): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:24:41.139 19305 19305 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) 03-04 07:24:41.144 19305 19305 W com.mbwhatsapp: type=1400 audit(0.0:882861): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:24:41.156 19305 19305 W com.mbwhatsapp: type=1400 audit(0.0:882862): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:24:41.292 19305 19305 W com.mbwhatsapp: type=1400 audit(0.0:882863): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:24:41.308 19305 19305 W com.mbwhatsapp: type=1400 audit(0.0:882864): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:24:41.392 19305 19305 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 736ms 03-04 07:24:41.402 19305 19411 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 07:24:41.402 19305 19411 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 07:24:41.402 19305 19411 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 07:24:41.456 19305 19305 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1140ms --------- beginning of system 03-04 07:24:41.456 19305 19305 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 07:54:26.742 30200 30200 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 07:54:27.186 30200 30200 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 07:54:27.188 30200 30200 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 07:54:27.188 30200 30200 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 07:54:27.188 30200 30200 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 07:54:27.188 30200 30200 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 07:54:27.188 30200 30200 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 07:54:27.188 30200 30200 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 07:54:27.188 30200 30200 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 07:54:27.188 30200 30200 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 07:54:27.188 30200 30200 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 07:54:27.188 30200 30200 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 07:54:27.188 30200 30200 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 07:54:27.188 30200 30200 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 07:54:27.188 30200 30200 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 07:54:27.188 30200 30200 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 07:54:27.188 30200 30200 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 07:54:27.188 30200 30200 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 07:54:27.188 30200 30200 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 07:54:27.188 30200 30200 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 07:54:27.188 30200 30200 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 07:54:27.188 30200 30200 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 07:54:27.245 30200 30200 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 07:54:27.871 30200 30200 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 07:54:27.871 30200 30200 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 07:54:28.000 30200 30200 W com.mbwhatsapp: type=1400 audit(0.0:884542): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:54:28.005 30200 30200 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) 03-04 07:54:28.032 30200 30200 W com.mbwhatsapp: type=1400 audit(0.0:884543): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:54:28.080 30200 30200 W com.mbwhatsapp: type=1400 audit(0.0:884544): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:54:28.172 30200 30200 W com.mbwhatsapp: type=1400 audit(0.0:884545): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:54:28.200 30200 30200 W com.mbwhatsapp: type=1400 audit(0.0:884546): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:54:28.200 30200 30200 W com.mbwhatsapp: type=1400 audit(0.0:884548): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:54:28.319 30200 30200 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 978ms 03-04 07:54:28.330 30200 30279 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 07:54:28.330 30200 30279 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 07:54:28.330 30200 30279 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 07:54:28.375 30200 30200 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1611ms --------- beginning of system 03-04 07:54:28.376 30200 30200 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 07:55:07.034 30674 30674 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 07:55:07.101 30674 30674 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 07:55:07.101 30674 30674 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 07:55:07.101 30674 30674 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 07:55:07.101 30674 30674 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 07:55:07.101 30674 30674 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 07:55:07.101 30674 30674 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 07:55:07.101 30674 30674 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 07:55:07.101 30674 30674 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 07:55:07.101 30674 30674 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 07:55:07.101 30674 30674 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 07:55:07.101 30674 30674 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 07:55:07.101 30674 30674 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 07:55:07.101 30674 30674 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 07:55:07.101 30674 30674 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 07:55:07.101 30674 30674 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 07:55:07.101 30674 30674 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 07:55:07.101 30674 30674 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 07:55:07.101 30674 30674 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 07:55:07.101 30674 30674 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 07:55:07.101 30674 30674 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 07:55:07.101 30674 30674 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 07:55:07.106 30674 30674 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 07:55:07.365 30674 30674 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 07:55:07.365 30674 30674 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 07:55:07.376 30674 30674 W com.mbwhatsapp: type=1400 audit(0.0:884641): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:55:07.380 30674 30674 W com.mbwhatsapp: type=1400 audit(0.0:884642): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:55:07.382 30674 30674 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) 03-04 07:55:07.392 30674 30674 W com.mbwhatsapp: type=1400 audit(0.0:884643): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:55:07.412 30674 30674 W com.mbwhatsapp: type=1400 audit(0.0:884644): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:55:07.424 30674 30674 W com.mbwhatsapp: type=1400 audit(0.0:884645): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:55:07.474 30674 30674 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 346ms 03-04 07:55:07.492 30674 30777 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 07:55:07.492 30674 30777 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 07:55:07.492 30674 30777 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 07:57:17.736 31962 31962 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 07:57:18.007 31962 31962 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 07:57:18.016 31962 31962 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 07:57:18.016 31962 31962 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 07:57:18.016 31962 31962 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 07:57:18.016 31962 31962 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 07:57:18.016 31962 31962 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 07:57:18.016 31962 31962 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 07:57:18.016 31962 31962 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 07:57:18.016 31962 31962 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 07:57:18.016 31962 31962 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 07:57:18.016 31962 31962 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 07:57:18.016 31962 31962 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 07:57:18.016 31962 31962 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 07:57:18.016 31962 31962 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 07:57:18.016 31962 31962 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 07:57:18.016 31962 31962 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 07:57:18.016 31962 31962 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 07:57:18.016 31962 31962 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 07:57:18.016 31962 31962 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 07:57:18.016 31962 31962 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 07:57:18.016 31962 31962 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 07:57:18.037 31962 31962 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 07:57:18.617 31962 31962 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 07:57:18.617 31962 31962 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 07:57:18.692 31962 31962 W com.mbwhatsapp: type=1400 audit(0.0:885114): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:57:18.697 31962 31962 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) 03-04 07:57:18.708 31962 31962 W com.mbwhatsapp: type=1400 audit(0.0:885115): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:57:18.720 31962 31962 W com.mbwhatsapp: type=1400 audit(0.0:885116): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:57:18.808 31962 31962 W com.mbwhatsapp: type=1400 audit(0.0:885117): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:57:18.824 31962 31962 W com.mbwhatsapp: type=1400 audit(0.0:885118): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:57:18.824 31962 31962 W com.mbwhatsapp: type=1400 audit(0.0:885119): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 07:57:18.943 31962 31962 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 732ms 03-04 07:57:18.959 31962 32075 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 07:57:18.959 31962 32075 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 07:57:18.959 31962 32075 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 07:57:18.994 31962 31962 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1240ms --------- beginning of system 03-04 07:57:18.995 31962 31962 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 08:01:39.106 1725 1725 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 08:01:39.470 1725 1725 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 08:01:39.471 1725 1725 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 08:01:39.471 1725 1725 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 08:01:39.471 1725 1725 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 08:01:39.471 1725 1725 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 08:01:39.471 1725 1725 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 08:01:39.471 1725 1725 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 08:01:39.471 1725 1725 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 08:01:39.471 1725 1725 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 08:01:39.471 1725 1725 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 08:01:39.471 1725 1725 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 08:01:39.472 1725 1725 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 08:01:39.472 1725 1725 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 08:01:39.472 1725 1725 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 08:01:39.472 1725 1725 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 08:01:39.472 1725 1725 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 08:01:39.472 1725 1725 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 08:01:39.472 1725 1725 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 08:01:39.472 1725 1725 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 08:01:39.472 1725 1725 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 08:01:39.472 1725 1725 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 08:01:39.535 1725 1725 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 08:01:40.241 1725 1725 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 08:01:40.241 1725 1725 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 08:01:40.327 1725 1725 W com.mbwhatsapp: type=1400 audit(0.0:886155): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:01:40.332 1725 1725 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) 03-04 08:01:40.339 1725 1725 W com.mbwhatsapp: type=1400 audit(0.0:886156): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:01:40.355 1725 1725 W com.mbwhatsapp: type=1400 audit(0.0:886157): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:01:40.467 1725 1725 W com.mbwhatsapp: type=1400 audit(0.0:886160): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:01:40.641 1725 1725 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1020ms 03-04 08:01:40.642 1725 1801 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 08:01:40.642 1725 1801 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 08:01:40.642 1725 1801 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 08:01:40.720 1725 1725 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1595ms --------- beginning of system 03-04 08:01:40.720 1725 1725 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 08:05:55.643 3465 3465 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 08:05:56.214 3465 3465 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 08:05:56.218 3465 3465 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 08:05:56.218 3465 3465 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 08:05:56.218 3465 3465 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 08:05:56.218 3465 3465 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 08:05:56.218 3465 3465 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 08:05:56.218 3465 3465 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 08:05:56.218 3465 3465 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 08:05:56.218 3465 3465 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 08:05:56.218 3465 3465 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 08:05:56.218 3465 3465 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 08:05:56.218 3465 3465 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 08:05:56.218 3465 3465 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 08:05:56.218 3465 3465 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 08:05:56.218 3465 3465 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 08:05:56.218 3465 3465 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 08:05:56.218 3465 3465 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 08:05:56.218 3465 3465 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 08:05:56.218 3465 3465 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 08:05:56.218 3465 3465 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 08:05:56.218 3465 3465 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 08:05:56.272 3465 3465 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 08:05:56.888 3465 3465 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 08:05:56.888 3465 3465 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 08:05:56.967 3465 3465 W com.mbwhatsapp: type=1400 audit(0.0:886370): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:05:56.970 3465 3465 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) 03-04 08:05:56.983 3465 3465 W com.mbwhatsapp: type=1400 audit(0.0:886371): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:05:57.003 3465 3465 W com.mbwhatsapp: type=1400 audit(0.0:886372): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:05:57.079 3465 3465 W com.mbwhatsapp: type=1400 audit(0.0:886373): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:05:57.099 3465 3465 W com.mbwhatsapp: type=1400 audit(0.0:886374): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:05:57.223 3465 3465 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 872ms 03-04 08:05:57.230 3465 3580 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 08:05:57.230 3465 3580 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 08:05:57.230 3465 3580 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 08:05:57.280 3465 3465 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1622ms --------- beginning of system 03-04 08:05:57.280 3465 3465 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 08:07:53.107 3934 3934 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 08:07:53.448 3934 3934 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 08:07:53.450 3934 3934 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 08:07:53.450 3934 3934 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 08:07:53.450 3934 3934 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 08:07:53.450 3934 3934 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 08:07:53.450 3934 3934 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 08:07:53.450 3934 3934 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 08:07:53.450 3934 3934 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 08:07:53.450 3934 3934 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 08:07:53.450 3934 3934 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 08:07:53.450 3934 3934 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 08:07:53.451 3934 3934 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 08:07:53.451 3934 3934 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 08:07:53.451 3934 3934 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 08:07:53.451 3934 3934 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 08:07:53.451 3934 3934 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 08:07:53.451 3934 3934 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 08:07:53.451 3934 3934 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 08:07:53.451 3934 3934 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 08:07:53.451 3934 3934 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 08:07:53.451 3934 3934 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 08:07:53.485 3934 3934 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 08:07:53.949 3934 3934 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 08:07:53.950 3934 3934 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 08:07:53.983 3934 3934 W com.mbwhatsapp: type=1400 audit(0.0:886467): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:07:53.987 3934 3934 W com.mbwhatsapp: type=1400 audit(0.0:886468): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:07:53.987 3934 3934 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) 03-04 08:07:53.995 3934 3934 W com.mbwhatsapp: type=1400 audit(0.0:886469): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:07:54.015 3934 3934 W com.mbwhatsapp: type=1400 audit(0.0:886470): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:07:54.023 3934 3934 W com.mbwhatsapp: type=1400 audit(0.0:886471): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:07:54.096 3934 3934 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 541ms 03-04 08:07:54.100 3934 3981 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 08:07:54.100 3934 3981 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 08:07:54.100 3934 3981 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 08:07:54.114 3934 3934 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 990ms --------- beginning of system 03-04 08:07:54.114 3934 3934 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 08:15:58.005 6282 6282 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 08:15:58.311 6282 6282 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 08:15:58.312 6282 6282 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 08:15:58.312 6282 6282 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 08:15:58.312 6282 6282 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 08:15:58.312 6282 6282 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 08:15:58.312 6282 6282 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 08:15:58.312 6282 6282 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 08:15:58.313 6282 6282 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 08:15:58.313 6282 6282 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 08:15:58.313 6282 6282 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 08:15:58.313 6282 6282 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 08:15:58.313 6282 6282 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 08:15:58.313 6282 6282 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 08:15:58.313 6282 6282 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 08:15:58.313 6282 6282 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 08:15:58.313 6282 6282 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 08:15:58.313 6282 6282 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 08:15:58.313 6282 6282 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 08:15:58.313 6282 6282 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 08:15:58.313 6282 6282 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 08:15:58.313 6282 6282 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 08:15:58.366 6282 6282 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 08:15:58.843 6282 6282 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 08:15:58.843 6282 6282 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 08:15:58.911 6282 6282 W com.mbwhatsapp: type=1400 audit(0.0:886817): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:15:58.914 6282 6282 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) 03-04 08:15:58.919 6282 6282 W com.mbwhatsapp: type=1400 audit(0.0:886818): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:15:58.931 6282 6282 W com.mbwhatsapp: type=1400 audit(0.0:886819): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:15:59.003 6282 6282 W com.mbwhatsapp: type=1400 audit(0.0:886820): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:15:59.019 6282 6282 W com.mbwhatsapp: type=1400 audit(0.0:886821): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:15:59.019 6282 6282 W com.mbwhatsapp: type=1400 audit(0.0:886823): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:15:59.110 6282 6282 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 677ms 03-04 08:15:59.123 6282 6329 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 08:15:59.123 6282 6329 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 08:15:59.123 6282 6329 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 08:15:59.124 6282 6282 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1107ms --------- beginning of system 03-04 08:15:59.124 6282 6282 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 08:16:25.479 6705 6705 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 08:16:25.617 6705 6705 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 08:16:25.617 6705 6705 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 08:16:25.617 6705 6705 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 08:16:25.617 6705 6705 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 08:16:25.617 6705 6705 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 08:16:25.617 6705 6705 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 08:16:25.617 6705 6705 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 08:16:25.617 6705 6705 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 08:16:25.617 6705 6705 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 08:16:25.617 6705 6705 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 08:16:25.617 6705 6705 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 08:16:25.617 6705 6705 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 08:16:25.617 6705 6705 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 08:16:25.617 6705 6705 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 08:16:25.618 6705 6705 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 08:16:25.618 6705 6705 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 08:16:25.618 6705 6705 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 08:16:25.618 6705 6705 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 08:16:25.618 6705 6705 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 08:16:25.618 6705 6705 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 08:16:25.618 6705 6705 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 08:16:25.626 6705 6705 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 08:16:25.852 6705 6705 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 08:16:25.852 6705 6705 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 08:16:25.879 6705 6705 W com.mbwhatsapp: type=1400 audit(0.0:886845): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:16:25.883 6705 6705 W com.mbwhatsapp: type=1400 audit(0.0:886846): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:16:25.885 6705 6705 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) 03-04 08:16:25.891 6705 6705 W com.mbwhatsapp: type=1400 audit(0.0:886847): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:16:25.907 6705 6705 W com.mbwhatsapp: type=1400 audit(0.0:886848): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:16:25.915 6705 6705 W com.mbwhatsapp: type=1400 audit(0.0:886849): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:16:25.915 6705 6705 W com.mbwhatsapp: type=1400 audit(0.0:886851): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:16:25.969 6705 6705 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 311ms 03-04 08:16:25.975 6705 6813 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 08:16:25.975 6705 6813 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 08:16:25.975 6705 6813 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 08:20:10.909 7888 7888 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 08:20:11.249 7888 7888 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 08:20:11.251 7888 7888 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 08:20:11.251 7888 7888 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 08:20:11.251 7888 7888 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 08:20:11.251 7888 7888 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 08:20:11.251 7888 7888 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 08:20:11.251 7888 7888 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 08:20:11.251 7888 7888 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 08:20:11.251 7888 7888 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 08:20:11.251 7888 7888 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 08:20:11.251 7888 7888 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 08:20:11.251 7888 7888 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 08:20:11.251 7888 7888 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 08:20:11.251 7888 7888 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 08:20:11.251 7888 7888 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 08:20:11.251 7888 7888 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 08:20:11.251 7888 7888 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 08:20:11.251 7888 7888 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 08:20:11.251 7888 7888 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 08:20:11.251 7888 7888 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 08:20:11.251 7888 7888 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 08:20:11.306 7888 7888 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 08:20:11.711 7888 7888 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 08:20:11.711 7888 7888 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 08:20:11.787 7888 7888 W com.mbwhatsapp: type=1400 audit(0.0:887412): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:20:11.792 7888 7888 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) 03-04 08:20:11.799 7888 7888 W com.mbwhatsapp: type=1400 audit(0.0:887413): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:20:11.815 7888 7888 W com.mbwhatsapp: type=1400 audit(0.0:887414): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:20:11.911 7888 7888 W com.mbwhatsapp: type=1400 audit(0.0:887415): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:20:11.927 7888 7888 W com.mbwhatsapp: type=1400 audit(0.0:887416): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:20:11.927 7888 7888 W com.mbwhatsapp: type=1400 audit(0.0:887418): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:20:12.054 7888 7888 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 672ms 03-04 08:20:12.058 7888 7945 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 08:20:12.058 7888 7945 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 08:20:12.058 7888 7945 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 08:20:12.063 7888 7888 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1137ms --------- beginning of system 03-04 08:20:12.064 7888 7888 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 08:54:26.744 15740 15740 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 08:54:27.073 15740 15740 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 08:54:27.077 15740 15740 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 08:54:27.077 15740 15740 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 08:54:27.077 15740 15740 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 08:54:27.077 15740 15740 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 08:54:27.077 15740 15740 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 08:54:27.077 15740 15740 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 08:54:27.077 15740 15740 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 08:54:27.077 15740 15740 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 08:54:27.077 15740 15740 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 08:54:27.077 15740 15740 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 08:54:27.077 15740 15740 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 08:54:27.077 15740 15740 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 08:54:27.077 15740 15740 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 08:54:27.077 15740 15740 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 08:54:27.077 15740 15740 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 08:54:27.077 15740 15740 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 08:54:27.077 15740 15740 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 08:54:27.077 15740 15740 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 08:54:27.077 15740 15740 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 08:54:27.077 15740 15740 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 08:54:27.116 15740 15740 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 08:54:27.781 15740 15740 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 08:54:27.781 15740 15740 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 08:54:27.866 15740 15740 W com.mbwhatsapp: type=1400 audit(0.0:892146): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:54:27.870 15740 15740 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) 03-04 08:54:27.878 15740 15740 W com.mbwhatsapp: type=1400 audit(0.0:892147): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:54:27.906 15740 15740 W com.mbwhatsapp: type=1400 audit(0.0:892148): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:54:28.014 15740 15740 W com.mbwhatsapp: type=1400 audit(0.0:892149): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:54:28.030 15740 15740 W com.mbwhatsapp: type=1400 audit(0.0:892150): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:54:28.137 15740 15740 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 948ms 03-04 08:54:28.142 15740 15791 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 08:54:28.142 15740 15791 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 08:54:28.142 15740 15791 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 08:54:28.203 15740 15740 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1441ms --------- beginning of system 03-04 08:54:28.203 15740 15740 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 08:57:17.736 16562 16562 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 08:57:18.082 16562 16562 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 08:57:18.085 16562 16562 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 08:57:18.085 16562 16562 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 08:57:18.085 16562 16562 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 08:57:18.085 16562 16562 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 08:57:18.085 16562 16562 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 08:57:18.085 16562 16562 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 08:57:18.085 16562 16562 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 08:57:18.085 16562 16562 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 08:57:18.085 16562 16562 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 08:57:18.085 16562 16562 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 08:57:18.085 16562 16562 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 08:57:18.085 16562 16562 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 08:57:18.085 16562 16562 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 08:57:18.086 16562 16562 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 08:57:18.086 16562 16562 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 08:57:18.086 16562 16562 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 08:57:18.086 16562 16562 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 08:57:18.086 16562 16562 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 08:57:18.086 16562 16562 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 08:57:18.086 16562 16562 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 08:57:18.135 16562 16562 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 08:57:18.694 16562 16562 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 08:57:18.694 16562 16562 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 08:57:18.770 16562 16562 W com.mbwhatsapp: type=1400 audit(0.0:892401): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:57:18.773 16562 16562 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) 03-04 08:57:18.782 16562 16562 W com.mbwhatsapp: type=1400 audit(0.0:892402): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:57:18.798 16562 16562 W com.mbwhatsapp: type=1400 audit(0.0:892403): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:57:18.874 16562 16562 W com.mbwhatsapp: type=1400 audit(0.0:892404): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:57:18.902 16562 16562 W com.mbwhatsapp: type=1400 audit(0.0:892405): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 08:57:19.002 16562 16562 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 786ms 03-04 08:57:19.011 16562 16611 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 08:57:19.011 16562 16611 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 08:57:19.011 16562 16611 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 08:57:19.048 16562 16562 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1299ms --------- beginning of system 03-04 08:57:19.048 16562 16562 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 09:06:01.248 17948 17948 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 09:06:01.680 17948 17948 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 09:06:01.683 17948 17948 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 09:06:01.683 17948 17948 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 09:06:01.683 17948 17948 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 09:06:01.683 17948 17948 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 09:06:01.683 17948 17948 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 09:06:01.683 17948 17948 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 09:06:01.683 17948 17948 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 09:06:01.683 17948 17948 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 09:06:01.683 17948 17948 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 09:06:01.683 17948 17948 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 09:06:01.683 17948 17948 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 09:06:01.683 17948 17948 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 09:06:01.683 17948 17948 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 09:06:01.683 17948 17948 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 09:06:01.683 17948 17948 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 09:06:01.683 17948 17948 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 09:06:01.683 17948 17948 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 09:06:01.683 17948 17948 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 09:06:01.683 17948 17948 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 09:06:01.683 17948 17948 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 09:06:01.728 17948 17948 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 09:06:02.590 17948 17948 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 09:06:02.590 17948 17948 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 09:06:02.824 17948 17948 W com.mbwhatsapp: type=1400 audit(0.0:894407): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 09:06:02.827 17948 17948 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) 03-04 09:06:02.884 17948 17948 W com.mbwhatsapp: type=1400 audit(0.0:894408): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 09:06:02.912 17948 17948 W com.mbwhatsapp: type=1400 audit(0.0:894409): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 09:06:03.092 17948 17948 W com.mbwhatsapp: type=1400 audit(0.0:894410): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 09:06:03.108 17948 17948 W com.mbwhatsapp: type=1400 audit(0.0:894411): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 09:06:03.202 17948 17948 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1387ms 03-04 09:06:03.217 17948 18132 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 09:06:03.217 17948 18132 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 09:06:03.217 17948 18132 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 09:06:03.230 17948 17948 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1956ms --------- beginning of system 03-04 09:06:03.230 17948 17948 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 09:07:53.098 18780 18780 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 09:07:53.353 18780 18780 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 09:07:53.359 18780 18780 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 09:07:53.359 18780 18780 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 09:07:53.359 18780 18780 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 09:07:53.359 18780 18780 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 09:07:53.359 18780 18780 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 09:07:53.359 18780 18780 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 09:07:53.359 18780 18780 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 09:07:53.359 18780 18780 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 09:07:53.359 18780 18780 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 09:07:53.359 18780 18780 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 09:07:53.360 18780 18780 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 09:07:53.360 18780 18780 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 09:07:53.360 18780 18780 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 09:07:53.360 18780 18780 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 09:07:53.360 18780 18780 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 09:07:53.360 18780 18780 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 09:07:53.360 18780 18780 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 09:07:53.360 18780 18780 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 09:07:53.360 18780 18780 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 09:07:53.360 18780 18780 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 09:07:53.385 18780 18780 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 09:07:53.803 18780 18780 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 09:07:53.803 18780 18780 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 09:07:53.896 18780 18780 W com.mbwhatsapp: type=1400 audit(0.0:895315): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 09:07:53.899 18780 18780 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) 03-04 09:07:53.904 18780 18780 W com.mbwhatsapp: type=1400 audit(0.0:895316): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 09:07:53.920 18780 18780 W com.mbwhatsapp: type=1400 audit(0.0:895317): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 09:07:53.984 18780 18780 W com.mbwhatsapp: type=1400 audit(0.0:895318): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 09:07:54.000 18780 18780 W com.mbwhatsapp: type=1400 audit(0.0:895319): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 09:07:54.099 18780 18780 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 658ms 03-04 09:07:54.108 18780 18827 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 09:07:54.108 18780 18827 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 09:07:54.108 18780 18827 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 09:07:54.190 18780 18780 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1077ms --------- beginning of system 03-04 09:07:54.190 18780 18780 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 09:20:10.903 20088 20088 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 09:20:11.225 20088 20088 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 09:20:11.227 20088 20088 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 09:20:11.227 20088 20088 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 09:20:11.227 20088 20088 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 09:20:11.227 20088 20088 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 09:20:11.227 20088 20088 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 09:20:11.227 20088 20088 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 09:20:11.227 20088 20088 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 09:20:11.227 20088 20088 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 09:20:11.227 20088 20088 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 09:20:11.227 20088 20088 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 09:20:11.227 20088 20088 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 09:20:11.227 20088 20088 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 09:20:11.227 20088 20088 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 09:20:11.227 20088 20088 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 09:20:11.227 20088 20088 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 09:20:11.227 20088 20088 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 09:20:11.227 20088 20088 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 09:20:11.227 20088 20088 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 09:20:11.227 20088 20088 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 09:20:11.227 20088 20088 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 09:20:11.278 20088 20088 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 09:20:11.771 20088 20088 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 09:20:11.772 20088 20088 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 09:20:11.852 20088 20088 W com.mbwhatsapp: type=1400 audit(0.0:896837): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 09:20:11.858 20088 20088 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) 03-04 09:20:11.868 20088 20088 W com.mbwhatsapp: type=1400 audit(0.0:896838): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 09:20:11.884 20088 20088 W com.mbwhatsapp: type=1400 audit(0.0:896839): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 09:20:11.972 20088 20088 W com.mbwhatsapp: type=1400 audit(0.0:896840): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 09:20:11.988 20088 20088 W com.mbwhatsapp: type=1400 audit(0.0:896841): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 09:20:12.069 20088 20088 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 707ms 03-04 09:20:12.075 20088 20135 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 09:20:12.075 20088 20135 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 09:20:12.075 20088 20135 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 09:20:12.089 20088 20088 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1167ms --------- beginning of system 03-04 09:20:12.089 20088 20088 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 09:54:26.749 2487 2487 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 09:54:27.272 2487 2487 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 09:54:27.283 2487 2487 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 09:54:27.283 2487 2487 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 09:54:27.284 2487 2487 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 09:54:27.284 2487 2487 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 09:54:27.284 2487 2487 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 09:54:27.284 2487 2487 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 09:54:27.284 2487 2487 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 09:54:27.284 2487 2487 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 09:54:27.284 2487 2487 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 09:54:27.284 2487 2487 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 09:54:27.284 2487 2487 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 09:54:27.284 2487 2487 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 09:54:27.284 2487 2487 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 09:54:27.284 2487 2487 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 09:54:27.284 2487 2487 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 09:54:27.284 2487 2487 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 09:54:27.284 2487 2487 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 09:54:27.284 2487 2487 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 09:54:27.284 2487 2487 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 09:54:27.284 2487 2487 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 09:54:27.340 2487 2487 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 259ms 03-04 09:54:27.349 2487 2487 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 09:54:28.040 2487 2487 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 09:54:28.041 2487 2487 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 09:54:28.167 2487 2487 W com.mbwhatsapp: type=1400 audit(0.0:900444): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 09:54:28.173 2487 2487 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) 03-04 09:54:28.187 2487 2487 W com.mbwhatsapp: type=1400 audit(0.0:900445): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 09:54:28.199 2487 2487 W com.mbwhatsapp: type=1400 audit(0.0:900446): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 09:54:28.335 2487 2487 W com.mbwhatsapp: type=1400 audit(0.0:900447): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 09:54:28.351 2487 2487 W com.mbwhatsapp: type=1400 audit(0.0:900448): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 09:54:28.467 2487 2487 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1009ms 03-04 09:54:28.471 2487 2651 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 09:54:28.471 2487 2651 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 09:54:28.471 2487 2651 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 09:54:28.477 2487 2487 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1709ms --------- beginning of system 03-04 09:54:28.477 2487 2487 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 09:57:17.744 7044 7044 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 09:57:18.092 7044 7044 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 09:57:18.094 7044 7044 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 09:57:18.094 7044 7044 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 09:57:18.094 7044 7044 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 09:57:18.094 7044 7044 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 09:57:18.094 7044 7044 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 09:57:18.094 7044 7044 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 09:57:18.094 7044 7044 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 09:57:18.094 7044 7044 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 09:57:18.094 7044 7044 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 09:57:18.094 7044 7044 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 09:57:18.094 7044 7044 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 09:57:18.094 7044 7044 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 09:57:18.094 7044 7044 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 09:57:18.095 7044 7044 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 09:57:18.095 7044 7044 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 09:57:18.095 7044 7044 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 09:57:18.095 7044 7044 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 09:57:18.095 7044 7044 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 09:57:18.095 7044 7044 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 09:57:18.095 7044 7044 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 09:57:18.148 7044 7044 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 09:57:18.747 7044 7044 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 09:57:18.747 7044 7044 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 09:57:18.851 7044 7044 W com.mbwhatsapp: type=1400 audit(0.0:900763): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 09:57:18.857 7044 7044 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) 03-04 09:57:18.863 7044 7044 W com.mbwhatsapp: type=1400 audit(0.0:900764): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 09:57:18.879 7044 7044 W com.mbwhatsapp: type=1400 audit(0.0:900765): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 09:57:18.955 7044 7044 W com.mbwhatsapp: type=1400 audit(0.0:900766): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 09:57:18.971 7044 7044 W com.mbwhatsapp: type=1400 audit(0.0:900767): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 09:57:18.971 7044 7044 W com.mbwhatsapp: type=1400 audit(0.0:900769): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 09:57:19.064 7044 7044 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 808ms 03-04 09:57:19.070 7044 7093 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 09:57:19.070 7044 7093 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 09:57:19.070 7044 7093 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 09:57:19.108 7044 7044 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1349ms --------- beginning of system 03-04 09:57:19.108 7044 7044 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 10:01:39.510 10399 10399 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 10:01:40.572 10399 10399 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 10:01:40.576 10399 10399 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 10:01:40.576 10399 10399 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 10:01:40.576 10399 10399 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 10:01:40.576 10399 10399 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 10:01:40.576 10399 10399 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 10:01:40.576 10399 10399 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 10:01:40.576 10399 10399 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 10:01:40.576 10399 10399 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 10:01:40.576 10399 10399 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 10:01:40.576 10399 10399 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 10:01:40.576 10399 10399 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 10:01:40.576 10399 10399 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 10:01:40.576 10399 10399 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 10:01:40.576 10399 10399 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 10:01:40.576 10399 10399 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 10:01:40.576 10399 10399 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 10:01:40.577 10399 10399 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 10:01:40.577 10399 10399 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 10:01:40.577 10399 10399 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 10:01:40.577 10399 10399 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 10:01:40.682 10399 10399 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 443ms 03-04 10:01:40.701 10399 10399 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 10:01:40.972 10399 10399 W CheckTime: App running slow: Executing handleBindApplication : installContentProviders took 290ms 03-04 10:01:41.843 10399 10399 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 10:01:41.844 10399 10399 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 10:01:41.983 10399 10399 W com.mbwhatsapp: type=1400 audit(0.0:901020): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 10:01:41.986 10399 10399 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) 03-04 10:01:42.003 10399 10399 W com.mbwhatsapp: type=1400 audit(0.0:901021): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 10:01:42.019 10399 10399 W com.mbwhatsapp: type=1400 audit(0.0:901022): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 10:01:42.259 10399 10399 W com.mbwhatsapp: type=1400 audit(0.0:901023): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 10:01:42.271 10399 10399 W com.mbwhatsapp: type=1400 audit(0.0:901024): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 10:01:42.373 10399 10399 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1401ms 03-04 10:01:42.375 10399 10575 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 10:01:42.375 10399 10575 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 10:01:42.375 10399 10575 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 10:01:42.467 10399 10399 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 2924ms --------- beginning of system 03-04 10:01:42.467 10399 10399 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 10:01:43.803 10717 10717 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 10:01:44.014 10717 10717 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 10:01:44.015 10717 10717 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 10:01:44.015 10717 10717 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 10:01:44.015 10717 10717 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 10:01:44.015 10717 10717 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 10:01:44.015 10717 10717 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 10:01:44.015 10717 10717 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 10:01:44.015 10717 10717 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 10:01:44.015 10717 10717 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 10:01:44.016 10717 10717 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 10:01:44.016 10717 10717 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 10:01:44.016 10717 10717 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 10:01:44.016 10717 10717 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 10:01:44.016 10717 10717 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 10:01:44.016 10717 10717 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 10:01:44.016 10717 10717 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 10:01:44.016 10717 10717 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 10:01:44.016 10717 10717 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 10:01:44.016 10717 10717 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 10:01:44.016 10717 10717 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 10:01:44.016 10717 10717 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 10:01:44.024 10717 10717 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 10:01:44.229 10717 10717 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 10:01:44.229 10717 10717 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 10:01:44.301 10717 10717 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) 03-04 10:01:44.411 10717 10717 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 366ms 03-04 10:01:44.467 10717 10807 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 10:01:44.467 10717 10807 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 10:01:44.467 10717 10807 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 10:06:01.029 14112 14112 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 10:06:01.404 14112 14112 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 10:06:01.407 14112 14112 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 10:06:01.407 14112 14112 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 10:06:01.408 14112 14112 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 10:06:01.408 14112 14112 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 10:06:01.408 14112 14112 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 10:06:01.408 14112 14112 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 10:06:01.408 14112 14112 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 10:06:01.408 14112 14112 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 10:06:01.408 14112 14112 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 10:06:01.408 14112 14112 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 10:06:01.408 14112 14112 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 10:06:01.408 14112 14112 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 10:06:01.408 14112 14112 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 10:06:01.408 14112 14112 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 10:06:01.408 14112 14112 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 10:06:01.408 14112 14112 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 10:06:01.408 14112 14112 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 10:06:01.408 14112 14112 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 10:06:01.408 14112 14112 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 10:06:01.408 14112 14112 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 10:06:01.456 14112 14112 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 10:06:01.915 14112 14112 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 10:06:01.915 14112 14112 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 10:06:02.007 14112 14112 W com.mbwhatsapp: type=1400 audit(0.0:902171): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 10:06:02.012 14112 14112 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) 03-04 10:06:02.019 14112 14112 W com.mbwhatsapp: type=1400 audit(0.0:902172): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 10:06:02.035 14112 14112 W com.mbwhatsapp: type=1400 audit(0.0:902173): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 10:06:02.111 14112 14112 W com.mbwhatsapp: type=1400 audit(0.0:902174): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 10:06:02.131 14112 14112 W com.mbwhatsapp: type=1400 audit(0.0:902175): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 10:06:02.234 14112 14112 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 699ms 03-04 10:06:02.238 14112 14162 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 10:06:02.238 14112 14162 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 10:06:02.238 14112 14162 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 10:06:02.243 14112 14112 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1196ms --------- beginning of system 03-04 10:06:02.243 14112 14112 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 10:15:58.006 17592 17592 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 10:15:58.147 17592 17592 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 10:15:58.150 17592 17592 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 10:15:58.150 17592 17592 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 10:15:58.150 17592 17592 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 10:15:58.150 17592 17592 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 10:15:58.150 17592 17592 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 10:15:58.150 17592 17592 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 10:15:58.150 17592 17592 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 10:15:58.150 17592 17592 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 10:15:58.150 17592 17592 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 10:15:58.150 17592 17592 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 10:15:58.150 17592 17592 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 10:15:58.150 17592 17592 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 10:15:58.150 17592 17592 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 10:15:58.150 17592 17592 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 10:15:58.150 17592 17592 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 10:15:58.150 17592 17592 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 10:15:58.150 17592 17592 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 10:15:58.150 17592 17592 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 10:15:58.150 17592 17592 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 10:15:58.150 17592 17592 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 10:15:58.163 17592 17592 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 10:15:58.524 17592 17592 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 10:15:58.524 17592 17592 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 10:15:58.615 17592 17592 W com.mbwhatsapp: type=1400 audit(0.0:903391): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 10:15:58.619 17592 17592 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) 03-04 10:15:58.635 17592 17592 W com.mbwhatsapp: type=1400 audit(0.0:903392): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 10:15:58.647 17592 17592 W com.mbwhatsapp: type=1400 audit(0.0:903393): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 10:15:58.723 17592 17592 W com.mbwhatsapp: type=1400 audit(0.0:903394): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 10:15:58.739 17592 17592 W com.mbwhatsapp: type=1400 audit(0.0:903395): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 10:15:58.812 17592 17592 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 598ms 03-04 10:15:58.823 17592 17592 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 796ms --------- beginning of system 03-04 10:15:58.823 17592 17592 W ActivityThread: Main thread can not be idle for a long time. 03-04 10:15:58.840 17592 17644 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 10:15:58.840 17592 17644 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 10:15:58.840 17592 17644 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 10:54:26.738 23442 23442 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 10:54:26.989 23442 23442 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 10:54:26.991 23442 23442 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 10:54:26.991 23442 23442 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 10:54:26.991 23442 23442 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 10:54:26.991 23442 23442 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 10:54:26.991 23442 23442 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 10:54:26.991 23442 23442 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 10:54:26.991 23442 23442 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 10:54:26.991 23442 23442 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 10:54:26.991 23442 23442 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 10:54:26.991 23442 23442 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 10:54:26.991 23442 23442 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 10:54:26.991 23442 23442 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 10:54:26.991 23442 23442 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 10:54:26.991 23442 23442 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 10:54:26.992 23442 23442 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 10:54:26.992 23442 23442 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 10:54:26.992 23442 23442 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 10:54:26.992 23442 23442 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 10:54:26.992 23442 23442 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 10:54:26.992 23442 23442 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 10:54:27.020 23442 23442 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 10:54:27.332 23442 23442 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 10:54:27.333 23442 23442 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 10:54:27.414 23442 23442 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) 03-04 10:54:27.593 23442 23442 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 508ms 03-04 10:54:27.599 23442 23442 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 845ms --------- beginning of system 03-04 10:54:27.599 23442 23442 W ActivityThread: Main thread can not be idle for a long time. 03-04 10:54:27.606 23442 23501 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 10:54:27.606 23442 23501 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 10:54:27.606 23442 23501 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 11:57:17.763 32278 32278 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 11:57:18.274 32278 32278 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 11:57:18.275 32278 32278 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 11:57:18.276 32278 32278 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 11:57:18.276 32278 32278 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 11:57:18.276 32278 32278 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 11:57:18.276 32278 32278 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 11:57:18.276 32278 32278 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 11:57:18.276 32278 32278 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 11:57:18.276 32278 32278 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 11:57:18.276 32278 32278 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 11:57:18.276 32278 32278 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 11:57:18.276 32278 32278 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 11:57:18.276 32278 32278 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 11:57:18.276 32278 32278 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 11:57:18.276 32278 32278 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 11:57:18.276 32278 32278 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 11:57:18.276 32278 32278 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 11:57:18.276 32278 32278 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 11:57:18.276 32278 32278 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 11:57:18.276 32278 32278 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 11:57:18.276 32278 32278 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 11:57:18.337 32278 32278 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 11:57:19.018 32278 32278 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 11:57:19.019 32278 32278 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 11:57:19.112 32278 32278 W com.mbwhatsapp: type=1400 audit(0.0:916505): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 11:57:19.117 32278 32278 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) 03-04 11:57:19.128 32278 32278 W com.mbwhatsapp: type=1400 audit(0.0:916506): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 11:57:19.144 32278 32278 W com.mbwhatsapp: type=1400 audit(0.0:916507): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 11:57:19.248 32278 32278 W com.mbwhatsapp: type=1400 audit(0.0:916508): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 11:57:19.268 32278 32278 W com.mbwhatsapp: type=1400 audit(0.0:916509): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 11:57:19.378 32278 32278 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 934ms 03-04 11:57:19.386 32278 32376 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 11:57:19.386 32278 32376 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 11:57:19.386 32278 32376 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 11:57:19.389 32278 32278 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1610ms --------- beginning of system 03-04 11:57:19.390 32278 32278 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 12:01:39.099 1694 1694 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 12:01:39.193 1694 1694 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 12:01:39.193 1694 1694 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 12:01:39.193 1694 1694 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 12:01:39.193 1694 1694 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 12:01:39.193 1694 1694 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 12:01:39.193 1694 1694 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 12:01:39.193 1694 1694 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 12:01:39.193 1694 1694 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 12:01:39.193 1694 1694 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 12:01:39.193 1694 1694 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 12:01:39.193 1694 1694 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 12:01:39.193 1694 1694 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 12:01:39.193 1694 1694 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 12:01:39.193 1694 1694 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 12:01:39.193 1694 1694 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 12:01:39.193 1694 1694 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 12:01:39.193 1694 1694 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 12:01:39.193 1694 1694 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 12:01:39.193 1694 1694 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 12:01:39.193 1694 1694 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 12:01:39.193 1694 1694 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 12:01:39.202 1694 1694 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 12:01:39.384 1694 1694 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 12:01:39.384 1694 1694 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 12:01:39.409 1694 1694 W com.mbwhatsapp: type=1400 audit(0.0:917508): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 12:01:39.409 1694 1694 W com.mbwhatsapp: type=1400 audit(0.0:917509): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 12:01:39.413 1694 1694 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) 03-04 12:01:39.421 1694 1694 W com.mbwhatsapp: type=1400 audit(0.0:917510): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 12:01:39.437 1694 1694 W com.mbwhatsapp: type=1400 audit(0.0:917511): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 12:01:39.445 1694 1694 W com.mbwhatsapp: type=1400 audit(0.0:917512): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 12:01:39.498 1694 1694 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 264ms 03-04 12:01:39.537 1694 1744 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 12:01:39.537 1694 1744 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 12:01:39.537 1694 1744 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 12:09:53.345 3109 3109 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 12:09:53.442 3109 3109 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 12:09:53.446 3109 3109 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 12:09:53.446 3109 3109 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 12:09:53.446 3109 3109 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 12:09:53.446 3109 3109 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 12:09:53.446 3109 3109 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 12:09:53.446 3109 3109 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 12:09:53.446 3109 3109 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 12:09:53.447 3109 3109 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 12:09:53.447 3109 3109 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 12:09:53.447 3109 3109 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 12:09:53.447 3109 3109 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 12:09:53.447 3109 3109 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 12:09:53.447 3109 3109 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 12:09:53.447 3109 3109 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 12:09:53.447 3109 3109 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 12:09:53.447 3109 3109 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 12:09:53.447 3109 3109 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 12:09:53.448 3109 3109 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 12:09:53.448 3109 3109 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 12:09:53.448 3109 3109 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 12:09:53.464 3109 3109 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 12:09:54.286 3109 3109 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 12:09:54.287 3109 3109 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 12:09:54.312 3109 3109 W com.mbwhatsapp: type=1400 audit(0.0:919327): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 12:09:54.312 3109 3109 W com.mbwhatsapp: type=1400 audit(0.0:919328): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 12:09:54.315 3109 3109 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) 03-04 12:09:54.320 3109 3109 W com.mbwhatsapp: type=1400 audit(0.0:919329): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 12:09:54.340 3109 3109 W com.mbwhatsapp: type=1400 audit(0.0:919330): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 12:09:54.392 3109 3109 W com.mbwhatsapp: type=1400 audit(0.0:919331): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 12:09:54.451 3109 3109 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 954ms 03-04 12:09:54.843 3109 3109 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver onReceive took 391ms --------- beginning of system 03-04 12:09:54.843 3109 3109 W ActivityThread: com.mbwhatsapp.yo.autoschedreply.Receiver running onReceive took long time 03-04 12:09:54.843 3109 3109 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1480ms 03-04 12:09:54.843 3109 3109 W ActivityThread: Main thread can not be idle for a long time. 03-04 12:09:54.872 3109 3277 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 12:09:54.872 3109 3277 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 12:09:54.872 3109 3277 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 12:10:01.001 4020 4020 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 12:10:01.093 4020 4020 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 12:10:01.094 4020 4020 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 12:10:01.094 4020 4020 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 12:10:01.094 4020 4020 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 12:10:01.094 4020 4020 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 12:10:01.094 4020 4020 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 12:10:01.094 4020 4020 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 12:10:01.094 4020 4020 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 12:10:01.094 4020 4020 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 12:10:01.095 4020 4020 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 12:10:01.095 4020 4020 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 12:10:01.095 4020 4020 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 12:10:01.095 4020 4020 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 12:10:01.095 4020 4020 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 12:10:01.095 4020 4020 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 12:10:01.095 4020 4020 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 12:10:01.095 4020 4020 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 12:10:01.095 4020 4020 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 12:10:01.095 4020 4020 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 12:10:01.095 4020 4020 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 12:10:01.095 4020 4020 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 12:10:01.100 4020 4020 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 12:10:01.291 4020 4020 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 12:10:01.292 4020 4020 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 12:10:01.308 4020 4020 W com.mbwhatsapp: type=1400 audit(0.0:919338): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 12:10:01.312 4020 4020 W com.mbwhatsapp: type=1400 audit(0.0:919339): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 12:10:01.312 4020 4020 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) 03-04 12:10:01.320 4020 4020 W com.mbwhatsapp: type=1400 audit(0.0:919340): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 12:10:01.340 4020 4020 W com.mbwhatsapp: type=1400 audit(0.0:919341): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 12:10:01.348 4020 4020 W com.mbwhatsapp: type=1400 audit(0.0:919342): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 12:10:01.348 4020 4020 W com.mbwhatsapp: type=1400 audit(0.0:919343): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 12:10:01.421 4020 4020 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 299ms 03-04 12:10:01.452 4020 4134 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 12:10:01.452 4020 4134 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 12:10:01.452 4020 4134 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 12:10:29.696 5290 5290 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 12:10:29.920 5290 5290 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 12:10:29.925 5290 5290 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 12:10:29.925 5290 5290 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 12:10:29.925 5290 5290 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 12:10:29.925 5290 5290 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 12:10:29.925 5290 5290 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 12:10:29.925 5290 5290 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 12:10:29.925 5290 5290 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 12:10:29.925 5290 5290 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 12:10:29.925 5290 5290 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 12:10:29.925 5290 5290 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 12:10:29.925 5290 5290 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 12:10:29.925 5290 5290 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 12:10:29.925 5290 5290 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 12:10:29.925 5290 5290 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 12:10:29.925 5290 5290 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 12:10:29.925 5290 5290 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 12:10:29.925 5290 5290 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 12:10:29.925 5290 5290 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 12:10:29.925 5290 5290 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 12:10:29.925 5290 5290 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 12:10:29.939 5290 5290 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 12:10:30.416 5290 5290 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 12:10:30.416 5290 5290 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 12:10:30.468 5290 5290 W com.mbwhatsapp: type=1400 audit(0.0:919353): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 12:10:30.471 5290 5290 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) 03-04 12:10:30.476 5290 5290 W com.mbwhatsapp: type=1400 audit(0.0:919354): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 12:10:30.496 5290 5290 W com.mbwhatsapp: type=1400 audit(0.0:919355): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 12:10:30.568 5290 5290 W com.mbwhatsapp: type=1400 audit(0.0:919356): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 12:10:30.588 5290 5290 W com.mbwhatsapp: type=1400 audit(0.0:919357): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 12:10:30.672 5290 5290 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 675ms 03-04 12:10:30.707 5290 5290 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 986ms --------- beginning of system 03-04 12:10:30.707 5290 5290 W ActivityThread: Main thread can not be idle for a long time. 03-04 12:10:30.739 5290 5336 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 12:10:30.739 5290 5336 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 12:10:30.739 5290 5336 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 12:12:22.410 5875 5875 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 12:12:22.617 5875 5875 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 12:12:22.624 5875 5875 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 12:12:22.624 5875 5875 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 12:12:22.624 5875 5875 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 12:12:22.624 5875 5875 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 12:12:22.624 5875 5875 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 12:12:22.625 5875 5875 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 12:12:22.625 5875 5875 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 12:12:22.625 5875 5875 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 12:12:22.625 5875 5875 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 12:12:22.625 5875 5875 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 12:12:22.625 5875 5875 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 12:12:22.625 5875 5875 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 12:12:22.625 5875 5875 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 12:12:22.625 5875 5875 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 12:12:22.625 5875 5875 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 12:12:22.625 5875 5875 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 12:12:22.625 5875 5875 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 12:12:22.625 5875 5875 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 12:12:22.625 5875 5875 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 12:12:22.625 5875 5875 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 12:12:22.643 5875 5875 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 12:12:23.093 5875 5875 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 12:12:23.093 5875 5875 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 12:12:23.184 5875 5875 W com.mbwhatsapp: type=1400 audit(0.0:919917): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 12:12:23.188 5875 5875 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) 03-04 12:12:23.192 5875 5875 W com.mbwhatsapp: type=1400 audit(0.0:919918): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 12:12:23.212 5875 5875 W com.mbwhatsapp: type=1400 audit(0.0:919919): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 12:12:23.268 5875 5875 W com.mbwhatsapp: type=1400 audit(0.0:919920): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 12:12:23.276 5875 5875 W com.mbwhatsapp: type=1400 audit(0.0:919921): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 12:12:23.363 5875 5875 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 666ms 03-04 12:12:23.380 5875 5923 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 12:12:23.380 5875 5923 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 12:12:23.380 5875 5923 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 12:12:23.387 5875 5875 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 955ms --------- beginning of system 03-04 12:12:23.387 5875 5875 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 17:44:06.037 11549 11549 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 17:44:06.330 11549 11549 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 17:44:06.336 11549 11549 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 17:44:06.336 11549 11549 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 17:44:06.336 11549 11549 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 17:44:06.336 11549 11549 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 17:44:06.336 11549 11549 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 17:44:06.336 11549 11549 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 17:44:06.336 11549 11549 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 17:44:06.336 11549 11549 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 17:44:06.336 11549 11549 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 17:44:06.336 11549 11549 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 17:44:06.336 11549 11549 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 17:44:06.336 11549 11549 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 17:44:06.336 11549 11549 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 17:44:06.336 11549 11549 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 17:44:06.336 11549 11549 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 17:44:06.336 11549 11549 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 17:44:06.336 11549 11549 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 17:44:06.336 11549 11549 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 17:44:06.336 11549 11549 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 17:44:06.336 11549 11549 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 17:44:06.365 11549 11549 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 17:44:06.961 11549 11549 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 17:44:06.962 11549 11549 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 17:44:07.129 11549 11549 W com.mbwhatsapp: type=1400 audit(0.0:944083): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 17:44:07.134 11549 11549 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) 03-04 17:44:07.141 11549 11549 W com.mbwhatsapp: type=1400 audit(0.0:944084): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 17:44:07.161 11549 11549 W com.mbwhatsapp: type=1400 audit(0.0:944085): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 17:44:07.245 11549 11549 W com.mbwhatsapp: type=1400 audit(0.0:944086): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 17:44:07.261 11549 11549 W com.mbwhatsapp: type=1400 audit(0.0:944087): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 17:44:07.375 11549 11549 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 923ms 03-04 17:44:07.381 11549 11822 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 17:44:07.381 11549 11822 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 17:44:07.381 11549 11822 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 17:44:07.391 11549 11549 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1339ms --------- beginning of system 03-04 17:44:07.391 11549 11549 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 17:48:22.413 12468 12468 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 17:48:22.633 12468 12468 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 17:48:22.636 12468 12468 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 17:48:22.636 12468 12468 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 17:48:22.636 12468 12468 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 17:48:22.636 12468 12468 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 17:48:22.636 12468 12468 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 17:48:22.636 12468 12468 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 17:48:22.636 12468 12468 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 17:48:22.636 12468 12468 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 17:48:22.636 12468 12468 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 17:48:22.637 12468 12468 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 17:48:22.637 12468 12468 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 17:48:22.637 12468 12468 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 17:48:22.637 12468 12468 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 17:48:22.637 12468 12468 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 17:48:22.637 12468 12468 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 17:48:22.637 12468 12468 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 17:48:22.637 12468 12468 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 17:48:22.637 12468 12468 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 17:48:22.637 12468 12468 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 17:48:22.637 12468 12468 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 17:48:22.679 12468 12468 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 17:48:23.109 12468 12468 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 17:48:23.109 12468 12468 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 17:48:23.167 12468 12468 W com.mbwhatsapp: type=1400 audit(0.0:944650): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 17:48:23.172 12468 12468 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) 03-04 17:48:23.175 12468 12468 W com.mbwhatsapp: type=1400 audit(0.0:944651): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 17:48:23.187 12468 12468 W com.mbwhatsapp: type=1400 audit(0.0:944652): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 17:48:23.239 12468 12468 W com.mbwhatsapp: type=1400 audit(0.0:944653): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 17:48:23.251 12468 12468 W com.mbwhatsapp: type=1400 audit(0.0:944654): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 17:48:23.352 12468 12468 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 618ms 03-04 17:48:23.358 12468 12515 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 17:48:23.358 12468 12515 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 17:48:23.358 12468 12515 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 17:48:23.411 12468 12468 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 977ms --------- beginning of system 03-04 17:48:23.411 12468 12468 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 17:56:07.480 12863 12863 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 17:56:07.759 12863 12863 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 17:56:07.763 12863 12863 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 17:56:07.763 12863 12863 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 17:56:07.763 12863 12863 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 17:56:07.763 12863 12863 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 17:56:07.764 12863 12863 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 17:56:07.764 12863 12863 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 17:56:07.764 12863 12863 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 17:56:07.764 12863 12863 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 17:56:07.764 12863 12863 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 17:56:07.764 12863 12863 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 17:56:07.764 12863 12863 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 17:56:07.764 12863 12863 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 17:56:07.764 12863 12863 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 17:56:07.764 12863 12863 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 17:56:07.764 12863 12863 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 17:56:07.764 12863 12863 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 17:56:07.764 12863 12863 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 17:56:07.764 12863 12863 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 17:56:07.764 12863 12863 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 17:56:07.764 12863 12863 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 17:56:07.794 12863 12863 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 17:56:08.225 12863 12863 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 17:56:08.226 12863 12863 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 17:56:08.267 12863 12863 W com.mbwhatsapp: type=1400 audit(0.0:945937): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 17:56:08.274 12863 12863 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) 03-04 17:56:08.311 12863 12863 W com.mbwhatsapp: type=1400 audit(0.0:945938): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 17:56:08.323 12863 12863 W com.mbwhatsapp: type=1400 audit(0.0:945939): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 17:56:08.379 12863 12863 W com.mbwhatsapp: type=1400 audit(0.0:945940): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 17:56:08.391 12863 12863 W com.mbwhatsapp: type=1400 audit(0.0:945941): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 17:56:08.473 12863 12863 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 619ms 03-04 17:56:08.476 12863 12936 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 17:56:08.476 12863 12936 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 17:56:08.476 12863 12936 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 17:56:08.480 12863 12863 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 979ms --------- beginning of system 03-04 17:56:08.480 12863 12863 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 17:57:02.370 13062 13062 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 17:57:02.565 13062 13062 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 17:57:02.570 13062 13062 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 17:57:02.570 13062 13062 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 17:57:02.570 13062 13062 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 17:57:02.570 13062 13062 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 17:57:02.570 13062 13062 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 17:57:02.570 13062 13062 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 17:57:02.570 13062 13062 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 17:57:02.570 13062 13062 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 17:57:02.570 13062 13062 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 17:57:02.570 13062 13062 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 17:57:02.570 13062 13062 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 17:57:02.570 13062 13062 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 17:57:02.570 13062 13062 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 17:57:02.570 13062 13062 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 17:57:02.570 13062 13062 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 17:57:02.570 13062 13062 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 17:57:02.570 13062 13062 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 17:57:02.570 13062 13062 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 17:57:02.570 13062 13062 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 17:57:02.570 13062 13062 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 17:57:02.589 13062 13062 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 17:57:03.005 13062 13062 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 17:57:03.006 13062 13062 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 17:57:03.052 13062 13062 W com.mbwhatsapp: type=1400 audit(0.0:946036): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 17:57:03.055 13062 13062 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) 03-04 17:57:03.060 13062 13062 W com.mbwhatsapp: type=1400 audit(0.0:946037): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 17:57:03.068 13062 13062 W com.mbwhatsapp: type=1400 audit(0.0:946038): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 17:57:03.112 13062 13062 W com.mbwhatsapp: type=1400 audit(0.0:946039): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 17:57:03.132 13062 13062 W com.mbwhatsapp: type=1400 audit(0.0:946040): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 17:57:03.201 13062 13062 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 562ms 03-04 17:57:03.205 13062 13111 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 17:57:03.205 13062 13111 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 17:57:03.205 13062 13111 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 17:57:03.207 13062 13062 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 819ms --------- beginning of system 03-04 17:57:03.207 13062 13062 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 17:57:54.016 13174 13174 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 17:57:54.364 13174 13174 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 17:57:54.372 13174 13174 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 17:57:54.372 13174 13174 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 17:57:54.372 13174 13174 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 17:57:54.372 13174 13174 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 17:57:54.372 13174 13174 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 17:57:54.372 13174 13174 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 17:57:54.372 13174 13174 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 17:57:54.372 13174 13174 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 17:57:54.372 13174 13174 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 17:57:54.372 13174 13174 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 17:57:54.372 13174 13174 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 17:57:54.372 13174 13174 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 17:57:54.372 13174 13174 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 17:57:54.372 13174 13174 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 17:57:54.372 13174 13174 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 17:57:54.372 13174 13174 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 17:57:54.372 13174 13174 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 17:57:54.372 13174 13174 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 17:57:54.373 13174 13174 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 17:57:54.373 13174 13174 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 17:57:54.415 13174 13174 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 17:57:54.952 13174 13174 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 17:57:54.953 13174 13174 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 17:57:55.017 13174 13174 W com.mbwhatsapp: type=1400 audit(0.0:946223): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 17:57:55.023 13174 13174 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) 03-04 17:57:55.029 13174 13174 W com.mbwhatsapp: type=1400 audit(0.0:946224): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 17:57:55.041 13174 13174 W com.mbwhatsapp: type=1400 audit(0.0:946225): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 17:57:55.113 13174 13174 W com.mbwhatsapp: type=1400 audit(0.0:946226): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 17:57:55.121 13174 13174 W com.mbwhatsapp: type=1400 audit(0.0:946227): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 17:57:55.235 13174 13174 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 734ms 03-04 17:57:55.237 13174 13221 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 17:57:55.237 13174 13221 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 17:57:55.237 13174 13221 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 17:57:55.280 13174 13174 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1248ms --------- beginning of system 03-04 17:57:55.280 13174 13174 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 18:10:28.012 13952 13952 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 18:10:28.226 13952 13952 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 18:10:28.230 13952 13952 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 18:10:28.230 13952 13952 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 18:10:28.230 13952 13952 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 18:10:28.230 13952 13952 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 18:10:28.230 13952 13952 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 18:10:28.230 13952 13952 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 18:10:28.230 13952 13952 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 18:10:28.230 13952 13952 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 18:10:28.230 13952 13952 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 18:10:28.230 13952 13952 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 18:10:28.230 13952 13952 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 18:10:28.230 13952 13952 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 18:10:28.230 13952 13952 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 18:10:28.230 13952 13952 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 18:10:28.230 13952 13952 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 18:10:28.230 13952 13952 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 18:10:28.230 13952 13952 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 18:10:28.230 13952 13952 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 18:10:28.230 13952 13952 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 18:10:28.230 13952 13952 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 18:10:28.273 13952 13952 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 18:10:28.733 13952 13952 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 18:10:28.734 13952 13952 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 18:10:28.791 13952 13952 W com.mbwhatsapp: type=1400 audit(0.0:947049): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 18:10:28.796 13952 13952 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) 03-04 18:10:28.799 13952 13952 W com.mbwhatsapp: type=1400 audit(0.0:947050): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 18:10:28.811 13952 13952 W com.mbwhatsapp: type=1400 audit(0.0:947051): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 18:10:28.867 13952 13952 W com.mbwhatsapp: type=1400 audit(0.0:947052): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 18:10:28.883 13952 13952 W com.mbwhatsapp: type=1400 audit(0.0:947053): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 18:10:28.883 13952 13952 W com.mbwhatsapp: type=1400 audit(0.0:947054): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 18:10:28.883 13952 13952 W com.mbwhatsapp: type=1400 audit(0.0:947055): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 18:10:28.988 13952 13952 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 655ms 03-04 18:10:28.993 13952 14002 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 18:10:28.993 13952 14002 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 18:10:28.993 13952 14002 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 18:10:29.046 13952 13952 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1018ms --------- beginning of system 03-04 18:10:29.046 13952 13952 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 18:17:03.067 16453 16453 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 18:17:03.456 16453 16453 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 18:17:03.464 16453 16453 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 18:17:03.464 16453 16453 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 18:17:03.464 16453 16453 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 18:17:03.464 16453 16453 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 18:17:03.464 16453 16453 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 18:17:03.464 16453 16453 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 18:17:03.464 16453 16453 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 18:17:03.465 16453 16453 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 18:17:03.465 16453 16453 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 18:17:03.465 16453 16453 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 18:17:03.465 16453 16453 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 18:17:03.465 16453 16453 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 18:17:03.465 16453 16453 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 18:17:03.465 16453 16453 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 18:17:03.465 16453 16453 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 18:17:03.465 16453 16453 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 18:17:03.465 16453 16453 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 18:17:03.465 16453 16453 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 18:17:03.465 16453 16453 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 18:17:03.465 16453 16453 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 18:17:03.494 16453 16453 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 18:17:04.085 16453 16453 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 18:17:04.085 16453 16453 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 18:17:04.168 16453 16453 W com.mbwhatsapp: type=1400 audit(0.0:948470): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 18:17:04.173 16453 16453 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) 03-04 18:17:04.176 16453 16453 W com.mbwhatsapp: type=1400 audit(0.0:948471): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 18:17:04.196 16453 16453 W com.mbwhatsapp: type=1400 audit(0.0:948472): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 18:17:04.264 16453 16453 W com.mbwhatsapp: type=1400 audit(0.0:948473): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 18:17:04.288 16453 16453 W com.mbwhatsapp: type=1400 audit(0.0:948474): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 18:17:04.412 16453 16453 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 832ms 03-04 18:17:04.422 16453 16500 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 18:17:04.422 16453 16500 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 18:17:04.422 16453 16500 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 18:17:04.440 16453 16453 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1351ms --------- beginning of system 03-04 18:17:04.440 16453 16453 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 20:20:53.976 1792 1792 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 20:20:54.326 1792 1792 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 20:20:54.328 1792 1792 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 20:20:54.329 1792 1792 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 20:20:54.329 1792 1792 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 20:20:54.329 1792 1792 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 20:20:54.329 1792 1792 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 20:20:54.329 1792 1792 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 20:20:54.329 1792 1792 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 20:20:54.329 1792 1792 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 20:20:54.329 1792 1792 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 20:20:54.329 1792 1792 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 20:20:54.329 1792 1792 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 20:20:54.329 1792 1792 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 20:20:54.329 1792 1792 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 20:20:54.329 1792 1792 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 20:20:54.329 1792 1792 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 20:20:54.329 1792 1792 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 20:20:54.329 1792 1792 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 20:20:54.329 1792 1792 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 20:20:54.329 1792 1792 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 20:20:54.329 1792 1792 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 20:20:54.377 1792 1792 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 20:20:54.799 1792 1792 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 20:20:54.799 1792 1792 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 20:20:54.874 1792 1792 W com.mbwhatsapp: type=1400 audit(0.0:974056): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 20:20:54.877 1792 1792 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) 03-04 20:20:54.886 1792 1792 W com.mbwhatsapp: type=1400 audit(0.0:974057): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 20:20:54.898 1792 1792 W com.mbwhatsapp: type=1400 audit(0.0:974058): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 20:20:54.970 1792 1792 W com.mbwhatsapp: type=1400 audit(0.0:974059): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 20:20:54.986 1792 1792 W com.mbwhatsapp: type=1400 audit(0.0:974060): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 20:20:55.076 1792 1851 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 20:20:55.076 1792 1851 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 20:20:55.076 1792 1851 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 20:20:55.077 1792 1792 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 629ms 03-04 20:20:55.086 1792 1792 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1093ms --------- beginning of system 03-04 20:20:55.086 1792 1792 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 21:20:53.977 12799 12799 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 21:20:54.351 12799 12799 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 21:20:54.353 12799 12799 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 21:20:54.353 12799 12799 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 21:20:54.353 12799 12799 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 21:20:54.353 12799 12799 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 21:20:54.353 12799 12799 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 21:20:54.353 12799 12799 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 21:20:54.353 12799 12799 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 21:20:54.353 12799 12799 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 21:20:54.353 12799 12799 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 21:20:54.353 12799 12799 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 21:20:54.353 12799 12799 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 21:20:54.353 12799 12799 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 21:20:54.353 12799 12799 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 21:20:54.353 12799 12799 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 21:20:54.353 12799 12799 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 21:20:54.353 12799 12799 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 21:20:54.353 12799 12799 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 21:20:54.353 12799 12799 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 21:20:54.353 12799 12799 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 21:20:54.353 12799 12799 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 21:20:54.409 12799 12799 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 21:20:55.078 12799 12799 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 21:20:55.078 12799 12799 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 21:20:55.150 12799 12799 W com.mbwhatsapp: type=1400 audit(0.0:978164): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 21:20:55.156 12799 12799 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) 03-04 21:20:55.162 12799 12799 W com.mbwhatsapp: type=1400 audit(0.0:978165): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 21:20:55.174 12799 12799 W com.mbwhatsapp: type=1400 audit(0.0:978166): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 21:20:55.254 12799 12799 W com.mbwhatsapp: type=1400 audit(0.0:978167): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 21:20:55.282 12799 12799 W com.mbwhatsapp: type=1400 audit(0.0:978168): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 21:20:55.397 12799 12799 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 892ms 03-04 21:20:55.401 12799 12846 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 21:20:55.401 12799 12846 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 21:20:55.401 12799 12846 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 21:20:55.435 12799 12799 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1441ms --------- beginning of system 03-04 21:20:55.435 12799 12799 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 21:23:04.968 13275 13275 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 21:23:05.227 13275 13275 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 21:23:05.232 13275 13275 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 21:23:05.232 13275 13275 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 21:23:05.232 13275 13275 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 21:23:05.232 13275 13275 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 21:23:05.232 13275 13275 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 21:23:05.232 13275 13275 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 21:23:05.232 13275 13275 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 21:23:05.232 13275 13275 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 21:23:05.232 13275 13275 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 21:23:05.232 13275 13275 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 21:23:05.232 13275 13275 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 21:23:05.232 13275 13275 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 21:23:05.232 13275 13275 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 21:23:05.232 13275 13275 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 21:23:05.232 13275 13275 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 21:23:05.232 13275 13275 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 21:23:05.232 13275 13275 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 21:23:05.232 13275 13275 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 21:23:05.232 13275 13275 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 21:23:05.232 13275 13275 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 21:23:05.262 13275 13275 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 21:23:05.849 13275 13275 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 21:23:05.850 13275 13275 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 21:23:05.946 13275 13275 W com.mbwhatsapp: type=1400 audit(0.0:979402): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 21:23:05.951 13275 13275 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) 03-04 21:23:05.966 13275 13275 W com.mbwhatsapp: type=1400 audit(0.0:979403): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 21:23:05.990 13275 13275 W com.mbwhatsapp: type=1400 audit(0.0:979404): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 21:23:06.110 13275 13275 W com.mbwhatsapp: type=1400 audit(0.0:979405): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 21:23:06.122 13275 13275 W com.mbwhatsapp: type=1400 audit(0.0:979406): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 21:23:06.212 13275 13275 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 866ms 03-04 21:23:06.223 13275 13275 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1221ms --------- beginning of system 03-04 21:23:06.223 13275 13275 W ActivityThread: Main thread can not be idle for a long time. 03-04 21:23:06.226 13275 13437 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 21:23:06.226 13275 13437 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 21:23:06.226 13275 13437 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 22:20:54.070 29162 29162 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 22:20:54.539 29162 29162 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 22:20:54.543 29162 29162 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 22:20:54.543 29162 29162 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 22:20:54.543 29162 29162 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 22:20:54.543 29162 29162 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 22:20:54.543 29162 29162 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 22:20:54.543 29162 29162 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 22:20:54.543 29162 29162 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 22:20:54.543 29162 29162 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 22:20:54.543 29162 29162 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 22:20:54.543 29162 29162 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 22:20:54.543 29162 29162 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 22:20:54.543 29162 29162 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 22:20:54.543 29162 29162 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 22:20:54.543 29162 29162 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 22:20:54.543 29162 29162 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 22:20:54.543 29162 29162 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 22:20:54.543 29162 29162 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 22:20:54.543 29162 29162 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 22:20:54.543 29162 29162 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 22:20:54.543 29162 29162 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 22:20:54.597 29162 29162 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 22:20:55.380 29162 29162 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 22:20:55.381 29162 29162 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 22:20:55.463 29162 29162 W com.mbwhatsapp: type=1400 audit(0.0:986792): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 22:20:55.467 29162 29162 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) 03-04 22:20:55.471 29162 29162 W com.mbwhatsapp: type=1400 audit(0.0:986793): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 22:20:55.483 29162 29162 W com.mbwhatsapp: type=1400 audit(0.0:986794): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 22:20:55.559 29162 29162 W com.mbwhatsapp: type=1400 audit(0.0:986795): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 22:20:55.575 29162 29162 W com.mbwhatsapp: type=1400 audit(0.0:986796): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 22:20:55.575 29162 29162 W com.mbwhatsapp: type=1400 audit(0.0:986797): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 22:20:55.575 29162 29162 W com.mbwhatsapp: type=1400 audit(0.0:986798): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 22:20:55.660 29162 29162 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 985ms 03-04 22:20:55.673 29162 29227 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 22:20:55.673 29162 29227 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 22:20:55.673 29162 29227 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 22:20:55.713 29162 29162 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1565ms --------- beginning of system 03-04 22:20:55.713 29162 29162 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 22:23:04.940 30260 30260 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 22:23:05.302 30260 30260 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 22:23:05.304 30260 30260 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 22:23:05.304 30260 30260 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 22:23:05.304 30260 30260 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 22:23:05.304 30260 30260 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 22:23:05.304 30260 30260 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 22:23:05.304 30260 30260 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 22:23:05.304 30260 30260 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 22:23:05.304 30260 30260 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 22:23:05.304 30260 30260 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 22:23:05.304 30260 30260 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 22:23:05.304 30260 30260 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 22:23:05.305 30260 30260 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 22:23:05.305 30260 30260 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 22:23:05.305 30260 30260 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 22:23:05.305 30260 30260 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 22:23:05.305 30260 30260 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 22:23:05.305 30260 30260 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 22:23:05.305 30260 30260 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 22:23:05.305 30260 30260 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 22:23:05.305 30260 30260 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 22:23:05.356 30260 30260 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 22:23:05.976 30260 30260 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 22:23:05.976 30260 30260 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 22:23:06.055 30260 30260 W com.mbwhatsapp: type=1400 audit(0.0:986868): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 22:23:06.060 30260 30260 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) 03-04 22:23:06.071 30260 30260 W com.mbwhatsapp: type=1400 audit(0.0:986869): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 22:23:06.091 30260 30260 W com.mbwhatsapp: type=1400 audit(0.0:986870): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 22:23:06.199 30260 30260 W com.mbwhatsapp: type=1400 audit(0.0:986871): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 22:23:06.219 30260 30260 W com.mbwhatsapp: type=1400 audit(0.0:986872): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 22:23:06.219 30260 30260 W com.mbwhatsapp: type=1400 audit(0.0:986873): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 22:23:06.365 30260 30260 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 931ms 03-04 22:23:06.392 30260 30313 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 22:23:06.392 30260 30313 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 22:23:06.392 30260 30313 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 22:23:06.412 30260 30260 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1459ms --------- beginning of system 03-04 22:23:06.412 30260 30260 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-04 23:05:03.060 14877 14877 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 23:05:03.386 14877 14877 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 23:05:03.388 14877 14877 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 23:05:03.388 14877 14877 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 23:05:03.388 14877 14877 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 23:05:03.388 14877 14877 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 23:05:03.388 14877 14877 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 23:05:03.388 14877 14877 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 23:05:03.388 14877 14877 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 23:05:03.388 14877 14877 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 23:05:03.388 14877 14877 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 23:05:03.388 14877 14877 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 23:05:03.388 14877 14877 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 23:05:03.388 14877 14877 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 23:05:03.388 14877 14877 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 23:05:03.388 14877 14877 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 23:05:03.388 14877 14877 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 23:05:03.388 14877 14877 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 23:05:03.388 14877 14877 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 23:05:03.388 14877 14877 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 23:05:03.388 14877 14877 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 23:05:03.388 14877 14877 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 23:05:03.440 14877 14877 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 23:05:03.858 14877 14877 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 23:05:03.859 14877 14877 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 23:05:03.934 14877 14877 W com.mbwhatsapp: type=1400 audit(0.0:1001070): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 23:05:03.939 14877 14877 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) 03-04 23:05:03.946 14877 14877 W com.mbwhatsapp: type=1400 audit(0.0:1001071): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 23:05:03.958 14877 14877 W com.mbwhatsapp: type=1400 audit(0.0:1001072): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 23:05:04.054 14877 14877 W com.mbwhatsapp: type=1400 audit(0.0:1001073): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 23:05:04.070 14877 14877 W com.mbwhatsapp: type=1400 audit(0.0:1001074): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-04 23:05:04.166 14877 14877 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 653ms 03-04 23:05:04.172 14877 14928 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 23:05:04.172 14877 14928 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 23:05:04.172 14877 14928 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 23:23:16.296 18378 18378 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 23:23:16.588 18378 18378 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 23:23:16.590 18378 18378 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 23:23:16.590 18378 18378 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 23:23:16.590 18378 18378 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 23:23:16.590 18378 18378 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 23:23:16.590 18378 18378 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 23:23:16.590 18378 18378 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 23:23:16.590 18378 18378 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 23:23:16.590 18378 18378 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 23:23:16.590 18378 18378 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 23:23:16.590 18378 18378 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 23:23:16.590 18378 18378 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 23:23:16.590 18378 18378 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 23:23:16.590 18378 18378 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 23:23:16.590 18378 18378 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 23:23:16.590 18378 18378 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 23:23:16.590 18378 18378 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 23:23:16.590 18378 18378 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 23:23:16.590 18378 18378 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 23:23:16.590 18378 18378 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 23:23:16.590 18378 18378 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 23:23:16.606 18378 18378 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 23:23:16.874 18378 18378 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 23:23:16.875 18378 18378 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 23:23:16.954 18378 18378 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) 03-04 23:23:17.147 18378 18378 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 477ms 03-04 23:23:17.157 18378 18378 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 841ms --------- beginning of system 03-04 23:23:17.157 18378 18378 W ActivityThread: Main thread can not be idle for a long time. 03-04 23:23:17.173 18378 18468 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 23:23:17.173 18378 18468 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 23:23:17.173 18378 18468 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-04 23:27:08.185 19312 19312 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-04 23:27:08.390 19312 19312 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-04 23:27:08.396 19312 19312 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-04 23:27:08.396 19312 19312 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-04 23:27:08.396 19312 19312 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-04 23:27:08.397 19312 19312 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-04 23:27:08.397 19312 19312 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-04 23:27:08.397 19312 19312 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-04 23:27:08.397 19312 19312 W System.err: at java.lang.Class.newInstance(Native Method) 03-04 23:27:08.397 19312 19312 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-04 23:27:08.397 19312 19312 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-04 23:27:08.397 19312 19312 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-04 23:27:08.397 19312 19312 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-04 23:27:08.397 19312 19312 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-04 23:27:08.397 19312 19312 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-04 23:27:08.397 19312 19312 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-04 23:27:08.397 19312 19312 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-04 23:27:08.397 19312 19312 W System.err: at android.os.Looper.loop(Looper.java:223) 03-04 23:27:08.397 19312 19312 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-04 23:27:08.397 19312 19312 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-04 23:27:08.397 19312 19312 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-04 23:27:08.397 19312 19312 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-04 23:27:08.423 19312 19312 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-04 23:27:08.781 19312 19312 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-04 23:27:08.782 19312 19312 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-04 23:27:08.840 19312 19312 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) 03-04 23:27:09.024 19312 19312 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 492ms 03-04 23:27:09.028 19312 19433 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-04 23:27:09.028 19312 19433 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-04 23:27:09.028 19312 19433 W com.mbwhatsapp: and incorrect proguard optimizations. 03-04 23:27:09.030 19312 19312 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 825ms --------- beginning of system 03-04 23:27:09.030 19312 19312 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 00:23:14.863 5835 5835 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 00:23:15.230 5835 5835 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 00:23:15.232 5835 5835 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 00:23:15.232 5835 5835 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 00:23:15.232 5835 5835 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 00:23:15.232 5835 5835 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 00:23:15.232 5835 5835 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 00:23:15.232 5835 5835 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 00:23:15.232 5835 5835 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 00:23:15.232 5835 5835 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 00:23:15.233 5835 5835 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 00:23:15.233 5835 5835 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 00:23:15.233 5835 5835 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 00:23:15.233 5835 5835 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 00:23:15.233 5835 5835 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 00:23:15.233 5835 5835 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 00:23:15.233 5835 5835 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 00:23:15.233 5835 5835 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 00:23:15.233 5835 5835 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 00:23:15.233 5835 5835 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 00:23:15.233 5835 5835 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 00:23:15.233 5835 5835 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 00:23:15.288 5835 5835 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 00:23:15.729 5835 5835 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 00:23:15.729 5835 5835 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 00:23:15.796 5835 5835 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) 03-05 00:23:16.062 5835 5835 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 700ms 03-05 00:23:16.067 5835 5908 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 00:23:16.067 5835 5908 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 00:23:16.067 5835 5908 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 00:23:16.072 5835 5835 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1194ms --------- beginning of system 03-05 00:23:16.072 5835 5835 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 01:23:15.925 16913 16913 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 01:23:16.375 16913 16913 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 01:23:16.386 16913 16913 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 01:23:16.386 16913 16913 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 01:23:16.386 16913 16913 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 01:23:16.386 16913 16913 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 01:23:16.386 16913 16913 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 01:23:16.386 16913 16913 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 01:23:16.386 16913 16913 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 01:23:16.386 16913 16913 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 01:23:16.386 16913 16913 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 01:23:16.386 16913 16913 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 01:23:16.386 16913 16913 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 01:23:16.386 16913 16913 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 01:23:16.386 16913 16913 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 01:23:16.386 16913 16913 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 01:23:16.386 16913 16913 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 01:23:16.387 16913 16913 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 01:23:16.387 16913 16913 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 01:23:16.387 16913 16913 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 01:23:16.387 16913 16913 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 01:23:16.387 16913 16913 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 01:23:16.439 16913 16913 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 214ms 03-05 01:23:16.448 16913 16913 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 01:23:17.107 16913 16913 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 01:23:17.107 16913 16913 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 01:23:17.188 16913 16913 W com.mbwhatsapp: type=1400 audit(0.0:1026102): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:23:17.193 16913 16913 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) 03-05 01:23:17.200 16913 16913 W com.mbwhatsapp: type=1400 audit(0.0:1026103): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:23:17.220 16913 16913 W com.mbwhatsapp: type=1400 audit(0.0:1026104): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:23:17.308 16913 16913 W com.mbwhatsapp: type=1400 audit(0.0:1026105): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:23:17.320 16913 16913 W com.mbwhatsapp: type=1400 audit(0.0:1026106): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:23:17.435 16913 16913 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 863ms 03-05 01:23:17.444 16913 16969 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 01:23:17.444 16913 16969 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 01:23:17.444 16913 16969 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 01:23:17.451 16913 16913 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1502ms --------- beginning of system 03-05 01:23:17.451 16913 16913 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 01:34:40.990 20413 20413 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 01:34:41.784 20413 20413 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 01:34:41.789 20413 20413 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 01:34:41.789 20413 20413 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 01:34:41.789 20413 20413 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 01:34:41.789 20413 20413 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 01:34:41.789 20413 20413 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 01:34:41.789 20413 20413 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 01:34:41.789 20413 20413 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 01:34:41.789 20413 20413 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 01:34:41.789 20413 20413 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 01:34:41.789 20413 20413 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 01:34:41.789 20413 20413 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 01:34:41.789 20413 20413 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 01:34:41.789 20413 20413 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 01:34:41.789 20413 20413 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 01:34:41.789 20413 20413 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 01:34:41.790 20413 20413 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 01:34:41.790 20413 20413 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 01:34:41.790 20413 20413 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 01:34:41.790 20413 20413 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 01:34:41.790 20413 20413 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 01:34:41.864 20413 20413 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 358ms 03-05 01:34:41.879 20413 20413 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 01:34:42.926 20413 20413 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 01:34:42.927 20413 20413 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 01:34:43.126 20413 20413 W com.mbwhatsapp: type=1400 audit(0.0:1026980): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:34:43.130 20413 20413 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) 03-05 01:34:43.154 20413 20413 W com.mbwhatsapp: type=1400 audit(0.0:1026981): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:34:43.178 20413 20413 W com.mbwhatsapp: type=1400 audit(0.0:1026982): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:34:43.306 20413 20413 W com.mbwhatsapp: type=1400 audit(0.0:1026983): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:34:43.326 20413 20413 W com.mbwhatsapp: type=1400 audit(0.0:1026984): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:34:43.326 20413 20413 W com.mbwhatsapp: type=1400 audit(0.0:1026986): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:34:43.434 20413 20413 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1408ms 03-05 01:34:43.450 20413 20742 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 01:34:43.450 20413 20742 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 01:34:43.450 20413 20742 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 01:34:43.468 20413 20413 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 2459ms --------- beginning of system 03-05 01:34:43.468 20413 20413 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 01:35:29.544 22130 22130 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 01:35:29.792 22130 22130 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 01:35:29.798 22130 22130 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 01:35:29.798 22130 22130 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 01:35:29.798 22130 22130 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 01:35:29.798 22130 22130 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 01:35:29.798 22130 22130 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 01:35:29.798 22130 22130 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 01:35:29.798 22130 22130 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 01:35:29.798 22130 22130 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 01:35:29.798 22130 22130 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 01:35:29.798 22130 22130 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 01:35:29.798 22130 22130 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 01:35:29.798 22130 22130 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 01:35:29.798 22130 22130 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 01:35:29.798 22130 22130 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 01:35:29.798 22130 22130 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 01:35:29.798 22130 22130 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 01:35:29.798 22130 22130 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 01:35:29.798 22130 22130 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 01:35:29.798 22130 22130 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 01:35:29.798 22130 22130 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 01:35:29.842 22130 22130 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 01:35:30.322 22130 22130 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 01:35:30.322 22130 22130 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 01:35:30.410 22130 22130 W com.mbwhatsapp: type=1400 audit(0.0:1027082): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:35:30.415 22130 22130 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) 03-05 01:35:30.422 22130 22130 W com.mbwhatsapp: type=1400 audit(0.0:1027083): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:35:30.438 22130 22130 W com.mbwhatsapp: type=1400 audit(0.0:1027084): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:35:30.498 22130 22130 W com.mbwhatsapp: type=1400 audit(0.0:1027085): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:35:30.518 22130 22130 W com.mbwhatsapp: type=1400 audit(0.0:1027086): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:35:30.600 22130 22130 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 700ms 03-05 01:35:30.607 22130 22231 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 01:35:30.607 22130 22231 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 01:35:30.607 22130 22231 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 01:35:30.618 22130 22130 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1059ms --------- beginning of system 03-05 01:35:30.618 22130 22130 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 01:36:22.746 23523 23523 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 01:36:23.014 23523 23523 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 01:36:23.016 23523 23523 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 01:36:23.016 23523 23523 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 01:36:23.016 23523 23523 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 01:36:23.016 23523 23523 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 01:36:23.016 23523 23523 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 01:36:23.017 23523 23523 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 01:36:23.017 23523 23523 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 01:36:23.017 23523 23523 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 01:36:23.017 23523 23523 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 01:36:23.017 23523 23523 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 01:36:23.017 23523 23523 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 01:36:23.017 23523 23523 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 01:36:23.017 23523 23523 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 01:36:23.017 23523 23523 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 01:36:23.017 23523 23523 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 01:36:23.017 23523 23523 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 01:36:23.017 23523 23523 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 01:36:23.017 23523 23523 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 01:36:23.017 23523 23523 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 01:36:23.017 23523 23523 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 01:36:23.059 23523 23523 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 01:36:23.607 23523 23523 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 01:36:23.608 23523 23523 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 01:36:23.666 23523 23523 W com.mbwhatsapp: type=1400 audit(0.0:1027142): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:36:23.670 23523 23523 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) 03-05 01:36:23.678 23523 23523 W com.mbwhatsapp: type=1400 audit(0.0:1027143): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:36:23.694 23523 23523 W com.mbwhatsapp: type=1400 audit(0.0:1027144): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:36:23.766 23523 23523 W com.mbwhatsapp: type=1400 audit(0.0:1027145): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:36:23.782 23523 23523 W com.mbwhatsapp: type=1400 audit(0.0:1027146): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:36:23.782 23523 23523 W com.mbwhatsapp: type=1400 audit(0.0:1027147): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:36:23.782 23523 23523 W com.mbwhatsapp: type=1400 audit(0.0:1027148): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:36:23.875 23523 23523 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 738ms 03-05 01:36:23.881 23523 23571 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 01:36:23.881 23523 23571 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 01:36:23.881 23523 23571 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 01:36:23.883 23523 23523 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1122ms --------- beginning of system 03-05 01:36:23.883 23523 23523 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 01:37:22.401 24055 24055 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 01:37:22.510 24055 24055 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 01:37:22.512 24055 24055 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 01:37:22.512 24055 24055 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 01:37:22.512 24055 24055 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 01:37:22.512 24055 24055 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 01:37:22.512 24055 24055 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 01:37:22.512 24055 24055 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 01:37:22.512 24055 24055 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 01:37:22.512 24055 24055 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 01:37:22.512 24055 24055 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 01:37:22.512 24055 24055 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 01:37:22.512 24055 24055 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 01:37:22.512 24055 24055 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 01:37:22.512 24055 24055 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 01:37:22.512 24055 24055 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 01:37:22.512 24055 24055 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 01:37:22.512 24055 24055 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 01:37:22.512 24055 24055 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 01:37:22.512 24055 24055 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 01:37:22.512 24055 24055 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 01:37:22.512 24055 24055 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 01:37:22.526 24055 24055 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 01:37:22.794 24055 24055 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 01:37:22.794 24055 24055 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 01:37:22.834 24055 24055 W com.mbwhatsapp: type=1400 audit(0.0:1027660): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:37:22.839 24055 24055 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) 03-05 01:37:22.842 24055 24055 W com.mbwhatsapp: type=1400 audit(0.0:1027661): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:37:22.854 24055 24055 W com.mbwhatsapp: type=1400 audit(0.0:1027662): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:37:22.914 24055 24055 W com.mbwhatsapp: type=1400 audit(0.0:1027663): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:37:22.922 24055 24055 W com.mbwhatsapp: type=1400 audit(0.0:1027664): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:37:22.922 24055 24055 W com.mbwhatsapp: type=1400 audit(0.0:1027666): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:37:22.990 24055 24055 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 410ms 03-05 01:37:22.995 24055 24055 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 573ms --------- beginning of system 03-05 01:37:22.995 24055 24055 W ActivityThread: Main thread can not be idle for a long time. 03-05 01:37:22.997 24055 24121 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 01:37:22.997 24055 24121 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 01:37:22.997 24055 24121 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-05 01:38:26.779 24356 24356 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 01:38:26.912 24356 24356 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 01:38:26.914 24356 24356 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 01:38:26.914 24356 24356 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 01:38:26.914 24356 24356 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 01:38:26.914 24356 24356 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 01:38:26.914 24356 24356 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 01:38:26.914 24356 24356 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 01:38:26.914 24356 24356 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 01:38:26.914 24356 24356 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 01:38:26.914 24356 24356 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 01:38:26.914 24356 24356 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 01:38:26.914 24356 24356 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 01:38:26.914 24356 24356 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 01:38:26.914 24356 24356 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 01:38:26.914 24356 24356 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 01:38:26.914 24356 24356 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 01:38:26.914 24356 24356 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 01:38:26.914 24356 24356 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 01:38:26.914 24356 24356 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 01:38:26.914 24356 24356 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 01:38:26.914 24356 24356 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 01:38:26.942 24356 24356 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 01:38:27.381 24356 24356 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 01:38:27.381 24356 24356 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 01:38:27.442 24356 24356 W com.mbwhatsapp: type=1400 audit(0.0:1027940): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:38:27.446 24356 24356 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) 03-05 01:38:27.454 24356 24356 W com.mbwhatsapp: type=1400 audit(0.0:1027941): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:38:27.462 24356 24356 W com.mbwhatsapp: type=1400 audit(0.0:1027942): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:38:27.526 24356 24356 W com.mbwhatsapp: type=1400 audit(0.0:1027943): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:38:27.538 24356 24356 W com.mbwhatsapp: type=1400 audit(0.0:1027944): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:38:27.630 24356 24356 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 621ms 03-05 01:38:27.630 24356 24425 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 01:38:27.630 24356 24425 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 01:38:27.630 24356 24425 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 01:38:27.635 24356 24356 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 839ms --------- beginning of system 03-05 01:38:27.635 24356 24356 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 01:38:58.533 24758 24758 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 01:38:58.598 24758 24758 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 01:38:58.598 24758 24758 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 01:38:58.598 24758 24758 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 01:38:58.598 24758 24758 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 01:38:58.598 24758 24758 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 01:38:58.598 24758 24758 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 01:38:58.598 24758 24758 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 01:38:58.598 24758 24758 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 01:38:58.598 24758 24758 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 01:38:58.598 24758 24758 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 01:38:58.598 24758 24758 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 01:38:58.598 24758 24758 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 01:38:58.598 24758 24758 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 01:38:58.598 24758 24758 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 01:38:58.598 24758 24758 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 01:38:58.598 24758 24758 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 01:38:58.598 24758 24758 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 01:38:58.598 24758 24758 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 01:38:58.598 24758 24758 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 01:38:58.598 24758 24758 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 01:38:58.598 24758 24758 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 01:38:58.603 24758 24758 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 01:38:58.743 24758 24758 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 01:38:58.743 24758 24758 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 01:38:58.762 24758 24758 W com.mbwhatsapp: type=1400 audit(0.0:1028039): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:38:58.762 24758 24758 W com.mbwhatsapp: type=1400 audit(0.0:1028040): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:38:58.765 24758 24758 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) 03-05 01:38:58.770 24758 24758 W com.mbwhatsapp: type=1400 audit(0.0:1028041): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:38:58.790 24758 24758 W com.mbwhatsapp: type=1400 audit(0.0:1028042): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:38:58.794 24758 24758 W com.mbwhatsapp: type=1400 audit(0.0:1028043): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:38:58.843 24758 24758 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 220ms 03-05 01:38:58.864 24758 24805 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 01:38:58.864 24758 24805 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 01:38:58.864 24758 24805 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-05 01:40:00.200 25380 25380 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 01:40:00.378 25380 25380 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 01:40:00.385 25380 25380 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 01:40:00.385 25380 25380 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 01:40:00.386 25380 25380 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 01:40:00.386 25380 25380 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 01:40:00.386 25380 25380 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 01:40:00.386 25380 25380 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 01:40:00.386 25380 25380 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 01:40:00.386 25380 25380 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 01:40:00.386 25380 25380 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 01:40:00.386 25380 25380 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 01:40:00.386 25380 25380 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 01:40:00.386 25380 25380 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 01:40:00.386 25380 25380 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 01:40:00.386 25380 25380 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 01:40:00.386 25380 25380 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 01:40:00.386 25380 25380 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 01:40:00.386 25380 25380 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 01:40:00.386 25380 25380 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 01:40:00.386 25380 25380 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 01:40:00.386 25380 25380 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 01:40:00.430 25380 25380 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 01:40:00.858 25380 25380 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 01:40:00.858 25380 25380 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 01:40:00.946 25380 25380 W com.mbwhatsapp: type=1400 audit(0.0:1028668): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:40:00.951 25380 25380 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) 03-05 01:40:00.958 25380 25380 W com.mbwhatsapp: type=1400 audit(0.0:1028669): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:40:00.970 25380 25380 W com.mbwhatsapp: type=1400 audit(0.0:1028670): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:40:01.046 25380 25380 W com.mbwhatsapp: type=1400 audit(0.0:1028671): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:40:01.058 25380 25380 W com.mbwhatsapp: type=1400 audit(0.0:1028672): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:40:01.058 25380 25380 W com.mbwhatsapp: type=1400 audit(0.0:1028673): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:40:01.058 25380 25380 W com.mbwhatsapp: type=1400 audit(0.0:1028674): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:40:01.158 25380 25380 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 628ms 03-05 01:40:01.164 25380 25380 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 940ms --------- beginning of system 03-05 01:40:01.164 25380 25380 W ActivityThread: Main thread can not be idle for a long time. 03-05 01:40:01.172 25380 25429 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 01:40:01.172 25380 25429 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 01:40:01.172 25380 25429 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-05 01:57:53.908 27976 27976 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 01:57:54.067 27976 27976 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 01:57:54.074 27976 27976 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 01:57:54.074 27976 27976 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 01:57:54.074 27976 27976 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 01:57:54.074 27976 27976 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 01:57:54.074 27976 27976 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 01:57:54.074 27976 27976 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 01:57:54.074 27976 27976 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 01:57:54.074 27976 27976 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 01:57:54.074 27976 27976 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 01:57:54.074 27976 27976 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 01:57:54.074 27976 27976 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 01:57:54.074 27976 27976 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 01:57:54.074 27976 27976 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 01:57:54.074 27976 27976 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 01:57:54.074 27976 27976 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 01:57:54.074 27976 27976 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 01:57:54.074 27976 27976 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 01:57:54.074 27976 27976 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 01:57:54.074 27976 27976 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 01:57:54.074 27976 27976 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 01:57:54.102 27976 27976 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 01:57:54.505 27976 27976 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 01:57:54.506 27976 27976 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 01:57:54.586 27976 27976 W com.mbwhatsapp: type=1400 audit(0.0:1029983): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:57:54.591 27976 27976 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) 03-05 01:57:54.594 27976 27976 W com.mbwhatsapp: type=1400 audit(0.0:1029984): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:57:54.610 27976 27976 W com.mbwhatsapp: type=1400 audit(0.0:1029985): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:57:54.662 27976 27976 W com.mbwhatsapp: type=1400 audit(0.0:1029986): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:57:54.678 27976 27976 W com.mbwhatsapp: type=1400 audit(0.0:1029987): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:57:54.760 27976 27976 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 581ms 03-05 01:57:54.770 27976 27976 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 836ms --------- beginning of system 03-05 01:57:54.770 27976 27976 W ActivityThread: Main thread can not be idle for a long time. 03-05 01:57:54.770 27976 28023 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 01:57:54.770 27976 28023 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 01:57:54.770 27976 28023 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-05 01:58:26.816 28295 28295 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 01:58:27.082 28295 28295 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 01:58:27.084 28295 28295 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 01:58:27.084 28295 28295 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 01:58:27.084 28295 28295 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 01:58:27.084 28295 28295 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 01:58:27.084 28295 28295 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 01:58:27.084 28295 28295 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 01:58:27.084 28295 28295 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 01:58:27.084 28295 28295 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 01:58:27.084 28295 28295 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 01:58:27.084 28295 28295 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 01:58:27.084 28295 28295 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 01:58:27.084 28295 28295 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 01:58:27.084 28295 28295 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 01:58:27.084 28295 28295 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 01:58:27.084 28295 28295 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 01:58:27.084 28295 28295 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 01:58:27.084 28295 28295 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 01:58:27.084 28295 28295 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 01:58:27.084 28295 28295 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 01:58:27.084 28295 28295 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 01:58:27.117 28295 28295 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 01:58:27.568 28295 28295 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 01:58:27.568 28295 28295 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 01:58:27.642 28295 28295 W com.mbwhatsapp: type=1400 audit(0.0:1030145): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:58:27.647 28295 28295 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) 03-05 01:58:27.662 28295 28295 W com.mbwhatsapp: type=1400 audit(0.0:1030146): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:58:27.678 28295 28295 W com.mbwhatsapp: type=1400 audit(0.0:1030147): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:58:27.750 28295 28295 W com.mbwhatsapp: type=1400 audit(0.0:1030148): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:58:27.770 28295 28295 W com.mbwhatsapp: type=1400 audit(0.0:1030149): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:58:27.770 28295 28295 W com.mbwhatsapp: type=1400 audit(0.0:1030150): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 01:58:27.903 28295 28295 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 720ms 03-05 01:58:27.922 28295 28344 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 01:58:27.922 28295 28344 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 01:58:27.922 28295 28344 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 01:58:27.962 28295 28295 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1131ms --------- beginning of system 03-05 01:58:27.962 28295 28295 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 02:02:22.418 28421 28421 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 02:02:22.720 28421 28421 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 02:02:22.722 28421 28421 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 02:02:22.722 28421 28421 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 02:02:22.722 28421 28421 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 02:02:22.722 28421 28421 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 02:02:22.722 28421 28421 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 02:02:22.722 28421 28421 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 02:02:22.722 28421 28421 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 02:02:22.722 28421 28421 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 02:02:22.722 28421 28421 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 02:02:22.722 28421 28421 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 02:02:22.722 28421 28421 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 02:02:22.722 28421 28421 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 02:02:22.722 28421 28421 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 02:02:22.722 28421 28421 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 02:02:22.722 28421 28421 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 02:02:22.722 28421 28421 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 02:02:22.722 28421 28421 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 02:02:22.722 28421 28421 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 02:02:22.722 28421 28421 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 02:02:22.722 28421 28421 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 02:02:22.769 28421 28421 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 02:02:23.306 28421 28421 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 02:02:23.306 28421 28421 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 02:02:23.363 28421 28421 W com.mbwhatsapp: type=1400 audit(0.0:1030430): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:02:23.369 28421 28421 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) 03-05 02:02:23.375 28421 28421 W com.mbwhatsapp: type=1400 audit(0.0:1030431): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:02:23.387 28421 28421 W com.mbwhatsapp: type=1400 audit(0.0:1030432): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:02:23.451 28421 28421 W com.mbwhatsapp: type=1400 audit(0.0:1030433): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:02:23.463 28421 28421 W com.mbwhatsapp: type=1400 audit(0.0:1030434): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:02:23.553 28421 28421 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 692ms 03-05 02:02:23.563 28421 28473 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 02:02:23.563 28421 28473 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 02:02:23.563 28421 28473 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 02:02:23.565 28421 28421 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1123ms --------- beginning of system 03-05 02:02:23.565 28421 28421 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 02:03:22.824 28509 28509 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 02:03:23.167 28509 28509 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 02:03:23.172 28509 28509 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 02:03:23.172 28509 28509 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 02:03:23.172 28509 28509 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 02:03:23.172 28509 28509 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 02:03:23.172 28509 28509 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 02:03:23.172 28509 28509 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 02:03:23.172 28509 28509 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 02:03:23.172 28509 28509 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 02:03:23.173 28509 28509 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 02:03:23.173 28509 28509 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 02:03:23.173 28509 28509 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 02:03:23.173 28509 28509 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 02:03:23.173 28509 28509 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 02:03:23.173 28509 28509 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 02:03:23.173 28509 28509 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 02:03:23.173 28509 28509 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 02:03:23.173 28509 28509 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 02:03:23.173 28509 28509 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 02:03:23.173 28509 28509 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 02:03:23.173 28509 28509 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 02:03:23.208 28509 28509 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 02:03:23.720 28509 28509 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 02:03:23.721 28509 28509 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 02:03:23.777 28509 28509 W com.mbwhatsapp: type=1400 audit(0.0:1030527): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:03:23.780 28509 28509 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) 03-05 02:03:23.785 28509 28509 W com.mbwhatsapp: type=1400 audit(0.0:1030528): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:03:23.797 28509 28509 W com.mbwhatsapp: type=1400 audit(0.0:1030529): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:03:23.857 28509 28509 W com.mbwhatsapp: type=1400 audit(0.0:1030530): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:03:23.869 28509 28509 W com.mbwhatsapp: type=1400 audit(0.0:1030531): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:03:23.949 28509 28509 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 665ms 03-05 02:03:23.953 28509 28556 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 02:03:23.953 28509 28556 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 02:03:23.953 28509 28556 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 02:03:23.973 28509 28509 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1129ms --------- beginning of system 03-05 02:03:23.973 28509 28509 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 02:04:41.482 28584 28584 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 02:04:41.796 28584 28584 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 02:04:41.802 28584 28584 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 02:04:41.802 28584 28584 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 02:04:41.802 28584 28584 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 02:04:41.802 28584 28584 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 02:04:41.802 28584 28584 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 02:04:41.802 28584 28584 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 02:04:41.802 28584 28584 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 02:04:41.802 28584 28584 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 02:04:41.802 28584 28584 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 02:04:41.802 28584 28584 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 02:04:41.802 28584 28584 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 02:04:41.802 28584 28584 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 02:04:41.802 28584 28584 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 02:04:41.803 28584 28584 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 02:04:41.803 28584 28584 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 02:04:41.803 28584 28584 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 02:04:41.803 28584 28584 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 02:04:41.803 28584 28584 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 02:04:41.803 28584 28584 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 02:04:41.803 28584 28584 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 02:04:41.838 28584 28584 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 02:04:42.347 28584 28584 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 02:04:42.347 28584 28584 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 02:04:42.402 28584 28584 W com.mbwhatsapp: type=1400 audit(0.0:1030624): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:04:42.408 28584 28584 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) 03-05 02:04:42.414 28584 28584 W com.mbwhatsapp: type=1400 audit(0.0:1030625): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:04:42.426 28584 28584 W com.mbwhatsapp: type=1400 audit(0.0:1030626): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:04:42.486 28584 28584 W com.mbwhatsapp: type=1400 audit(0.0:1030627): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:04:42.498 28584 28584 W com.mbwhatsapp: type=1400 audit(0.0:1030628): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:04:42.583 28584 28584 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 663ms 03-05 02:04:42.586 28584 28670 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 02:04:42.586 28584 28670 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 02:04:42.586 28584 28670 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 02:04:42.591 28584 28584 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1089ms --------- beginning of system 03-05 02:04:42.591 28584 28584 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 02:05:22.417 28688 28688 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 02:05:22.832 28688 28688 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 02:05:22.834 28688 28688 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 02:05:22.834 28688 28688 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 02:05:22.834 28688 28688 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 02:05:22.834 28688 28688 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 02:05:22.835 28688 28688 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 02:05:22.835 28688 28688 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 02:05:22.835 28688 28688 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 02:05:22.835 28688 28688 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 02:05:22.835 28688 28688 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 02:05:22.835 28688 28688 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 02:05:22.835 28688 28688 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 02:05:22.835 28688 28688 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 02:05:22.835 28688 28688 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 02:05:22.835 28688 28688 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 02:05:22.835 28688 28688 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 02:05:22.835 28688 28688 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 02:05:22.835 28688 28688 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 02:05:22.835 28688 28688 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 02:05:22.835 28688 28688 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 02:05:22.835 28688 28688 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 02:05:22.879 28688 28688 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 02:05:23.424 28688 28688 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 02:05:23.424 28688 28688 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 02:05:23.488 28688 28688 W com.mbwhatsapp: type=1400 audit(0.0:1030631): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:05:23.494 28688 28688 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) 03-05 02:05:23.500 28688 28688 W com.mbwhatsapp: type=1400 audit(0.0:1030632): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:05:23.512 28688 28688 W com.mbwhatsapp: type=1400 audit(0.0:1030633): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:05:23.568 28688 28688 W com.mbwhatsapp: type=1400 audit(0.0:1030634): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:05:23.580 28688 28688 W com.mbwhatsapp: type=1400 audit(0.0:1030635): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:05:23.681 28688 28688 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 712ms 03-05 02:05:23.684 28688 28736 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 02:05:23.684 28688 28736 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 02:05:23.684 28688 28736 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 02:05:23.704 28688 28688 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1265ms --------- beginning of system 03-05 02:05:23.704 28688 28688 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 02:06:22.819 28756 28756 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 02:06:23.237 28756 28756 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 02:06:23.242 28756 28756 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 02:06:23.242 28756 28756 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 02:06:23.242 28756 28756 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 02:06:23.242 28756 28756 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 02:06:23.242 28756 28756 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 02:06:23.242 28756 28756 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 02:06:23.242 28756 28756 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 02:06:23.243 28756 28756 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 02:06:23.243 28756 28756 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 02:06:23.243 28756 28756 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 02:06:23.243 28756 28756 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 02:06:23.243 28756 28756 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 02:06:23.243 28756 28756 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 02:06:23.243 28756 28756 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 02:06:23.243 28756 28756 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 02:06:23.243 28756 28756 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 02:06:23.243 28756 28756 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 02:06:23.243 28756 28756 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 02:06:23.243 28756 28756 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 02:06:23.243 28756 28756 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 02:06:23.299 28756 28756 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 02:06:23.863 28756 28756 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 02:06:23.864 28756 28756 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 02:06:23.926 28756 28756 W com.mbwhatsapp: type=1400 audit(0.0:1030728): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:06:23.932 28756 28756 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) 03-05 02:06:23.938 28756 28756 W com.mbwhatsapp: type=1400 audit(0.0:1030729): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:06:23.950 28756 28756 W com.mbwhatsapp: type=1400 audit(0.0:1030730): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:06:24.022 28756 28756 W com.mbwhatsapp: type=1400 audit(0.0:1030731): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:06:24.034 28756 28756 W com.mbwhatsapp: type=1400 audit(0.0:1030732): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:06:24.141 28756 28756 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 740ms 03-05 02:06:24.143 28756 28803 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 02:06:24.143 28756 28803 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 02:06:24.143 28756 28803 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 02:06:24.165 28756 28756 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1323ms --------- beginning of system 03-05 02:06:24.165 28756 28756 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 02:08:38.819 28904 28904 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 02:08:39.112 28904 28904 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 02:08:39.114 28904 28904 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 02:08:39.115 28904 28904 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 02:08:39.115 28904 28904 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 02:08:39.115 28904 28904 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 02:08:39.115 28904 28904 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 02:08:39.115 28904 28904 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 02:08:39.115 28904 28904 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 02:08:39.115 28904 28904 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 02:08:39.115 28904 28904 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 02:08:39.115 28904 28904 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 02:08:39.115 28904 28904 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 02:08:39.115 28904 28904 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 02:08:39.115 28904 28904 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 02:08:39.115 28904 28904 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 02:08:39.115 28904 28904 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 02:08:39.115 28904 28904 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 02:08:39.115 28904 28904 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 02:08:39.115 28904 28904 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 02:08:39.115 28904 28904 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 02:08:39.115 28904 28904 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 02:08:39.140 28904 28904 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 02:08:39.594 28904 28904 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 02:08:39.594 28904 28904 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 02:08:39.641 28904 28904 W com.mbwhatsapp: type=1400 audit(0.0:1030825): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:08:39.645 28904 28904 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) 03-05 02:08:39.653 28904 28904 W com.mbwhatsapp: type=1400 audit(0.0:1030826): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:08:39.669 28904 28904 W com.mbwhatsapp: type=1400 audit(0.0:1030827): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:08:39.745 28904 28904 W com.mbwhatsapp: type=1400 audit(0.0:1030828): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:08:39.753 28904 28904 W com.mbwhatsapp: type=1400 audit(0.0:1030829): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:08:39.826 28904 28904 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 620ms 03-05 02:08:39.827 28904 28952 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 02:08:39.827 28904 28952 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 02:08:39.827 28904 28952 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 02:08:39.835 28904 28904 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 990ms --------- beginning of system 03-05 02:08:39.835 28904 28904 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 02:09:22.413 28965 28965 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 02:09:22.742 28965 28965 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 02:09:22.743 28965 28965 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 02:09:22.743 28965 28965 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 02:09:22.743 28965 28965 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 02:09:22.743 28965 28965 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 02:09:22.743 28965 28965 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 02:09:22.743 28965 28965 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 02:09:22.744 28965 28965 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 02:09:22.744 28965 28965 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 02:09:22.744 28965 28965 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 02:09:22.744 28965 28965 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 02:09:22.744 28965 28965 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 02:09:22.744 28965 28965 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 02:09:22.744 28965 28965 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 02:09:22.744 28965 28965 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 02:09:22.744 28965 28965 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 02:09:22.744 28965 28965 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 02:09:22.744 28965 28965 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 02:09:22.744 28965 28965 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 02:09:22.744 28965 28965 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 02:09:22.744 28965 28965 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 02:09:22.794 28965 28965 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 02:09:23.338 28965 28965 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 02:09:23.338 28965 28965 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 02:09:23.390 28965 28965 W com.mbwhatsapp: type=1400 audit(0.0:1030922): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:09:23.397 28965 28965 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) 03-05 02:09:23.402 28965 28965 W com.mbwhatsapp: type=1400 audit(0.0:1030923): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:09:23.418 28965 28965 W com.mbwhatsapp: type=1400 audit(0.0:1030924): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:09:23.478 28965 28965 W com.mbwhatsapp: type=1400 audit(0.0:1030925): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:09:23.490 28965 28965 W com.mbwhatsapp: type=1400 audit(0.0:1030926): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:09:23.573 28965 28965 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 703ms 03-05 02:09:23.574 28965 29011 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 02:09:23.574 28965 29011 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 02:09:23.574 28965 29011 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 02:09:23.596 28965 28965 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1160ms --------- beginning of system 03-05 02:09:23.596 28965 28965 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 02:14:22.421 29553 29553 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 02:14:22.723 29553 29553 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 02:14:22.725 29553 29553 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 02:14:22.725 29553 29553 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 02:14:22.725 29553 29553 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 02:14:22.725 29553 29553 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 02:14:22.726 29553 29553 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 02:14:22.726 29553 29553 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 02:14:22.726 29553 29553 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 02:14:22.726 29553 29553 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 02:14:22.726 29553 29553 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 02:14:22.726 29553 29553 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 02:14:22.726 29553 29553 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 02:14:22.726 29553 29553 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 02:14:22.726 29553 29553 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 02:14:22.726 29553 29553 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 02:14:22.726 29553 29553 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 02:14:22.726 29553 29553 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 02:14:22.726 29553 29553 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 02:14:22.726 29553 29553 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 02:14:22.726 29553 29553 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 02:14:22.726 29553 29553 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 02:14:22.756 29553 29553 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 02:14:23.110 29553 29553 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 02:14:23.110 29553 29553 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 02:14:23.158 29553 29553 W com.mbwhatsapp: type=1400 audit(0.0:1031199): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:14:23.162 29553 29553 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) 03-05 02:14:23.170 29553 29553 W com.mbwhatsapp: type=1400 audit(0.0:1031200): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:14:23.186 29553 29553 W com.mbwhatsapp: type=1400 audit(0.0:1031201): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:14:23.242 29553 29553 W com.mbwhatsapp: type=1400 audit(0.0:1031202): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:14:23.254 29553 29553 W com.mbwhatsapp: type=1400 audit(0.0:1031203): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:14:23.330 29553 29553 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 527ms 03-05 02:14:23.335 29553 29553 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 896ms --------- beginning of system 03-05 02:14:23.336 29553 29553 W ActivityThread: Main thread can not be idle for a long time. 03-05 02:14:23.349 29553 29642 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 02:14:23.349 29553 29642 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 02:14:23.349 29553 29642 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-05 02:16:43.056 30068 30068 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 02:16:43.323 30068 30068 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 02:16:43.331 30068 30068 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 02:16:43.331 30068 30068 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 02:16:43.331 30068 30068 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 02:16:43.331 30068 30068 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 02:16:43.331 30068 30068 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 02:16:43.332 30068 30068 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 02:16:43.332 30068 30068 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 02:16:43.332 30068 30068 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 02:16:43.332 30068 30068 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 02:16:43.332 30068 30068 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 02:16:43.332 30068 30068 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 02:16:43.332 30068 30068 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 02:16:43.332 30068 30068 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 02:16:43.332 30068 30068 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 02:16:43.332 30068 30068 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 02:16:43.332 30068 30068 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 02:16:43.332 30068 30068 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 02:16:43.332 30068 30068 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 02:16:43.332 30068 30068 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 02:16:43.332 30068 30068 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 02:16:43.367 30068 30068 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 02:16:43.824 30068 30068 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 02:16:43.824 30068 30068 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 02:16:43.888 30068 30068 W com.mbwhatsapp: type=1400 audit(0.0:1031536): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:16:43.894 30068 30068 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) 03-05 02:16:43.900 30068 30068 W com.mbwhatsapp: type=1400 audit(0.0:1031537): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:16:43.912 30068 30068 W com.mbwhatsapp: type=1400 audit(0.0:1031538): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:16:43.976 30068 30068 W com.mbwhatsapp: type=1400 audit(0.0:1031539): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:16:43.992 30068 30068 W com.mbwhatsapp: type=1400 audit(0.0:1031540): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:16:44.105 30068 30068 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 668ms 03-05 02:16:44.108 30068 30147 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 02:16:44.108 30068 30147 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 02:16:44.108 30068 30147 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 02:16:44.113 30068 30068 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1041ms --------- beginning of system 03-05 02:16:44.113 30068 30068 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 02:42:31.229 32498 32498 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 02:42:31.617 32498 32498 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 02:42:31.620 32498 32498 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 02:42:31.620 32498 32498 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 02:42:31.620 32498 32498 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 02:42:31.620 32498 32498 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 02:42:31.620 32498 32498 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 02:42:31.620 32498 32498 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 02:42:31.620 32498 32498 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 02:42:31.620 32498 32498 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 02:42:31.620 32498 32498 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 02:42:31.620 32498 32498 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 02:42:31.620 32498 32498 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 02:42:31.620 32498 32498 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 02:42:31.620 32498 32498 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 02:42:31.620 32498 32498 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 02:42:31.620 32498 32498 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 02:42:31.620 32498 32498 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 02:42:31.620 32498 32498 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 02:42:31.620 32498 32498 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 02:42:31.620 32498 32498 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 02:42:31.620 32498 32498 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 02:42:31.659 32498 32498 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 02:42:32.027 32498 32498 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 02:42:32.027 32498 32498 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 02:42:32.122 32498 32498 W com.mbwhatsapp: type=1400 audit(0.0:1033018): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:42:32.126 32498 32498 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) 03-05 02:42:32.130 32498 32498 W com.mbwhatsapp: type=1400 audit(0.0:1033019): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:42:32.142 32498 32498 W com.mbwhatsapp: type=1400 audit(0.0:1033020): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:42:32.178 32498 32498 W com.mbwhatsapp: type=1400 audit(0.0:1033021): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:42:32.194 32498 32498 W com.mbwhatsapp: type=1400 audit(0.0:1033022): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:42:32.194 32498 32498 W com.mbwhatsapp: type=1400 audit(0.0:1033024): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:42:32.312 32498 32498 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 588ms 03-05 02:42:32.317 32498 32585 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 02:42:32.317 32498 32585 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 02:42:32.317 32498 32585 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 02:42:32.321 32498 32498 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1070ms --------- beginning of system 03-05 02:42:32.321 32498 32498 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 02:43:35.706 2743 2743 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 02:43:36.058 2743 2743 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 02:43:36.064 2743 2743 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 02:43:36.064 2743 2743 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 02:43:36.064 2743 2743 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 02:43:36.064 2743 2743 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 02:43:36.064 2743 2743 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 02:43:36.064 2743 2743 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 02:43:36.064 2743 2743 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 02:43:36.064 2743 2743 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 02:43:36.064 2743 2743 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 02:43:36.064 2743 2743 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 02:43:36.064 2743 2743 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 02:43:36.064 2743 2743 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 02:43:36.064 2743 2743 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 02:43:36.064 2743 2743 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 02:43:36.064 2743 2743 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 02:43:36.064 2743 2743 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 02:43:36.064 2743 2743 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 02:43:36.064 2743 2743 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 02:43:36.064 2743 2743 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 02:43:36.064 2743 2743 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 02:43:36.092 2743 2743 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 02:43:36.399 2743 2743 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 02:43:36.400 2743 2743 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 02:43:36.470 2743 2743 W com.mbwhatsapp: type=1400 audit(0.0:1033186): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:43:36.475 2743 2743 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) 03-05 02:43:36.490 2743 2743 W com.mbwhatsapp: type=1400 audit(0.0:1033187): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:43:36.502 2743 2743 W com.mbwhatsapp: type=1400 audit(0.0:1033188): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:43:36.594 2743 2743 W com.mbwhatsapp: type=1400 audit(0.0:1033189): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:43:36.610 2743 2743 W com.mbwhatsapp: type=1400 audit(0.0:1033190): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:43:36.690 2743 2743 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 512ms 03-05 02:43:36.692 2743 2884 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 02:43:36.692 2743 2884 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 02:43:36.692 2743 2884 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 02:43:36.698 2743 2743 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 976ms --------- beginning of system 03-05 02:43:36.698 2743 2743 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 02:44:53.311 4004 4004 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 02:44:53.596 4004 4004 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 02:44:53.597 4004 4004 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 02:44:53.597 4004 4004 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 02:44:53.597 4004 4004 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 02:44:53.597 4004 4004 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 02:44:53.597 4004 4004 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 02:44:53.597 4004 4004 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 02:44:53.597 4004 4004 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 02:44:53.597 4004 4004 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 02:44:53.597 4004 4004 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 02:44:53.598 4004 4004 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 02:44:53.598 4004 4004 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 02:44:53.598 4004 4004 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 02:44:53.598 4004 4004 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 02:44:53.598 4004 4004 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 02:44:53.598 4004 4004 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 02:44:53.598 4004 4004 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 02:44:53.598 4004 4004 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 02:44:53.598 4004 4004 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 02:44:53.598 4004 4004 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 02:44:53.598 4004 4004 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 02:44:53.611 4004 4004 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 02:44:53.865 4004 4004 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 02:44:53.866 4004 4004 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 02:44:53.938 4004 4004 W com.mbwhatsapp: type=1400 audit(0.0:1033331): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:44:53.944 4004 4004 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) 03-05 02:44:53.958 4004 4004 W com.mbwhatsapp: type=1400 audit(0.0:1033332): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:44:53.970 4004 4004 W com.mbwhatsapp: type=1400 audit(0.0:1033333): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:44:54.074 4004 4004 W com.mbwhatsapp: type=1400 audit(0.0:1033334): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:44:54.090 4004 4004 W com.mbwhatsapp: type=1400 audit(0.0:1033335): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:44:54.175 4004 4004 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 523ms 03-05 02:44:54.185 4004 4004 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 830ms --------- beginning of system 03-05 02:44:54.185 4004 4004 W ActivityThread: Main thread can not be idle for a long time. 03-05 02:44:54.192 4004 4139 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 02:44:54.192 4004 4139 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 02:44:54.192 4004 4139 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-05 02:45:58.303 5637 5637 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 02:45:58.552 5637 5637 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 02:45:58.558 5637 5637 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 02:45:58.558 5637 5637 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 02:45:58.558 5637 5637 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 02:45:58.558 5637 5637 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 02:45:58.558 5637 5637 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 02:45:58.558 5637 5637 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 02:45:58.558 5637 5637 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 02:45:58.558 5637 5637 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 02:45:58.558 5637 5637 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 02:45:58.558 5637 5637 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 02:45:58.558 5637 5637 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 02:45:58.558 5637 5637 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 02:45:58.558 5637 5637 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 02:45:58.558 5637 5637 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 02:45:58.558 5637 5637 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 02:45:58.558 5637 5637 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 02:45:58.558 5637 5637 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 02:45:58.558 5637 5637 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 02:45:58.558 5637 5637 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 02:45:58.558 5637 5637 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 02:45:58.581 5637 5637 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 02:45:58.973 5637 5637 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 02:45:58.973 5637 5637 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 02:45:59.050 5637 5637 W com.mbwhatsapp: type=1400 audit(0.0:1033450): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:45:59.056 5637 5637 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) 03-05 02:45:59.062 5637 5637 W com.mbwhatsapp: type=1400 audit(0.0:1033451): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:45:59.078 5637 5637 W com.mbwhatsapp: type=1400 audit(0.0:1033452): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:45:59.134 5637 5637 W com.mbwhatsapp: type=1400 audit(0.0:1033453): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:45:59.146 5637 5637 W com.mbwhatsapp: type=1400 audit(0.0:1033454): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:45:59.146 5637 5637 W com.mbwhatsapp: type=1400 audit(0.0:1033455): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:45:59.146 5637 5637 W com.mbwhatsapp: type=1400 audit(0.0:1033456): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:45:59.226 5637 5637 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 596ms 03-05 02:45:59.232 5637 5637 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 915ms --------- beginning of system 03-05 02:45:59.232 5637 5637 W ActivityThread: Main thread can not be idle for a long time. 03-05 02:45:59.246 5637 5693 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 02:45:59.246 5637 5693 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 02:45:59.246 5637 5693 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-05 02:47:02.644 6586 6586 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 02:47:02.914 6586 6586 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 02:47:02.921 6586 6586 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 02:47:02.921 6586 6586 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 02:47:02.921 6586 6586 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 02:47:02.922 6586 6586 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 02:47:02.922 6586 6586 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 02:47:02.922 6586 6586 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 02:47:02.922 6586 6586 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 02:47:02.922 6586 6586 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 02:47:02.922 6586 6586 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 02:47:02.922 6586 6586 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 02:47:02.922 6586 6586 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 02:47:02.922 6586 6586 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 02:47:02.922 6586 6586 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 02:47:02.922 6586 6586 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 02:47:02.922 6586 6586 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 02:47:02.922 6586 6586 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 02:47:02.922 6586 6586 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 02:47:02.922 6586 6586 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 02:47:02.922 6586 6586 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 02:47:02.922 6586 6586 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 02:47:02.954 6586 6586 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 02:47:03.368 6586 6586 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 02:47:03.368 6586 6586 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 02:47:03.470 6586 6586 W com.mbwhatsapp: type=1400 audit(0.0:1033544): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:47:03.474 6586 6586 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) 03-05 02:47:03.482 6586 6586 W com.mbwhatsapp: type=1400 audit(0.0:1033545): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:47:03.502 6586 6586 W com.mbwhatsapp: type=1400 audit(0.0:1033546): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:47:03.570 6586 6586 W com.mbwhatsapp: type=1400 audit(0.0:1033547): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:47:03.590 6586 6586 W com.mbwhatsapp: type=1400 audit(0.0:1033548): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:47:03.590 6586 6586 W com.mbwhatsapp: type=1400 audit(0.0:1033549): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:47:03.590 6586 6586 W com.mbwhatsapp: type=1400 audit(0.0:1033550): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:47:03.686 6586 6586 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 678ms 03-05 02:47:03.696 6586 6640 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 02:47:03.696 6586 6640 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 02:47:03.696 6586 6640 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 02:47:03.743 6586 6586 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1070ms --------- beginning of system 03-05 02:47:03.743 6586 6586 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 02:48:07.084 7401 7401 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 02:48:07.315 7401 7401 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 02:48:07.317 7401 7401 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 02:48:07.317 7401 7401 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 02:48:07.317 7401 7401 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 02:48:07.317 7401 7401 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 02:48:07.317 7401 7401 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 02:48:07.317 7401 7401 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 02:48:07.317 7401 7401 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 02:48:07.317 7401 7401 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 02:48:07.317 7401 7401 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 02:48:07.317 7401 7401 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 02:48:07.317 7401 7401 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 02:48:07.317 7401 7401 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 02:48:07.317 7401 7401 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 02:48:07.317 7401 7401 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 02:48:07.317 7401 7401 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 02:48:07.317 7401 7401 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 02:48:07.317 7401 7401 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 02:48:07.317 7401 7401 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 02:48:07.317 7401 7401 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 02:48:07.317 7401 7401 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 02:48:07.353 7401 7401 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 02:48:07.823 7401 7401 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 02:48:07.824 7401 7401 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 02:48:07.898 7401 7401 W com.mbwhatsapp: type=1400 audit(0.0:1033734): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:48:07.904 7401 7401 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) 03-05 02:48:07.910 7401 7401 W com.mbwhatsapp: type=1400 audit(0.0:1033735): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:48:07.922 7401 7401 W com.mbwhatsapp: type=1400 audit(0.0:1033736): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:48:07.982 7401 7401 W com.mbwhatsapp: type=1400 audit(0.0:1033737): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:48:07.994 7401 7401 W com.mbwhatsapp: type=1400 audit(0.0:1033738): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:48:08.101 7401 7401 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 695ms 03-05 02:48:08.111 7401 7453 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 02:48:08.111 7401 7453 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 02:48:08.111 7401 7453 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 02:48:08.123 7401 7401 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1023ms --------- beginning of system 03-05 02:48:08.123 7401 7401 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 02:48:22.399 8211 8211 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 02:48:22.654 8211 8211 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 02:48:22.657 8211 8211 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 02:48:22.657 8211 8211 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 02:48:22.657 8211 8211 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 02:48:22.657 8211 8211 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 02:48:22.657 8211 8211 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 02:48:22.657 8211 8211 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 02:48:22.657 8211 8211 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 02:48:22.657 8211 8211 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 02:48:22.657 8211 8211 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 02:48:22.657 8211 8211 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 02:48:22.657 8211 8211 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 02:48:22.657 8211 8211 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 02:48:22.657 8211 8211 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 02:48:22.657 8211 8211 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 02:48:22.657 8211 8211 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 02:48:22.658 8211 8211 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 02:48:22.658 8211 8211 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 02:48:22.658 8211 8211 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 02:48:22.658 8211 8211 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 02:48:22.658 8211 8211 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 02:48:22.671 8211 8211 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 02:48:23.035 8211 8211 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 02:48:23.035 8211 8211 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 02:48:23.074 8211 8211 W com.mbwhatsapp: type=1400 audit(0.0:1033989): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:48:23.081 8211 8211 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) 03-05 02:48:23.090 8211 8211 W com.mbwhatsapp: type=1400 audit(0.0:1033990): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:48:23.106 8211 8211 W com.mbwhatsapp: type=1400 audit(0.0:1033991): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:48:23.182 8211 8211 W com.mbwhatsapp: type=1400 audit(0.0:1033992): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:48:23.194 8211 8211 W com.mbwhatsapp: type=1400 audit(0.0:1033993): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:48:23.294 8211 8211 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 561ms 03-05 02:48:23.302 8211 8211 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 888ms --------- beginning of system 03-05 02:48:23.302 8211 8211 W ActivityThread: Main thread can not be idle for a long time. 03-05 02:48:23.303 8211 8284 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 02:48:23.303 8211 8284 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 02:48:23.303 8211 8284 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-05 02:50:22.394 9545 9545 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 02:50:22.617 9545 9545 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 02:50:22.619 9545 9545 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 02:50:22.620 9545 9545 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 02:50:22.620 9545 9545 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 02:50:22.620 9545 9545 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 02:50:22.620 9545 9545 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 02:50:22.620 9545 9545 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 02:50:22.620 9545 9545 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 02:50:22.620 9545 9545 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 02:50:22.620 9545 9545 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 02:50:22.620 9545 9545 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 02:50:22.620 9545 9545 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 02:50:22.620 9545 9545 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 02:50:22.620 9545 9545 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 02:50:22.620 9545 9545 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 02:50:22.620 9545 9545 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 02:50:22.620 9545 9545 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 02:50:22.620 9545 9545 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 02:50:22.620 9545 9545 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 02:50:22.620 9545 9545 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 02:50:22.620 9545 9545 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 02:50:22.646 9545 9545 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 02:50:23.056 9545 9545 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 02:50:23.056 9545 9545 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 02:50:23.138 9545 9545 W com.mbwhatsapp: type=1400 audit(0.0:1034211): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:50:23.142 9545 9545 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) 03-05 02:50:23.146 9545 9545 W com.mbwhatsapp: type=1400 audit(0.0:1034212): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:50:23.166 9545 9545 W com.mbwhatsapp: type=1400 audit(0.0:1034213): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:50:23.238 9545 9545 W com.mbwhatsapp: type=1400 audit(0.0:1034214): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:50:23.258 9545 9545 W com.mbwhatsapp: type=1400 audit(0.0:1034215): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:50:23.323 9545 9545 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 628ms 03-05 02:50:23.344 9545 9545 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 935ms --------- beginning of system 03-05 02:50:23.344 9545 9545 W ActivityThread: Main thread can not be idle for a long time. 03-05 02:50:23.355 9545 9610 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 02:50:23.355 9545 9610 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 02:50:23.355 9545 9610 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-05 02:51:22.401 10237 10237 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 02:51:22.591 10237 10237 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 02:51:22.593 10237 10237 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 02:51:22.593 10237 10237 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 02:51:22.593 10237 10237 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 02:51:22.593 10237 10237 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 02:51:22.593 10237 10237 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 02:51:22.593 10237 10237 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 02:51:22.593 10237 10237 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 02:51:22.593 10237 10237 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 02:51:22.593 10237 10237 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 02:51:22.593 10237 10237 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 02:51:22.593 10237 10237 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 02:51:22.593 10237 10237 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 02:51:22.593 10237 10237 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 02:51:22.593 10237 10237 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 02:51:22.593 10237 10237 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 02:51:22.593 10237 10237 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 02:51:22.593 10237 10237 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 02:51:22.593 10237 10237 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 02:51:22.593 10237 10237 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 02:51:22.593 10237 10237 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 02:51:22.607 10237 10237 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 02:51:22.940 10237 10237 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 02:51:22.940 10237 10237 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 02:51:22.978 10237 10237 W com.mbwhatsapp: type=1400 audit(0.0:1034417): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:51:22.983 10237 10237 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) 03-05 02:51:22.994 10237 10237 W com.mbwhatsapp: type=1400 audit(0.0:1034418): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:51:23.010 10237 10237 W com.mbwhatsapp: type=1400 audit(0.0:1034419): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:51:23.128 10237 10237 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 468ms 03-05 02:51:23.137 10237 10237 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 717ms --------- beginning of system 03-05 02:51:23.137 10237 10237 W ActivityThread: Main thread can not be idle for a long time. 03-05 02:51:23.183 10237 10284 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 02:51:23.183 10237 10284 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 02:51:23.183 10237 10284 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-05 02:53:07.762 10803 10803 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 02:53:08.073 10803 10803 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 02:53:08.074 10803 10803 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 02:53:08.074 10803 10803 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 02:53:08.074 10803 10803 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 02:53:08.074 10803 10803 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 02:53:08.074 10803 10803 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 02:53:08.074 10803 10803 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 02:53:08.074 10803 10803 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 02:53:08.074 10803 10803 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 02:53:08.074 10803 10803 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 02:53:08.074 10803 10803 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 02:53:08.074 10803 10803 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 02:53:08.074 10803 10803 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 02:53:08.074 10803 10803 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 02:53:08.074 10803 10803 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 02:53:08.075 10803 10803 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 02:53:08.075 10803 10803 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 02:53:08.075 10803 10803 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 02:53:08.075 10803 10803 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 02:53:08.075 10803 10803 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 02:53:08.075 10803 10803 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 02:53:08.091 10803 10803 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 02:53:08.395 10803 10803 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 02:53:08.395 10803 10803 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 02:53:08.438 10803 10803 W com.mbwhatsapp: type=1400 audit(0.0:1034694): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:53:08.445 10803 10803 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) 03-05 02:53:08.454 10803 10803 W com.mbwhatsapp: type=1400 audit(0.0:1034695): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:53:08.466 10803 10803 W com.mbwhatsapp: type=1400 audit(0.0:1034696): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:53:08.526 10803 10803 W com.mbwhatsapp: type=1400 audit(0.0:1034697): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:53:08.534 10803 10803 W com.mbwhatsapp: type=1400 audit(0.0:1034698): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:53:08.622 10803 10803 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 477ms 03-05 02:53:08.624 10803 10879 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 02:53:08.624 10803 10879 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 02:53:08.624 10803 10879 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 02:53:08.628 10803 10803 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 852ms --------- beginning of system 03-05 02:53:08.628 10803 10803 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 02:53:36.949 11219 11219 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 02:53:37.205 11219 11219 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 02:53:37.207 11219 11219 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 02:53:37.207 11219 11219 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 02:53:37.207 11219 11219 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 02:53:37.207 11219 11219 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 02:53:37.207 11219 11219 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 02:53:37.207 11219 11219 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 02:53:37.207 11219 11219 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 02:53:37.207 11219 11219 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 02:53:37.207 11219 11219 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 02:53:37.207 11219 11219 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 02:53:37.207 11219 11219 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 02:53:37.207 11219 11219 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 02:53:37.207 11219 11219 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 02:53:37.207 11219 11219 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 02:53:37.207 11219 11219 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 02:53:37.207 11219 11219 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 02:53:37.207 11219 11219 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 02:53:37.207 11219 11219 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 02:53:37.207 11219 11219 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 02:53:37.207 11219 11219 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 02:53:37.251 11219 11219 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 02:53:37.705 11219 11219 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 02:53:37.706 11219 11219 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 02:53:37.770 11219 11219 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) 03-05 02:53:37.876 11219 11219 W com.mbwhatsapp: type=1400 audit(0.0:1034771): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:53:37.888 11219 11219 W com.mbwhatsapp: type=1400 audit(0.0:1034772): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:53:37.888 11219 11219 W com.mbwhatsapp: type=1400 audit(0.0:1034774): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 02:53:37.984 11219 11219 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 658ms 03-05 02:53:37.991 11219 11273 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 02:53:37.991 11219 11273 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 02:53:37.991 11219 11273 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 02:53:38.000 11219 11219 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1035ms --------- beginning of system 03-05 02:53:38.000 11219 11219 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 03:02:41.823 11920 11920 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 03:02:42.100 11920 11920 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 03:02:42.103 11920 11920 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 03:02:42.104 11920 11920 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 03:02:42.104 11920 11920 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 03:02:42.104 11920 11920 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 03:02:42.104 11920 11920 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 03:02:42.104 11920 11920 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 03:02:42.104 11920 11920 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 03:02:42.104 11920 11920 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 03:02:42.104 11920 11920 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 03:02:42.104 11920 11920 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 03:02:42.104 11920 11920 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 03:02:42.104 11920 11920 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 03:02:42.104 11920 11920 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 03:02:42.104 11920 11920 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 03:02:42.104 11920 11920 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 03:02:42.104 11920 11920 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 03:02:42.104 11920 11920 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 03:02:42.104 11920 11920 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 03:02:42.104 11920 11920 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 03:02:42.104 11920 11920 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 03:02:42.122 11920 11920 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 03:02:42.409 11920 11920 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 03:02:42.410 11920 11920 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 03:02:42.454 11920 11920 W com.mbwhatsapp: type=1400 audit(0.0:1035135): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:02:42.460 11920 11920 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) 03-05 03:02:42.470 11920 11920 W com.mbwhatsapp: type=1400 audit(0.0:1035136): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:02:42.482 11920 11920 W com.mbwhatsapp: type=1400 audit(0.0:1035137): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:02:42.554 11920 11920 W com.mbwhatsapp: type=1400 audit(0.0:1035138): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:02:42.566 11920 11920 W com.mbwhatsapp: type=1400 audit(0.0:1035139): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:02:42.643 11920 11920 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 461ms 03-05 03:02:42.647 11920 11969 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 03:02:42.647 11920 11969 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 03:02:42.647 11920 11969 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 03:02:42.652 11920 11920 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 806ms --------- beginning of system 03-05 03:02:42.652 11920 11920 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 03:03:22.402 12000 12000 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 03:03:22.676 12000 12000 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 03:03:22.684 12000 12000 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 03:03:22.684 12000 12000 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 03:03:22.684 12000 12000 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 03:03:22.684 12000 12000 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 03:03:22.684 12000 12000 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 03:03:22.684 12000 12000 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 03:03:22.684 12000 12000 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 03:03:22.684 12000 12000 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 03:03:22.684 12000 12000 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 03:03:22.684 12000 12000 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 03:03:22.684 12000 12000 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 03:03:22.684 12000 12000 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 03:03:22.684 12000 12000 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 03:03:22.684 12000 12000 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 03:03:22.684 12000 12000 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 03:03:22.684 12000 12000 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 03:03:22.684 12000 12000 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 03:03:22.684 12000 12000 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 03:03:22.684 12000 12000 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 03:03:22.685 12000 12000 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 03:03:22.736 12000 12000 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 03:03:23.271 12000 12000 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 03:03:23.272 12000 12000 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 03:03:23.321 12000 12000 W com.mbwhatsapp: type=1400 audit(0.0:1035232): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:03:23.328 12000 12000 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) 03-05 03:03:23.333 12000 12000 W com.mbwhatsapp: type=1400 audit(0.0:1035233): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:03:23.349 12000 12000 W com.mbwhatsapp: type=1400 audit(0.0:1035234): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:03:23.405 12000 12000 W com.mbwhatsapp: type=1400 audit(0.0:1035235): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:03:23.417 12000 12000 W com.mbwhatsapp: type=1400 audit(0.0:1035236): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:03:23.495 12000 12000 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 670ms 03-05 03:03:23.504 12000 12049 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 03:03:23.504 12000 12049 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 03:03:23.504 12000 12049 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 03:03:23.511 12000 12000 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1089ms --------- beginning of system 03-05 03:03:23.511 12000 12000 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 03:04:22.732 12071 12071 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 03:04:23.071 12071 12071 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 03:04:23.080 12071 12071 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 03:04:23.080 12071 12071 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 03:04:23.080 12071 12071 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 03:04:23.080 12071 12071 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 03:04:23.080 12071 12071 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 03:04:23.080 12071 12071 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 03:04:23.080 12071 12071 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 03:04:23.080 12071 12071 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 03:04:23.080 12071 12071 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 03:04:23.080 12071 12071 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 03:04:23.080 12071 12071 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 03:04:23.080 12071 12071 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 03:04:23.080 12071 12071 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 03:04:23.080 12071 12071 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 03:04:23.080 12071 12071 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 03:04:23.080 12071 12071 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 03:04:23.080 12071 12071 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 03:04:23.080 12071 12071 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 03:04:23.080 12071 12071 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 03:04:23.080 12071 12071 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 03:04:23.115 12071 12071 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 03:04:23.553 12071 12071 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 03:04:23.553 12071 12071 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 03:04:23.608 12071 12071 W com.mbwhatsapp: type=1400 audit(0.0:1035239): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:04:23.614 12071 12071 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) 03-05 03:04:23.620 12071 12071 W com.mbwhatsapp: type=1400 audit(0.0:1035240): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:04:23.632 12071 12071 W com.mbwhatsapp: type=1400 audit(0.0:1035241): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:04:23.708 12071 12071 W com.mbwhatsapp: type=1400 audit(0.0:1035242): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:04:23.720 12071 12071 W com.mbwhatsapp: type=1400 audit(0.0:1035243): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:04:23.823 12071 12071 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 634ms 03-05 03:04:23.826 12071 12117 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 03:04:23.826 12071 12117 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 03:04:23.826 12071 12117 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 03:04:23.831 12071 12071 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1083ms --------- beginning of system 03-05 03:04:23.831 12071 12071 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 03:05:22.548 12186 12186 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 03:05:22.877 12186 12186 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 03:05:22.882 12186 12186 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 03:05:22.882 12186 12186 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 03:05:22.882 12186 12186 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 03:05:22.882 12186 12186 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 03:05:22.882 12186 12186 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 03:05:22.882 12186 12186 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 03:05:22.882 12186 12186 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 03:05:22.882 12186 12186 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 03:05:22.882 12186 12186 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 03:05:22.882 12186 12186 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 03:05:22.883 12186 12186 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 03:05:22.883 12186 12186 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 03:05:22.883 12186 12186 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 03:05:22.883 12186 12186 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 03:05:22.883 12186 12186 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 03:05:22.883 12186 12186 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 03:05:22.883 12186 12186 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 03:05:22.883 12186 12186 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 03:05:22.883 12186 12186 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 03:05:22.883 12186 12186 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 03:05:22.942 12186 12186 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 03:05:23.443 12186 12186 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 03:05:23.443 12186 12186 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 03:05:23.514 12186 12186 W com.mbwhatsapp: type=1400 audit(0.0:1035246): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:05:23.517 12186 12186 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) 03-05 03:05:23.526 12186 12186 W com.mbwhatsapp: type=1400 audit(0.0:1035247): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:05:23.546 12186 12186 W com.mbwhatsapp: type=1400 audit(0.0:1035248): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:05:23.610 12186 12186 W com.mbwhatsapp: type=1400 audit(0.0:1035249): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:05:23.618 12186 12186 W com.mbwhatsapp: type=1400 audit(0.0:1035250): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:05:23.727 12186 12186 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 692ms 03-05 03:05:23.733 12186 12186 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1163ms --------- beginning of system 03-05 03:05:23.733 12186 12186 W ActivityThread: Main thread can not be idle for a long time. 03-05 03:05:23.746 12186 12264 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 03:05:23.746 12186 12264 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 03:05:23.746 12186 12264 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-05 03:06:40.773 12350 12350 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 03:06:41.140 12350 12350 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 03:06:41.146 12350 12350 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 03:06:41.146 12350 12350 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 03:06:41.146 12350 12350 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 03:06:41.146 12350 12350 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 03:06:41.146 12350 12350 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 03:06:41.146 12350 12350 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 03:06:41.147 12350 12350 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 03:06:41.147 12350 12350 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 03:06:41.147 12350 12350 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 03:06:41.147 12350 12350 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 03:06:41.147 12350 12350 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 03:06:41.147 12350 12350 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 03:06:41.147 12350 12350 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 03:06:41.147 12350 12350 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 03:06:41.147 12350 12350 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 03:06:41.147 12350 12350 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 03:06:41.147 12350 12350 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 03:06:41.147 12350 12350 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 03:06:41.147 12350 12350 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 03:06:41.147 12350 12350 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 03:06:41.194 12350 12350 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 03:06:41.720 12350 12350 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 03:06:41.720 12350 12350 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 03:06:41.775 12350 12350 W com.mbwhatsapp: type=1400 audit(0.0:1035343): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:06:41.778 12350 12350 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) 03-05 03:06:41.783 12350 12350 W com.mbwhatsapp: type=1400 audit(0.0:1035344): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:06:41.799 12350 12350 W com.mbwhatsapp: type=1400 audit(0.0:1035345): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:06:41.863 12350 12350 W com.mbwhatsapp: type=1400 audit(0.0:1035346): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:06:41.871 12350 12350 W com.mbwhatsapp: type=1400 audit(0.0:1035347): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:06:41.955 12350 12350 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 649ms 03-05 03:06:41.956 12350 12414 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 03:06:41.956 12350 12414 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 03:06:41.956 12350 12414 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 03:06:41.961 12350 12350 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1167ms --------- beginning of system 03-05 03:06:41.961 12350 12350 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 03:07:22.415 12434 12434 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 03:07:22.764 12434 12434 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 03:07:22.771 12434 12434 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 03:07:22.771 12434 12434 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 03:07:22.771 12434 12434 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 03:07:22.771 12434 12434 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 03:07:22.771 12434 12434 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 03:07:22.771 12434 12434 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 03:07:22.771 12434 12434 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 03:07:22.771 12434 12434 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 03:07:22.771 12434 12434 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 03:07:22.771 12434 12434 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 03:07:22.771 12434 12434 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 03:07:22.771 12434 12434 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 03:07:22.771 12434 12434 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 03:07:22.771 12434 12434 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 03:07:22.771 12434 12434 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 03:07:22.771 12434 12434 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 03:07:22.771 12434 12434 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 03:07:22.771 12434 12434 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 03:07:22.771 12434 12434 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 03:07:22.771 12434 12434 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 03:07:22.817 12434 12434 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 03:07:23.323 12434 12434 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 03:07:23.323 12434 12434 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 03:07:23.379 12434 12434 W com.mbwhatsapp: type=1400 audit(0.0:1035350): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:07:23.384 12434 12434 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) 03-05 03:07:23.395 12434 12434 W com.mbwhatsapp: type=1400 audit(0.0:1035351): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:07:23.407 12434 12434 W com.mbwhatsapp: type=1400 audit(0.0:1035352): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:07:23.483 12434 12434 W com.mbwhatsapp: type=1400 audit(0.0:1035353): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:07:23.491 12434 12434 W com.mbwhatsapp: type=1400 audit(0.0:1035354): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:07:23.591 12434 12434 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 688ms 03-05 03:07:23.593 12434 12500 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 03:07:23.593 12434 12500 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 03:07:23.593 12434 12500 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 03:07:23.597 12434 12434 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1160ms --------- beginning of system 03-05 03:07:23.597 12434 12434 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 03:08:22.732 12549 12549 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 03:08:23.042 12549 12549 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 03:08:23.049 12549 12549 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 03:08:23.049 12549 12549 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 03:08:23.049 12549 12549 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 03:08:23.049 12549 12549 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 03:08:23.049 12549 12549 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 03:08:23.049 12549 12549 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 03:08:23.049 12549 12549 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 03:08:23.049 12549 12549 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 03:08:23.049 12549 12549 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 03:08:23.049 12549 12549 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 03:08:23.050 12549 12549 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 03:08:23.050 12549 12549 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 03:08:23.050 12549 12549 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 03:08:23.050 12549 12549 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 03:08:23.050 12549 12549 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 03:08:23.050 12549 12549 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 03:08:23.050 12549 12549 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 03:08:23.050 12549 12549 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 03:08:23.050 12549 12549 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 03:08:23.050 12549 12549 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 03:08:23.081 12549 12549 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 03:08:23.604 12549 12549 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 03:08:23.604 12549 12549 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 03:08:23.654 12549 12549 W com.mbwhatsapp: type=1400 audit(0.0:1035447): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:08:23.657 12549 12549 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) 03-05 03:08:23.666 12549 12549 W com.mbwhatsapp: type=1400 audit(0.0:1035448): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:08:23.674 12549 12549 W com.mbwhatsapp: type=1400 audit(0.0:1035449): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:08:23.754 12549 12549 W com.mbwhatsapp: type=1400 audit(0.0:1035450): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:08:23.766 12549 12549 W com.mbwhatsapp: type=1400 audit(0.0:1035451): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:08:23.856 12549 12549 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 698ms 03-05 03:08:23.861 12549 12598 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 03:08:23.861 12549 12598 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 03:08:23.861 12549 12598 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 03:08:23.870 12549 12549 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1115ms --------- beginning of system 03-05 03:08:23.870 12549 12549 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 03:09:22.738 12626 12626 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 03:09:23.091 12626 12626 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 03:09:23.099 12626 12626 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 03:09:23.099 12626 12626 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 03:09:23.099 12626 12626 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 03:09:23.099 12626 12626 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 03:09:23.099 12626 12626 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 03:09:23.099 12626 12626 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 03:09:23.100 12626 12626 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 03:09:23.100 12626 12626 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 03:09:23.100 12626 12626 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 03:09:23.100 12626 12626 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 03:09:23.100 12626 12626 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 03:09:23.100 12626 12626 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 03:09:23.100 12626 12626 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 03:09:23.100 12626 12626 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 03:09:23.100 12626 12626 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 03:09:23.100 12626 12626 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 03:09:23.100 12626 12626 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 03:09:23.100 12626 12626 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 03:09:23.100 12626 12626 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 03:09:23.100 12626 12626 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 03:09:23.147 12626 12626 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 03:09:23.692 12626 12626 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 03:09:23.692 12626 12626 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 03:09:23.748 12626 12626 W com.mbwhatsapp: type=1400 audit(0.0:1035454): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:09:23.755 12626 12626 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) 03-05 03:09:23.760 12626 12626 W com.mbwhatsapp: type=1400 audit(0.0:1035455): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:09:23.772 12626 12626 W com.mbwhatsapp: type=1400 audit(0.0:1035456): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:09:23.828 12626 12626 W com.mbwhatsapp: type=1400 audit(0.0:1035457): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:09:23.840 12626 12626 W com.mbwhatsapp: type=1400 audit(0.0:1035458): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:09:23.940 12626 12626 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 690ms 03-05 03:09:23.941 12626 12690 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 03:09:23.941 12626 12690 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 03:09:23.941 12626 12690 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 03:09:23.947 12626 12626 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1192ms --------- beginning of system 03-05 03:09:23.947 12626 12626 W ActivityThread: Main thread can not be idle for a long time. 03-05 03:10:23.795 12696 12696 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 03:10:23.897 12696 12696 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 03:10:23.897 12696 12696 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 03:10:23.897 12696 12696 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 03:10:23.897 12696 12696 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 03:10:23.897 12696 12696 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 03:10:23.897 12696 12696 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 03:10:23.897 12696 12696 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 03:10:23.897 12696 12696 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 03:10:23.898 12696 12696 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 03:10:23.898 12696 12696 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 03:10:23.898 12696 12696 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 03:10:23.898 12696 12696 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 03:10:23.898 12696 12696 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 03:10:23.898 12696 12696 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 03:10:23.898 12696 12696 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 03:10:23.898 12696 12696 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 03:10:23.898 12696 12696 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 03:10:23.898 12696 12696 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 03:10:23.898 12696 12696 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 03:10:23.898 12696 12696 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 03:10:23.898 12696 12696 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 03:10:23.907 12696 12696 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 03:10:24.108 12696 12696 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 03:10:24.109 12696 12696 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 03:10:24.131 12696 12696 W com.mbwhatsapp: type=1400 audit(0.0:1035461): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:10:24.135 12696 12696 W com.mbwhatsapp: type=1400 audit(0.0:1035462): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:10:24.137 12696 12696 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) 03-05 03:10:24.143 12696 12696 W com.mbwhatsapp: type=1400 audit(0.0:1035463): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:10:24.163 12696 12696 W com.mbwhatsapp: type=1400 audit(0.0:1035464): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:10:24.167 12696 12696 W com.mbwhatsapp: type=1400 audit(0.0:1035465): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:10:24.224 12696 12696 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 287ms 03-05 03:10:24.228 12696 12744 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 03:10:24.228 12696 12744 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 03:10:24.228 12696 12744 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-05 03:12:16.118 15287 15287 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 03:12:16.538 15287 15287 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 03:12:16.543 15287 15287 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 03:12:16.543 15287 15287 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 03:12:16.543 15287 15287 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 03:12:16.543 15287 15287 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 03:12:16.543 15287 15287 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 03:12:16.543 15287 15287 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 03:12:16.543 15287 15287 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 03:12:16.543 15287 15287 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 03:12:16.543 15287 15287 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 03:12:16.543 15287 15287 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 03:12:16.543 15287 15287 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 03:12:16.543 15287 15287 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 03:12:16.543 15287 15287 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 03:12:16.543 15287 15287 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 03:12:16.543 15287 15287 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 03:12:16.543 15287 15287 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 03:12:16.543 15287 15287 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 03:12:16.543 15287 15287 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 03:12:16.543 15287 15287 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 03:12:16.543 15287 15287 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 03:12:16.590 15287 15287 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 03:12:17.221 15287 15287 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 03:12:17.221 15287 15287 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 03:12:17.323 15287 15287 W com.mbwhatsapp: type=1400 audit(0.0:1035988): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:12:17.329 15287 15287 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) 03-05 03:12:17.339 15287 15287 W com.mbwhatsapp: type=1400 audit(0.0:1035989): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:12:17.359 15287 15287 W com.mbwhatsapp: type=1400 audit(0.0:1035990): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:12:17.459 15287 15287 W com.mbwhatsapp: type=1400 audit(0.0:1035991): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:12:17.475 15287 15287 W com.mbwhatsapp: type=1400 audit(0.0:1035992): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:12:17.563 15287 15287 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 883ms 03-05 03:12:17.580 15287 15287 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1445ms --------- beginning of system 03-05 03:12:17.580 15287 15287 W ActivityThread: Main thread can not be idle for a long time. 03-05 03:12:17.622 15287 15443 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 03:12:17.622 15287 15443 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 03:12:17.622 15287 15443 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-05 03:13:22.399 16515 16515 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 03:13:22.827 16515 16515 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 03:13:22.829 16515 16515 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 03:13:22.829 16515 16515 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 03:13:22.829 16515 16515 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 03:13:22.829 16515 16515 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 03:13:22.829 16515 16515 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 03:13:22.829 16515 16515 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 03:13:22.829 16515 16515 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 03:13:22.829 16515 16515 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 03:13:22.829 16515 16515 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 03:13:22.829 16515 16515 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 03:13:22.829 16515 16515 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 03:13:22.829 16515 16515 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 03:13:22.829 16515 16515 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 03:13:22.829 16515 16515 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 03:13:22.829 16515 16515 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 03:13:22.829 16515 16515 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 03:13:22.829 16515 16515 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 03:13:22.829 16515 16515 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 03:13:22.830 16515 16515 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 03:13:22.830 16515 16515 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 03:13:22.878 16515 16515 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 03:13:23.372 16515 16515 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 03:13:23.373 16515 16515 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 03:13:23.467 16515 16515 W com.mbwhatsapp: type=1400 audit(0.0:1036117): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:13:23.472 16515 16515 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) 03-05 03:13:23.483 16515 16515 W com.mbwhatsapp: type=1400 audit(0.0:1036118): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:13:23.499 16515 16515 W com.mbwhatsapp: type=1400 audit(0.0:1036119): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:13:23.591 16515 16515 W com.mbwhatsapp: type=1400 audit(0.0:1036120): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:13:23.619 16515 16515 W com.mbwhatsapp: type=1400 audit(0.0:1036121): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:13:23.745 16515 16515 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 788ms 03-05 03:13:23.757 16515 16515 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1344ms --------- beginning of system 03-05 03:13:23.757 16515 16515 W ActivityThread: Main thread can not be idle for a long time. 03-05 03:13:23.807 16515 16599 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 03:13:23.807 16515 16599 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 03:13:23.807 16515 16599 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-05 03:15:51.109 16919 16919 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 03:15:51.344 16919 16919 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 03:15:51.346 16919 16919 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 03:15:51.346 16919 16919 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 03:15:51.346 16919 16919 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 03:15:51.346 16919 16919 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 03:15:51.346 16919 16919 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 03:15:51.346 16919 16919 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 03:15:51.346 16919 16919 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 03:15:51.346 16919 16919 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 03:15:51.346 16919 16919 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 03:15:51.346 16919 16919 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 03:15:51.346 16919 16919 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 03:15:51.346 16919 16919 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 03:15:51.346 16919 16919 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 03:15:51.346 16919 16919 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 03:15:51.346 16919 16919 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 03:15:51.346 16919 16919 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 03:15:51.346 16919 16919 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 03:15:51.346 16919 16919 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 03:15:51.346 16919 16919 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 03:15:51.346 16919 16919 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 03:15:51.360 16919 16919 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 03:15:51.757 16919 16919 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 03:15:51.757 16919 16919 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 03:15:51.799 16919 16919 W com.mbwhatsapp: type=1400 audit(0.0:1036214): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:15:51.802 16919 16919 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) 03-05 03:15:51.807 16919 16919 W com.mbwhatsapp: type=1400 audit(0.0:1036215): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:15:51.819 16919 16919 W com.mbwhatsapp: type=1400 audit(0.0:1036216): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:15:51.863 16919 16919 W com.mbwhatsapp: type=1400 audit(0.0:1036217): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:15:51.871 16919 16919 W com.mbwhatsapp: type=1400 audit(0.0:1036218): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 03:15:51.936 16919 16919 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 533ms 03-05 03:15:51.940 16919 16973 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 03:15:51.940 16919 16973 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 03:15:51.940 16919 16973 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 03:15:51.944 16919 16919 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 815ms --------- beginning of system 03-05 03:15:51.944 16919 16919 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 04:21:12.790 24486 24486 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 04:21:13.164 24486 24486 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 04:21:13.166 24486 24486 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 04:21:13.166 24486 24486 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 04:21:13.166 24486 24486 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 04:21:13.166 24486 24486 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 04:21:13.166 24486 24486 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 04:21:13.166 24486 24486 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 04:21:13.166 24486 24486 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 04:21:13.166 24486 24486 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 04:21:13.166 24486 24486 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 04:21:13.167 24486 24486 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 04:21:13.167 24486 24486 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 04:21:13.167 24486 24486 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 04:21:13.167 24486 24486 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 04:21:13.167 24486 24486 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 04:21:13.167 24486 24486 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 04:21:13.167 24486 24486 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 04:21:13.167 24486 24486 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 04:21:13.167 24486 24486 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 04:21:13.167 24486 24486 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 04:21:13.167 24486 24486 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 04:21:13.214 24486 24486 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 04:21:13.811 24486 24486 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 04:21:13.811 24486 24486 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 04:21:13.898 24486 24486 W com.mbwhatsapp: type=1400 audit(0.0:1050524): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 04:21:13.902 24486 24486 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) 03-05 04:21:13.910 24486 24486 W com.mbwhatsapp: type=1400 audit(0.0:1050525): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 04:21:13.918 24486 24486 W com.mbwhatsapp: type=1400 audit(0.0:1050526): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 04:21:14.010 24486 24486 W com.mbwhatsapp: type=1400 audit(0.0:1050527): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 04:21:14.018 24486 24486 W com.mbwhatsapp: type=1400 audit(0.0:1050528): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 04:21:14.095 24486 24486 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 802ms 03-05 04:21:14.105 24486 24539 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 04:21:14.105 24486 24539 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 04:21:14.105 24486 24539 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 04:21:14.148 24486 24486 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1332ms --------- beginning of system 03-05 04:21:14.148 24486 24486 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 04:21:20.022 25187 25187 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 04:21:20.118 25187 25187 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 04:21:20.118 25187 25187 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 04:21:20.118 25187 25187 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 04:21:20.118 25187 25187 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 04:21:20.118 25187 25187 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 04:21:20.118 25187 25187 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 04:21:20.118 25187 25187 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 04:21:20.118 25187 25187 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 04:21:20.118 25187 25187 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 04:21:20.118 25187 25187 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 04:21:20.118 25187 25187 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 04:21:20.118 25187 25187 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 04:21:20.118 25187 25187 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 04:21:20.118 25187 25187 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 04:21:20.118 25187 25187 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 04:21:20.118 25187 25187 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 04:21:20.118 25187 25187 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 04:21:20.118 25187 25187 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 04:21:20.118 25187 25187 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 04:21:20.118 25187 25187 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 04:21:20.118 25187 25187 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 04:21:20.125 25187 25187 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 04:21:20.291 25187 25187 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 04:21:20.292 25187 25187 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 04:21:20.317 25187 25187 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) 03-05 04:21:20.410 25187 25187 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 255ms 03-05 04:21:20.429 25187 25289 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 04:21:20.429 25187 25289 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 04:21:20.429 25187 25289 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-05 06:30:00.749 6588 6588 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 06:30:01.142 6588 6588 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 06:30:01.145 6588 6588 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 06:30:01.145 6588 6588 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 06:30:01.145 6588 6588 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 06:30:01.145 6588 6588 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 06:30:01.145 6588 6588 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 06:30:01.145 6588 6588 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 06:30:01.145 6588 6588 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 06:30:01.145 6588 6588 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 06:30:01.145 6588 6588 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 06:30:01.145 6588 6588 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 06:30:01.145 6588 6588 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 06:30:01.145 6588 6588 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 06:30:01.145 6588 6588 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 06:30:01.145 6588 6588 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 06:30:01.145 6588 6588 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 06:30:01.145 6588 6588 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 06:30:01.146 6588 6588 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 06:30:01.146 6588 6588 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 06:30:01.146 6588 6588 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 06:30:01.146 6588 6588 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 06:30:01.200 6588 6588 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 06:30:01.821 6588 6588 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 06:30:01.821 6588 6588 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 06:30:01.898 6588 6588 W com.mbwhatsapp: type=1400 audit(0.0:1075676): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 06:30:01.903 6588 6588 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) 03-05 06:30:01.918 6588 6588 W com.mbwhatsapp: type=1400 audit(0.0:1075677): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 06:30:01.930 6588 6588 W com.mbwhatsapp: type=1400 audit(0.0:1075678): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 06:30:02.026 6588 6588 W com.mbwhatsapp: type=1400 audit(0.0:1075679): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 06:30:02.042 6588 6588 W com.mbwhatsapp: type=1400 audit(0.0:1075680): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 06:30:02.042 6588 6588 W com.mbwhatsapp: type=1400 audit(0.0:1075682): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 06:30:02.153 6588 6588 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 879ms 03-05 06:30:02.160 6588 6642 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 06:30:02.160 6588 6642 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 06:30:02.160 6588 6642 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 06:30:02.163 6588 6588 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1380ms --------- beginning of system 03-05 06:30:02.163 6588 6588 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 06:39:06.184 8941 8941 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 06:39:06.520 8941 8941 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 06:39:06.523 8941 8941 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 06:39:06.523 8941 8941 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 06:39:06.523 8941 8941 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 06:39:06.523 8941 8941 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 06:39:06.523 8941 8941 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 06:39:06.523 8941 8941 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 06:39:06.523 8941 8941 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 06:39:06.523 8941 8941 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 06:39:06.523 8941 8941 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 06:39:06.523 8941 8941 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 06:39:06.523 8941 8941 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 06:39:06.523 8941 8941 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 06:39:06.523 8941 8941 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 06:39:06.523 8941 8941 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 06:39:06.523 8941 8941 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 06:39:06.523 8941 8941 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 06:39:06.523 8941 8941 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 06:39:06.523 8941 8941 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 06:39:06.523 8941 8941 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 06:39:06.523 8941 8941 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 06:39:06.567 8941 8941 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 06:39:07.187 8941 8941 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 06:39:07.187 8941 8941 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 06:39:07.259 8941 8941 W com.mbwhatsapp: type=1400 audit(0.0:1079430): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 06:39:07.264 8941 8941 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) 03-05 06:39:07.271 8941 8941 W com.mbwhatsapp: type=1400 audit(0.0:1079431): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 06:39:07.283 8941 8941 W com.mbwhatsapp: type=1400 audit(0.0:1079432): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 06:39:07.371 8941 8941 W com.mbwhatsapp: type=1400 audit(0.0:1079433): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 06:39:07.391 8941 8941 W com.mbwhatsapp: type=1400 audit(0.0:1079434): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 06:39:07.506 8941 8941 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 863ms 03-05 06:39:07.521 8941 8989 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 06:39:07.521 8941 8989 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 06:39:07.521 8941 8989 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 06:39:07.522 8941 8941 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1320ms --------- beginning of system 03-05 06:39:07.522 8941 8941 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 06:46:21.156 9726 9726 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 06:46:21.316 9726 9726 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 06:46:21.319 9726 9726 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 06:46:21.319 9726 9726 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 06:46:21.319 9726 9726 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 06:46:21.319 9726 9726 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 06:46:21.319 9726 9726 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 06:46:21.319 9726 9726 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 06:46:21.319 9726 9726 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 06:46:21.319 9726 9726 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 06:46:21.319 9726 9726 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 06:46:21.319 9726 9726 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 06:46:21.319 9726 9726 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 06:46:21.319 9726 9726 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 06:46:21.319 9726 9726 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 06:46:21.319 9726 9726 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 06:46:21.319 9726 9726 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 06:46:21.319 9726 9726 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 06:46:21.319 9726 9726 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 06:46:21.319 9726 9726 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 06:46:21.319 9726 9726 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 06:46:21.319 9726 9726 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 06:46:21.327 9726 9726 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 06:46:21.519 9726 9726 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 06:46:21.519 9726 9726 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 06:46:21.606 9726 9726 W com.mbwhatsapp: type=1400 audit(0.0:1080437): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 06:46:21.609 9726 9726 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) 03-05 06:46:21.614 9726 9726 W com.mbwhatsapp: type=1400 audit(0.0:1080438): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 06:46:21.626 9726 9726 W com.mbwhatsapp: type=1400 audit(0.0:1080439): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 06:46:21.682 9726 9726 W com.mbwhatsapp: type=1400 audit(0.0:1080440): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 06:46:21.690 9726 9726 W com.mbwhatsapp: type=1400 audit(0.0:1080441): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 06:46:21.733 9726 9726 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 373ms 03-05 06:46:21.737 9726 9777 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 06:46:21.737 9726 9777 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 06:46:21.737 9726 9777 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-05 07:30:00.698 19989 19989 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 07:30:01.058 19989 19989 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 07:30:01.061 19989 19989 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 07:30:01.061 19989 19989 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 07:30:01.061 19989 19989 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 07:30:01.061 19989 19989 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 07:30:01.061 19989 19989 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 07:30:01.061 19989 19989 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 07:30:01.061 19989 19989 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 07:30:01.061 19989 19989 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 07:30:01.061 19989 19989 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 07:30:01.061 19989 19989 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 07:30:01.061 19989 19989 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 07:30:01.061 19989 19989 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 07:30:01.061 19989 19989 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 07:30:01.061 19989 19989 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 07:30:01.061 19989 19989 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 07:30:01.061 19989 19989 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 07:30:01.061 19989 19989 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 07:30:01.061 19989 19989 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 07:30:01.061 19989 19989 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 07:30:01.061 19989 19989 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 07:30:01.120 19989 19989 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 07:30:01.639 19989 19989 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 07:30:01.639 19989 19989 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 07:30:01.749 19989 19989 W com.mbwhatsapp: type=1400 audit(0.0:1092289): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 07:30:01.752 19989 19989 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) 03-05 07:30:01.757 19989 19989 W com.mbwhatsapp: type=1400 audit(0.0:1092290): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 07:30:01.769 19989 19989 W com.mbwhatsapp: type=1400 audit(0.0:1092291): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 07:30:01.853 19989 19989 W com.mbwhatsapp: type=1400 audit(0.0:1092292): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 07:30:01.861 19989 19989 W com.mbwhatsapp: type=1400 audit(0.0:1092293): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 07:30:01.861 19989 19989 W com.mbwhatsapp: type=1400 audit(0.0:1092294): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 07:30:01.861 19989 19989 W com.mbwhatsapp: type=1400 audit(0.0:1092295): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 07:30:01.948 19989 19989 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 736ms 03-05 07:30:01.954 19989 20038 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 07:30:01.954 19989 20038 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 07:30:01.954 19989 20038 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 07:30:01.957 19989 19989 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1246ms --------- beginning of system 03-05 07:30:01.957 19989 19989 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 07:39:06.178 22796 22796 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 07:39:06.527 22796 22796 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 07:39:06.532 22796 22796 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 07:39:06.532 22796 22796 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 07:39:06.532 22796 22796 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 07:39:06.532 22796 22796 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 07:39:06.532 22796 22796 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 07:39:06.532 22796 22796 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 07:39:06.532 22796 22796 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 07:39:06.532 22796 22796 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 07:39:06.532 22796 22796 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 07:39:06.532 22796 22796 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 07:39:06.532 22796 22796 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 07:39:06.532 22796 22796 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 07:39:06.532 22796 22796 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 07:39:06.532 22796 22796 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 07:39:06.532 22796 22796 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 07:39:06.532 22796 22796 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 07:39:06.532 22796 22796 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 07:39:06.533 22796 22796 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 07:39:06.533 22796 22796 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 07:39:06.533 22796 22796 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 07:39:06.580 22796 22796 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 07:39:07.215 22796 22796 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 07:39:07.216 22796 22796 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 07:39:07.309 22796 22796 W com.mbwhatsapp: type=1400 audit(0.0:1092741): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 07:39:07.315 22796 22796 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) 03-05 07:39:07.325 22796 22796 W com.mbwhatsapp: type=1400 audit(0.0:1092742): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 07:39:07.337 22796 22796 W com.mbwhatsapp: type=1400 audit(0.0:1092743): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 07:39:07.413 22796 22796 W com.mbwhatsapp: type=1400 audit(0.0:1092744): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 07:39:07.429 22796 22796 W com.mbwhatsapp: type=1400 audit(0.0:1092745): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 07:39:07.429 22796 22796 W com.mbwhatsapp: type=1400 audit(0.0:1092746): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 07:39:07.429 22796 22796 W com.mbwhatsapp: type=1400 audit(0.0:1092747): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 07:39:07.530 22796 22796 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 860ms 03-05 07:39:07.536 22796 22846 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 07:39:07.536 22796 22846 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 07:39:07.536 22796 22846 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 07:39:07.581 22796 22796 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1388ms --------- beginning of system 03-05 07:39:07.582 22796 22796 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 08:30:00.710 4990 4990 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 08:30:01.087 4990 4990 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 08:30:01.090 4990 4990 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 08:30:01.091 4990 4990 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 08:30:01.091 4990 4990 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 08:30:01.091 4990 4990 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 08:30:01.091 4990 4990 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 08:30:01.091 4990 4990 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 08:30:01.091 4990 4990 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 08:30:01.091 4990 4990 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 08:30:01.091 4990 4990 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 08:30:01.091 4990 4990 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 08:30:01.091 4990 4990 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 08:30:01.091 4990 4990 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 08:30:01.091 4990 4990 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 08:30:01.091 4990 4990 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 08:30:01.091 4990 4990 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 08:30:01.091 4990 4990 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 08:30:01.091 4990 4990 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 08:30:01.092 4990 4990 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 08:30:01.092 4990 4990 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 08:30:01.092 4990 4990 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 08:30:01.140 4990 4990 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 08:30:01.740 4990 4990 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 08:30:01.740 4990 4990 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 08:30:01.814 4990 4990 W com.mbwhatsapp: type=1400 audit(0.0:1095601): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 08:30:01.818 4990 4990 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) 03-05 08:30:01.830 4990 4990 W com.mbwhatsapp: type=1400 audit(0.0:1095602): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 08:30:01.842 4990 4990 W com.mbwhatsapp: type=1400 audit(0.0:1095603): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 08:30:01.918 4990 4990 W com.mbwhatsapp: type=1400 audit(0.0:1095604): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 08:30:01.930 4990 4990 W com.mbwhatsapp: type=1400 audit(0.0:1095605): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 08:30:02.016 4990 4990 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 800ms 03-05 08:30:02.021 4990 5042 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 08:30:02.021 4990 5042 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 08:30:02.021 4990 5042 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 08:30:02.027 4990 4990 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1287ms --------- beginning of system 03-05 08:30:02.027 4990 4990 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 09:39:06.180 28282 28282 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 09:39:06.542 28282 28282 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 09:39:06.546 28282 28282 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 09:39:06.546 28282 28282 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 09:39:06.546 28282 28282 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 09:39:06.546 28282 28282 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 09:39:06.546 28282 28282 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 09:39:06.546 28282 28282 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 09:39:06.546 28282 28282 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 09:39:06.546 28282 28282 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 09:39:06.546 28282 28282 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 09:39:06.547 28282 28282 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 09:39:06.547 28282 28282 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 09:39:06.547 28282 28282 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 09:39:06.547 28282 28282 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 09:39:06.547 28282 28282 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 09:39:06.547 28282 28282 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 09:39:06.547 28282 28282 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 09:39:06.547 28282 28282 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 09:39:06.547 28282 28282 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 09:39:06.547 28282 28282 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 09:39:06.547 28282 28282 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 09:39:06.593 28282 28282 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 09:39:07.052 28282 28282 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 09:39:07.052 28282 28282 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 09:39:07.130 28282 28282 W com.mbwhatsapp: type=1400 audit(0.0:1101067): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 09:39:07.135 28282 28282 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) 03-05 09:39:07.142 28282 28282 W com.mbwhatsapp: type=1400 audit(0.0:1101068): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 09:39:07.158 28282 28282 W com.mbwhatsapp: type=1400 audit(0.0:1101069): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 09:39:07.238 28282 28282 W com.mbwhatsapp: type=1400 audit(0.0:1101070): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 09:39:07.250 28282 28282 W com.mbwhatsapp: type=1400 audit(0.0:1101071): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 09:39:07.250 28282 28282 W com.mbwhatsapp: type=1400 audit(0.0:1101073): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 09:39:07.340 28282 28282 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 667ms 03-05 09:39:07.346 28282 28332 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 09:39:07.346 28282 28332 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 09:39:07.346 28282 28332 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 09:39:07.350 28282 28282 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1155ms --------- beginning of system 03-05 09:39:07.350 28282 28282 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 10:39:06.184 14149 14149 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 10:39:06.518 14149 14149 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 10:39:06.520 14149 14149 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 10:39:06.521 14149 14149 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 10:39:06.521 14149 14149 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 10:39:06.521 14149 14149 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 10:39:06.521 14149 14149 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 10:39:06.521 14149 14149 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 10:39:06.521 14149 14149 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 10:39:06.521 14149 14149 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 10:39:06.521 14149 14149 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 10:39:06.521 14149 14149 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 10:39:06.521 14149 14149 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 10:39:06.521 14149 14149 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 10:39:06.521 14149 14149 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 10:39:06.521 14149 14149 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 10:39:06.521 14149 14149 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 10:39:06.521 14149 14149 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 10:39:06.521 14149 14149 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 10:39:06.521 14149 14149 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 10:39:06.521 14149 14149 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 10:39:06.521 14149 14149 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 10:39:06.571 14149 14149 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 10:39:06.984 14149 14149 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 10:39:06.984 14149 14149 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 10:39:07.061 14149 14149 W com.mbwhatsapp: type=1400 audit(0.0:1112307): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 10:39:07.068 14149 14149 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) 03-05 10:39:07.073 14149 14149 W com.mbwhatsapp: type=1400 audit(0.0:1112308): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 10:39:07.085 14149 14149 W com.mbwhatsapp: type=1400 audit(0.0:1112309): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 10:39:07.165 14149 14149 W com.mbwhatsapp: type=1400 audit(0.0:1112310): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 10:39:07.181 14149 14149 W com.mbwhatsapp: type=1400 audit(0.0:1112311): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 10:39:07.278 14149 14149 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 626ms 03-05 10:39:07.284 14149 14198 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 10:39:07.284 14149 14198 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 10:39:07.284 14149 14198 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 10:39:07.309 14149 14149 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1107ms --------- beginning of system 03-05 10:39:07.309 14149 14149 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 18:15:54.438 20915 20915 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 18:15:55.107 20915 20915 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 18:15:55.107 20915 20915 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 18:15:55.107 20915 20915 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 18:15:55.107 20915 20915 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 18:15:55.107 20915 20915 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 18:15:55.107 20915 20915 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 18:15:55.107 20915 20915 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 18:15:55.107 20915 20915 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 18:15:55.107 20915 20915 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 18:15:55.107 20915 20915 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 18:15:55.107 20915 20915 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 18:15:55.107 20915 20915 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 18:15:55.108 20915 20915 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 18:15:55.108 20915 20915 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 18:15:55.108 20915 20915 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 18:15:55.108 20915 20915 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 18:15:55.108 20915 20915 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 18:15:55.108 20915 20915 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 18:15:55.108 20915 20915 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 18:15:55.108 20915 20915 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 18:15:55.108 20915 20915 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 18:15:55.190 20915 20915 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 369ms 03-05 18:15:55.212 20915 20915 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 18:15:55.434 20915 20915 W CheckTime: App running slow: Executing handleBindApplication : installContentProviders took 244ms 03-05 18:15:56.188 20915 20915 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 18:15:56.189 20915 20915 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 18:15:56.374 20915 20915 W com.mbwhatsapp: type=1400 audit(0.0:1121035): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 18:15:56.378 20915 20915 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) 03-05 18:15:56.402 20915 20915 W com.mbwhatsapp: type=1400 audit(0.0:1121036): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 18:15:56.430 20915 20915 W com.mbwhatsapp: type=1400 audit(0.0:1121037): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 18:15:56.622 20915 20915 W com.mbwhatsapp: type=1400 audit(0.0:1121038): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 18:15:56.646 20915 20915 W com.mbwhatsapp: type=1400 audit(0.0:1121039): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 18:15:56.791 20915 20915 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1356ms 03-05 18:15:56.828 20915 21162 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 18:15:56.828 20915 21162 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 18:15:56.828 20915 21162 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 18:15:56.952 20915 20915 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 2482ms --------- beginning of system 03-05 18:15:56.952 20915 20915 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 19:15:54.691 29529 29529 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 19:15:55.097 29529 29529 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 19:15:55.105 29529 29529 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 19:15:55.105 29529 29529 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 19:15:55.105 29529 29529 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 19:15:55.106 29529 29529 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 19:15:55.106 29529 29529 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 19:15:55.106 29529 29529 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 19:15:55.106 29529 29529 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 19:15:55.106 29529 29529 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 19:15:55.106 29529 29529 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 19:15:55.106 29529 29529 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 19:15:55.106 29529 29529 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 19:15:55.106 29529 29529 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 19:15:55.106 29529 29529 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 19:15:55.106 29529 29529 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 19:15:55.106 29529 29529 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 19:15:55.106 29529 29529 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 19:15:55.106 29529 29529 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 19:15:55.106 29529 29529 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 19:15:55.106 29529 29529 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 19:15:55.106 29529 29529 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 19:15:55.170 29529 29529 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 19:15:55.724 29529 29529 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 19:15:55.725 29529 29529 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 19:15:55.801 29529 29529 W com.mbwhatsapp: type=1400 audit(0.0:1128657): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 19:15:55.808 29529 29529 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) 03-05 19:15:55.813 29529 29529 W com.mbwhatsapp: type=1400 audit(0.0:1128658): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 19:15:55.829 29529 29529 W com.mbwhatsapp: type=1400 audit(0.0:1128659): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 19:15:55.917 29529 29529 W com.mbwhatsapp: type=1400 audit(0.0:1128660): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 19:15:55.937 29529 29529 W com.mbwhatsapp: type=1400 audit(0.0:1128661): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 19:15:56.039 29529 29529 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 755ms 03-05 19:15:56.044 29529 29577 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 19:15:56.044 29529 29577 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 19:15:56.044 29529 29577 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 19:15:56.051 29529 29529 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1337ms --------- beginning of system 03-05 19:15:56.051 29529 29529 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 20:27:21.165 6991 6991 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 20:27:21.527 6991 6991 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 20:27:21.529 6991 6991 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 20:27:21.529 6991 6991 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 20:27:21.529 6991 6991 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 20:27:21.529 6991 6991 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 20:27:21.529 6991 6991 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 20:27:21.529 6991 6991 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 20:27:21.529 6991 6991 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 20:27:21.529 6991 6991 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 20:27:21.529 6991 6991 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 20:27:21.529 6991 6991 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 20:27:21.529 6991 6991 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 20:27:21.529 6991 6991 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 20:27:21.529 6991 6991 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 20:27:21.529 6991 6991 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 20:27:21.529 6991 6991 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 20:27:21.530 6991 6991 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 20:27:21.530 6991 6991 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 20:27:21.530 6991 6991 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 20:27:21.530 6991 6991 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 20:27:21.530 6991 6991 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 20:27:21.577 6991 6991 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 20:27:22.053 6991 6991 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 20:27:22.054 6991 6991 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 20:27:22.133 6991 6991 W com.mbwhatsapp: type=1400 audit(0.0:1143770): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 20:27:22.136 6991 6991 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) 03-05 20:27:22.145 6991 6991 W com.mbwhatsapp: type=1400 audit(0.0:1143771): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 20:27:22.153 6991 6991 W com.mbwhatsapp: type=1400 audit(0.0:1143772): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 20:27:22.229 6991 6991 W com.mbwhatsapp: type=1400 audit(0.0:1143773): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 20:27:22.245 6991 6991 W com.mbwhatsapp: type=1400 audit(0.0:1143774): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 20:27:22.345 6991 6991 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 688ms 03-05 20:27:22.350 6991 7084 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 20:27:22.350 6991 7084 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 20:27:22.350 6991 7084 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 20:27:22.354 6991 6991 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1173ms --------- beginning of system 03-05 20:27:22.354 6991 6991 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 21:28:29.197 20636 20636 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 21:28:29.592 20636 20636 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 21:28:29.596 20636 20636 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 21:28:29.596 20636 20636 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 21:28:29.596 20636 20636 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 21:28:29.596 20636 20636 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 21:28:29.596 20636 20636 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 21:28:29.596 20636 20636 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 21:28:29.596 20636 20636 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 21:28:29.596 20636 20636 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 21:28:29.596 20636 20636 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 21:28:29.596 20636 20636 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 21:28:29.596 20636 20636 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 21:28:29.596 20636 20636 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 21:28:29.596 20636 20636 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 21:28:29.596 20636 20636 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 21:28:29.596 20636 20636 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 21:28:29.596 20636 20636 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 21:28:29.596 20636 20636 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 21:28:29.597 20636 20636 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 21:28:29.597 20636 20636 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 21:28:29.597 20636 20636 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 21:28:29.652 20636 20636 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 204ms 03-05 21:28:29.659 20636 20636 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 21:28:30.144 20636 20636 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 21:28:30.144 20636 20636 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 21:28:30.293 20636 20636 W com.mbwhatsapp: type=1400 audit(0.0:1160197): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 21:28:30.299 20636 20636 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) 03-05 21:28:30.317 20636 20636 W com.mbwhatsapp: type=1400 audit(0.0:1160198): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 21:28:30.345 20636 20636 W com.mbwhatsapp: type=1400 audit(0.0:1160199): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 21:28:30.501 20636 20636 W com.mbwhatsapp: type=1400 audit(0.0:1160200): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 21:28:30.537 20636 20636 W com.mbwhatsapp: type=1400 audit(0.0:1160201): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 21:28:30.695 20636 20636 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 960ms 03-05 21:28:30.707 20636 20824 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 21:28:30.707 20636 20824 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 21:28:30.707 20636 20824 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 21:28:30.711 20636 20636 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1499ms --------- beginning of system 03-05 21:28:30.711 20636 20636 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 21:59:39.414 31121 31121 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 21:59:40.109 31121 31121 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 21:59:40.114 31121 31121 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 21:59:40.114 31121 31121 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 21:59:40.114 31121 31121 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 21:59:40.114 31121 31121 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 21:59:40.114 31121 31121 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 21:59:40.114 31121 31121 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 21:59:40.114 31121 31121 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 21:59:40.114 31121 31121 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 21:59:40.114 31121 31121 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 21:59:40.114 31121 31121 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 21:59:40.114 31121 31121 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 21:59:40.114 31121 31121 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 21:59:40.114 31121 31121 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 21:59:40.114 31121 31121 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 21:59:40.114 31121 31121 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 21:59:40.114 31121 31121 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 21:59:40.114 31121 31121 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 21:59:40.114 31121 31121 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 21:59:40.114 31121 31121 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 21:59:40.114 31121 31121 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 21:59:40.164 31121 31121 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 283ms 03-05 21:59:40.173 31121 31121 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 21:59:40.836 31121 31121 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 21:59:40.836 31121 31121 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 21:59:41.075 31121 31121 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) 03-05 21:59:41.349 31121 31121 W com.mbwhatsapp: type=1400 audit(0.0:1166764): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 21:59:41.437 31121 31121 W com.mbwhatsapp: type=1400 audit(0.0:1166767): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 21:59:41.588 31121 31121 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1316ms 03-05 21:59:41.657 31121 31332 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 21:59:41.657 31121 31332 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 21:59:41.657 31121 31332 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-05 22:28:33.485 8159 8159 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 22:28:33.817 8159 8159 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 22:28:33.820 8159 8159 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 22:28:33.820 8159 8159 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 22:28:33.820 8159 8159 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 22:28:33.820 8159 8159 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 22:28:33.820 8159 8159 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 22:28:33.820 8159 8159 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 22:28:33.820 8159 8159 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 22:28:33.820 8159 8159 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 22:28:33.820 8159 8159 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 22:28:33.820 8159 8159 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 22:28:33.820 8159 8159 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 22:28:33.820 8159 8159 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 22:28:33.820 8159 8159 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 22:28:33.820 8159 8159 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 22:28:33.820 8159 8159 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 22:28:33.821 8159 8159 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 22:28:33.821 8159 8159 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 22:28:33.821 8159 8159 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 22:28:33.821 8159 8159 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 22:28:33.821 8159 8159 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 22:28:33.867 8159 8159 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 22:28:34.349 8159 8159 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 22:28:34.350 8159 8159 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 22:28:34.421 8159 8159 W com.mbwhatsapp: type=1400 audit(0.0:1174800): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 22:28:34.425 8159 8159 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) 03-05 22:28:34.433 8159 8159 W com.mbwhatsapp: type=1400 audit(0.0:1174801): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 22:28:34.441 8159 8159 W com.mbwhatsapp: type=1400 audit(0.0:1174802): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 22:28:34.517 8159 8159 W com.mbwhatsapp: type=1400 audit(0.0:1174803): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 22:28:34.533 8159 8159 W com.mbwhatsapp: type=1400 audit(0.0:1174804): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 22:28:34.626 8159 8159 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 690ms 03-05 22:28:34.630 8159 8253 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 22:28:34.630 8159 8253 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 22:28:34.630 8159 8253 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 22:28:34.634 8159 8159 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1134ms --------- beginning of system 03-05 22:28:34.634 8159 8159 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-05 23:28:33.476 24055 24055 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-05 23:28:33.894 24055 24055 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-05 23:28:33.896 24055 24055 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-05 23:28:33.896 24055 24055 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-05 23:28:33.896 24055 24055 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-05 23:28:33.896 24055 24055 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-05 23:28:33.896 24055 24055 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-05 23:28:33.896 24055 24055 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-05 23:28:33.896 24055 24055 W System.err: at java.lang.Class.newInstance(Native Method) 03-05 23:28:33.896 24055 24055 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-05 23:28:33.896 24055 24055 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-05 23:28:33.896 24055 24055 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-05 23:28:33.896 24055 24055 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-05 23:28:33.896 24055 24055 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-05 23:28:33.896 24055 24055 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-05 23:28:33.896 24055 24055 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-05 23:28:33.897 24055 24055 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-05 23:28:33.897 24055 24055 W System.err: at android.os.Looper.loop(Looper.java:223) 03-05 23:28:33.897 24055 24055 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-05 23:28:33.897 24055 24055 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-05 23:28:33.897 24055 24055 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-05 23:28:33.897 24055 24055 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-05 23:28:33.953 24055 24055 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-05 23:28:34.365 24055 24055 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-05 23:28:34.365 24055 24055 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-05 23:28:34.435 24055 24055 W com.mbwhatsapp: type=1400 audit(0.0:1191812): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 23:28:34.439 24055 24055 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) 03-05 23:28:34.443 24055 24055 W com.mbwhatsapp: type=1400 audit(0.0:1191813): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 23:28:34.455 24055 24055 W com.mbwhatsapp: type=1400 audit(0.0:1191814): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 23:28:34.535 24055 24055 W com.mbwhatsapp: type=1400 audit(0.0:1191815): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 23:28:34.547 24055 24055 W com.mbwhatsapp: type=1400 audit(0.0:1191816): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-05 23:28:34.639 24055 24055 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 604ms 03-05 23:28:34.651 24055 24121 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-05 23:28:34.651 24055 24121 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-05 23:28:34.651 24055 24121 W com.mbwhatsapp: and incorrect proguard optimizations. 03-05 23:28:34.651 24055 24055 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1158ms --------- beginning of system 03-05 23:28:34.651 24055 24055 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 00:00:21.976 32439 32439 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 00:00:22.890 32439 32439 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 00:00:22.892 32439 32439 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 00:00:22.892 32439 32439 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 00:00:22.892 32439 32439 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 00:00:22.892 32439 32439 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 00:00:22.892 32439 32439 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 00:00:22.892 32439 32439 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 00:00:22.892 32439 32439 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 00:00:22.892 32439 32439 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 00:00:22.893 32439 32439 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 00:00:22.893 32439 32439 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 00:00:22.893 32439 32439 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 00:00:22.893 32439 32439 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 00:00:22.893 32439 32439 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 00:00:22.893 32439 32439 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 00:00:22.893 32439 32439 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 00:00:22.893 32439 32439 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 00:00:22.893 32439 32439 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 00:00:22.893 32439 32439 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 00:00:22.893 32439 32439 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 00:00:22.893 32439 32439 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 00:00:22.949 32439 32439 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 261ms 03-06 00:00:22.962 32439 32439 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 00:00:23.579 32439 32439 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 00:00:23.579 32439 32439 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 00:00:23.711 32439 32439 W com.mbwhatsapp: type=1400 audit(0.0:1201977): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:00:23.716 32439 32439 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) 03-06 00:00:23.731 32439 32439 W com.mbwhatsapp: type=1400 audit(0.0:1201978): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:00:23.739 32439 32439 W com.mbwhatsapp: type=1400 audit(0.0:1201979): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:00:23.839 32439 32439 W com.mbwhatsapp: type=1400 audit(0.0:1201980): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:00:23.863 32439 32439 W com.mbwhatsapp: type=1400 audit(0.0:1201981): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:00:23.988 32439 32439 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 904ms 03-06 00:00:24.005 32439 32569 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 00:00:24.005 32439 32569 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 00:00:24.005 32439 32569 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 00:00:24.030 32439 32439 W CheckTime: App running slow: Executing com.mbwhatsapp.phoneid.PhoneIdRequestReceiver scheduleReceive took 2036ms --------- beginning of system 03-06 00:00:24.030 32439 32439 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 00:28:33.496 9623 9623 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 00:28:33.878 9623 9623 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 00:28:33.889 9623 9623 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 00:28:33.889 9623 9623 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 00:28:33.889 9623 9623 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 00:28:33.889 9623 9623 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 00:28:33.889 9623 9623 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 00:28:33.889 9623 9623 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 00:28:33.889 9623 9623 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 00:28:33.889 9623 9623 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 00:28:33.889 9623 9623 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 00:28:33.889 9623 9623 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 00:28:33.889 9623 9623 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 00:28:33.889 9623 9623 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 00:28:33.889 9623 9623 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 00:28:33.889 9623 9623 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 00:28:33.889 9623 9623 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 00:28:33.889 9623 9623 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 00:28:33.889 9623 9623 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 00:28:33.889 9623 9623 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 00:28:33.890 9623 9623 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 00:28:33.890 9623 9623 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 00:28:33.950 9623 9623 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 00:28:34.490 9623 9623 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 00:28:34.490 9623 9623 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 00:28:34.577 9623 9623 W com.mbwhatsapp: type=1400 audit(0.0:1209648): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:28:34.582 9623 9623 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) 03-06 00:28:34.589 9623 9623 W com.mbwhatsapp: type=1400 audit(0.0:1209649): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:28:34.609 9623 9623 W com.mbwhatsapp: type=1400 audit(0.0:1209650): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:28:34.681 9623 9623 W com.mbwhatsapp: type=1400 audit(0.0:1209651): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:28:34.697 9623 9623 W com.mbwhatsapp: type=1400 audit(0.0:1209652): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:28:34.816 9623 9623 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 748ms --------- beginning of system 03-06 00:28:34.830 9623 9623 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 00:34:38.885 10598 10598 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 00:34:38.994 10598 10598 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 00:34:38.995 10598 10598 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 00:34:38.995 10598 10598 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 00:34:38.995 10598 10598 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 00:34:38.995 10598 10598 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 00:34:38.995 10598 10598 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 00:34:38.995 10598 10598 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 00:34:38.995 10598 10598 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 00:34:38.995 10598 10598 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 00:34:38.995 10598 10598 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 00:34:38.995 10598 10598 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 00:34:38.995 10598 10598 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 00:34:38.995 10598 10598 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 00:34:38.995 10598 10598 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 00:34:38.995 10598 10598 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 00:34:38.995 10598 10598 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 00:34:38.995 10598 10598 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 00:34:38.995 10598 10598 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 00:34:38.995 10598 10598 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 00:34:38.995 10598 10598 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 00:34:38.995 10598 10598 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 00:34:39.004 10598 10598 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 00:34:39.082 10598 10663 W LibraryVersion: Failed to get app version for libraryName: firebase-iid 03-06 00:34:39.217 10598 10598 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 00:34:39.217 10598 10598 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 00:34:39.245 10598 10598 W com.mbwhatsapp: type=1400 audit(0.0:1210974): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:34:39.248 10598 10598 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) 03-06 00:34:39.249 10598 10598 W com.mbwhatsapp: type=1400 audit(0.0:1210975): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:34:39.253 10598 10598 W com.mbwhatsapp: type=1400 audit(0.0:1210976): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:34:39.273 10598 10598 W com.mbwhatsapp: type=1400 audit(0.0:1210977): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:34:39.281 10598 10598 W com.mbwhatsapp: type=1400 audit(0.0:1210978): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:34:39.333 10598 10598 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 295ms 03-06 00:34:39.342 10598 10705 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 00:34:39.342 10598 10705 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 00:34:39.342 10598 10705 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 00:34:46.515 11549 11549 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 00:34:46.576 11549 11549 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 00:34:46.576 11549 11549 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 00:34:46.576 11549 11549 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 00:34:46.576 11549 11549 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 00:34:46.576 11549 11549 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 00:34:46.576 11549 11549 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 00:34:46.576 11549 11549 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 00:34:46.576 11549 11549 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 00:34:46.576 11549 11549 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 00:34:46.576 11549 11549 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 00:34:46.576 11549 11549 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 00:34:46.576 11549 11549 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 00:34:46.576 11549 11549 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 00:34:46.576 11549 11549 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 00:34:46.576 11549 11549 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 00:34:46.576 11549 11549 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 00:34:46.576 11549 11549 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 00:34:46.576 11549 11549 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 00:34:46.576 11549 11549 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 00:34:46.576 11549 11549 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 00:34:46.576 11549 11549 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 00:34:46.582 11549 11549 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 00:34:46.745 11549 11549 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 00:34:46.746 11549 11549 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 00:34:46.757 11549 11549 W com.mbwhatsapp: type=1400 audit(0.0:1211025): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:34:46.761 11549 11549 W com.mbwhatsapp: type=1400 audit(0.0:1211026): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:34:46.762 11549 11549 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) 03-06 00:34:46.765 11549 11549 W com.mbwhatsapp: type=1400 audit(0.0:1211027): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:34:46.789 11549 11549 W com.mbwhatsapp: type=1400 audit(0.0:1211028): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:34:46.797 11549 11549 W com.mbwhatsapp: type=1400 audit(0.0:1211029): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:34:46.845 11549 11549 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 239ms 03-06 00:34:46.851 11549 11597 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 00:34:46.851 11549 11597 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 00:34:46.851 11549 11597 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 00:35:07.033 12443 12443 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 00:35:07.189 12443 12443 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 00:35:07.192 12443 12443 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 00:35:07.192 12443 12443 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 00:35:07.192 12443 12443 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 00:35:07.192 12443 12443 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 00:35:07.192 12443 12443 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 00:35:07.192 12443 12443 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 00:35:07.192 12443 12443 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 00:35:07.192 12443 12443 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 00:35:07.192 12443 12443 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 00:35:07.192 12443 12443 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 00:35:07.192 12443 12443 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 00:35:07.192 12443 12443 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 00:35:07.192 12443 12443 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 00:35:07.192 12443 12443 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 00:35:07.192 12443 12443 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 00:35:07.192 12443 12443 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 00:35:07.192 12443 12443 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 00:35:07.192 12443 12443 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 00:35:07.192 12443 12443 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 00:35:07.192 12443 12443 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 00:35:07.201 12443 12443 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 00:35:07.516 12443 12443 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 00:35:07.516 12443 12443 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 00:35:07.549 12443 12443 W com.mbwhatsapp: type=1400 audit(0.0:1211182): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:35:07.553 12443 12443 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) 03-06 00:35:07.565 12443 12443 W com.mbwhatsapp: type=1400 audit(0.0:1211183): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:35:07.581 12443 12443 W com.mbwhatsapp: type=1400 audit(0.0:1211184): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:35:07.645 12443 12443 W com.mbwhatsapp: type=1400 audit(0.0:1211185): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:35:07.661 12443 12443 W com.mbwhatsapp: type=1400 audit(0.0:1211186): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:35:07.722 12443 12443 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 482ms 03-06 00:35:07.729 12443 12496 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 00:35:07.729 12443 12496 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 00:35:07.729 12443 12496 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 00:36:02.893 13152 13152 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 00:36:03.125 13152 13152 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 00:36:03.127 13152 13152 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 00:36:03.128 13152 13152 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 00:36:03.128 13152 13152 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 00:36:03.128 13152 13152 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 00:36:03.128 13152 13152 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 00:36:03.128 13152 13152 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 00:36:03.128 13152 13152 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 00:36:03.128 13152 13152 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 00:36:03.128 13152 13152 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 00:36:03.128 13152 13152 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 00:36:03.128 13152 13152 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 00:36:03.128 13152 13152 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 00:36:03.128 13152 13152 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 00:36:03.128 13152 13152 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 00:36:03.128 13152 13152 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 00:36:03.128 13152 13152 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 00:36:03.128 13152 13152 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 00:36:03.128 13152 13152 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 00:36:03.128 13152 13152 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 00:36:03.128 13152 13152 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 00:36:03.146 13152 13152 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 00:36:03.503 13152 13152 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 00:36:03.503 13152 13152 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 00:36:03.557 13152 13152 W com.mbwhatsapp: type=1400 audit(0.0:1211322): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:36:03.562 13152 13152 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) 03-06 00:36:03.569 13152 13152 W com.mbwhatsapp: type=1400 audit(0.0:1211323): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:36:03.585 13152 13152 W com.mbwhatsapp: type=1400 audit(0.0:1211324): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:36:03.633 13152 13152 W com.mbwhatsapp: type=1400 audit(0.0:1211325): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:36:03.649 13152 13152 W com.mbwhatsapp: type=1400 audit(0.0:1211326): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:36:03.718 13152 13152 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 525ms 03-06 00:36:03.724 13152 13278 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 00:36:03.724 13152 13278 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 00:36:03.724 13152 13278 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 00:36:03.735 13152 13152 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 820ms --------- beginning of system 03-06 00:36:03.735 13152 13152 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 00:36:27.611 13927 13927 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 00:36:27.905 13927 13927 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 00:36:27.913 13927 13927 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 00:36:27.913 13927 13927 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 00:36:27.913 13927 13927 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 00:36:27.913 13927 13927 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 00:36:27.913 13927 13927 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 00:36:27.913 13927 13927 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 00:36:27.913 13927 13927 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 00:36:27.913 13927 13927 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 00:36:27.913 13927 13927 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 00:36:27.913 13927 13927 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 00:36:27.913 13927 13927 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 00:36:27.913 13927 13927 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 00:36:27.913 13927 13927 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 00:36:27.914 13927 13927 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 00:36:27.914 13927 13927 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 00:36:27.914 13927 13927 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 00:36:27.914 13927 13927 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 00:36:27.914 13927 13927 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 00:36:27.914 13927 13927 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 00:36:27.914 13927 13927 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 00:36:27.960 13927 13927 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 00:36:28.421 13927 13927 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 00:36:28.421 13927 13927 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 00:36:28.497 13927 13927 W com.mbwhatsapp: type=1400 audit(0.0:1211496): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:36:28.499 13927 13927 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) 03-06 00:36:28.509 13927 13927 W com.mbwhatsapp: type=1400 audit(0.0:1211497): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:36:28.525 13927 13927 W com.mbwhatsapp: type=1400 audit(0.0:1211498): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:36:28.605 13927 13927 W com.mbwhatsapp: type=1400 audit(0.0:1211499): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:36:28.617 13927 13927 W com.mbwhatsapp: type=1400 audit(0.0:1211500): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:36:28.730 13927 13927 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 703ms 03-06 00:36:28.737 13927 14092 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 00:36:28.737 13927 14092 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 00:36:28.737 13927 14092 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 00:36:28.737 13927 13927 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1111ms --------- beginning of system 03-06 00:36:28.737 13927 13927 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 00:37:41.712 14918 14918 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 00:37:41.970 14918 14918 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 00:37:41.978 14918 14918 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 00:37:41.978 14918 14918 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 00:37:41.978 14918 14918 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 00:37:41.978 14918 14918 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 00:37:41.978 14918 14918 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 00:37:41.978 14918 14918 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 00:37:41.978 14918 14918 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 00:37:41.978 14918 14918 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 00:37:41.978 14918 14918 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 00:37:41.978 14918 14918 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 00:37:41.978 14918 14918 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 00:37:41.978 14918 14918 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 00:37:41.978 14918 14918 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 00:37:41.978 14918 14918 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 00:37:41.978 14918 14918 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 00:37:41.978 14918 14918 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 00:37:41.978 14918 14918 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 00:37:41.978 14918 14918 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 00:37:41.978 14918 14918 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 00:37:41.978 14918 14918 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 00:37:42.018 14918 14918 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 00:37:42.471 14918 14918 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 00:37:42.471 14918 14918 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 00:37:42.525 14918 14918 W com.mbwhatsapp: type=1400 audit(0.0:1211835): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:37:42.529 14918 14918 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) 03-06 00:37:42.541 14918 14918 W com.mbwhatsapp: type=1400 audit(0.0:1211836): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:37:42.553 14918 14918 W com.mbwhatsapp: type=1400 audit(0.0:1211837): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:37:42.617 14918 14918 W com.mbwhatsapp: type=1400 audit(0.0:1211838): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:37:42.629 14918 14918 W com.mbwhatsapp: type=1400 audit(0.0:1211839): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:37:42.629 14918 14918 W com.mbwhatsapp: type=1400 audit(0.0:1211841): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:37:42.727 14918 14918 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 622ms 03-06 00:37:42.733 14918 14964 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 00:37:42.733 14918 14964 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 00:37:42.733 14918 14964 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 00:37:42.733 14918 14918 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1001ms --------- beginning of system 03-06 00:37:42.733 14918 14918 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 00:39:22.399 15748 15748 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 00:39:22.677 15748 15748 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 00:39:22.680 15748 15748 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 00:39:22.680 15748 15748 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 00:39:22.680 15748 15748 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 00:39:22.680 15748 15748 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 00:39:22.680 15748 15748 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 00:39:22.680 15748 15748 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 00:39:22.680 15748 15748 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 00:39:22.680 15748 15748 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 00:39:22.680 15748 15748 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 00:39:22.680 15748 15748 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 00:39:22.680 15748 15748 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 00:39:22.680 15748 15748 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 00:39:22.680 15748 15748 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 00:39:22.680 15748 15748 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 00:39:22.680 15748 15748 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 00:39:22.680 15748 15748 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 00:39:22.680 15748 15748 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 00:39:22.680 15748 15748 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 00:39:22.680 15748 15748 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 00:39:22.680 15748 15748 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 00:39:22.708 15748 15748 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 00:39:23.092 15748 15748 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 00:39:23.092 15748 15748 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 00:39:23.149 15748 15748 W com.mbwhatsapp: type=1400 audit(0.0:1212083): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:39:23.153 15748 15748 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) 03-06 00:39:23.157 15748 15748 W com.mbwhatsapp: type=1400 audit(0.0:1212084): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:39:23.169 15748 15748 W com.mbwhatsapp: type=1400 audit(0.0:1212085): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:39:23.225 15748 15748 W com.mbwhatsapp: type=1400 audit(0.0:1212086): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:39:23.237 15748 15748 W com.mbwhatsapp: type=1400 audit(0.0:1212087): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:39:23.237 15748 15748 W com.mbwhatsapp: type=1400 audit(0.0:1212088): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:39:23.237 15748 15748 W com.mbwhatsapp: type=1400 audit(0.0:1212089): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:39:23.315 15748 15748 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 546ms 03-06 00:39:23.321 15748 15795 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 00:39:23.321 15748 15795 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 00:39:23.321 15748 15795 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 00:39:23.321 15748 15748 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 900ms --------- beginning of system 03-06 00:39:23.321 15748 15748 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 00:40:47.922 16547 16547 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 00:40:48.180 16547 16547 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 00:40:48.182 16547 16547 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 00:40:48.182 16547 16547 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 00:40:48.182 16547 16547 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 00:40:48.182 16547 16547 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 00:40:48.182 16547 16547 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 00:40:48.182 16547 16547 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 00:40:48.182 16547 16547 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 00:40:48.182 16547 16547 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 00:40:48.182 16547 16547 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 00:40:48.182 16547 16547 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 00:40:48.182 16547 16547 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 00:40:48.183 16547 16547 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 00:40:48.183 16547 16547 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 00:40:48.183 16547 16547 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 00:40:48.183 16547 16547 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 00:40:48.183 16547 16547 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 00:40:48.183 16547 16547 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 00:40:48.183 16547 16547 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 00:40:48.183 16547 16547 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 00:40:48.183 16547 16547 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 00:40:48.202 16547 16547 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 00:40:48.547 16547 16547 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 00:40:48.547 16547 16547 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 00:40:48.603 16547 16547 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) 03-06 00:40:48.746 16547 16547 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 492ms 03-06 00:40:48.749 16547 16610 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 00:40:48.749 16547 16610 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 00:40:48.749 16547 16610 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 00:40:48.755 16547 16547 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 817ms --------- beginning of system 03-06 00:40:48.755 16547 16547 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 00:42:22.409 17360 17360 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 00:42:22.629 17360 17360 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 00:42:22.631 17360 17360 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 00:42:22.632 17360 17360 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 00:42:22.632 17360 17360 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 00:42:22.632 17360 17360 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 00:42:22.632 17360 17360 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 00:42:22.632 17360 17360 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 00:42:22.632 17360 17360 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 00:42:22.632 17360 17360 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 00:42:22.632 17360 17360 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 00:42:22.632 17360 17360 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 00:42:22.632 17360 17360 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 00:42:22.632 17360 17360 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 00:42:22.632 17360 17360 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 00:42:22.632 17360 17360 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 00:42:22.632 17360 17360 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 00:42:22.632 17360 17360 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 00:42:22.632 17360 17360 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 00:42:22.632 17360 17360 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 00:42:22.632 17360 17360 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 00:42:22.632 17360 17360 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 00:42:22.646 17360 17360 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 00:42:22.992 17360 17360 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 00:42:22.992 17360 17360 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 00:42:23.037 17360 17360 W com.mbwhatsapp: type=1400 audit(0.0:1212955): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:42:23.040 17360 17360 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) 03-06 00:42:23.045 17360 17360 W com.mbwhatsapp: type=1400 audit(0.0:1212956): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:42:23.057 17360 17360 W com.mbwhatsapp: type=1400 audit(0.0:1212957): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:42:23.109 17360 17360 W com.mbwhatsapp: type=1400 audit(0.0:1212958): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:42:23.125 17360 17360 W com.mbwhatsapp: type=1400 audit(0.0:1212959): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:42:23.214 17360 17360 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 522ms 03-06 00:42:23.223 17360 17360 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 800ms --------- beginning of system 03-06 00:42:23.223 17360 17360 W ActivityThread: Main thread can not be idle for a long time. 03-06 00:42:23.234 17360 17462 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 00:42:23.234 17360 17462 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 00:42:23.234 17360 17462 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 00:46:03.868 24707 24707 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 00:46:04.205 24707 24707 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 00:46:04.207 24707 24707 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 00:46:04.207 24707 24707 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 00:46:04.207 24707 24707 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 00:46:04.207 24707 24707 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 00:46:04.207 24707 24707 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 00:46:04.207 24707 24707 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 00:46:04.207 24707 24707 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 00:46:04.207 24707 24707 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 00:46:04.207 24707 24707 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 00:46:04.208 24707 24707 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 00:46:04.208 24707 24707 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 00:46:04.208 24707 24707 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 00:46:04.208 24707 24707 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 00:46:04.208 24707 24707 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 00:46:04.208 24707 24707 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 00:46:04.208 24707 24707 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 00:46:04.208 24707 24707 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 00:46:04.208 24707 24707 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 00:46:04.208 24707 24707 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 00:46:04.208 24707 24707 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 00:46:04.253 24707 24707 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 00:46:04.796 24707 24707 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 00:46:04.796 24707 24707 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 00:46:04.909 24707 24707 W com.mbwhatsapp: type=1400 audit(0.0:1215094): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:46:04.913 24707 24707 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) 03-06 00:46:04.925 24707 24707 W com.mbwhatsapp: type=1400 audit(0.0:1215095): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:46:04.937 24707 24707 W com.mbwhatsapp: type=1400 audit(0.0:1215096): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:46:05.041 24707 24707 W com.mbwhatsapp: type=1400 audit(0.0:1215097): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:46:05.061 24707 24707 W com.mbwhatsapp: type=1400 audit(0.0:1215098): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 00:46:05.170 24707 24707 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 835ms 03-06 00:46:05.183 24707 24804 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 00:46:05.183 24707 24804 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 00:46:05.183 24707 24804 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 00:46:05.183 24707 24707 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1296ms --------- beginning of system 03-06 00:46:05.183 24707 24707 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 01:06:05.348 28106 28106 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 01:06:05.777 28106 28106 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 01:06:05.780 28106 28106 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 01:06:05.780 28106 28106 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 01:06:05.780 28106 28106 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 01:06:05.780 28106 28106 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 01:06:05.780 28106 28106 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 01:06:05.780 28106 28106 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 01:06:05.780 28106 28106 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 01:06:05.780 28106 28106 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 01:06:05.780 28106 28106 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 01:06:05.780 28106 28106 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 01:06:05.780 28106 28106 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 01:06:05.780 28106 28106 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 01:06:05.780 28106 28106 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 01:06:05.780 28106 28106 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 01:06:05.780 28106 28106 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 01:06:05.780 28106 28106 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 01:06:05.780 28106 28106 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 01:06:05.780 28106 28106 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 01:06:05.780 28106 28106 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 01:06:05.780 28106 28106 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 01:06:05.827 28106 28106 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 01:06:06.316 28106 28106 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 01:06:06.317 28106 28106 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 01:06:06.450 28106 28106 W com.mbwhatsapp: type=1400 audit(0.0:1220925): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:06:06.455 28106 28106 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) 03-06 01:06:06.478 28106 28106 W com.mbwhatsapp: type=1400 audit(0.0:1220926): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:06:06.502 28106 28106 W com.mbwhatsapp: type=1400 audit(0.0:1220927): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:06:06.622 28106 28106 W com.mbwhatsapp: type=1400 audit(0.0:1220928): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:06:06.642 28106 28106 W com.mbwhatsapp: type=1400 audit(0.0:1220929): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:06:06.733 28106 28106 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 828ms 03-06 01:06:06.747 28106 28106 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1380ms --------- beginning of system 03-06 01:06:06.747 28106 28106 W ActivityThread: Main thread can not be idle for a long time. 03-06 01:06:06.758 28106 28222 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 01:06:06.758 28106 28222 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 01:06:06.758 28106 28222 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 01:07:53.902 29256 29256 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 01:07:54.161 29256 29256 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 01:07:54.166 29256 29256 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 01:07:54.166 29256 29256 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 01:07:54.166 29256 29256 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 01:07:54.166 29256 29256 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 01:07:54.166 29256 29256 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 01:07:54.166 29256 29256 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 01:07:54.166 29256 29256 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 01:07:54.166 29256 29256 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 01:07:54.166 29256 29256 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 01:07:54.166 29256 29256 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 01:07:54.166 29256 29256 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 01:07:54.167 29256 29256 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 01:07:54.167 29256 29256 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 01:07:54.167 29256 29256 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 01:07:54.167 29256 29256 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 01:07:54.167 29256 29256 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 01:07:54.167 29256 29256 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 01:07:54.167 29256 29256 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 01:07:54.167 29256 29256 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 01:07:54.167 29256 29256 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 01:07:54.203 29256 29256 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 01:07:54.582 29256 29256 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 01:07:54.582 29256 29256 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 01:07:54.646 29256 29256 W com.mbwhatsapp: type=1400 audit(0.0:1221539): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:07:54.653 29256 29256 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) 03-06 01:07:54.662 29256 29256 W com.mbwhatsapp: type=1400 audit(0.0:1221540): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:07:54.674 29256 29256 W com.mbwhatsapp: type=1400 audit(0.0:1221541): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:07:54.738 29256 29256 W com.mbwhatsapp: type=1400 audit(0.0:1221542): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:07:54.754 29256 29256 W com.mbwhatsapp: type=1400 audit(0.0:1221543): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:07:54.842 29256 29256 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 578ms 03-06 01:07:54.845 29256 29373 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 01:07:54.845 29256 29373 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 01:07:54.845 29256 29373 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 01:07:54.866 29256 29256 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 945ms --------- beginning of system 03-06 01:07:54.866 29256 29256 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 01:08:22.402 29763 29763 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 01:08:22.611 29763 29763 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 01:08:22.618 29763 29763 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 01:08:22.618 29763 29763 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 01:08:22.618 29763 29763 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 01:08:22.618 29763 29763 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 01:08:22.618 29763 29763 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 01:08:22.618 29763 29763 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 01:08:22.618 29763 29763 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 01:08:22.618 29763 29763 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 01:08:22.618 29763 29763 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 01:08:22.618 29763 29763 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 01:08:22.618 29763 29763 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 01:08:22.618 29763 29763 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 01:08:22.618 29763 29763 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 01:08:22.618 29763 29763 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 01:08:22.618 29763 29763 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 01:08:22.618 29763 29763 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 01:08:22.618 29763 29763 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 01:08:22.618 29763 29763 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 01:08:22.618 29763 29763 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 01:08:22.618 29763 29763 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 01:08:22.640 29763 29763 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 01:08:23.003 29763 29763 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 01:08:23.003 29763 29763 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 01:08:23.066 29763 29763 W com.mbwhatsapp: type=1400 audit(0.0:1221883): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:08:23.070 29763 29763 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) 03-06 01:08:23.098 29763 29763 W com.mbwhatsapp: type=1400 audit(0.0:1221884): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:08:23.110 29763 29763 W com.mbwhatsapp: type=1400 audit(0.0:1221885): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:08:23.194 29763 29763 W com.mbwhatsapp: type=1400 audit(0.0:1221886): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:08:23.202 29763 29763 W com.mbwhatsapp: type=1400 audit(0.0:1221887): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:08:23.309 29763 29763 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 609ms 03-06 01:08:23.313 29763 29811 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 01:08:23.313 29763 29811 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 01:08:23.313 29763 29811 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 01:08:23.315 29763 29763 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 896ms --------- beginning of system 03-06 01:08:23.315 29763 29763 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 01:13:59.161 31007 31007 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 01:13:59.383 31007 31007 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 01:13:59.390 31007 31007 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 01:13:59.390 31007 31007 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 01:13:59.390 31007 31007 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 01:13:59.390 31007 31007 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 01:13:59.390 31007 31007 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 01:13:59.390 31007 31007 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 01:13:59.390 31007 31007 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 01:13:59.390 31007 31007 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 01:13:59.390 31007 31007 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 01:13:59.390 31007 31007 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 01:13:59.390 31007 31007 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 01:13:59.390 31007 31007 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 01:13:59.390 31007 31007 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 01:13:59.390 31007 31007 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 01:13:59.391 31007 31007 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 01:13:59.391 31007 31007 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 01:13:59.391 31007 31007 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 01:13:59.391 31007 31007 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 01:13:59.391 31007 31007 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 01:13:59.391 31007 31007 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 01:13:59.409 31007 31007 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 01:13:59.674 31007 31007 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 01:13:59.674 31007 31007 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 01:13:59.718 31007 31007 W com.mbwhatsapp: type=1400 audit(0.0:1223532): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:13:59.725 31007 31007 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) 03-06 01:13:59.726 31007 31007 W com.mbwhatsapp: type=1400 audit(0.0:1223533): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:13:59.738 31007 31007 W com.mbwhatsapp: type=1400 audit(0.0:1223534): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:13:59.794 31007 31007 W com.mbwhatsapp: type=1400 audit(0.0:1223535): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:13:59.806 31007 31007 W com.mbwhatsapp: type=1400 audit(0.0:1223536): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:13:59.890 31007 31007 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 440ms 03-06 01:13:59.896 31007 31007 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 709ms --------- beginning of system 03-06 01:13:59.896 31007 31007 W ActivityThread: Main thread can not be idle for a long time. 03-06 01:13:59.931 31007 31060 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 01:13:59.931 31007 31060 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 01:13:59.931 31007 31060 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 01:14:59.220 31855 31855 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 01:14:59.473 31855 31855 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 01:14:59.478 31855 31855 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 01:14:59.478 31855 31855 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 01:14:59.478 31855 31855 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 01:14:59.478 31855 31855 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 01:14:59.478 31855 31855 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 01:14:59.478 31855 31855 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 01:14:59.478 31855 31855 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 01:14:59.478 31855 31855 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 01:14:59.478 31855 31855 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 01:14:59.478 31855 31855 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 01:14:59.478 31855 31855 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 01:14:59.478 31855 31855 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 01:14:59.478 31855 31855 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 01:14:59.478 31855 31855 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 01:14:59.478 31855 31855 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 01:14:59.478 31855 31855 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 01:14:59.478 31855 31855 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 01:14:59.478 31855 31855 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 01:14:59.478 31855 31855 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 01:14:59.478 31855 31855 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 01:14:59.526 31855 31855 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 01:14:59.978 31855 31855 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 01:14:59.978 31855 31855 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 01:15:00.038 31855 31855 W com.mbwhatsapp: type=1400 audit(0.0:1223599): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:15:00.044 31855 31855 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) 03-06 01:15:00.050 31855 31855 W com.mbwhatsapp: type=1400 audit(0.0:1223600): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:15:00.062 31855 31855 W com.mbwhatsapp: type=1400 audit(0.0:1223601): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:15:00.118 31855 31855 W com.mbwhatsapp: type=1400 audit(0.0:1223602): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:15:00.134 31855 31855 W com.mbwhatsapp: type=1400 audit(0.0:1223603): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:15:00.254 31855 31905 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 01:15:00.254 31855 31905 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 01:15:00.254 31855 31905 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 01:15:00.258 31855 31855 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 635ms 03-06 01:15:00.268 31855 31855 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1028ms --------- beginning of system 03-06 01:15:00.268 31855 31855 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 01:15:37.951 32273 32273 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 01:15:38.182 32273 32273 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 01:15:38.190 32273 32273 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 01:15:38.190 32273 32273 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 01:15:38.190 32273 32273 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 01:15:38.191 32273 32273 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 01:15:38.191 32273 32273 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 01:15:38.191 32273 32273 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 01:15:38.191 32273 32273 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 01:15:38.191 32273 32273 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 01:15:38.191 32273 32273 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 01:15:38.191 32273 32273 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 01:15:38.191 32273 32273 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 01:15:38.191 32273 32273 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 01:15:38.191 32273 32273 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 01:15:38.191 32273 32273 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 01:15:38.191 32273 32273 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 01:15:38.191 32273 32273 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 01:15:38.191 32273 32273 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 01:15:38.191 32273 32273 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 01:15:38.191 32273 32273 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 01:15:38.191 32273 32273 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 01:15:38.207 32273 32273 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 01:15:38.637 32273 32273 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 01:15:38.638 32273 32273 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 01:15:38.701 32273 32273 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) 03-06 01:15:38.878 32273 32273 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 610ms 03-06 01:15:38.887 32273 32273 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 914ms --------- beginning of system 03-06 01:15:38.887 32273 32273 W ActivityThread: Main thread can not be idle for a long time. 03-06 01:15:38.890 32273 32355 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 01:15:38.890 32273 32355 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 01:15:38.890 32273 32355 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 01:16:34.029 1126 1126 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 01:16:34.245 1126 1126 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 01:16:34.246 1126 1126 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 01:16:34.246 1126 1126 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 01:16:34.246 1126 1126 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 01:16:34.246 1126 1126 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 01:16:34.246 1126 1126 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 01:16:34.246 1126 1126 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 01:16:34.246 1126 1126 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 01:16:34.246 1126 1126 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 01:16:34.246 1126 1126 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 01:16:34.246 1126 1126 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 01:16:34.246 1126 1126 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 01:16:34.246 1126 1126 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 01:16:34.247 1126 1126 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 01:16:34.247 1126 1126 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 01:16:34.247 1126 1126 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 01:16:34.247 1126 1126 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 01:16:34.247 1126 1126 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 01:16:34.247 1126 1126 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 01:16:34.247 1126 1126 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 01:16:34.247 1126 1126 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 01:16:34.274 1126 1126 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 01:16:34.563 1126 1126 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 01:16:34.563 1126 1126 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 01:16:34.618 1126 1126 W com.mbwhatsapp: type=1400 audit(0.0:1224168): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:16:34.624 1126 1126 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) 03-06 01:16:34.638 1126 1126 W com.mbwhatsapp: type=1400 audit(0.0:1224169): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:16:34.650 1126 1126 W com.mbwhatsapp: type=1400 audit(0.0:1224170): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:16:34.702 1126 1126 W com.mbwhatsapp: type=1400 audit(0.0:1224171): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:16:34.710 1126 1126 W com.mbwhatsapp: type=1400 audit(0.0:1224172): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:16:34.794 1126 1126 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 473ms 03-06 01:16:34.796 1126 1260 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 01:16:34.796 1126 1260 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 01:16:34.796 1126 1260 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 01:16:34.821 1126 1126 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 769ms --------- beginning of system 03-06 01:16:34.822 1126 1126 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 01:17:22.398 2167 2167 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 01:17:22.688 2167 2167 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 01:17:22.690 2167 2167 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 01:17:22.690 2167 2167 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 01:17:22.690 2167 2167 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 01:17:22.690 2167 2167 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 01:17:22.690 2167 2167 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 01:17:22.690 2167 2167 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 01:17:22.690 2167 2167 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 01:17:22.690 2167 2167 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 01:17:22.690 2167 2167 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 01:17:22.690 2167 2167 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 01:17:22.690 2167 2167 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 01:17:22.690 2167 2167 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 01:17:22.690 2167 2167 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 01:17:22.690 2167 2167 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 01:17:22.690 2167 2167 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 01:17:22.690 2167 2167 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 01:17:22.690 2167 2167 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 01:17:22.690 2167 2167 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 01:17:22.690 2167 2167 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 01:17:22.690 2167 2167 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 01:17:22.704 2167 2167 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 01:17:23.130 2167 2167 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 01:17:23.131 2167 2167 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 01:17:23.208 2167 2167 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) 03-06 01:17:23.401 2167 2167 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 642ms 03-06 01:17:23.414 2167 2326 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 01:17:23.414 2167 2326 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 01:17:23.414 2167 2326 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 01:17:23.437 2167 2167 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 989ms --------- beginning of system 03-06 01:17:23.437 2167 2167 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 01:18:35.530 3268 3268 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 01:18:35.809 3268 3268 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 01:18:35.810 3268 3268 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 01:18:35.810 3268 3268 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 01:18:35.810 3268 3268 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 01:18:35.810 3268 3268 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 01:18:35.810 3268 3268 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 01:18:35.810 3268 3268 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 01:18:35.810 3268 3268 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 01:18:35.810 3268 3268 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 01:18:35.810 3268 3268 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 01:18:35.810 3268 3268 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 01:18:35.810 3268 3268 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 01:18:35.810 3268 3268 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 01:18:35.810 3268 3268 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 01:18:35.811 3268 3268 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 01:18:35.811 3268 3268 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 01:18:35.811 3268 3268 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 01:18:35.811 3268 3268 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 01:18:35.811 3268 3268 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 01:18:35.811 3268 3268 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 01:18:35.811 3268 3268 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 01:18:35.852 3268 3268 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 01:18:36.282 3268 3268 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 01:18:36.282 3268 3268 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 01:18:36.338 3268 3268 W com.mbwhatsapp: type=1400 audit(0.0:1224579): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:18:36.343 3268 3268 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) 03-06 01:18:36.346 3268 3268 W com.mbwhatsapp: type=1400 audit(0.0:1224580): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:18:36.354 3268 3268 W com.mbwhatsapp: type=1400 audit(0.0:1224581): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:18:36.406 3268 3268 W com.mbwhatsapp: type=1400 audit(0.0:1224582): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:18:36.414 3268 3268 W com.mbwhatsapp: type=1400 audit(0.0:1224583): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:18:36.504 3268 3268 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 579ms 03-06 01:18:36.508 3268 3315 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 01:18:36.508 3268 3315 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 01:18:36.508 3268 3315 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 01:18:36.526 3268 3268 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 978ms --------- beginning of system 03-06 01:18:36.526 3268 3268 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 01:19:55.810 3753 3753 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 01:19:56.071 3753 3753 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 01:19:56.078 3753 3753 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 01:19:56.078 3753 3753 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 01:19:56.078 3753 3753 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 01:19:56.078 3753 3753 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 01:19:56.078 3753 3753 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 01:19:56.078 3753 3753 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 01:19:56.078 3753 3753 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 01:19:56.078 3753 3753 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 01:19:56.078 3753 3753 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 01:19:56.078 3753 3753 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 01:19:56.078 3753 3753 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 01:19:56.078 3753 3753 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 01:19:56.078 3753 3753 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 01:19:56.078 3753 3753 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 01:19:56.078 3753 3753 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 01:19:56.078 3753 3753 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 01:19:56.078 3753 3753 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 01:19:56.078 3753 3753 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 01:19:56.078 3753 3753 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 01:19:56.078 3753 3753 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 01:19:56.120 3753 3753 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 01:19:56.554 3753 3753 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 01:19:56.554 3753 3753 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 01:19:56.614 3753 3753 W com.mbwhatsapp: type=1400 audit(0.0:1224916): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:19:56.620 3753 3753 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) 03-06 01:19:56.630 3753 3753 W com.mbwhatsapp: type=1400 audit(0.0:1224917): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:19:56.642 3753 3753 W com.mbwhatsapp: type=1400 audit(0.0:1224918): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:19:56.738 3753 3753 W com.mbwhatsapp: type=1400 audit(0.0:1224919): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:19:56.750 3753 3753 W com.mbwhatsapp: type=1400 audit(0.0:1224920): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:19:56.838 3753 3753 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 632ms 03-06 01:19:56.844 3753 3753 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1013ms --------- beginning of system 03-06 01:19:56.844 3753 3753 W ActivityThread: Main thread can not be idle for a long time. 03-06 01:19:56.848 3753 3801 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 01:19:56.848 3753 3801 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 01:19:56.848 3753 3801 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 01:22:54.921 4590 4590 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 01:22:55.161 4590 4590 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 01:22:55.164 4590 4590 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 01:22:55.164 4590 4590 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 01:22:55.164 4590 4590 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 01:22:55.164 4590 4590 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 01:22:55.164 4590 4590 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 01:22:55.164 4590 4590 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 01:22:55.164 4590 4590 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 01:22:55.164 4590 4590 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 01:22:55.164 4590 4590 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 01:22:55.164 4590 4590 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 01:22:55.164 4590 4590 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 01:22:55.164 4590 4590 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 01:22:55.164 4590 4590 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 01:22:55.164 4590 4590 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 01:22:55.164 4590 4590 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 01:22:55.164 4590 4590 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 01:22:55.164 4590 4590 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 01:22:55.164 4590 4590 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 01:22:55.164 4590 4590 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 01:22:55.164 4590 4590 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 01:22:55.202 4590 4590 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 01:22:55.548 4590 4590 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 01:22:55.548 4590 4590 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 01:22:55.606 4590 4590 W com.mbwhatsapp: type=1400 audit(0.0:1225523): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:22:55.612 4590 4590 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) 03-06 01:22:55.618 4590 4590 W com.mbwhatsapp: type=1400 audit(0.0:1225524): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:22:55.630 4590 4590 W com.mbwhatsapp: type=1400 audit(0.0:1225525): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:22:55.686 4590 4590 W com.mbwhatsapp: type=1400 audit(0.0:1225526): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:22:55.706 4590 4590 W com.mbwhatsapp: type=1400 audit(0.0:1225527): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:22:55.798 4590 4590 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 540ms 03-06 01:22:55.802 4590 4722 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 01:22:55.802 4590 4722 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 01:22:55.802 4590 4722 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 01:22:55.836 4590 4590 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 896ms --------- beginning of system 03-06 01:22:55.836 4590 4590 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 01:28:36.648 5597 5597 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 01:28:36.860 5597 5597 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 01:28:36.866 5597 5597 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 01:28:36.866 5597 5597 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 01:28:36.866 5597 5597 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 01:28:36.866 5597 5597 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 01:28:36.866 5597 5597 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 01:28:36.866 5597 5597 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 01:28:36.866 5597 5597 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 01:28:36.866 5597 5597 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 01:28:36.866 5597 5597 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 01:28:36.866 5597 5597 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 01:28:36.866 5597 5597 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 01:28:36.866 5597 5597 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 01:28:36.866 5597 5597 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 01:28:36.866 5597 5597 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 01:28:36.866 5597 5597 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 01:28:36.866 5597 5597 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 01:28:36.866 5597 5597 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 01:28:36.866 5597 5597 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 01:28:36.866 5597 5597 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 01:28:36.866 5597 5597 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 01:28:36.899 5597 5597 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 01:28:37.267 5597 5597 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 01:28:37.267 5597 5597 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 01:28:37.322 5597 5597 W com.mbwhatsapp: type=1400 audit(0.0:1226947): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:28:37.326 5597 5597 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) 03-06 01:28:37.338 5597 5597 W com.mbwhatsapp: type=1400 audit(0.0:1226948): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:28:37.354 5597 5597 W com.mbwhatsapp: type=1400 audit(0.0:1226949): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:28:37.426 5597 5597 W com.mbwhatsapp: type=1400 audit(0.0:1226950): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:28:37.446 5597 5597 W com.mbwhatsapp: type=1400 audit(0.0:1226951): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:28:37.512 5597 5597 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 557ms 03-06 01:28:37.518 5597 5597 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 845ms --------- beginning of system 03-06 01:28:37.518 5597 5597 W ActivityThread: Main thread can not be idle for a long time. 03-06 01:28:37.531 5597 5645 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 01:28:37.531 5597 5645 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 01:28:37.531 5597 5645 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 01:31:33.913 6446 6446 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 01:31:34.099 6446 6446 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 01:31:34.101 6446 6446 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 01:31:34.101 6446 6446 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 01:31:34.101 6446 6446 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 01:31:34.101 6446 6446 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 01:31:34.102 6446 6446 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 01:31:34.102 6446 6446 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 01:31:34.102 6446 6446 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 01:31:34.102 6446 6446 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 01:31:34.102 6446 6446 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 01:31:34.102 6446 6446 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 01:31:34.102 6446 6446 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 01:31:34.102 6446 6446 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 01:31:34.102 6446 6446 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 01:31:34.102 6446 6446 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 01:31:34.102 6446 6446 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 01:31:34.102 6446 6446 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 01:31:34.102 6446 6446 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 01:31:34.102 6446 6446 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 01:31:34.102 6446 6446 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 01:31:34.102 6446 6446 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 01:31:34.126 6446 6446 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 01:31:34.442 6446 6446 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 01:31:34.442 6446 6446 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 01:31:34.490 6446 6446 W com.mbwhatsapp: type=1400 audit(0.0:1227831): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:31:34.496 6446 6446 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) 03-06 01:31:34.498 6446 6446 W com.mbwhatsapp: type=1400 audit(0.0:1227832): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:31:34.510 6446 6446 W com.mbwhatsapp: type=1400 audit(0.0:1227833): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:31:34.566 6446 6446 W com.mbwhatsapp: type=1400 audit(0.0:1227834): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:31:34.586 6446 6446 W com.mbwhatsapp: type=1400 audit(0.0:1227835): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:31:34.670 6446 6446 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 497ms 03-06 01:31:34.675 6446 6494 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 01:31:34.675 6446 6494 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 01:31:34.675 6446 6494 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 01:31:34.676 6446 6446 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 742ms --------- beginning of system 03-06 01:31:34.676 6446 6446 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 01:32:22.408 6995 6995 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 01:32:22.791 6995 6995 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 01:32:22.792 6995 6995 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 01:32:22.792 6995 6995 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 01:32:22.792 6995 6995 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 01:32:22.792 6995 6995 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 01:32:22.792 6995 6995 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 01:32:22.792 6995 6995 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 01:32:22.792 6995 6995 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 01:32:22.792 6995 6995 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 01:32:22.792 6995 6995 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 01:32:22.793 6995 6995 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 01:32:22.793 6995 6995 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 01:32:22.793 6995 6995 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 01:32:22.793 6995 6995 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 01:32:22.793 6995 6995 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 01:32:22.793 6995 6995 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 01:32:22.793 6995 6995 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 01:32:22.793 6995 6995 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 01:32:22.793 6995 6995 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 01:32:22.793 6995 6995 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 01:32:22.793 6995 6995 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 01:32:22.847 6995 6995 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 01:32:23.326 6995 6995 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 01:32:23.326 6995 6995 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 01:32:23.438 6995 6995 W com.mbwhatsapp: type=1400 audit(0.0:1228168): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:32:23.444 6995 6995 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) 03-06 01:32:23.454 6995 6995 W com.mbwhatsapp: type=1400 audit(0.0:1228169): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:32:23.462 6995 6995 W com.mbwhatsapp: type=1400 audit(0.0:1228170): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:32:23.534 6995 6995 W com.mbwhatsapp: type=1400 audit(0.0:1228171): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:32:23.562 6995 6995 W com.mbwhatsapp: type=1400 audit(0.0:1228172): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:32:23.700 6995 6995 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 781ms 03-06 01:32:23.707 6995 6995 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1278ms --------- beginning of system 03-06 01:32:23.707 6995 6995 W ActivityThread: Main thread can not be idle for a long time. 03-06 01:32:23.732 6995 7094 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 01:32:23.732 6995 7094 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 01:32:23.732 6995 7094 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 01:37:56.076 8129 8129 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 01:37:56.308 8129 8129 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 01:37:56.309 8129 8129 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 01:37:56.309 8129 8129 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 01:37:56.309 8129 8129 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 01:37:56.309 8129 8129 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 01:37:56.309 8129 8129 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 01:37:56.309 8129 8129 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 01:37:56.310 8129 8129 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 01:37:56.310 8129 8129 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 01:37:56.310 8129 8129 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 01:37:56.310 8129 8129 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 01:37:56.310 8129 8129 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 01:37:56.310 8129 8129 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 01:37:56.310 8129 8129 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 01:37:56.310 8129 8129 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 01:37:56.310 8129 8129 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 01:37:56.310 8129 8129 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 01:37:56.310 8129 8129 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 01:37:56.310 8129 8129 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 01:37:56.310 8129 8129 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 01:37:56.310 8129 8129 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 01:37:56.348 8129 8129 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 01:37:56.750 8129 8129 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 01:37:56.750 8129 8129 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 01:37:56.814 8129 8129 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) 03-06 01:37:56.999 8129 8129 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 591ms 03-06 01:37:57.003 8129 8247 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 01:37:57.003 8129 8247 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 01:37:57.003 8129 8247 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 01:37:57.023 8129 8129 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 926ms --------- beginning of system 03-06 01:37:57.023 8129 8129 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 01:38:41.219 8711 8711 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 01:38:41.450 8711 8711 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 01:38:41.452 8711 8711 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 01:38:41.452 8711 8711 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 01:38:41.452 8711 8711 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 01:38:41.452 8711 8711 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 01:38:41.452 8711 8711 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 01:38:41.452 8711 8711 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 01:38:41.452 8711 8711 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 01:38:41.452 8711 8711 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 01:38:41.452 8711 8711 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 01:38:41.452 8711 8711 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 01:38:41.452 8711 8711 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 01:38:41.452 8711 8711 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 01:38:41.452 8711 8711 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 01:38:41.452 8711 8711 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 01:38:41.452 8711 8711 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 01:38:41.452 8711 8711 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 01:38:41.452 8711 8711 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 01:38:41.452 8711 8711 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 01:38:41.453 8711 8711 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 01:38:41.453 8711 8711 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 01:38:41.492 8711 8711 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 01:38:41.897 8711 8711 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 01:38:41.897 8711 8711 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 01:38:41.958 8711 8711 W com.mbwhatsapp: type=1400 audit(0.0:1229562): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:38:41.962 8711 8711 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) 03-06 01:38:41.982 8711 8711 W com.mbwhatsapp: type=1400 audit(0.0:1229563): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:38:41.998 8711 8711 W com.mbwhatsapp: type=1400 audit(0.0:1229564): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:38:42.078 8711 8711 W com.mbwhatsapp: type=1400 audit(0.0:1229565): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:38:42.086 8711 8711 W com.mbwhatsapp: type=1400 audit(0.0:1229566): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:38:42.182 8711 8711 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 628ms 03-06 01:38:42.188 8711 8711 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 947ms --------- beginning of system 03-06 01:38:42.189 8711 8711 W ActivityThread: Main thread can not be idle for a long time. 03-06 01:38:42.190 8711 8759 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 01:38:42.190 8711 8759 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 01:38:42.190 8711 8759 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 01:43:54.280 9160 9160 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 01:43:54.486 9160 9160 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 01:43:54.490 9160 9160 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 01:43:54.490 9160 9160 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 01:43:54.490 9160 9160 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 01:43:54.490 9160 9160 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 01:43:54.490 9160 9160 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 01:43:54.490 9160 9160 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 01:43:54.490 9160 9160 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 01:43:54.490 9160 9160 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 01:43:54.490 9160 9160 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 01:43:54.490 9160 9160 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 01:43:54.490 9160 9160 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 01:43:54.490 9160 9160 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 01:43:54.490 9160 9160 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 01:43:54.490 9160 9160 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 01:43:54.490 9160 9160 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 01:43:54.490 9160 9160 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 01:43:54.490 9160 9160 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 01:43:54.490 9160 9160 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 01:43:54.490 9160 9160 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 01:43:54.490 9160 9160 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 01:43:54.540 9160 9160 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 01:43:54.944 9160 9160 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 01:43:54.945 9160 9160 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 01:43:55.014 9160 9160 W com.mbwhatsapp: type=1400 audit(0.0:1230379): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:43:55.017 9160 9160 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) 03-06 01:43:55.022 9160 9160 W com.mbwhatsapp: type=1400 audit(0.0:1230380): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:43:55.034 9160 9160 W com.mbwhatsapp: type=1400 audit(0.0:1230381): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:43:55.082 9160 9160 W com.mbwhatsapp: type=1400 audit(0.0:1230382): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:43:55.098 9160 9160 W com.mbwhatsapp: type=1400 audit(0.0:1230383): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:43:55.206 9160 9160 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 597ms 03-06 01:43:55.212 9160 9160 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 917ms --------- beginning of system 03-06 01:43:55.212 9160 9160 W ActivityThread: Main thread can not be idle for a long time. 03-06 01:43:55.218 9160 9220 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 01:43:55.218 9160 9220 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 01:43:55.218 9160 9220 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 01:44:36.572 10069 10069 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 01:44:36.798 10069 10069 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 01:44:36.800 10069 10069 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 01:44:36.800 10069 10069 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 01:44:36.800 10069 10069 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 01:44:36.800 10069 10069 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 01:44:36.800 10069 10069 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 01:44:36.800 10069 10069 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 01:44:36.800 10069 10069 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 01:44:36.800 10069 10069 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 01:44:36.800 10069 10069 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 01:44:36.800 10069 10069 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 01:44:36.800 10069 10069 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 01:44:36.800 10069 10069 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 01:44:36.800 10069 10069 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 01:44:36.800 10069 10069 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 01:44:36.800 10069 10069 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 01:44:36.800 10069 10069 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 01:44:36.800 10069 10069 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 01:44:36.800 10069 10069 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 01:44:36.800 10069 10069 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 01:44:36.800 10069 10069 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 01:44:36.816 10069 10069 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 01:44:37.065 10069 10069 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 01:44:37.066 10069 10069 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 01:44:37.110 10069 10069 W com.mbwhatsapp: type=1400 audit(0.0:1230633): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:44:37.115 10069 10069 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) 03-06 01:44:37.118 10069 10069 W com.mbwhatsapp: type=1400 audit(0.0:1230634): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:44:37.134 10069 10069 W com.mbwhatsapp: type=1400 audit(0.0:1230635): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:44:37.194 10069 10069 W com.mbwhatsapp: type=1400 audit(0.0:1230636): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:44:37.222 10069 10069 W com.mbwhatsapp: type=1400 audit(0.0:1230637): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:44:37.294 10069 10069 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 435ms 03-06 01:44:37.312 10069 10167 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 01:44:37.312 10069 10167 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 01:44:37.312 10069 10167 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 01:44:37.327 10069 10069 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 741ms --------- beginning of system 03-06 01:44:37.327 10069 10069 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 01:45:22.403 10704 10704 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 01:45:22.680 10704 10704 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 01:45:22.682 10704 10704 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 01:45:22.682 10704 10704 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 01:45:22.682 10704 10704 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 01:45:22.683 10704 10704 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 01:45:22.683 10704 10704 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 01:45:22.683 10704 10704 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 01:45:22.683 10704 10704 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 01:45:22.683 10704 10704 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 01:45:22.683 10704 10704 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 01:45:22.683 10704 10704 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 01:45:22.683 10704 10704 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 01:45:22.683 10704 10704 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 01:45:22.683 10704 10704 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 01:45:22.683 10704 10704 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 01:45:22.683 10704 10704 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 01:45:22.683 10704 10704 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 01:45:22.683 10704 10704 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 01:45:22.683 10704 10704 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 01:45:22.683 10704 10704 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 01:45:22.683 10704 10704 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 01:45:22.722 10704 10704 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 01:45:23.148 10704 10704 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 01:45:23.149 10704 10704 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 01:45:23.233 10704 10704 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) 03-06 01:45:23.441 10704 10704 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 656ms 03-06 01:45:23.447 10704 10704 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1025ms --------- beginning of system 03-06 01:45:23.447 10704 10704 W ActivityThread: Main thread can not be idle for a long time. 03-06 01:45:23.478 10704 10869 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 01:45:23.478 10704 10869 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 01:45:23.478 10704 10869 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 01:49:01.230 12191 12191 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 01:49:01.603 12191 12191 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 01:49:01.605 12191 12191 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 01:49:01.605 12191 12191 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 01:49:01.605 12191 12191 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 01:49:01.605 12191 12191 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 01:49:01.605 12191 12191 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 01:49:01.605 12191 12191 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 01:49:01.605 12191 12191 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 01:49:01.605 12191 12191 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 01:49:01.605 12191 12191 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 01:49:01.605 12191 12191 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 01:49:01.606 12191 12191 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 01:49:01.606 12191 12191 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 01:49:01.606 12191 12191 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 01:49:01.606 12191 12191 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 01:49:01.606 12191 12191 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 01:49:01.606 12191 12191 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 01:49:01.606 12191 12191 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 01:49:01.606 12191 12191 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 01:49:01.606 12191 12191 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 01:49:01.606 12191 12191 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 01:49:01.661 12191 12191 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 01:49:02.385 12191 12191 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 01:49:02.385 12191 12191 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 01:49:02.466 12191 12191 W com.mbwhatsapp: type=1400 audit(0.0:1231449): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:49:02.473 12191 12191 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) 03-06 01:49:02.478 12191 12191 W com.mbwhatsapp: type=1400 audit(0.0:1231450): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:49:02.494 12191 12191 W com.mbwhatsapp: type=1400 audit(0.0:1231451): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:49:02.578 12191 12191 W com.mbwhatsapp: type=1400 audit(0.0:1231452): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:49:02.598 12191 12191 W com.mbwhatsapp: type=1400 audit(0.0:1231453): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:49:02.713 12191 12191 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 942ms 03-06 01:49:02.716 12191 12243 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 01:49:02.716 12191 12243 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 01:49:02.716 12191 12243 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 01:49:02.726 12191 12191 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1482ms --------- beginning of system 03-06 01:49:02.727 12191 12191 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 01:49:04.102 12350 12350 W stagram.android: type=1400 audit(0.0:1231458): avc: denied { read } for name="zoneinfo" dev="proc" ino=4026531860 scontext=u:r:untrusted_app:s0:c218,c256,c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 app=com.mbwhatsapp 03-06 01:49:04.102 12350 12350 W Lacrima_single_: type=1400 audit(0.0:1231459): avc: denied { read } for name="sdcard" dev="tmpfs" ino=10634 scontext=u:r:untrusted_app:s0:c218,c256,c512,c768 tcontext=u:object_r:mnt_sdcard_file:s0 tclass=lnk_file permissive=0 app=com.mbwhatsapp 03-06 01:49:04.106 12350 12350 W Lacrima_single_: type=1400 audit(0.0:1231460): avc: denied { read } for name="sdcard" dev="tmpfs" ino=10634 scontext=u:r:untrusted_app:s0:c218,c256,c512,c768 tcontext=u:object_r:mnt_sdcard_file:s0 tclass=lnk_file permissive=0 app=com.mbwhatsapp 03-06 01:49:04.214 12350 12350 W Lacrima_startup: type=1400 audit(0.0:1231461): avc: granted { execute } for path="/data/data/com.instagram.android/lib- compressed/libredexsharedmerged.so" dev="dm-11" ino=17626 scontext=u:r:untrusted_app:s0:c218,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c218,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:49:04.222 12350 12350 W Lacrima_startup: type=1400 audit(0.0:1231462): avc: granted { execute } for path="/data/data/com.instagram.android/lib- compressed/libdextricksmerged.so" dev="dm-11" ino=4962 scontext=u:r:untrusted_app:s0:c218,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c218,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:49:05.130 12350 12350 W pool-13-thread-: type=1400 audit(0.0:1231496): avc: granted { execute } for path="/data/data/com.instagram.android/lib- compressed/libxplat_timeinappcore_timeinappcore-nonnativesqliteAndroid.so" dev="dm- 11" ino=14303 scontext=u:r:untrusted_app:s0:c218,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c218,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:49:05.134 12350 12350 W pool-13-thread-: type=1400 audit(0.0:1231497): avc: granted { execute } for path="/data/data/com.instagram.android/lib- compressed/libtimeinapp-jni.so" dev="dm-11" ino=17467 scontext=u:r:untrusted_app:s0:c218,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c218,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:49:05.162 12350 12350 W stagram.android: type=1400 audit(0.0:1231498): avc: granted { execute } for path="/data/data/com.instagram.android/lib- compressed/libnative_memdump.so" dev="dm-11" ino=17466 scontext=u:r:untrusted_app:s0:c218,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c218,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:49:05.514 12350 12350 W SIMPLE_WORKER8: type=1400 audit(0.0:1231499): avc: granted { execute } for path="/data/data/com.instagram.android/lib-compressed/librtgqlsdk-lite.so" dev="dm- 11" ino=17373 scontext=u:r:untrusted_app:s0:c218,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c218,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:49:05.710 12350 12350 W SIMPLE_WORKER8: type=1400 audit(0.0:1231500): avc: granted { execute } for path="/data/data/com.instagram.android/lib-compressed/libgraphqlsubscriptions-sdk- provider-jni-instagram.so" dev="dm-11" ino=17531 scontext=u:r:untrusted_app:s0:c218,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c218,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:49:08.210 12350 12350 W SIMPLE_WORKER8: type=1400 audit(0.0:1231508): avc: granted { execute } for path="/data/data/com.instagram.android/lib-compressed/libtorchmerged.so" dev="dm- 11" ino=16332 scontext=u:r:untrusted_app:s0:c218,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c218,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:49:08.222 12350 12350 W SIMPLE_WORKER8: type=1400 audit(0.0:1231509): avc: granted { execute } for path="/data/data/com.instagram.android/modules/s_devoptions_pytorch_7b5100c218a68ab 2327415ac7249097a18becd87ae462250759827f8abd729c4/lib-compressed/arm64-v8a/ libtorchmerged_s_devoptions_pytorch.so" dev="dm-11" ino=18847 scontext=u:r:untrusted_app:s0:c218,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c218,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:49:08.226 12350 12350 W SIMPLE_WORKER8: type=1400 audit(0.0:1231510): avc: granted { execute } for path="/data/data/com.instagram.android/modules/pytorch_bdcd1068c033eda1ae31283d4b0a 6a12fffd9b3f49b29568f399711e6670f2c3/lib-compressed/arm64-v8a/libxplat_third- party_NNPACK_NNPACKAndroid.so" dev="dm-11" ino=18868 scontext=u:r:untrusted_app:s0:c218,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c218,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:49:08.230 12350 12350 W SIMPLE_WORKER8: type=1400 audit(0.0:1231511): avc: granted { execute } for path="/data/data/com.instagram.android/modules/pytorch_bdcd1068c033eda1ae31283d4b0a 6a12fffd9b3f49b29568f399711e6670f2c3/lib-compressed/arm64-v8a/ libtorchmerged_pytorch_1.so" dev="dm-11" ino=8349 scontext=u:r:untrusted_app:s0:c218,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c218,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:49:08.234 12350 12350 W SIMPLE_WORKER8: type=1400 audit(0.0:1231512): avc: granted { execute } for path="/data/data/com.instagram.android/lib-compressed/libliger.so" dev="dm-11" ino=17230 scontext=u:r:untrusted_app:s0:c218,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c218,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:50:00.757 12792 12792 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 01:50:01.064 12792 12792 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 01:50:01.070 12792 12792 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 01:50:01.071 12792 12792 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 01:50:01.071 12792 12792 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 01:50:01.071 12792 12792 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 01:50:01.071 12792 12792 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 01:50:01.071 12792 12792 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 01:50:01.071 12792 12792 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 01:50:01.071 12792 12792 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 01:50:01.071 12792 12792 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 01:50:01.071 12792 12792 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 01:50:01.071 12792 12792 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 01:50:01.071 12792 12792 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 01:50:01.071 12792 12792 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 01:50:01.071 12792 12792 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 01:50:01.071 12792 12792 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 01:50:01.071 12792 12792 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 01:50:01.072 12792 12792 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 01:50:01.072 12792 12792 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 01:50:01.072 12792 12792 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 01:50:01.072 12792 12792 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 01:50:01.122 12792 12792 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 01:50:01.636 12792 12792 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 01:50:01.637 12792 12792 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 01:50:01.750 12792 12792 W com.mbwhatsapp: type=1400 audit(0.0:1231786): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:50:01.757 12792 12792 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) 03-06 01:50:01.762 12792 12792 W com.mbwhatsapp: type=1400 audit(0.0:1231787): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:50:01.778 12792 12792 W com.mbwhatsapp: type=1400 audit(0.0:1231788): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:50:01.862 12792 12792 W com.mbwhatsapp: type=1400 audit(0.0:1231789): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:50:01.890 12792 12792 W com.mbwhatsapp: type=1400 audit(0.0:1231790): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:50:02.003 12792 12792 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 780ms 03-06 01:50:02.003 12792 12840 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 01:50:02.003 12792 12840 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 01:50:02.003 12792 12840 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 01:50:02.011 12792 12792 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1238ms --------- beginning of system 03-06 01:50:02.011 12792 12792 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 01:50:32.339 12883 12883 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 01:50:32.626 12883 12883 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 01:50:32.627 12883 12883 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 01:50:32.627 12883 12883 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 01:50:32.627 12883 12883 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 01:50:32.627 12883 12883 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 01:50:32.627 12883 12883 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 01:50:32.627 12883 12883 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 01:50:32.627 12883 12883 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 01:50:32.627 12883 12883 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 01:50:32.627 12883 12883 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 01:50:32.627 12883 12883 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 01:50:32.627 12883 12883 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 01:50:32.628 12883 12883 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 01:50:32.628 12883 12883 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 01:50:32.628 12883 12883 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 01:50:32.628 12883 12883 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 01:50:32.628 12883 12883 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 01:50:32.628 12883 12883 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 01:50:32.628 12883 12883 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 01:50:32.628 12883 12883 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 01:50:32.628 12883 12883 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 01:50:32.647 12883 12883 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 01:50:33.038 12883 12883 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 01:50:33.039 12883 12883 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 01:50:33.082 12883 12883 W com.mbwhatsapp: type=1400 audit(0.0:1231793): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:50:33.088 12883 12883 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) 03-06 01:50:33.094 12883 12883 W com.mbwhatsapp: type=1400 audit(0.0:1231794): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:50:33.106 12883 12883 W com.mbwhatsapp: type=1400 audit(0.0:1231795): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:50:33.182 12883 12883 W com.mbwhatsapp: type=1400 audit(0.0:1231796): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:50:33.190 12883 12883 W com.mbwhatsapp: type=1400 audit(0.0:1231797): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:50:33.273 12883 12965 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 01:50:33.273 12883 12965 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 01:50:33.273 12883 12965 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 01:50:33.274 12883 12883 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 572ms 03-06 01:50:33.280 12883 12883 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 926ms --------- beginning of system 03-06 01:50:33.280 12883 12883 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 01:51:22.408 13195 13195 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 01:51:22.711 13195 13195 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 01:51:22.718 13195 13195 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 01:51:22.718 13195 13195 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 01:51:22.718 13195 13195 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 01:51:22.718 13195 13195 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 01:51:22.718 13195 13195 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 01:51:22.718 13195 13195 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 01:51:22.718 13195 13195 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 01:51:22.718 13195 13195 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 01:51:22.718 13195 13195 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 01:51:22.718 13195 13195 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 01:51:22.718 13195 13195 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 01:51:22.718 13195 13195 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 01:51:22.718 13195 13195 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 01:51:22.718 13195 13195 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 01:51:22.718 13195 13195 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 01:51:22.719 13195 13195 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 01:51:22.719 13195 13195 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 01:51:22.719 13195 13195 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 01:51:22.719 13195 13195 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 01:51:22.719 13195 13195 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 01:51:22.758 13195 13195 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 01:51:23.202 13195 13195 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 01:51:23.202 13195 13195 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 01:51:23.270 13195 13195 W com.mbwhatsapp: type=1400 audit(0.0:1231890): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:51:23.274 13195 13195 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) 03-06 01:51:23.294 13195 13195 W com.mbwhatsapp: type=1400 audit(0.0:1231891): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:51:23.302 13195 13195 W com.mbwhatsapp: type=1400 audit(0.0:1231892): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:51:23.386 13195 13195 W com.mbwhatsapp: type=1400 audit(0.0:1231893): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:51:23.398 13195 13195 W com.mbwhatsapp: type=1400 audit(0.0:1231894): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:51:23.492 13195 13195 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 659ms 03-06 01:51:23.498 13195 13244 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 01:51:23.498 13195 13244 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 01:51:23.498 13195 13244 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 01:51:23.507 13195 13195 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1080ms --------- beginning of system 03-06 01:51:23.507 13195 13195 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 01:52:36.077 14276 14276 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 01:52:36.294 14276 14276 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 01:52:36.302 14276 14276 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 01:52:36.302 14276 14276 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 01:52:36.302 14276 14276 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 01:52:36.302 14276 14276 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 01:52:36.302 14276 14276 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 01:52:36.302 14276 14276 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 01:52:36.302 14276 14276 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 01:52:36.302 14276 14276 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 01:52:36.302 14276 14276 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 01:52:36.302 14276 14276 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 01:52:36.302 14276 14276 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 01:52:36.302 14276 14276 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 01:52:36.302 14276 14276 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 01:52:36.302 14276 14276 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 01:52:36.302 14276 14276 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 01:52:36.302 14276 14276 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 01:52:36.302 14276 14276 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 01:52:36.302 14276 14276 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 01:52:36.303 14276 14276 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 01:52:36.303 14276 14276 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 01:52:36.343 14276 14276 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 01:52:36.786 14276 14276 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 01:52:36.786 14276 14276 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 01:52:36.854 14276 14276 W com.mbwhatsapp: type=1400 audit(0.0:1232050): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:52:36.858 14276 14276 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) 03-06 01:52:36.878 14276 14276 W com.mbwhatsapp: type=1400 audit(0.0:1232051): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:52:36.890 14276 14276 W com.mbwhatsapp: type=1400 audit(0.0:1232052): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:52:36.954 14276 14276 W com.mbwhatsapp: type=1400 audit(0.0:1232053): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:52:36.962 14276 14276 W com.mbwhatsapp: type=1400 audit(0.0:1232054): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:52:37.064 14276 14276 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 656ms 03-06 01:52:37.078 14276 14323 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 01:52:37.078 14276 14323 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 01:52:37.078 14276 14323 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 01:52:37.084 14276 14276 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 988ms --------- beginning of system 03-06 01:52:37.084 14276 14276 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 01:53:53.992 14786 14786 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 01:53:54.176 14786 14786 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 01:53:54.182 14786 14786 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 01:53:54.182 14786 14786 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 01:53:54.182 14786 14786 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 01:53:54.182 14786 14786 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 01:53:54.182 14786 14786 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 01:53:54.182 14786 14786 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 01:53:54.182 14786 14786 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 01:53:54.182 14786 14786 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 01:53:54.182 14786 14786 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 01:53:54.182 14786 14786 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 01:53:54.182 14786 14786 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 01:53:54.182 14786 14786 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 01:53:54.182 14786 14786 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 01:53:54.182 14786 14786 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 01:53:54.182 14786 14786 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 01:53:54.182 14786 14786 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 01:53:54.182 14786 14786 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 01:53:54.182 14786 14786 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 01:53:54.182 14786 14786 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 01:53:54.182 14786 14786 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 01:53:54.203 14786 14786 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 01:53:54.521 14786 14786 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 01:53:54.521 14786 14786 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 01:53:54.558 14786 14786 W com.mbwhatsapp: type=1400 audit(0.0:1232207): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:53:54.565 14786 14786 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) 03-06 01:53:54.566 14786 14786 W com.mbwhatsapp: type=1400 audit(0.0:1232208): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:53:54.578 14786 14786 W com.mbwhatsapp: type=1400 audit(0.0:1232209): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:53:54.622 14786 14786 W com.mbwhatsapp: type=1400 audit(0.0:1232210): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:53:54.634 14786 14786 W com.mbwhatsapp: type=1400 audit(0.0:1232211): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:53:54.700 14786 14786 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 451ms 03-06 01:53:54.706 14786 14786 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 696ms --------- beginning of system 03-06 01:53:54.706 14786 14786 W ActivityThread: Main thread can not be idle for a long time. 03-06 01:53:54.726 14786 14833 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 01:53:54.726 14786 14833 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 01:53:54.726 14786 14833 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 01:55:00.786 15314 15314 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 01:55:00.967 15314 15314 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 01:55:00.974 15314 15314 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 01:55:00.974 15314 15314 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 01:55:00.974 15314 15314 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 01:55:00.974 15314 15314 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 01:55:00.974 15314 15314 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 01:55:00.974 15314 15314 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 01:55:00.974 15314 15314 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 01:55:00.974 15314 15314 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 01:55:00.974 15314 15314 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 01:55:00.974 15314 15314 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 01:55:00.974 15314 15314 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 01:55:00.974 15314 15314 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 01:55:00.974 15314 15314 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 01:55:00.974 15314 15314 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 01:55:00.974 15314 15314 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 01:55:00.974 15314 15314 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 01:55:00.974 15314 15314 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 01:55:00.974 15314 15314 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 01:55:00.974 15314 15314 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 01:55:00.974 15314 15314 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 01:55:00.994 15314 15314 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 01:55:01.316 15314 15314 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 01:55:01.317 15314 15314 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 01:55:01.354 15314 15314 W com.mbwhatsapp: type=1400 audit(0.0:1232454): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:55:01.361 15314 15314 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) 03-06 01:55:01.366 15314 15314 W com.mbwhatsapp: type=1400 audit(0.0:1232455): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:55:01.378 15314 15314 W com.mbwhatsapp: type=1400 audit(0.0:1232456): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:55:01.426 15314 15314 W com.mbwhatsapp: type=1400 audit(0.0:1232457): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:55:01.442 15314 15314 W com.mbwhatsapp: type=1400 audit(0.0:1232458): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:55:01.515 15314 15314 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 477ms 03-06 01:55:01.522 15314 15365 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 01:55:01.522 15314 15365 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 01:55:01.522 15314 15365 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 01:55:01.523 15314 15314 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 720ms --------- beginning of system 03-06 01:55:01.523 15314 15314 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 01:55:22.400 15731 15731 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 01:55:22.654 15731 15731 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 01:55:22.655 15731 15731 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 01:55:22.655 15731 15731 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 01:55:22.655 15731 15731 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 01:55:22.655 15731 15731 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 01:55:22.655 15731 15731 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 01:55:22.655 15731 15731 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 01:55:22.655 15731 15731 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 01:55:22.655 15731 15731 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 01:55:22.655 15731 15731 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 01:55:22.655 15731 15731 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 01:55:22.656 15731 15731 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 01:55:22.656 15731 15731 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 01:55:22.656 15731 15731 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 01:55:22.656 15731 15731 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 01:55:22.656 15731 15731 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 01:55:22.656 15731 15731 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 01:55:22.656 15731 15731 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 01:55:22.656 15731 15731 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 01:55:22.656 15731 15731 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 01:55:22.656 15731 15731 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 01:55:22.676 15731 15731 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 01:55:23.030 15731 15731 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 01:55:23.031 15731 15731 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 01:55:23.082 15731 15731 W com.mbwhatsapp: type=1400 audit(0.0:1232521): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:55:23.088 15731 15731 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) 03-06 01:55:23.094 15731 15731 W com.mbwhatsapp: type=1400 audit(0.0:1232522): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:55:23.106 15731 15731 W com.mbwhatsapp: type=1400 audit(0.0:1232523): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:55:23.174 15731 15731 W com.mbwhatsapp: type=1400 audit(0.0:1232524): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:55:23.190 15731 15731 W com.mbwhatsapp: type=1400 audit(0.0:1232525): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 01:55:23.281 15731 15834 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 01:55:23.281 15731 15834 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 01:55:23.281 15731 15834 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 01:55:23.283 15731 15731 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 558ms 03-06 01:55:23.290 15731 15731 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 869ms --------- beginning of system 03-06 01:55:23.290 15731 15731 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 02:04:22.393 16894 16894 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 02:04:22.663 16894 16894 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 02:04:22.670 16894 16894 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 02:04:22.670 16894 16894 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 02:04:22.670 16894 16894 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 02:04:22.670 16894 16894 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 02:04:22.670 16894 16894 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 02:04:22.670 16894 16894 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 02:04:22.670 16894 16894 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 02:04:22.670 16894 16894 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 02:04:22.670 16894 16894 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 02:04:22.670 16894 16894 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 02:04:22.670 16894 16894 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 02:04:22.670 16894 16894 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 02:04:22.670 16894 16894 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 02:04:22.670 16894 16894 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 02:04:22.670 16894 16894 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 02:04:22.670 16894 16894 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 02:04:22.670 16894 16894 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 02:04:22.670 16894 16894 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 02:04:22.670 16894 16894 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 02:04:22.670 16894 16894 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 02:04:22.704 16894 16894 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 02:04:22.992 16894 16894 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 02:04:22.993 16894 16894 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 02:04:23.066 16894 16894 W com.mbwhatsapp: type=1400 audit(0.0:1234039): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 02:04:23.072 16894 16894 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) 03-06 02:04:23.074 16894 16894 W com.mbwhatsapp: type=1400 audit(0.0:1234040): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 02:04:23.090 16894 16894 W com.mbwhatsapp: type=1400 audit(0.0:1234041): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 02:04:23.134 16894 16894 W com.mbwhatsapp: type=1400 audit(0.0:1234042): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 02:04:23.142 16894 16894 W com.mbwhatsapp: type=1400 audit(0.0:1234043): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 02:04:23.209 16894 16894 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 445ms 03-06 02:04:23.216 16894 16894 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 809ms --------- beginning of system 03-06 02:04:23.216 16894 16894 W ActivityThread: Main thread can not be idle for a long time. 03-06 02:04:23.222 16894 16950 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 02:04:23.222 16894 16950 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 02:04:23.222 16894 16950 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 02:05:56.141 17780 17780 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 02:05:56.775 17780 17780 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 02:05:56.777 17780 17780 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 02:05:56.778 17780 17780 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 02:05:56.778 17780 17780 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 02:05:56.778 17780 17780 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 02:05:56.778 17780 17780 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 02:05:56.778 17780 17780 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 02:05:56.778 17780 17780 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 02:05:56.778 17780 17780 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 02:05:56.778 17780 17780 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 02:05:56.778 17780 17780 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 02:05:56.778 17780 17780 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 02:05:56.778 17780 17780 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 02:05:56.778 17780 17780 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 02:05:56.778 17780 17780 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 02:05:56.778 17780 17780 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 02:05:56.778 17780 17780 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 02:05:56.778 17780 17780 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 02:05:56.778 17780 17780 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 02:05:56.778 17780 17780 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 02:05:56.778 17780 17780 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 02:05:56.828 17780 17780 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 258ms 03-06 02:05:56.840 17780 17780 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 02:05:57.310 17780 17780 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 02:05:57.310 17780 17780 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 02:05:57.370 17780 17780 W com.mbwhatsapp: type=1400 audit(0.0:1236144): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 02:05:57.376 17780 17780 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) 03-06 02:05:57.386 17780 17780 W com.mbwhatsapp: type=1400 audit(0.0:1236145): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 02:05:57.394 17780 17780 W com.mbwhatsapp: type=1400 audit(0.0:1236146): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 02:05:57.466 17780 17780 W com.mbwhatsapp: type=1400 audit(0.0:1236147): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 02:05:57.482 17780 17780 W com.mbwhatsapp: type=1400 audit(0.0:1236148): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 02:05:57.588 17780 17780 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 627ms 03-06 02:05:57.594 17780 17780 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1431ms --------- beginning of system 03-06 02:05:57.594 17780 17780 W ActivityThread: Main thread can not be idle for a long time. 03-06 02:05:57.596 17780 17958 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 02:05:57.596 17780 17958 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 02:05:57.596 17780 17958 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 02:06:23.086 18648 18648 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 02:06:23.351 18648 18648 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 02:06:23.352 18648 18648 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 02:06:23.352 18648 18648 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 02:06:23.352 18648 18648 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 02:06:23.352 18648 18648 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 02:06:23.352 18648 18648 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 02:06:23.352 18648 18648 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 02:06:23.352 18648 18648 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 02:06:23.352 18648 18648 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 02:06:23.352 18648 18648 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 02:06:23.352 18648 18648 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 02:06:23.352 18648 18648 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 02:06:23.353 18648 18648 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 02:06:23.353 18648 18648 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 02:06:23.353 18648 18648 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 02:06:23.353 18648 18648 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 02:06:23.353 18648 18648 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 02:06:23.353 18648 18648 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 02:06:23.353 18648 18648 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 02:06:23.353 18648 18648 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 02:06:23.353 18648 18648 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 02:06:23.384 18648 18648 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 02:06:23.661 18648 18648 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 02:06:23.661 18648 18648 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 02:06:23.716 18648 18648 W com.mbwhatsapp: type=1400 audit(0.0:1236486): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 02:06:23.721 18648 18648 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) 03-06 02:06:23.732 18648 18648 W com.mbwhatsapp: type=1400 audit(0.0:1236487): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 02:06:23.744 18648 18648 W com.mbwhatsapp: type=1400 audit(0.0:1236488): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 02:06:23.800 18648 18648 W com.mbwhatsapp: type=1400 audit(0.0:1236489): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 02:06:23.816 18648 18648 W com.mbwhatsapp: type=1400 audit(0.0:1236490): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 02:06:23.890 18648 18648 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 456ms 03-06 02:06:23.893 18648 18731 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 02:06:23.893 18648 18731 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 02:06:23.893 18648 18731 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 02:06:23.913 18648 18648 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 798ms --------- beginning of system 03-06 02:06:23.913 18648 18648 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 03:06:23.079 2355 2355 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 03:06:23.411 2355 2355 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 03:06:23.414 2355 2355 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 03:06:23.414 2355 2355 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 03:06:23.414 2355 2355 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 03:06:23.414 2355 2355 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 03:06:23.414 2355 2355 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 03:06:23.414 2355 2355 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 03:06:23.414 2355 2355 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 03:06:23.414 2355 2355 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 03:06:23.414 2355 2355 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 03:06:23.414 2355 2355 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 03:06:23.414 2355 2355 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 03:06:23.414 2355 2355 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 03:06:23.414 2355 2355 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 03:06:23.414 2355 2355 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 03:06:23.414 2355 2355 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 03:06:23.414 2355 2355 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 03:06:23.414 2355 2355 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 03:06:23.414 2355 2355 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 03:06:23.414 2355 2355 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 03:06:23.414 2355 2355 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 03:06:23.455 2355 2355 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 03:06:23.992 2355 2355 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 03:06:23.993 2355 2355 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 03:06:24.096 2355 2355 W com.mbwhatsapp: type=1400 audit(0.0:1249174): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 03:06:24.099 2355 2355 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) 03-06 03:06:24.120 2355 2355 W com.mbwhatsapp: type=1400 audit(0.0:1249175): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 03:06:24.144 2355 2355 W com.mbwhatsapp: type=1400 audit(0.0:1249176): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 03:06:24.240 2355 2355 W com.mbwhatsapp: type=1400 audit(0.0:1249177): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 03:06:24.264 2355 2355 W com.mbwhatsapp: type=1400 audit(0.0:1249178): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 03:06:24.264 2355 2355 W com.mbwhatsapp: type=1400 audit(0.0:1249180): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 03:06:24.370 2355 2355 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 835ms 03-06 03:06:24.373 2355 2407 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 03:06:24.373 2355 2407 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 03:06:24.373 2355 2407 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 03:06:24.379 2355 2355 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1281ms --------- beginning of system 03-06 03:06:24.379 2355 2355 W ActivityThread: Main thread can not be idle for a long time. 03-06 03:06:25.223 2355 2369 W System : A resource failed to call close. 03-06 03:06:25.223 2355 2369 W System : A resource failed to call close. 03-06 03:06:28.210 2355 2369 W System : A resource failed to call close. 03-06 03:06:28.210 2355 2369 W System : A resource failed to call close. --------- beginning of system 03-06 04:06:33.260 19601 19601 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 04:12:47.824 22268 22268 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 04:12:48.297 22268 22268 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 04:12:48.299 22268 22268 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 04:12:48.299 22268 22268 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 04:12:48.299 22268 22268 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 04:12:48.300 22268 22268 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 04:12:48.300 22268 22268 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 04:12:48.300 22268 22268 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 04:12:48.300 22268 22268 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 04:12:48.300 22268 22268 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 04:12:48.300 22268 22268 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 04:12:48.300 22268 22268 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 04:12:48.300 22268 22268 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 04:12:48.300 22268 22268 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 04:12:48.300 22268 22268 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 04:12:48.300 22268 22268 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 04:12:48.300 22268 22268 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 04:12:48.300 22268 22268 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 04:12:48.300 22268 22268 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 04:12:48.300 22268 22268 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 04:12:48.300 22268 22268 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 04:12:48.300 22268 22268 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 04:12:48.355 22268 22268 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 236ms 03-06 04:12:48.369 22268 22268 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 04:12:48.983 22268 22268 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 04:12:48.983 22268 22268 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 04:12:49.072 22268 22268 W com.mbwhatsapp: type=1400 audit(0.0:1258791): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 04:12:49.076 22268 22268 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) 03-06 04:12:49.088 22268 22268 W com.mbwhatsapp: type=1400 audit(0.0:1258792): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 04:12:49.100 22268 22268 W com.mbwhatsapp: type=1400 audit(0.0:1258793): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 04:12:49.196 22268 22268 W com.mbwhatsapp: type=1400 audit(0.0:1258794): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 04:12:49.208 22268 22268 W com.mbwhatsapp: type=1400 audit(0.0:1258795): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 04:12:49.208 22268 22268 W com.mbwhatsapp: type=1400 audit(0.0:1258797): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 04:12:49.286 22268 22268 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 832ms 03-06 04:12:49.298 22268 22342 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 04:12:49.298 22268 22342 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 04:12:49.298 22268 22342 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 05:06:31.388 31428 31428 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 05:06:31.743 31428 31428 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 05:06:31.748 31428 31428 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 05:06:31.748 31428 31428 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 05:06:31.748 31428 31428 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 05:06:31.748 31428 31428 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 05:06:31.748 31428 31428 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 05:06:31.748 31428 31428 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 05:06:31.748 31428 31428 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 05:06:31.748 31428 31428 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 05:06:31.748 31428 31428 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 05:06:31.748 31428 31428 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 05:06:31.748 31428 31428 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 05:06:31.748 31428 31428 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 05:06:31.748 31428 31428 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 05:06:31.748 31428 31428 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 05:06:31.748 31428 31428 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 05:06:31.748 31428 31428 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 05:06:31.748 31428 31428 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 05:06:31.748 31428 31428 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 05:06:31.748 31428 31428 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 05:06:31.748 31428 31428 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 05:06:31.796 31428 31428 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 05:06:32.282 31428 31428 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 05:06:32.282 31428 31428 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 05:06:32.357 31428 31428 W com.mbwhatsapp: type=1400 audit(0.0:1270338): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 05:06:32.361 31428 31428 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) 03-06 05:06:32.373 31428 31428 W com.mbwhatsapp: type=1400 audit(0.0:1270339): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 05:06:32.385 31428 31428 W com.mbwhatsapp: type=1400 audit(0.0:1270340): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 05:06:32.473 31428 31428 W com.mbwhatsapp: type=1400 audit(0.0:1270341): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 05:06:32.501 31428 31428 W com.mbwhatsapp: type=1400 audit(0.0:1270342): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 05:06:32.633 31428 31428 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 756ms 03-06 05:06:32.638 31428 31482 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 05:06:32.638 31428 31482 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 05:06:32.638 31428 31482 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 05:06:32.643 31428 31428 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1238ms --------- beginning of system 03-06 05:06:32.643 31428 31428 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 06:06:31.376 11201 11201 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 06:06:31.739 11201 11201 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 06:06:31.741 11201 11201 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 06:06:31.742 11201 11201 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 06:06:31.742 11201 11201 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 06:06:31.742 11201 11201 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 06:06:31.742 11201 11201 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 06:06:31.742 11201 11201 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 06:06:31.742 11201 11201 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 06:06:31.742 11201 11201 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 06:06:31.742 11201 11201 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 06:06:31.742 11201 11201 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 06:06:31.742 11201 11201 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 06:06:31.742 11201 11201 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 06:06:31.742 11201 11201 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 06:06:31.742 11201 11201 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 06:06:31.742 11201 11201 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 06:06:31.742 11201 11201 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 06:06:31.742 11201 11201 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 06:06:31.742 11201 11201 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 06:06:31.742 11201 11201 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 06:06:31.742 11201 11201 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 06:06:31.793 11201 11201 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 06:06:32.389 11201 11201 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 06:06:32.389 11201 11201 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 06:06:32.488 11201 11201 W com.mbwhatsapp: type=1400 audit(0.0:1279619): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 06:06:32.492 11201 11201 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) 03-06 06:06:32.500 11201 11201 W com.mbwhatsapp: type=1400 audit(0.0:1279620): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 06:06:32.508 11201 11201 W com.mbwhatsapp: type=1400 audit(0.0:1279621): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 06:06:32.588 11201 11201 W com.mbwhatsapp: type=1400 audit(0.0:1279622): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 06:06:32.604 11201 11201 W com.mbwhatsapp: type=1400 audit(0.0:1279623): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 06:06:32.705 11201 11201 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 842ms 03-06 06:06:32.709 11201 11269 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 06:06:32.709 11201 11269 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 06:06:32.709 11201 11269 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 06:06:32.716 11201 11201 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1319ms --------- beginning of system 03-06 06:06:32.716 11201 11201 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 07:06:31.378 30506 30506 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 07:06:31.748 30506 30506 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 07:06:31.750 30506 30506 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 07:06:31.750 30506 30506 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 07:06:31.750 30506 30506 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 07:06:31.750 30506 30506 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 07:06:31.750 30506 30506 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 07:06:31.750 30506 30506 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 07:06:31.751 30506 30506 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 07:06:31.751 30506 30506 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 07:06:31.751 30506 30506 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 07:06:31.751 30506 30506 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 07:06:31.751 30506 30506 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 07:06:31.751 30506 30506 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 07:06:31.751 30506 30506 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 07:06:31.751 30506 30506 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 07:06:31.751 30506 30506 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 07:06:31.751 30506 30506 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 07:06:31.751 30506 30506 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 07:06:31.751 30506 30506 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 07:06:31.751 30506 30506 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 07:06:31.751 30506 30506 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 07:06:31.799 30506 30506 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 07:06:32.123 30506 30506 W CheckTime: App running slow: Executing handleBindApplication : installContentProviders took 331ms 03-06 07:06:32.543 30506 30506 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 07:06:32.544 30506 30506 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 07:06:32.664 30506 30506 W com.mbwhatsapp: type=1400 audit(0.0:1298411): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 07:06:32.666 30506 30506 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) 03-06 07:06:32.676 30506 30506 W com.mbwhatsapp: type=1400 audit(0.0:1298412): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 07:06:32.688 30506 30506 W com.mbwhatsapp: type=1400 audit(0.0:1298413): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 07:06:32.776 30506 30506 W com.mbwhatsapp: type=1400 audit(0.0:1298414): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 07:06:32.788 30506 30506 W com.mbwhatsapp: type=1400 audit(0.0:1298415): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 07:06:32.788 30506 30506 W com.mbwhatsapp: type=1400 audit(0.0:1298416): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 07:06:32.792 30506 30506 W com.mbwhatsapp: type=1400 audit(0.0:1298417): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 07:06:32.888 30506 30506 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 765ms 03-06 07:06:32.888 30506 30553 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 07:06:32.888 30506 30553 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 07:06:32.888 30506 30553 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 07:06:32.898 30506 30506 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1501ms --------- beginning of system 03-06 07:06:32.898 30506 30506 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 07:31:02.745 7809 7809 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 07:31:03.162 7809 7809 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 07:31:03.166 7809 7809 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 07:31:03.166 7809 7809 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 07:31:03.166 7809 7809 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 07:31:03.166 7809 7809 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 07:31:03.166 7809 7809 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 07:31:03.166 7809 7809 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 07:31:03.166 7809 7809 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 07:31:03.166 7809 7809 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 07:31:03.166 7809 7809 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 07:31:03.166 7809 7809 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 07:31:03.167 7809 7809 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 07:31:03.167 7809 7809 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 07:31:03.167 7809 7809 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 07:31:03.167 7809 7809 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 07:31:03.167 7809 7809 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 07:31:03.167 7809 7809 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 07:31:03.167 7809 7809 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 07:31:03.167 7809 7809 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 07:31:03.167 7809 7809 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 07:31:03.167 7809 7809 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 07:31:03.220 7809 7809 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 07:31:03.866 7809 7809 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 07:31:03.866 7809 7809 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 07:31:03.947 7809 7809 W com.mbwhatsapp: type=1400 audit(0.0:1304055): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 07:31:03.951 7809 7809 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) 03-06 07:31:03.959 7809 7809 W com.mbwhatsapp: type=1400 audit(0.0:1304056): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 07:31:03.975 7809 7809 W com.mbwhatsapp: type=1400 audit(0.0:1304057): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 07:31:04.055 7809 7809 W com.mbwhatsapp: type=1400 audit(0.0:1304058): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 07:31:04.067 7809 7809 W com.mbwhatsapp: type=1400 audit(0.0:1304059): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 07:31:04.127 7809 7809 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 810ms 03-06 07:31:04.132 7809 7895 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 07:31:04.132 7809 7895 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 07:31:04.132 7809 7895 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 07:40:03.198 8935 8935 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 07:40:04.299 8935 8935 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 07:40:04.307 8935 8935 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 07:40:04.307 8935 8935 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 07:40:04.307 8935 8935 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 07:40:04.307 8935 8935 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 07:40:04.307 8935 8935 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 07:40:04.307 8935 8935 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 07:40:04.307 8935 8935 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 07:40:04.307 8935 8935 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 07:40:04.307 8935 8935 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 07:40:04.307 8935 8935 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 07:40:04.307 8935 8935 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 07:40:04.307 8935 8935 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 07:40:04.307 8935 8935 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 07:40:04.307 8935 8935 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 07:40:04.307 8935 8935 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 07:40:04.307 8935 8935 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 07:40:04.307 8935 8935 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 07:40:04.307 8935 8935 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 07:40:04.307 8935 8935 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 07:40:04.307 8935 8935 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 07:40:04.348 8935 8935 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 250ms 03-06 07:40:04.364 8935 8935 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 07:40:05.125 8935 8935 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 07:40:05.125 8935 8935 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 07:40:05.289 8935 8935 W com.mbwhatsapp: type=1400 audit(0.0:1306633): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 07:40:05.293 8935 8935 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) 03-06 07:40:05.329 8935 8935 W com.mbwhatsapp: type=1400 audit(0.0:1306634): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 07:40:05.345 8935 8935 W com.mbwhatsapp: type=1400 audit(0.0:1306635): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 07:40:05.531 8935 8935 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1058ms 03-06 07:40:05.536 8935 9244 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 07:40:05.536 8935 9244 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 07:40:05.536 8935 9244 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 08:06:31.378 13722 13722 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 08:06:31.719 13722 13722 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 08:06:31.725 13722 13722 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 08:06:31.725 13722 13722 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 08:06:31.725 13722 13722 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 08:06:31.725 13722 13722 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 08:06:31.725 13722 13722 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 08:06:31.725 13722 13722 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 08:06:31.725 13722 13722 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 08:06:31.725 13722 13722 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 08:06:31.726 13722 13722 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 08:06:31.726 13722 13722 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 08:06:31.726 13722 13722 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 08:06:31.726 13722 13722 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 08:06:31.726 13722 13722 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 08:06:31.726 13722 13722 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 08:06:31.726 13722 13722 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 08:06:31.726 13722 13722 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 08:06:31.726 13722 13722 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 08:06:31.726 13722 13722 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 08:06:31.726 13722 13722 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 08:06:31.726 13722 13722 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 08:06:31.773 13722 13722 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 08:06:32.236 13722 13722 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 08:06:32.237 13722 13722 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 08:06:32.321 13722 13722 W com.mbwhatsapp: type=1400 audit(0.0:1311399): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 08:06:32.324 13722 13722 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) 03-06 08:06:32.329 13722 13722 W com.mbwhatsapp: type=1400 audit(0.0:1311400): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 08:06:32.341 13722 13722 W com.mbwhatsapp: type=1400 audit(0.0:1311401): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 08:06:32.429 13722 13722 W com.mbwhatsapp: type=1400 audit(0.0:1311402): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 08:06:32.449 13722 13722 W com.mbwhatsapp: type=1400 audit(0.0:1311403): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 08:06:32.558 13722 13722 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 701ms 03-06 08:06:32.563 13722 13772 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 08:06:32.563 13722 13772 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 08:06:32.563 13722 13772 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 08:06:32.613 13722 13722 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1218ms --------- beginning of system 03-06 08:06:32.613 13722 13722 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 08:34:10.413 17634 17634 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 08:34:10.728 17634 17634 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 08:34:10.731 17634 17634 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 08:34:10.731 17634 17634 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 08:34:10.731 17634 17634 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 08:34:10.731 17634 17634 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 08:34:10.731 17634 17634 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 08:34:10.731 17634 17634 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 08:34:10.731 17634 17634 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 08:34:10.731 17634 17634 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 08:34:10.731 17634 17634 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 08:34:10.731 17634 17634 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 08:34:10.731 17634 17634 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 08:34:10.731 17634 17634 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 08:34:10.731 17634 17634 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 08:34:10.731 17634 17634 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 08:34:10.731 17634 17634 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 08:34:10.731 17634 17634 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 08:34:10.731 17634 17634 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 08:34:10.731 17634 17634 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 08:34:10.731 17634 17634 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 08:34:10.731 17634 17634 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 08:34:10.784 17634 17634 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 08:34:11.192 17634 17634 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 08:34:11.192 17634 17634 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 08:34:11.273 17634 17634 W com.mbwhatsapp: type=1400 audit(0.0:1317506): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 08:34:11.279 17634 17634 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) 03-06 08:34:11.289 17634 17634 W com.mbwhatsapp: type=1400 audit(0.0:1317507): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 08:34:11.309 17634 17634 W com.mbwhatsapp: type=1400 audit(0.0:1317508): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 08:34:11.413 17634 17634 W com.mbwhatsapp: type=1400 audit(0.0:1317509): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 08:34:11.437 17634 17634 W com.mbwhatsapp: type=1400 audit(0.0:1317510): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 08:34:11.437 17634 17634 W com.mbwhatsapp: type=1400 audit(0.0:1317511): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 08:34:11.437 17634 17634 W com.mbwhatsapp: type=1400 audit(0.0:1317512): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 08:34:11.565 17634 17634 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 694ms 03-06 08:34:11.583 17634 17702 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 08:34:11.583 17634 17702 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 08:34:11.583 17634 17702 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 09:06:31.379 23428 23428 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 09:06:31.797 23428 23428 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 09:06:31.803 23428 23428 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 09:06:31.803 23428 23428 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 09:06:31.803 23428 23428 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 09:06:31.803 23428 23428 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 09:06:31.803 23428 23428 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 09:06:31.803 23428 23428 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 09:06:31.803 23428 23428 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 09:06:31.803 23428 23428 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 09:06:31.803 23428 23428 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 09:06:31.803 23428 23428 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 09:06:31.803 23428 23428 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 09:06:31.803 23428 23428 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 09:06:31.804 23428 23428 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 09:06:31.804 23428 23428 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 09:06:31.804 23428 23428 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 09:06:31.804 23428 23428 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 09:06:31.804 23428 23428 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 09:06:31.804 23428 23428 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 09:06:31.804 23428 23428 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 09:06:31.804 23428 23428 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 09:06:31.849 23428 23428 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 09:06:32.549 23428 23428 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 09:06:32.549 23428 23428 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 09:06:32.685 23428 23428 W com.mbwhatsapp: type=1400 audit(0.0:1318410): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 09:06:32.688 23428 23428 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) 03-06 09:06:32.939 23428 23498 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 09:06:32.939 23428 23498 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 09:06:32.939 23428 23498 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 09:06:32.940 23428 23428 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1001ms 03-06 09:06:32.988 23428 23428 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1590ms --------- beginning of system 03-06 09:06:32.988 23428 23428 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 10:06:31.380 10370 10370 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 10:06:31.759 10370 10370 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 10:06:31.762 10370 10370 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 10:06:31.762 10370 10370 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 10:06:31.762 10370 10370 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 10:06:31.762 10370 10370 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 10:06:31.762 10370 10370 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 10:06:31.762 10370 10370 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 10:06:31.762 10370 10370 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 10:06:31.762 10370 10370 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 10:06:31.762 10370 10370 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 10:06:31.762 10370 10370 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 10:06:31.762 10370 10370 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 10:06:31.762 10370 10370 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 10:06:31.762 10370 10370 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 10:06:31.762 10370 10370 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 10:06:31.762 10370 10370 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 10:06:31.762 10370 10370 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 10:06:31.762 10370 10370 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 10:06:31.762 10370 10370 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 10:06:31.762 10370 10370 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 10:06:31.762 10370 10370 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 10:06:31.818 10370 10370 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 10:06:32.146 10370 10370 W CheckTime: App running slow: Executing handleBindApplication : installContentProviders took 333ms 03-06 10:06:32.657 10370 10370 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 10:06:32.657 10370 10370 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 10:06:32.794 10370 10370 W com.mbwhatsapp: type=1400 audit(0.0:1324732): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 10:06:32.800 10370 10370 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) 03-06 10:06:32.818 10370 10370 W com.mbwhatsapp: type=1400 audit(0.0:1324733): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 10:06:32.830 10370 10370 W com.mbwhatsapp: type=1400 audit(0.0:1324734): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 10:06:32.926 10370 10370 W com.mbwhatsapp: type=1400 audit(0.0:1324735): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 10:06:32.946 10370 10370 W com.mbwhatsapp: type=1400 audit(0.0:1324736): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 10:06:33.036 10370 10370 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 891ms 03-06 10:06:33.046 10370 10423 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 10:06:33.046 10370 10423 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 10:06:33.046 10370 10423 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 10:06:33.105 10370 10370 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1708ms --------- beginning of system 03-06 10:06:33.106 10370 10370 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 12:30:00.496 21702 21702 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 12:30:00.912 21702 21702 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 12:30:00.919 21702 21702 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 12:30:00.919 21702 21702 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 12:30:00.919 21702 21702 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 12:30:00.919 21702 21702 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 12:30:00.919 21702 21702 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 12:30:00.919 21702 21702 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 12:30:00.919 21702 21702 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 12:30:00.920 21702 21702 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 12:30:00.920 21702 21702 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 12:30:00.920 21702 21702 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 12:30:00.920 21702 21702 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 12:30:00.920 21702 21702 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 12:30:00.920 21702 21702 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 12:30:00.920 21702 21702 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 12:30:00.920 21702 21702 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 12:30:00.920 21702 21702 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 12:30:00.920 21702 21702 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 12:30:00.920 21702 21702 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 12:30:00.920 21702 21702 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 12:30:00.920 21702 21702 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 12:30:00.975 21702 21702 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 201ms 03-06 12:30:00.987 21702 21702 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 12:30:01.383 21702 21702 W CheckTime: App running slow: Executing handleBindApplication : installContentProviders took 407ms 03-06 12:30:02.061 21702 21702 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 12:30:02.061 21702 21702 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 12:30:02.204 21702 21702 W com.mbwhatsapp: type=1400 audit(0.0:1350309): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 12:30:02.210 21702 21702 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) 03-06 12:30:02.216 21702 21702 W com.mbwhatsapp: type=1400 audit(0.0:1350310): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 12:30:02.236 21702 21702 W com.mbwhatsapp: type=1400 audit(0.0:1350311): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 12:30:02.320 21702 21702 W com.mbwhatsapp: type=1400 audit(0.0:1350312): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 12:30:02.336 21702 21702 W com.mbwhatsapp: type=1400 audit(0.0:1350313): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 12:30:02.442 21702 21702 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1058ms 03-06 12:30:02.446 21702 21749 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 12:30:02.446 21702 21749 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 12:30:02.446 21702 21749 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 12:30:02.499 21702 21702 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1979ms --------- beginning of system 03-06 12:30:02.499 21702 21702 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 13:01:50.414 22365 22365 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 13:01:50.577 22365 22365 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 13:01:50.577 22365 22365 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 13:01:50.577 22365 22365 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 13:01:50.577 22365 22365 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 13:01:50.577 22365 22365 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 13:01:50.577 22365 22365 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 13:01:50.577 22365 22365 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 13:01:50.577 22365 22365 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 13:01:50.577 22365 22365 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 13:01:50.577 22365 22365 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 13:01:50.577 22365 22365 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 13:01:50.577 22365 22365 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 13:01:50.577 22365 22365 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 13:01:50.577 22365 22365 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 13:01:50.577 22365 22365 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 13:01:50.577 22365 22365 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 13:01:50.577 22365 22365 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 13:01:50.577 22365 22365 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 13:01:50.577 22365 22365 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 13:01:50.577 22365 22365 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 13:01:50.577 22365 22365 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 13:01:50.588 22365 22365 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 13:01:50.912 22365 22365 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 13:01:50.912 22365 22365 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 13:01:50.970 22365 22365 W com.mbwhatsapp: type=1400 audit(0.0:1356406): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:01:50.974 22365 22365 W com.mbwhatsapp: type=1400 audit(0.0:1356407): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:01:50.976 22365 22365 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) 03-06 13:01:50.990 22365 22365 W com.mbwhatsapp: type=1400 audit(0.0:1356408): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:01:51.030 22365 22365 W com.mbwhatsapp: type=1400 audit(0.0:1356409): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:01:51.046 22365 22365 W com.mbwhatsapp: type=1400 audit(0.0:1356410): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:01:51.096 22365 22365 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 456ms 03-06 13:01:51.113 22365 22365 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 676ms --------- beginning of system 03-06 13:01:51.113 22365 22365 W ActivityThread: Main thread can not be idle for a long time. 03-06 13:01:51.199 22365 22566 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 13:01:51.199 22365 22566 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 13:01:51.199 22365 22566 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 13:02:17.782 24080 24080 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 13:02:18.145 24080 24080 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 13:02:18.155 24080 24080 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 13:02:18.155 24080 24080 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 13:02:18.155 24080 24080 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 13:02:18.156 24080 24080 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 13:02:18.156 24080 24080 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 13:02:18.156 24080 24080 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 13:02:18.156 24080 24080 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 13:02:18.156 24080 24080 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 13:02:18.156 24080 24080 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 13:02:18.156 24080 24080 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 13:02:18.156 24080 24080 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 13:02:18.156 24080 24080 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 13:02:18.156 24080 24080 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 13:02:18.156 24080 24080 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 13:02:18.156 24080 24080 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 13:02:18.156 24080 24080 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 13:02:18.156 24080 24080 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 13:02:18.156 24080 24080 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 13:02:18.156 24080 24080 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 13:02:18.156 24080 24080 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 13:02:18.205 24080 24080 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 225ms 03-06 13:02:18.213 24080 24080 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 13:02:18.915 24080 24080 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 13:02:18.916 24080 24080 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 13:02:19.046 24080 24080 W com.mbwhatsapp: type=1400 audit(0.0:1356460): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:02:19.053 24080 24080 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) 03-06 13:02:19.062 24080 24080 W com.mbwhatsapp: type=1400 audit(0.0:1356461): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:02:19.074 24080 24080 W com.mbwhatsapp: type=1400 audit(0.0:1356462): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:02:19.166 24080 24080 W com.mbwhatsapp: type=1400 audit(0.0:1356463): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:02:19.170 24080 24080 W com.mbwhatsapp: type=1400 audit(0.0:1356464): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:02:19.242 24080 24080 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 927ms 03-06 13:02:19.250 24080 24223 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 13:02:19.250 24080 24223 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 13:02:19.250 24080 24223 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 13:02:25.579 24765 24765 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 13:02:26.045 24765 24765 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 13:02:26.053 24765 24765 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 13:02:26.053 24765 24765 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 13:02:26.053 24765 24765 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 13:02:26.053 24765 24765 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 13:02:26.053 24765 24765 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 13:02:26.053 24765 24765 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 13:02:26.053 24765 24765 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 13:02:26.053 24765 24765 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 13:02:26.053 24765 24765 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 13:02:26.053 24765 24765 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 13:02:26.053 24765 24765 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 13:02:26.053 24765 24765 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 13:02:26.053 24765 24765 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 13:02:26.053 24765 24765 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 13:02:26.053 24765 24765 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 13:02:26.053 24765 24765 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 13:02:26.053 24765 24765 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 13:02:26.053 24765 24765 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 13:02:26.053 24765 24765 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 13:02:26.054 24765 24765 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 13:02:26.099 24765 24765 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 13:02:26.382 24765 24765 W CheckTime: App running slow: Executing handleBindApplication : installContentProviders took 291ms 03-06 13:02:27.136 24765 24765 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 13:02:27.136 24765 24765 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 13:02:27.290 24765 24765 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) 03-06 13:02:27.486 24765 24765 W com.mbwhatsapp: type=1400 audit(0.0:1356530): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:02:27.514 24765 24765 W com.mbwhatsapp: type=1400 audit(0.0:1356531): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:02:27.514 24765 24765 W com.mbwhatsapp: type=1400 audit(0.0:1356533): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:02:27.740 24765 24765 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1358ms 03-06 13:02:27.769 24765 24765 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 2175ms --------- beginning of system 03-06 13:02:27.769 24765 24765 W ActivityThread: Main thread can not be idle for a long time. 03-06 13:02:27.779 24765 24885 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 13:02:27.779 24765 24885 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 13:02:27.779 24765 24885 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 13:02:34.974 25405 25405 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 13:02:35.586 25405 25405 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 13:02:35.611 25405 25405 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 13:02:35.611 25405 25405 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 13:02:35.611 25405 25405 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 13:02:35.611 25405 25405 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 13:02:35.611 25405 25405 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 13:02:35.611 25405 25405 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 13:02:35.611 25405 25405 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 13:02:35.611 25405 25405 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 13:02:35.611 25405 25405 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 13:02:35.611 25405 25405 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 13:02:35.611 25405 25405 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 13:02:35.611 25405 25405 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 13:02:35.611 25405 25405 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 13:02:35.611 25405 25405 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 13:02:35.611 25405 25405 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 13:02:35.611 25405 25405 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 13:02:35.611 25405 25405 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 13:02:35.611 25405 25405 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 13:02:35.611 25405 25405 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 13:02:35.611 25405 25405 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 13:02:35.694 25405 25405 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 335ms 03-06 13:02:35.708 25405 25405 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 13:02:35.940 25405 25405 W CheckTime: App running slow: Executing handleBindApplication : installContentProviders took 246ms 03-06 13:02:37.195 25405 25405 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 13:02:37.195 25405 25405 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 13:02:37.386 25405 25405 W com.mbwhatsapp: type=1400 audit(0.0:1356580): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:02:37.391 25405 25405 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) 03-06 13:02:37.402 25405 25405 W com.mbwhatsapp: type=1400 audit(0.0:1356581): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:02:37.414 25405 25405 W com.mbwhatsapp: type=1400 audit(0.0:1356582): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:02:37.534 25405 25405 W com.mbwhatsapp: type=1400 audit(0.0:1356583): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:02:37.550 25405 25405 W com.mbwhatsapp: type=1400 audit(0.0:1356584): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:02:37.550 25405 25405 W com.mbwhatsapp: type=1400 audit(0.0:1356585): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:02:37.554 25405 25405 W com.mbwhatsapp: type=1400 audit(0.0:1356586): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:02:37.651 25405 25405 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1710ms 03-06 13:02:37.718 25405 25684 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 13:02:37.718 25405 25684 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 13:02:37.718 25405 25684 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 13:03:22.419 26631 26631 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 13:03:23.246 26631 26631 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 13:03:23.259 26631 26631 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 13:03:23.259 26631 26631 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) --------- beginning of main 03-06 13:03:23.260 26631 26631 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 13:03:23.260 26631 26631 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 13:03:23.260 26631 26631 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 13:03:23.260 26631 26631 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 13:03:23.260 26631 26631 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 13:03:23.260 26631 26631 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 13:03:23.342 26631 26631 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 377ms 03-06 13:03:23.366 26631 26631 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 13:03:23.545 26631 26631 W CheckTime: App running slow: Executing handleBindApplication : installContentProviders took 203ms 03-06 13:03:26.366 26631 26631 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 13:03:26.366 26631 26631 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 13:03:26.470 26631 26631 W com.mbwhatsapp: type=1400 audit(0.0:1356732): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:03:26.475 26631 26631 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) 03-06 13:03:26.482 26631 26631 W com.mbwhatsapp: type=1400 audit(0.0:1356733): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:03:26.502 26631 26631 W com.mbwhatsapp: type=1400 audit(0.0:1356734): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:03:26.582 26631 26631 W com.mbwhatsapp: type=1400 audit(0.0:1356735): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:03:26.626 26631 26631 W com.mbwhatsapp: type=1400 audit(0.0:1356736): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:03:26.749 26631 26631 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 3204ms 03-06 13:03:26.760 26631 26891 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 13:03:26.760 26631 26891 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 13:03:26.760 26631 26891 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 13:03:26.838 26631 26631 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 4397ms --------- beginning of system 03-06 13:03:26.838 26631 26631 W ActivityThread: Main thread can not be idle for a long time. 03-06 13:04:22.436 27489 27489 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 13:04:23.046 27489 27489 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 13:04:23.049 27489 27489 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 13:04:23.049 27489 27489 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 13:04:23.049 27489 27489 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 13:04:23.049 27489 27489 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 13:04:23.049 27489 27489 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 13:04:23.049 27489 27489 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 13:04:23.049 27489 27489 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 13:04:23.050 27489 27489 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 13:04:23.050 27489 27489 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 13:04:23.050 27489 27489 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 13:04:23.050 27489 27489 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 13:04:23.050 27489 27489 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 13:04:23.050 27489 27489 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 13:04:23.050 27489 27489 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 13:04:23.050 27489 27489 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 13:04:23.050 27489 27489 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 13:04:23.050 27489 27489 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 13:04:23.050 27489 27489 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 13:04:23.050 27489 27489 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 13:04:23.050 27489 27489 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 13:04:23.116 27489 27489 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 291ms 03-06 13:04:23.129 27489 27489 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 13:04:24.178 27489 27489 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 13:04:24.179 27489 27489 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 13:04:24.382 27489 27489 W com.mbwhatsapp: type=1400 audit(0.0:1357030): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:04:24.385 27489 27489 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) 03-06 13:04:24.406 27489 27489 W com.mbwhatsapp: type=1400 audit(0.0:1357031): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:04:24.422 27489 27489 W com.mbwhatsapp: type=1400 audit(0.0:1357032): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:04:24.550 27489 27489 W com.mbwhatsapp: type=1400 audit(0.0:1357033): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:04:24.582 27489 27489 W com.mbwhatsapp: type=1400 audit(0.0:1357034): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:04:24.692 27489 27489 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1438ms 03-06 13:04:24.722 27489 27628 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 13:04:24.722 27489 27628 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 13:04:24.722 27489 27628 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 13:04:24.826 27489 27489 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 2372ms 03-06 13:04:24.826 27489 27489 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 13:05:22.424 28037 28037 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 13:05:22.710 28037 28037 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 13:05:22.711 28037 28037 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 13:05:22.712 28037 28037 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 13:05:22.712 28037 28037 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 13:05:22.712 28037 28037 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 13:05:22.712 28037 28037 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 13:05:22.712 28037 28037 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 13:05:22.712 28037 28037 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 13:05:22.712 28037 28037 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 13:05:22.712 28037 28037 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 13:05:22.712 28037 28037 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 13:05:22.712 28037 28037 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 13:05:22.712 28037 28037 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 13:05:22.712 28037 28037 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 13:05:22.712 28037 28037 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 13:05:22.712 28037 28037 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 13:05:22.712 28037 28037 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 13:05:22.712 28037 28037 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 13:05:22.712 28037 28037 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 13:05:22.712 28037 28037 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 13:05:22.712 28037 28037 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 13:05:22.736 28037 28037 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 13:05:23.249 28037 28037 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 13:05:23.250 28037 28037 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 13:05:23.398 28037 28037 W com.mbwhatsapp: type=1400 audit(0.0:1357383): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:05:23.401 28037 28037 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) 03-06 13:05:23.410 28037 28037 W com.mbwhatsapp: type=1400 audit(0.0:1357384): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:05:23.422 28037 28037 W com.mbwhatsapp: type=1400 audit(0.0:1357385): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:05:23.522 28037 28037 W com.mbwhatsapp: type=1400 audit(0.0:1357386): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:05:23.534 28037 28037 W com.mbwhatsapp: type=1400 audit(0.0:1357387): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:05:23.615 28037 28037 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 807ms 03-06 13:05:23.627 28037 28037 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1188ms --------- beginning of system 03-06 13:05:23.628 28037 28037 W ActivityThread: Main thread can not be idle for a long time. 03-06 13:05:23.633 28037 28105 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 13:05:23.633 28037 28105 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 13:05:23.633 28037 28105 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 13:06:27.260 28717 28717 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 13:06:27.576 28717 28717 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 13:06:27.581 28717 28717 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 13:06:27.581 28717 28717 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 13:06:27.581 28717 28717 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 13:06:27.581 28717 28717 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 13:06:27.581 28717 28717 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 13:06:27.581 28717 28717 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 13:06:27.581 28717 28717 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 13:06:27.581 28717 28717 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 13:06:27.581 28717 28717 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 13:06:27.581 28717 28717 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 13:06:27.581 28717 28717 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 13:06:27.581 28717 28717 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 13:06:27.581 28717 28717 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 13:06:27.581 28717 28717 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 13:06:27.581 28717 28717 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 13:06:27.581 28717 28717 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 13:06:27.581 28717 28717 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 13:06:27.581 28717 28717 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 13:06:27.581 28717 28717 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 13:06:27.581 28717 28717 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 13:06:27.631 28717 28717 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 13:06:28.330 28717 28717 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 13:06:28.330 28717 28717 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 13:06:28.462 28717 28717 W com.mbwhatsapp: type=1400 audit(0.0:1357393): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:06:28.468 28717 28717 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) 03-06 13:06:28.474 28717 28717 W com.mbwhatsapp: type=1400 audit(0.0:1357394): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:06:28.490 28717 28717 W com.mbwhatsapp: type=1400 audit(0.0:1357395): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:06:28.558 28717 28717 W com.mbwhatsapp: type=1400 audit(0.0:1357396): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:06:28.566 28717 28717 W com.mbwhatsapp: type=1400 audit(0.0:1357397): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:06:28.566 28717 28717 W com.mbwhatsapp: type=1400 audit(0.0:1357398): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:06:28.566 28717 28717 W com.mbwhatsapp: type=1400 audit(0.0:1357399): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:06:28.665 28717 28717 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 943ms 03-06 13:06:28.673 28717 28765 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 13:06:28.673 28717 28765 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 13:06:28.673 28717 28765 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 13:06:28.676 28717 28717 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1397ms --------- beginning of system 03-06 13:06:28.676 28717 28717 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 13:07:46.682 29339 29339 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 13:07:46.905 29339 29339 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 13:07:46.907 29339 29339 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 13:07:46.907 29339 29339 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 13:07:46.907 29339 29339 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 13:07:46.908 29339 29339 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 13:07:46.908 29339 29339 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 13:07:46.908 29339 29339 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 13:07:46.908 29339 29339 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 13:07:46.908 29339 29339 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 13:07:46.908 29339 29339 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 13:07:46.908 29339 29339 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 13:07:46.908 29339 29339 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 13:07:46.908 29339 29339 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 13:07:46.908 29339 29339 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 13:07:46.908 29339 29339 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 13:07:46.908 29339 29339 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 13:07:46.908 29339 29339 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 13:07:46.908 29339 29339 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 13:07:46.908 29339 29339 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 13:07:46.908 29339 29339 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 13:07:46.908 29339 29339 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 13:07:46.931 29339 29339 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 13:07:47.404 29339 29339 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 13:07:47.404 29339 29339 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 13:07:47.466 29339 29339 W com.mbwhatsapp: type=1400 audit(0.0:1357824): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:07:47.470 29339 29339 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) 03-06 13:07:47.482 29339 29339 W com.mbwhatsapp: type=1400 audit(0.0:1357825): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:07:47.494 29339 29339 W com.mbwhatsapp: type=1400 audit(0.0:1357826): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:07:47.566 29339 29339 W com.mbwhatsapp: type=1400 audit(0.0:1357827): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:07:47.574 29339 29339 W com.mbwhatsapp: type=1400 audit(0.0:1357828): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:07:47.574 29339 29339 W com.mbwhatsapp: type=1400 audit(0.0:1357829): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:07:47.574 29339 29339 W com.mbwhatsapp: type=1400 audit(0.0:1357830): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:07:47.649 29339 29339 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 664ms 03-06 13:07:47.651 29339 29462 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 13:07:47.651 29339 29462 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 13:07:47.651 29339 29462 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 13:07:47.656 29339 29339 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 949ms --------- beginning of system 03-06 13:07:47.656 29339 29339 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 13:09:34.301 30153 30153 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 13:09:34.728 30153 30153 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 13:09:34.730 30153 30153 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 13:09:34.730 30153 30153 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 13:09:34.730 30153 30153 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 13:09:34.730 30153 30153 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 13:09:34.730 30153 30153 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 13:09:34.730 30153 30153 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 13:09:34.730 30153 30153 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 13:09:34.730 30153 30153 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 13:09:34.730 30153 30153 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 13:09:34.730 30153 30153 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 13:09:34.730 30153 30153 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 13:09:34.730 30153 30153 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 13:09:34.730 30153 30153 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 13:09:34.730 30153 30153 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 13:09:34.730 30153 30153 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 13:09:34.730 30153 30153 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 13:09:34.730 30153 30153 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 13:09:34.730 30153 30153 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 13:09:34.730 30153 30153 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 13:09:34.730 30153 30153 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 13:09:34.785 30153 30153 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 13:09:35.691 30153 30153 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 13:09:35.692 30153 30153 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 13:09:35.853 30153 30153 W com.mbwhatsapp: Verification of void X.3gG.run() took 103.921ms (22978.96 bytecodes/s) (73648B approximate peak alloc) 03-06 13:09:35.886 30153 30153 W com.mbwhatsapp: type=1400 audit(0.0:1358343): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:09:35.889 30153 30153 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) 03-06 13:09:35.894 30153 30153 W com.mbwhatsapp: type=1400 audit(0.0:1358344): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:09:35.910 30153 30153 W com.mbwhatsapp: type=1400 audit(0.0:1358345): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:09:35.978 30153 30153 W com.mbwhatsapp: type=1400 audit(0.0:1358346): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:09:35.994 30153 30153 W com.mbwhatsapp: type=1400 audit(0.0:1358347): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:09:36.113 30153 30153 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1225ms 03-06 13:09:36.127 30153 30296 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 13:09:36.127 30153 30296 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 13:09:36.127 30153 30296 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 13:09:36.153 30153 30153 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1833ms --------- beginning of system 03-06 13:09:36.153 30153 30153 W ActivityThread: Main thread can not be idle for a long time. 03-06 13:10:22.410 30302 30302 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 13:10:22.503 30302 30302 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 13:10:22.503 30302 30302 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 13:10:22.503 30302 30302 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 13:10:22.504 30302 30302 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 13:10:22.504 30302 30302 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 13:10:22.504 30302 30302 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 13:10:22.504 30302 30302 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 13:10:22.504 30302 30302 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 13:10:22.504 30302 30302 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 13:10:22.504 30302 30302 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 13:10:22.504 30302 30302 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 13:10:22.504 30302 30302 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 13:10:22.504 30302 30302 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 13:10:22.504 30302 30302 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 13:10:22.504 30302 30302 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 13:10:22.504 30302 30302 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 13:10:22.504 30302 30302 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 13:10:22.504 30302 30302 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 13:10:22.504 30302 30302 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 13:10:22.504 30302 30302 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 13:10:22.504 30302 30302 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 13:10:22.513 30302 30302 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 13:10:22.718 30302 30302 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 13:10:22.719 30302 30302 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 13:10:22.742 30302 30302 W com.mbwhatsapp: type=1400 audit(0.0:1358530): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:10:22.746 30302 30302 W com.mbwhatsapp: type=1400 audit(0.0:1358531): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:10:22.747 30302 30302 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) 03-06 13:10:22.754 30302 30302 W com.mbwhatsapp: type=1400 audit(0.0:1358532): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:10:22.774 30302 30302 W com.mbwhatsapp: type=1400 audit(0.0:1358533): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:10:22.782 30302 30302 W com.mbwhatsapp: type=1400 audit(0.0:1358534): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:10:22.837 30302 30302 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 294ms 03-06 13:10:22.842 30302 30376 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 13:10:22.842 30302 30376 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 13:10:22.842 30302 30376 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 13:11:35.740 30767 30767 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 13:11:35.982 30767 30767 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 13:11:35.992 30767 30767 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 13:11:35.992 30767 30767 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 13:11:35.992 30767 30767 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 13:11:35.992 30767 30767 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 13:11:35.992 30767 30767 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 13:11:35.992 30767 30767 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 13:11:35.992 30767 30767 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 13:11:35.993 30767 30767 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 13:11:35.993 30767 30767 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 13:11:35.993 30767 30767 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 13:11:35.993 30767 30767 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 13:11:35.993 30767 30767 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 13:11:35.993 30767 30767 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 13:11:35.993 30767 30767 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 13:11:35.993 30767 30767 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 13:11:35.993 30767 30767 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 13:11:35.993 30767 30767 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 13:11:35.993 30767 30767 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 13:11:35.993 30767 30767 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 13:11:35.993 30767 30767 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 13:11:36.025 30767 30767 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 13:11:36.409 30767 30767 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 13:11:36.409 30767 30767 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 13:11:36.462 30767 30767 W com.mbwhatsapp: type=1400 audit(0.0:1358957): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:11:36.466 30767 30767 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) 03-06 13:11:36.474 30767 30767 W com.mbwhatsapp: type=1400 audit(0.0:1358958): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:11:36.490 30767 30767 W com.mbwhatsapp: type=1400 audit(0.0:1358959): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:11:36.554 30767 30767 W com.mbwhatsapp: type=1400 audit(0.0:1358960): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:11:36.566 30767 30767 W com.mbwhatsapp: type=1400 audit(0.0:1358961): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:11:36.638 30767 30767 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 560ms 03-06 13:11:36.645 30767 30767 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 880ms --------- beginning of system 03-06 13:11:36.645 30767 30767 W ActivityThread: Main thread can not be idle for a long time. 03-06 13:11:36.649 30767 30827 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 13:11:36.649 30767 30827 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 13:11:36.649 30767 30827 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 13:14:01.461 30995 30995 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 13:14:01.741 30995 30995 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 13:14:01.745 30995 30995 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 13:14:01.745 30995 30995 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 13:14:01.745 30995 30995 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 13:14:01.745 30995 30995 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 13:14:01.745 30995 30995 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 13:14:01.745 30995 30995 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 13:14:01.745 30995 30995 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 13:14:01.745 30995 30995 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 13:14:01.745 30995 30995 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 13:14:01.745 30995 30995 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 13:14:01.745 30995 30995 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 13:14:01.745 30995 30995 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 13:14:01.745 30995 30995 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 13:14:01.745 30995 30995 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 13:14:01.745 30995 30995 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 13:14:01.745 30995 30995 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 13:14:01.745 30995 30995 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 13:14:01.745 30995 30995 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 13:14:01.745 30995 30995 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 13:14:01.745 30995 30995 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 13:14:01.781 30995 30995 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 13:14:02.332 30995 30995 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 13:14:02.332 30995 30995 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 13:14:02.440 30995 30995 W com.mbwhatsapp: type=1400 audit(0.0:1359415): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:14:02.444 30995 30995 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) 03-06 13:14:02.452 30995 30995 W com.mbwhatsapp: type=1400 audit(0.0:1359416): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:14:02.460 30995 30995 W com.mbwhatsapp: type=1400 audit(0.0:1359417): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:14:02.544 30995 30995 W com.mbwhatsapp: type=1400 audit(0.0:1359418): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:14:02.572 30995 30995 W com.mbwhatsapp: type=1400 audit(0.0:1359419): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:14:02.714 30995 30995 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 838ms 03-06 13:14:02.719 30995 30995 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1242ms --------- beginning of system 03-06 13:14:02.720 30995 30995 W ActivityThread: Main thread can not be idle for a long time. 03-06 13:14:02.727 30995 31112 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 13:14:02.727 30995 31112 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 13:14:02.727 30995 31112 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 13:40:22.439 31833 31833 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 13:40:22.660 31833 31833 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 13:40:22.664 31833 31833 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 13:40:22.664 31833 31833 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 13:40:22.664 31833 31833 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 13:40:22.664 31833 31833 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 13:40:22.664 31833 31833 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 13:40:22.664 31833 31833 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 13:40:22.664 31833 31833 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 13:40:22.664 31833 31833 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 13:40:22.664 31833 31833 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 13:40:22.664 31833 31833 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 13:40:22.664 31833 31833 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 13:40:22.664 31833 31833 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 13:40:22.664 31833 31833 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 13:40:22.664 31833 31833 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 13:40:22.664 31833 31833 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 13:40:22.664 31833 31833 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 13:40:22.664 31833 31833 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 13:40:22.664 31833 31833 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 13:40:22.664 31833 31833 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 13:40:22.664 31833 31833 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 13:40:22.705 31833 31833 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 13:40:23.093 31833 31833 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 13:40:23.093 31833 31833 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 13:40:23.148 31833 31833 W com.mbwhatsapp: type=1400 audit(0.0:1362902): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:40:23.155 31833 31833 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) 03-06 13:40:23.156 31833 31833 W com.mbwhatsapp: type=1400 audit(0.0:1362903): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:40:23.168 31833 31833 W com.mbwhatsapp: type=1400 audit(0.0:1362904): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:40:23.224 31833 31833 W com.mbwhatsapp: type=1400 audit(0.0:1362905): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:40:23.236 31833 31833 W com.mbwhatsapp: type=1400 audit(0.0:1362906): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:40:23.325 31833 31883 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 13:40:23.325 31833 31883 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 13:40:23.325 31833 31883 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 13:40:23.327 31833 31833 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 568ms 03-06 13:40:23.333 31833 31833 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 871ms --------- beginning of system 03-06 13:40:23.333 31833 31833 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 13:44:22.497 32514 32514 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 13:44:22.738 32514 32514 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 13:44:22.740 32514 32514 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 13:44:22.740 32514 32514 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 13:44:22.741 32514 32514 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 13:44:22.741 32514 32514 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 13:44:22.741 32514 32514 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 13:44:22.741 32514 32514 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 13:44:22.741 32514 32514 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 13:44:22.741 32514 32514 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 13:44:22.741 32514 32514 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 13:44:22.741 32514 32514 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 13:44:22.741 32514 32514 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 13:44:22.741 32514 32514 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 13:44:22.741 32514 32514 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 13:44:22.741 32514 32514 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 13:44:22.741 32514 32514 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 13:44:22.741 32514 32514 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 13:44:22.741 32514 32514 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 13:44:22.741 32514 32514 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 13:44:22.741 32514 32514 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 13:44:22.741 32514 32514 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 13:44:22.770 32514 32514 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 13:44:23.182 32514 32514 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 13:44:23.183 32514 32514 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 13:44:23.249 32514 32514 W com.mbwhatsapp: type=1400 audit(0.0:1363689): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:44:23.253 32514 32514 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) 03-06 13:44:23.261 32514 32514 W com.mbwhatsapp: type=1400 audit(0.0:1363690): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:44:23.277 32514 32514 W com.mbwhatsapp: type=1400 audit(0.0:1363691): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:44:23.345 32514 32514 W com.mbwhatsapp: type=1400 audit(0.0:1363692): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:44:23.357 32514 32514 W com.mbwhatsapp: type=1400 audit(0.0:1363693): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:44:23.426 32514 32514 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 603ms 03-06 13:44:23.433 32514 32514 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 920ms --------- beginning of system 03-06 13:44:23.433 32514 32514 W ActivityThread: Main thread can not be idle for a long time. 03-06 13:44:23.440 32514 32562 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 13:44:23.440 32514 32562 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 13:44:23.440 32514 32562 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 13:46:02.588 1164 1164 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 13:46:02.851 1164 1164 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 13:46:02.855 1164 1164 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 13:46:02.855 1164 1164 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 13:46:02.855 1164 1164 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 13:46:02.855 1164 1164 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 13:46:02.855 1164 1164 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 13:46:02.855 1164 1164 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 13:46:02.855 1164 1164 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 13:46:02.855 1164 1164 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 13:46:02.855 1164 1164 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 13:46:02.855 1164 1164 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 13:46:02.855 1164 1164 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 13:46:02.855 1164 1164 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 13:46:02.855 1164 1164 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 13:46:02.855 1164 1164 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 13:46:02.855 1164 1164 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 13:46:02.855 1164 1164 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 13:46:02.855 1164 1164 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 13:46:02.855 1164 1164 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 13:46:02.855 1164 1164 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 13:46:02.855 1164 1164 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 13:46:02.884 1164 1164 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 13:46:03.271 1164 1164 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 13:46:03.271 1164 1164 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 13:46:03.323 1164 1164 W com.mbwhatsapp: type=1400 audit(0.0:1363836): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:46:03.326 1164 1164 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) 03-06 13:46:03.331 1164 1164 W com.mbwhatsapp: type=1400 audit(0.0:1363837): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:46:03.339 1164 1164 W com.mbwhatsapp: type=1400 audit(0.0:1363838): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:46:03.419 1164 1164 W com.mbwhatsapp: type=1400 audit(0.0:1363839): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:46:03.423 1164 1164 W com.mbwhatsapp: type=1400 audit(0.0:1363840): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:46:03.506 1164 1164 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 546ms 03-06 13:46:03.511 1164 1339 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 13:46:03.511 1164 1339 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 13:46:03.511 1164 1339 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 13:46:03.558 1164 1164 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 939ms --------- beginning of system 03-06 13:46:03.558 1164 1164 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 13:48:22.420 2080 2080 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 13:48:22.628 2080 2080 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 13:48:22.633 2080 2080 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 13:48:22.633 2080 2080 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 13:48:22.633 2080 2080 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 13:48:22.633 2080 2080 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 13:48:22.633 2080 2080 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 13:48:22.633 2080 2080 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 13:48:22.633 2080 2080 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 13:48:22.633 2080 2080 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 13:48:22.633 2080 2080 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 13:48:22.633 2080 2080 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 13:48:22.633 2080 2080 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 13:48:22.633 2080 2080 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 13:48:22.633 2080 2080 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 13:48:22.633 2080 2080 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 13:48:22.633 2080 2080 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 13:48:22.633 2080 2080 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 13:48:22.633 2080 2080 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 13:48:22.633 2080 2080 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 13:48:22.633 2080 2080 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 13:48:22.633 2080 2080 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 13:48:22.663 2080 2080 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 13:48:23.026 2080 2080 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 13:48:23.026 2080 2080 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 13:48:23.061 2080 2080 W com.mbwhatsapp: type=1400 audit(0.0:1364083): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:48:23.066 2080 2080 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) 03-06 13:48:23.069 2080 2080 W com.mbwhatsapp: type=1400 audit(0.0:1364084): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:48:23.081 2080 2080 W com.mbwhatsapp: type=1400 audit(0.0:1364085): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:48:23.137 2080 2080 W com.mbwhatsapp: type=1400 audit(0.0:1364086): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:48:23.149 2080 2080 W com.mbwhatsapp: type=1400 audit(0.0:1364087): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:48:23.232 2080 2080 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 503ms 03-06 13:48:23.232 2080 2131 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 13:48:23.232 2080 2131 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 13:48:23.232 2080 2131 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 13:48:23.240 2080 2080 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 796ms --------- beginning of system 03-06 13:48:23.240 2080 2080 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 13:50:04.536 2581 2581 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 13:50:04.811 2581 2581 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 13:50:04.820 2581 2581 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 13:50:04.820 2581 2581 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 13:50:04.820 2581 2581 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 13:50:04.821 2581 2581 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 13:50:04.821 2581 2581 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 13:50:04.821 2581 2581 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 13:50:04.821 2581 2581 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 13:50:04.821 2581 2581 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 13:50:04.821 2581 2581 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 13:50:04.821 2581 2581 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 13:50:04.821 2581 2581 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 13:50:04.821 2581 2581 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 13:50:04.821 2581 2581 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 13:50:04.821 2581 2581 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 13:50:04.821 2581 2581 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 13:50:04.821 2581 2581 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 13:50:04.821 2581 2581 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 13:50:04.821 2581 2581 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 13:50:04.821 2581 2581 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 13:50:04.821 2581 2581 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 13:50:04.861 2581 2581 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 13:50:05.309 2581 2581 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 13:50:05.310 2581 2581 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 13:50:05.368 2581 2581 W com.mbwhatsapp: type=1400 audit(0.0:1364313): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:50:05.371 2581 2581 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) 03-06 13:50:05.380 2581 2581 W com.mbwhatsapp: type=1400 audit(0.0:1364314): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:50:05.388 2581 2581 W com.mbwhatsapp: type=1400 audit(0.0:1364315): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:50:05.460 2581 2581 W com.mbwhatsapp: type=1400 audit(0.0:1364316): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:50:05.468 2581 2581 W com.mbwhatsapp: type=1400 audit(0.0:1364317): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:50:05.585 2581 2581 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 660ms 03-06 13:50:05.591 2581 2685 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 13:50:05.591 2581 2685 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 13:50:05.591 2581 2685 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 13:50:05.595 2581 2581 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1020ms --------- beginning of system 03-06 13:50:05.595 2581 2581 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 13:50:36.525 3012 3012 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 13:50:36.731 3012 3012 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 13:50:36.739 3012 3012 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 13:50:36.740 3012 3012 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 13:50:36.740 3012 3012 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 13:50:36.740 3012 3012 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 13:50:36.740 3012 3012 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 13:50:36.740 3012 3012 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 13:50:36.740 3012 3012 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 13:50:36.740 3012 3012 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 13:50:36.740 3012 3012 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 13:50:36.740 3012 3012 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 13:50:36.740 3012 3012 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 13:50:36.740 3012 3012 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 13:50:36.740 3012 3012 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 13:50:36.740 3012 3012 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 13:50:36.740 3012 3012 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 13:50:36.740 3012 3012 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 13:50:36.740 3012 3012 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 13:50:36.740 3012 3012 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 13:50:36.740 3012 3012 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 13:50:36.740 3012 3012 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 13:50:36.761 3012 3012 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 13:50:37.127 3012 3012 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 13:50:37.127 3012 3012 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 13:50:37.175 3012 3012 W com.mbwhatsapp: type=1400 audit(0.0:1364363): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:50:37.178 3012 3012 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) 03-06 13:50:37.183 3012 3012 W com.mbwhatsapp: type=1400 audit(0.0:1364364): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:50:37.191 3012 3012 W com.mbwhatsapp: type=1400 audit(0.0:1364365): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:50:37.263 3012 3012 W com.mbwhatsapp: type=1400 audit(0.0:1364366): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:50:37.279 3012 3012 W com.mbwhatsapp: type=1400 audit(0.0:1364367): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:50:37.361 3012 3012 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 554ms 03-06 13:50:37.366 3012 3012 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 823ms --------- beginning of system 03-06 13:50:37.366 3012 3012 W ActivityThread: Main thread can not be idle for a long time. 03-06 13:50:37.370 3012 3059 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 13:50:37.370 3012 3059 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 13:50:37.370 3012 3059 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 13:51:22.432 3129 3129 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 13:51:22.559 3129 3129 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 13:51:22.559 3129 3129 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 13:51:22.559 3129 3129 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 13:51:22.559 3129 3129 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 13:51:22.559 3129 3129 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 13:51:22.559 3129 3129 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 13:51:22.559 3129 3129 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 13:51:22.559 3129 3129 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 13:51:22.559 3129 3129 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 13:51:22.559 3129 3129 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 13:51:22.560 3129 3129 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 13:51:22.560 3129 3129 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 13:51:22.560 3129 3129 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 13:51:22.560 3129 3129 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 13:51:22.560 3129 3129 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 13:51:22.560 3129 3129 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 13:51:22.560 3129 3129 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 13:51:22.560 3129 3129 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 13:51:22.560 3129 3129 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 13:51:22.560 3129 3129 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 13:51:22.560 3129 3129 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 13:51:22.569 3129 3129 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 13:51:22.767 3129 3129 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 13:51:22.767 3129 3129 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 13:51:22.804 3129 3129 W com.mbwhatsapp: type=1400 audit(0.0:1364460): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:51:22.804 3129 3129 W com.mbwhatsapp: type=1400 audit(0.0:1364461): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:51:22.807 3129 3129 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) 03-06 13:51:22.812 3129 3129 W com.mbwhatsapp: type=1400 audit(0.0:1364462): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:51:22.840 3129 3129 W com.mbwhatsapp: type=1400 audit(0.0:1364463): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:51:22.848 3129 3129 W com.mbwhatsapp: type=1400 audit(0.0:1364464): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:51:22.930 3129 3239 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 13:51:22.930 3129 3239 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 13:51:22.930 3129 3239 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 13:51:22.933 3129 3129 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 336ms 03-06 13:52:22.504 3426 3426 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 13:52:22.625 3426 3426 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 13:52:22.628 3426 3426 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 13:52:22.628 3426 3426 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 13:52:22.628 3426 3426 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 13:52:22.628 3426 3426 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 13:52:22.628 3426 3426 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 13:52:22.628 3426 3426 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 13:52:22.628 3426 3426 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 13:52:22.628 3426 3426 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 13:52:22.628 3426 3426 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 13:52:22.628 3426 3426 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 13:52:22.628 3426 3426 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 13:52:22.628 3426 3426 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 13:52:22.628 3426 3426 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 13:52:22.628 3426 3426 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 13:52:22.628 3426 3426 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 13:52:22.628 3426 3426 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 13:52:22.628 3426 3426 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 13:52:22.628 3426 3426 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 13:52:22.628 3426 3426 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 13:52:22.628 3426 3426 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 13:52:22.638 3426 3426 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 13:52:22.852 3426 3426 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 13:52:22.853 3426 3426 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 13:52:22.878 3426 3426 W com.mbwhatsapp: type=1400 audit(0.0:1364737): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:52:22.882 3426 3426 W com.mbwhatsapp: type=1400 audit(0.0:1364738): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:52:22.884 3426 3426 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) 03-06 13:52:22.890 3426 3426 W com.mbwhatsapp: type=1400 audit(0.0:1364739): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:52:22.914 3426 3426 W com.mbwhatsapp: type=1400 audit(0.0:1364740): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:52:22.918 3426 3426 W com.mbwhatsapp: type=1400 audit(0.0:1364741): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:52:22.977 3426 3426 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 308ms 03-06 13:52:22.979 3426 3474 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 13:52:22.979 3426 3474 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 13:52:22.979 3426 3474 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 13:55:22.436 3897 3897 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 13:55:22.711 3897 3897 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 13:55:22.718 3897 3897 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 13:55:22.718 3897 3897 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 13:55:22.718 3897 3897 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 13:55:22.718 3897 3897 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 13:55:22.718 3897 3897 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 13:55:22.718 3897 3897 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 13:55:22.718 3897 3897 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 13:55:22.718 3897 3897 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 13:55:22.718 3897 3897 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 13:55:22.718 3897 3897 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 13:55:22.718 3897 3897 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 13:55:22.718 3897 3897 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 13:55:22.718 3897 3897 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 13:55:22.718 3897 3897 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 13:55:22.718 3897 3897 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 13:55:22.718 3897 3897 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 13:55:22.718 3897 3897 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 13:55:22.718 3897 3897 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 13:55:22.719 3897 3897 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 13:55:22.719 3897 3897 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 13:55:22.738 3897 3897 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 13:55:23.141 3897 3897 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 13:55:23.142 3897 3897 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 13:55:23.188 3897 3897 W com.mbwhatsapp: type=1400 audit(0.0:1364985): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:55:23.192 3897 3897 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) 03-06 13:55:23.196 3897 3897 W com.mbwhatsapp: type=1400 audit(0.0:1364986): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:55:23.208 3897 3897 W com.mbwhatsapp: type=1400 audit(0.0:1364987): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:55:23.288 3897 3897 W com.mbwhatsapp: type=1400 audit(0.0:1364988): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:55:23.300 3897 3897 W com.mbwhatsapp: type=1400 audit(0.0:1364989): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:55:23.391 3897 3897 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 594ms 03-06 13:55:23.397 3897 3897 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 938ms --------- beginning of system 03-06 13:55:23.397 3897 3897 W ActivityThread: Main thread can not be idle for a long time. 03-06 13:55:23.397 3897 4006 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 13:55:23.397 3897 4006 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 13:55:23.397 3897 4006 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 13:56:22.420 4393 4393 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 13:56:22.753 4393 4393 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 13:56:22.760 4393 4393 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 13:56:22.760 4393 4393 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 13:56:22.760 4393 4393 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 13:56:22.760 4393 4393 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 13:56:22.760 4393 4393 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 13:56:22.760 4393 4393 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 13:56:22.760 4393 4393 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 13:56:22.760 4393 4393 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 13:56:22.760 4393 4393 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 13:56:22.760 4393 4393 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 13:56:22.760 4393 4393 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 13:56:22.760 4393 4393 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 13:56:22.760 4393 4393 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 13:56:22.760 4393 4393 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 13:56:22.760 4393 4393 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 13:56:22.760 4393 4393 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 13:56:22.760 4393 4393 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 13:56:22.761 4393 4393 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 13:56:22.761 4393 4393 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 13:56:22.761 4393 4393 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 13:56:22.817 4393 4393 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 13:56:23.323 4393 4393 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 13:56:23.323 4393 4393 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 13:56:23.391 4393 4393 W com.mbwhatsapp: type=1400 audit(0.0:1365215): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:56:23.395 4393 4393 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) 03-06 13:56:23.399 4393 4393 W com.mbwhatsapp: type=1400 audit(0.0:1365216): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:56:23.411 4393 4393 W com.mbwhatsapp: type=1400 audit(0.0:1365217): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:56:23.479 4393 4393 W com.mbwhatsapp: type=1400 audit(0.0:1365218): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:56:23.487 4393 4393 W com.mbwhatsapp: type=1400 audit(0.0:1365219): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 13:56:23.595 4393 4393 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 684ms 03-06 13:56:23.603 4393 4452 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 13:56:23.603 4393 4452 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 13:56:23.603 4393 4452 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 13:56:23.611 4393 4393 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1167ms --------- beginning of system 03-06 13:56:23.611 4393 4393 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 13:59:36.362 5044 5044 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 13:59:36.619 5044 5044 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 13:59:36.623 5044 5044 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 13:59:36.623 5044 5044 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 13:59:36.623 5044 5044 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 13:59:36.623 5044 5044 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 13:59:36.623 5044 5044 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 13:59:36.623 5044 5044 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 13:59:36.623 5044 5044 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 13:59:36.623 5044 5044 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 13:59:36.623 5044 5044 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 13:59:36.623 5044 5044 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 13:59:36.623 5044 5044 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 13:59:36.623 5044 5044 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 13:59:36.623 5044 5044 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 13:59:36.623 5044 5044 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 13:59:36.623 5044 5044 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 13:59:36.623 5044 5044 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 13:59:36.623 5044 5044 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 13:59:36.623 5044 5044 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 13:59:36.623 5044 5044 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 13:59:36.623 5044 5044 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 13:59:36.649 5044 5044 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 13:59:37.027 5044 5044 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 13:59:37.028 5044 5044 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 13:59:37.081 5044 5044 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) 03-06 13:59:37.247 5044 5044 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 538ms 03-06 13:59:37.253 5044 5127 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 13:59:37.253 5044 5127 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 13:59:37.253 5044 5127 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 13:59:37.253 5044 5044 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 871ms --------- beginning of system 03-06 13:59:37.253 5044 5044 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 14:02:04.581 5746 5746 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 14:02:04.826 5746 5746 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 14:02:04.830 5746 5746 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 14:02:04.830 5746 5746 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 14:02:04.830 5746 5746 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 14:02:04.830 5746 5746 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 14:02:04.830 5746 5746 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 14:02:04.830 5746 5746 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 14:02:04.830 5746 5746 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 14:02:04.830 5746 5746 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 14:02:04.830 5746 5746 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 14:02:04.830 5746 5746 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 14:02:04.830 5746 5746 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 14:02:04.830 5746 5746 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 14:02:04.830 5746 5746 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 14:02:04.830 5746 5746 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 14:02:04.830 5746 5746 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 14:02:04.830 5746 5746 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 14:02:04.830 5746 5746 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 14:02:04.830 5746 5746 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 14:02:04.830 5746 5746 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 14:02:04.831 5746 5746 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 14:02:04.849 5746 5746 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 14:02:05.195 5746 5746 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 14:02:05.196 5746 5746 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 14:02:05.244 5746 5746 W com.mbwhatsapp: type=1400 audit(0.0:1366160): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:02:05.250 5746 5746 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) 03-06 14:02:05.260 5746 5746 W com.mbwhatsapp: type=1400 audit(0.0:1366161): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:02:05.268 5746 5746 W com.mbwhatsapp: type=1400 audit(0.0:1366162): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:02:05.320 5746 5746 W com.mbwhatsapp: type=1400 audit(0.0:1366163): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:02:05.336 5746 5746 W com.mbwhatsapp: type=1400 audit(0.0:1366164): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:02:05.445 5746 5746 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 539ms 03-06 14:02:05.447 5746 5875 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 14:02:05.447 5746 5875 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 14:02:05.447 5746 5875 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 14:02:05.475 5746 5746 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 874ms --------- beginning of system 03-06 14:02:05.475 5746 5746 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 14:02:22.406 6224 6224 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 14:02:22.643 6224 6224 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 14:02:22.645 6224 6224 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 14:02:22.645 6224 6224 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 14:02:22.645 6224 6224 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 14:02:22.645 6224 6224 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 14:02:22.645 6224 6224 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 14:02:22.645 6224 6224 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 14:02:22.645 6224 6224 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 14:02:22.645 6224 6224 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 14:02:22.645 6224 6224 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 14:02:22.646 6224 6224 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 14:02:22.646 6224 6224 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 14:02:22.646 6224 6224 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 14:02:22.646 6224 6224 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 14:02:22.646 6224 6224 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 14:02:22.646 6224 6224 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 14:02:22.646 6224 6224 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 14:02:22.646 6224 6224 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 14:02:22.646 6224 6224 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 14:02:22.646 6224 6224 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 14:02:22.646 6224 6224 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 14:02:22.702 6224 6224 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 14:02:23.227 6224 6224 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 14:02:23.228 6224 6224 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 14:02:23.311 6224 6224 W com.mbwhatsapp: type=1400 audit(0.0:1366300): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:02:23.315 6224 6224 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) 03-06 14:02:23.323 6224 6224 W com.mbwhatsapp: type=1400 audit(0.0:1366301): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:02:23.331 6224 6224 W com.mbwhatsapp: type=1400 audit(0.0:1366302): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:02:23.403 6224 6224 W com.mbwhatsapp: type=1400 audit(0.0:1366303): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:02:23.423 6224 6224 W com.mbwhatsapp: type=1400 audit(0.0:1366304): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:02:23.521 6224 6224 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 756ms 03-06 14:02:23.527 6224 6224 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1099ms --------- beginning of system 03-06 14:02:23.527 6224 6224 W ActivityThread: Main thread can not be idle for a long time. 03-06 14:02:23.531 6224 6296 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 14:02:23.531 6224 6296 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 14:02:23.531 6224 6296 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 14:03:23.357 6887 6887 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 14:03:23.641 6887 6887 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 14:03:23.642 6887 6887 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 14:03:23.643 6887 6887 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 14:03:23.643 6887 6887 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 14:03:23.643 6887 6887 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 14:03:23.643 6887 6887 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 14:03:23.643 6887 6887 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 14:03:23.643 6887 6887 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 14:03:23.643 6887 6887 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 14:03:23.643 6887 6887 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 14:03:23.643 6887 6887 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 14:03:23.643 6887 6887 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 14:03:23.643 6887 6887 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 14:03:23.643 6887 6887 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 14:03:23.643 6887 6887 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 14:03:23.643 6887 6887 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 14:03:23.643 6887 6887 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 14:03:23.643 6887 6887 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 14:03:23.643 6887 6887 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 14:03:23.643 6887 6887 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 14:03:23.643 6887 6887 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 14:03:23.658 6887 6887 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 14:03:24.021 6887 6887 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 14:03:24.021 6887 6887 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 14:03:24.078 6887 6887 W com.mbwhatsapp: type=1400 audit(0.0:1366547): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:03:24.082 6887 6887 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) 03-06 14:03:24.102 6887 6887 W com.mbwhatsapp: type=1400 audit(0.0:1366548): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:03:24.114 6887 6887 W com.mbwhatsapp: type=1400 audit(0.0:1366549): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:03:24.194 6887 6887 W com.mbwhatsapp: type=1400 audit(0.0:1366550): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:03:24.214 6887 6887 W com.mbwhatsapp: type=1400 audit(0.0:1366551): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:03:24.296 6887 6887 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 589ms 03-06 14:03:24.305 6887 6964 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 14:03:24.305 6887 6964 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 14:03:24.305 6887 6964 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 14:03:24.389 6887 6887 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1013ms --------- beginning of system 03-06 14:03:24.389 6887 6887 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 14:05:22.407 7309 7309 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 14:05:22.662 7309 7309 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 14:05:22.664 7309 7309 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 14:05:22.665 7309 7309 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 14:05:22.665 7309 7309 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 14:05:22.665 7309 7309 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 14:05:22.665 7309 7309 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 14:05:22.665 7309 7309 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 14:05:22.665 7309 7309 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 14:05:22.665 7309 7309 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 14:05:22.665 7309 7309 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 14:05:22.665 7309 7309 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 14:05:22.665 7309 7309 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 14:05:22.665 7309 7309 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 14:05:22.665 7309 7309 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 14:05:22.665 7309 7309 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 14:05:22.665 7309 7309 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 14:05:22.665 7309 7309 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 14:05:22.665 7309 7309 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 14:05:22.665 7309 7309 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 14:05:22.665 7309 7309 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 14:05:22.665 7309 7309 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 14:05:22.702 7309 7309 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 14:05:23.100 7309 7309 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 14:05:23.100 7309 7309 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 14:05:23.165 7309 7309 W com.mbwhatsapp: type=1400 audit(0.0:1366794): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:05:23.171 7309 7309 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) 03-06 14:05:23.177 7309 7309 W com.mbwhatsapp: type=1400 audit(0.0:1366795): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:05:23.189 7309 7309 W com.mbwhatsapp: type=1400 audit(0.0:1366796): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:05:23.257 7309 7309 W com.mbwhatsapp: type=1400 audit(0.0:1366797): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:05:23.269 7309 7309 W com.mbwhatsapp: type=1400 audit(0.0:1366798): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:05:23.373 7309 7309 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 599ms 03-06 14:05:23.376 7309 7433 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 14:05:23.376 7309 7433 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 14:05:23.376 7309 7433 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 14:05:23.379 7309 7309 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 954ms --------- beginning of system 03-06 14:05:23.379 7309 7309 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 14:07:04.489 8006 8006 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 14:07:04.775 8006 8006 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 14:07:04.777 8006 8006 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 14:07:04.777 8006 8006 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 14:07:04.777 8006 8006 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 14:07:04.777 8006 8006 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 14:07:04.777 8006 8006 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 14:07:04.777 8006 8006 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 14:07:04.777 8006 8006 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 14:07:04.777 8006 8006 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 14:07:04.777 8006 8006 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 14:07:04.777 8006 8006 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 14:07:04.777 8006 8006 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 14:07:04.777 8006 8006 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 14:07:04.777 8006 8006 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 14:07:04.777 8006 8006 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 14:07:04.777 8006 8006 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 14:07:04.777 8006 8006 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 14:07:04.777 8006 8006 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 14:07:04.777 8006 8006 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 14:07:04.777 8006 8006 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 14:07:04.777 8006 8006 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 14:07:04.813 8006 8006 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 14:07:05.176 8006 8006 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 14:07:05.177 8006 8006 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 14:07:05.232 8006 8006 W com.mbwhatsapp: type=1400 audit(0.0:1367132): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:07:05.237 8006 8006 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) 03-06 14:07:05.252 8006 8006 W com.mbwhatsapp: type=1400 audit(0.0:1367133): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:07:05.264 8006 8006 W com.mbwhatsapp: type=1400 audit(0.0:1367134): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:07:05.352 8006 8006 W com.mbwhatsapp: type=1400 audit(0.0:1367135): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:07:05.364 8006 8006 W com.mbwhatsapp: type=1400 audit(0.0:1367136): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:07:05.467 8006 8006 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 592ms 03-06 14:07:05.469 8006 8110 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 14:07:05.469 8006 8110 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 14:07:05.469 8006 8110 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 14:07:05.472 8006 8006 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 914ms --------- beginning of system 03-06 14:07:05.472 8006 8006 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 14:07:37.353 8447 8447 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 14:07:37.631 8447 8447 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 14:07:37.637 8447 8447 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 14:07:37.638 8447 8447 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 14:07:37.638 8447 8447 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 14:07:37.638 8447 8447 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 14:07:37.638 8447 8447 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 14:07:37.638 8447 8447 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 14:07:37.638 8447 8447 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 14:07:37.638 8447 8447 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 14:07:37.638 8447 8447 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 14:07:37.638 8447 8447 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 14:07:37.638 8447 8447 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 14:07:37.638 8447 8447 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 14:07:37.638 8447 8447 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 14:07:37.638 8447 8447 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 14:07:37.638 8447 8447 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 14:07:37.638 8447 8447 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 14:07:37.638 8447 8447 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 14:07:37.638 8447 8447 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 14:07:37.638 8447 8447 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 14:07:37.638 8447 8447 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 14:07:37.671 8447 8447 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 14:07:38.071 8447 8447 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 14:07:38.071 8447 8447 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 14:07:38.127 8447 8447 W com.mbwhatsapp: type=1400 audit(0.0:1367379): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:07:38.130 8447 8447 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) 03-06 14:07:38.135 8447 8447 W com.mbwhatsapp: type=1400 audit(0.0:1367380): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:07:38.147 8447 8447 W com.mbwhatsapp: type=1400 audit(0.0:1367381): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:07:38.195 8447 8447 W com.mbwhatsapp: type=1400 audit(0.0:1367382): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:07:38.207 8447 8447 W com.mbwhatsapp: type=1400 audit(0.0:1367383): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:07:38.293 8447 8447 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 568ms 03-06 14:07:38.295 8447 8493 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 14:07:38.295 8447 8493 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 14:07:38.295 8447 8493 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 14:07:38.299 8447 8447 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 931ms --------- beginning of system 03-06 14:07:38.300 8447 8447 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 14:08:35.388 8909 8909 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 14:08:35.642 8909 8909 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 14:08:35.652 8909 8909 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 14:08:35.652 8909 8909 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 14:08:35.652 8909 8909 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 14:08:35.652 8909 8909 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 14:08:35.652 8909 8909 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 14:08:35.652 8909 8909 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 14:08:35.652 8909 8909 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 14:08:35.652 8909 8909 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 14:08:35.652 8909 8909 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 14:08:35.652 8909 8909 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 14:08:35.652 8909 8909 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 14:08:35.652 8909 8909 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 14:08:35.652 8909 8909 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 14:08:35.652 8909 8909 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 14:08:35.652 8909 8909 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 14:08:35.652 8909 8909 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 14:08:35.652 8909 8909 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 14:08:35.652 8909 8909 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 14:08:35.652 8909 8909 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 14:08:35.652 8909 8909 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 14:08:35.704 8909 8909 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 14:08:36.224 8909 8909 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 14:08:36.224 8909 8909 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 14:08:36.286 8909 8909 W com.mbwhatsapp: type=1400 audit(0.0:1367477): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:08:36.292 8909 8909 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) 03-06 14:08:36.298 8909 8909 W com.mbwhatsapp: type=1400 audit(0.0:1367478): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:08:36.310 8909 8909 W com.mbwhatsapp: type=1400 audit(0.0:1367479): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:08:36.378 8909 8909 W com.mbwhatsapp: type=1400 audit(0.0:1367480): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:08:36.390 8909 8909 W com.mbwhatsapp: type=1400 audit(0.0:1367481): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:08:36.484 8909 8909 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 697ms 03-06 14:08:36.486 8909 8956 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 14:08:36.486 8909 8956 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 14:08:36.486 8909 8956 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 14:08:36.534 8909 8909 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1125ms --------- beginning of system 03-06 14:08:36.534 8909 8909 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 14:11:06.742 9545 9545 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 14:11:06.997 9545 9545 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 14:11:07.000 9545 9545 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 14:11:07.000 9545 9545 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 14:11:07.000 9545 9545 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 14:11:07.000 9545 9545 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 14:11:07.000 9545 9545 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 14:11:07.000 9545 9545 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 14:11:07.000 9545 9545 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 14:11:07.000 9545 9545 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 14:11:07.000 9545 9545 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 14:11:07.000 9545 9545 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 14:11:07.000 9545 9545 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 14:11:07.000 9545 9545 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 14:11:07.000 9545 9545 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 14:11:07.000 9545 9545 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 14:11:07.000 9545 9545 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 14:11:07.000 9545 9545 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 14:11:07.000 9545 9545 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 14:11:07.000 9545 9545 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 14:11:07.000 9545 9545 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 14:11:07.000 9545 9545 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 14:11:07.037 9545 9545 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 14:11:07.416 9545 9545 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 14:11:07.417 9545 9545 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 14:11:07.473 9545 9545 W com.mbwhatsapp: type=1400 audit(0.0:1367994): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:11:07.478 9545 9545 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) 03-06 14:11:07.493 9545 9545 W com.mbwhatsapp: type=1400 audit(0.0:1367995): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:11:07.501 9545 9545 W com.mbwhatsapp: type=1400 audit(0.0:1367996): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:11:07.605 9545 9545 W com.mbwhatsapp: type=1400 audit(0.0:1367997): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:11:07.629 9545 9545 W com.mbwhatsapp: type=1400 audit(0.0:1367998): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:11:07.714 9545 9545 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 613ms 03-06 14:11:07.719 9545 9647 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 14:11:07.719 9545 9647 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 14:11:07.719 9545 9647 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 14:11:07.764 9545 9545 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1000ms --------- beginning of system 03-06 14:11:07.764 9545 9545 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 14:11:22.401 9980 9980 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 14:11:22.716 9980 9980 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 14:11:22.720 9980 9980 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 14:11:22.720 9980 9980 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 14:11:22.720 9980 9980 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 14:11:22.720 9980 9980 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 14:11:22.720 9980 9980 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 14:11:22.720 9980 9980 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 14:11:22.720 9980 9980 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 14:11:22.720 9980 9980 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 14:11:22.720 9980 9980 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 14:11:22.720 9980 9980 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 14:11:22.720 9980 9980 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 14:11:22.720 9980 9980 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 14:11:22.721 9980 9980 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 14:11:22.721 9980 9980 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 14:11:22.721 9980 9980 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 14:11:22.721 9980 9980 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 14:11:22.721 9980 9980 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 14:11:22.721 9980 9980 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 14:11:22.721 9980 9980 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 14:11:22.721 9980 9980 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 14:11:22.756 9980 9980 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 14:11:23.123 9980 9980 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 14:11:23.123 9980 9980 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 14:11:23.180 9980 9980 W com.mbwhatsapp: type=1400 audit(0.0:1368151): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:11:23.184 9980 9980 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) 03-06 14:11:23.188 9980 9980 W com.mbwhatsapp: type=1400 audit(0.0:1368152): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:11:23.204 9980 9980 W com.mbwhatsapp: type=1400 audit(0.0:1368153): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:11:23.260 9980 9980 W com.mbwhatsapp: type=1400 audit(0.0:1368154): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:11:23.276 9980 9980 W com.mbwhatsapp: type=1400 audit(0.0:1368155): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:11:23.382 9980 9980 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 573ms 03-06 14:11:23.387 9980 10028 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 14:11:23.387 9980 10028 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 14:11:23.387 9980 10028 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 14:11:23.389 9980 9980 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 972ms --------- beginning of system 03-06 14:11:23.389 9980 9980 W ActivityThread: Main thread can not be idle for a long time. 03-06 14:12:30.435 9980 9992 W com.mbwhatsapp: Suspending all threads took: 72.183ms --------- beginning of main 03-06 14:13:22.413 10109 10109 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 14:13:22.706 10109 10109 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 14:13:22.709 10109 10109 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 14:13:22.710 10109 10109 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 14:13:22.710 10109 10109 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 14:13:22.710 10109 10109 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 14:13:22.710 10109 10109 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 14:13:22.710 10109 10109 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 14:13:22.710 10109 10109 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 14:13:22.710 10109 10109 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 14:13:22.710 10109 10109 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 14:13:22.710 10109 10109 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 14:13:22.710 10109 10109 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 14:13:22.710 10109 10109 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 14:13:22.710 10109 10109 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 14:13:22.710 10109 10109 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 14:13:22.710 10109 10109 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 14:13:22.710 10109 10109 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 14:13:22.710 10109 10109 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 14:13:22.710 10109 10109 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 14:13:22.710 10109 10109 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 14:13:22.710 10109 10109 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 14:13:22.755 10109 10109 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 14:13:23.171 10109 10109 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 14:13:23.171 10109 10109 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 14:13:23.247 10109 10109 W com.mbwhatsapp: type=1400 audit(0.0:1368339): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:13:23.251 10109 10109 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) 03-06 14:13:23.255 10109 10109 W com.mbwhatsapp: type=1400 audit(0.0:1368340): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:13:23.271 10109 10109 W com.mbwhatsapp: type=1400 audit(0.0:1368341): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:13:23.327 10109 10109 W com.mbwhatsapp: type=1400 audit(0.0:1368342): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:13:23.335 10109 10109 W com.mbwhatsapp: type=1400 audit(0.0:1368343): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:13:23.421 10109 10109 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 595ms 03-06 14:13:23.427 10109 10109 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 992ms --------- beginning of system 03-06 14:13:23.427 10109 10109 W ActivityThread: Main thread can not be idle for a long time. 03-06 14:13:23.434 10109 10160 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 14:13:23.434 10109 10160 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 14:13:23.434 10109 10160 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 14:16:50.401 10878 10878 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 14:16:50.589 10878 10878 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 14:16:50.592 10878 10878 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 14:16:50.592 10878 10878 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 14:16:50.592 10878 10878 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 14:16:50.592 10878 10878 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 14:16:50.592 10878 10878 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 14:16:50.592 10878 10878 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 14:16:50.592 10878 10878 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 14:16:50.592 10878 10878 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 14:16:50.592 10878 10878 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 14:16:50.592 10878 10878 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 14:16:50.592 10878 10878 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 14:16:50.592 10878 10878 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 14:16:50.592 10878 10878 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 14:16:50.592 10878 10878 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 14:16:50.592 10878 10878 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 14:16:50.592 10878 10878 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 14:16:50.592 10878 10878 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 14:16:50.592 10878 10878 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 14:16:50.592 10878 10878 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 14:16:50.592 10878 10878 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 14:16:50.610 10878 10878 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 14:16:50.929 10878 10878 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 14:16:50.930 10878 10878 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 14:16:50.969 10878 10878 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) 03-06 14:16:51.122 10878 10878 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 472ms 03-06 14:16:51.129 10878 10979 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 14:16:51.129 10878 10979 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 14:16:51.129 10878 10979 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 14:16:51.233 10878 10878 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 817ms --------- beginning of system 03-06 14:16:51.233 10878 10878 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 14:22:01.357 11687 11687 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 14:22:01.572 11687 11687 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 14:22:01.575 11687 11687 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 14:22:01.575 11687 11687 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 14:22:01.575 11687 11687 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 14:22:01.575 11687 11687 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 14:22:01.575 11687 11687 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 14:22:01.575 11687 11687 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 14:22:01.575 11687 11687 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 14:22:01.576 11687 11687 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 14:22:01.576 11687 11687 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 14:22:01.576 11687 11687 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 14:22:01.576 11687 11687 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 14:22:01.576 11687 11687 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 14:22:01.576 11687 11687 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 14:22:01.576 11687 11687 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 14:22:01.576 11687 11687 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 14:22:01.576 11687 11687 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 14:22:01.576 11687 11687 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 14:22:01.576 11687 11687 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 14:22:01.576 11687 11687 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 14:22:01.576 11687 11687 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 14:22:01.605 11687 11687 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 14:22:01.977 11687 11687 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 14:22:01.977 11687 11687 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 14:22:02.024 11687 11687 W com.mbwhatsapp: type=1400 audit(0.0:1369283): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:22:02.029 11687 11687 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) 03-06 14:22:02.036 11687 11687 W com.mbwhatsapp: type=1400 audit(0.0:1369284): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:22:02.048 11687 11687 W com.mbwhatsapp: type=1400 audit(0.0:1369285): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:22:02.116 11687 11687 W com.mbwhatsapp: type=1400 audit(0.0:1369286): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:22:02.128 11687 11687 W com.mbwhatsapp: type=1400 audit(0.0:1369287): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:22:02.224 11687 11687 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 565ms 03-06 14:22:02.229 11687 11736 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 14:22:02.229 11687 11736 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 14:22:02.229 11687 11736 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 14:22:02.256 11687 11687 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 876ms --------- beginning of system 03-06 14:22:02.256 11687 11687 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 14:23:22.403 12635 12635 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 14:23:22.629 12635 12635 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 14:23:22.632 12635 12635 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 14:23:22.632 12635 12635 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 14:23:22.633 12635 12635 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 14:23:22.633 12635 12635 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 14:23:22.633 12635 12635 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 14:23:22.633 12635 12635 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 14:23:22.633 12635 12635 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 14:23:22.633 12635 12635 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 14:23:22.633 12635 12635 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 14:23:22.633 12635 12635 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 14:23:22.633 12635 12635 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 14:23:22.633 12635 12635 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 14:23:22.633 12635 12635 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 14:23:22.633 12635 12635 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 14:23:22.633 12635 12635 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 14:23:22.633 12635 12635 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 14:23:22.633 12635 12635 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 14:23:22.633 12635 12635 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 14:23:22.633 12635 12635 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 14:23:22.633 12635 12635 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 14:23:22.651 12635 12635 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 14:23:23.034 12635 12635 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 14:23:23.034 12635 12635 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 14:23:23.084 12635 12635 W com.mbwhatsapp: type=1400 audit(0.0:1369530): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:23:23.089 12635 12635 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) 03-06 14:23:23.096 12635 12635 W com.mbwhatsapp: type=1400 audit(0.0:1369531): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:23:23.108 12635 12635 W com.mbwhatsapp: type=1400 audit(0.0:1369532): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:23:23.216 12635 12635 W com.mbwhatsapp: type=1400 audit(0.0:1369533): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:23:23.228 12635 12635 W com.mbwhatsapp: type=1400 audit(0.0:1369534): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:23:23.306 12635 12635 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 613ms 03-06 14:23:23.316 12635 12712 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 14:23:23.316 12635 12712 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 14:23:23.316 12635 12712 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 14:23:23.346 12635 12635 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 922ms --------- beginning of system 03-06 14:23:23.346 12635 12635 W ActivityThread: Main thread can not be idle for a long time. 03-06 14:24:42.579 13425 13425 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 14:24:42.679 13425 13425 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 14:24:42.679 13425 13425 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 14:24:42.679 13425 13425 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 14:24:42.679 13425 13425 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 14:24:42.679 13425 13425 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 14:24:42.679 13425 13425 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 14:24:42.679 13425 13425 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 14:24:42.679 13425 13425 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 14:24:42.679 13425 13425 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 14:24:42.679 13425 13425 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 14:24:42.679 13425 13425 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 14:24:42.679 13425 13425 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 14:24:42.680 13425 13425 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 14:24:42.680 13425 13425 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 14:24:42.680 13425 13425 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 14:24:42.680 13425 13425 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 14:24:42.680 13425 13425 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 14:24:42.680 13425 13425 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 14:24:42.680 13425 13425 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 14:24:42.680 13425 13425 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 14:24:42.680 13425 13425 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 14:24:42.691 13425 13425 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 14:24:43.004 13425 13425 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 14:24:43.004 13425 13425 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 14:24:43.032 13425 13425 W com.mbwhatsapp: type=1400 audit(0.0:1369717): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:24:43.036 13425 13425 W com.mbwhatsapp: type=1400 audit(0.0:1369718): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:24:43.037 13425 13425 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) 03-06 14:24:43.044 13425 13425 W com.mbwhatsapp: type=1400 audit(0.0:1369719): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:24:43.064 13425 13425 W com.mbwhatsapp: type=1400 audit(0.0:1369720): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:24:43.068 13425 13425 W com.mbwhatsapp: type=1400 audit(0.0:1369721): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:24:43.125 13425 13425 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 400ms 03-06 14:24:43.132 13425 13478 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 14:24:43.132 13425 13478 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 14:24:43.132 13425 13478 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 14:24:43.171 13425 13425 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 573ms 03-06 14:24:43.171 13425 13425 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 14:25:22.797 14092 14092 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 14:25:23.041 14092 14092 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 14:25:23.044 14092 14092 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 14:25:23.044 14092 14092 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 14:25:23.044 14092 14092 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 14:25:23.044 14092 14092 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 14:25:23.044 14092 14092 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 14:25:23.044 14092 14092 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 14:25:23.044 14092 14092 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 14:25:23.045 14092 14092 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 14:25:23.045 14092 14092 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 14:25:23.045 14092 14092 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 14:25:23.045 14092 14092 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 14:25:23.045 14092 14092 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 14:25:23.045 14092 14092 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 14:25:23.045 14092 14092 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 14:25:23.045 14092 14092 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 14:25:23.045 14092 14092 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 14:25:23.045 14092 14092 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 14:25:23.045 14092 14092 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 14:25:23.045 14092 14092 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 14:25:23.045 14092 14092 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 14:25:23.057 14092 14092 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 14:25:23.475 14092 14092 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 14:25:23.476 14092 14092 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 14:25:23.552 14092 14092 W com.mbwhatsapp: type=1400 audit(0.0:1369964): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:25:23.555 14092 14092 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) 03-06 14:25:23.568 14092 14092 W com.mbwhatsapp: type=1400 audit(0.0:1369965): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:25:23.584 14092 14092 W com.mbwhatsapp: type=1400 audit(0.0:1369966): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:25:23.648 14092 14092 W com.mbwhatsapp: type=1400 audit(0.0:1369967): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:25:23.668 14092 14092 W com.mbwhatsapp: type=1400 audit(0.0:1369968): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:25:23.750 14092 14092 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 643ms 03-06 14:25:23.755 14092 14197 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 14:25:23.755 14092 14197 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 14:25:23.755 14092 14197 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 14:25:23.818 14092 14092 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1005ms --------- beginning of system 03-06 14:25:23.818 14092 14092 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 14:26:25.027 15450 15450 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 14:26:25.254 15450 15450 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 14:26:25.257 15450 15450 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 14:26:25.258 15450 15450 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 14:26:25.258 15450 15450 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 14:26:25.258 15450 15450 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 14:26:25.258 15450 15450 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 14:26:25.258 15450 15450 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 14:26:25.258 15450 15450 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 14:26:25.258 15450 15450 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 14:26:25.258 15450 15450 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 14:26:25.258 15450 15450 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 14:26:25.258 15450 15450 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 14:26:25.258 15450 15450 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 14:26:25.258 15450 15450 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 14:26:25.258 15450 15450 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 14:26:25.258 15450 15450 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 14:26:25.258 15450 15450 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 14:26:25.258 15450 15450 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 14:26:25.258 15450 15450 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 14:26:25.258 15450 15450 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 14:26:25.258 15450 15450 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 14:26:25.277 15450 15450 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 14:26:25.701 15450 15450 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 14:26:25.701 15450 15450 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 14:26:25.748 15450 15450 W com.mbwhatsapp: type=1400 audit(0.0:1370391): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:26:25.755 15450 15450 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) 03-06 14:26:25.760 15450 15450 W com.mbwhatsapp: type=1400 audit(0.0:1370392): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:26:25.776 15450 15450 W com.mbwhatsapp: type=1400 audit(0.0:1370393): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:26:25.848 15450 15450 W com.mbwhatsapp: type=1400 audit(0.0:1370394): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:26:25.860 15450 15450 W com.mbwhatsapp: type=1400 audit(0.0:1370395): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:26:25.941 15450 15450 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 608ms 03-06 14:26:25.948 15450 15500 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 14:26:25.948 15450 15500 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 14:26:25.948 15450 15500 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 14:26:25.998 15450 15450 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 950ms --------- beginning of system 03-06 14:26:25.998 15450 15450 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 14:27:22.539 16841 16841 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 14:27:22.801 16841 16841 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 14:27:22.803 16841 16841 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 14:27:22.804 16841 16841 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 14:27:22.804 16841 16841 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 14:27:22.804 16841 16841 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 14:27:22.804 16841 16841 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 14:27:22.804 16841 16841 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 14:27:22.804 16841 16841 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 14:27:22.804 16841 16841 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 14:27:22.804 16841 16841 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 14:27:22.804 16841 16841 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 14:27:22.804 16841 16841 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 14:27:22.804 16841 16841 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 14:27:22.804 16841 16841 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 14:27:22.804 16841 16841 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 14:27:22.804 16841 16841 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 14:27:22.804 16841 16841 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 14:27:22.804 16841 16841 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 14:27:22.804 16841 16841 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 14:27:22.804 16841 16841 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 14:27:22.804 16841 16841 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 14:27:22.845 16841 16841 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 14:27:23.315 16841 16841 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 14:27:23.315 16841 16841 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 14:27:23.408 16841 16841 W com.mbwhatsapp: type=1400 audit(0.0:1370540): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:27:23.412 16841 16841 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) 03-06 14:27:23.428 16841 16841 W com.mbwhatsapp: type=1400 audit(0.0:1370541): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:27:23.436 16841 16841 W com.mbwhatsapp: type=1400 audit(0.0:1370542): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:27:23.524 16841 16841 W com.mbwhatsapp: type=1400 audit(0.0:1370543): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:27:23.540 16841 16841 W com.mbwhatsapp: type=1400 audit(0.0:1370544): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:27:23.661 16841 16841 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 757ms 03-06 14:27:23.678 16841 16952 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 14:27:23.678 16841 16952 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 14:27:23.678 16841 16952 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 14:27:23.718 16841 16841 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1165ms --------- beginning of system 03-06 14:27:23.718 16841 16841 W ActivityThread: Main thread can not be idle for a long time. 03-06 14:28:36.252 17878 17878 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 14:28:36.362 17878 17878 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 14:28:36.367 17878 17878 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 14:28:36.367 17878 17878 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 14:28:36.367 17878 17878 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 14:28:36.367 17878 17878 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 14:28:36.367 17878 17878 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 14:28:36.367 17878 17878 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 14:28:36.367 17878 17878 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 14:28:36.367 17878 17878 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 14:28:36.367 17878 17878 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 14:28:36.367 17878 17878 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 14:28:36.367 17878 17878 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 14:28:36.367 17878 17878 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 14:28:36.367 17878 17878 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 14:28:36.367 17878 17878 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 14:28:36.367 17878 17878 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 14:28:36.367 17878 17878 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 14:28:36.367 17878 17878 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 14:28:36.367 17878 17878 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 14:28:36.367 17878 17878 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 14:28:36.367 17878 17878 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 14:28:36.384 17878 17878 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 14:28:36.701 17878 17878 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 14:28:36.702 17878 17878 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 14:28:36.728 17878 17878 W com.mbwhatsapp: type=1400 audit(0.0:1370817): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:28:36.732 17878 17878 W com.mbwhatsapp: type=1400 audit(0.0:1370818): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:28:36.732 17878 17878 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) 03-06 14:28:36.740 17878 17878 W com.mbwhatsapp: type=1400 audit(0.0:1370819): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:28:36.764 17878 17878 W com.mbwhatsapp: type=1400 audit(0.0:1370820): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:28:36.780 17878 17878 W com.mbwhatsapp: type=1400 audit(0.0:1370821): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:28:36.834 17878 17878 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 422ms 03-06 14:28:36.838 17878 17929 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 14:28:36.838 17878 17929 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 14:28:36.838 17878 17929 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 14:28:36.858 17878 17878 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 585ms 03-06 14:28:36.858 17878 17878 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 14:29:23.381 19196 19196 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 14:29:23.605 19196 19196 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 14:29:23.606 19196 19196 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 14:29:23.606 19196 19196 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 14:29:23.606 19196 19196 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 14:29:23.606 19196 19196 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 14:29:23.606 19196 19196 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 14:29:23.607 19196 19196 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 14:29:23.607 19196 19196 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 14:29:23.607 19196 19196 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 14:29:23.607 19196 19196 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 14:29:23.607 19196 19196 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 14:29:23.607 19196 19196 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 14:29:23.607 19196 19196 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 14:29:23.607 19196 19196 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 14:29:23.607 19196 19196 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 14:29:23.607 19196 19196 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 14:29:23.607 19196 19196 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 14:29:23.607 19196 19196 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 14:29:23.607 19196 19196 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 14:29:23.607 19196 19196 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 14:29:23.607 19196 19196 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 14:29:23.621 19196 19196 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 14:29:24.036 19196 19196 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 14:29:24.036 19196 19196 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 14:29:24.088 19196 19196 W com.mbwhatsapp: type=1400 audit(0.0:1370974): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:29:24.092 19196 19196 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) 03-06 14:29:24.100 19196 19196 W com.mbwhatsapp: type=1400 audit(0.0:1370975): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:29:24.112 19196 19196 W com.mbwhatsapp: type=1400 audit(0.0:1370976): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:29:24.188 19196 19196 W com.mbwhatsapp: type=1400 audit(0.0:1370977): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:29:24.204 19196 19196 W com.mbwhatsapp: type=1400 audit(0.0:1370978): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:29:24.287 19196 19196 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 605ms 03-06 14:29:24.295 19196 19296 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 14:29:24.295 19196 19296 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 14:29:24.295 19196 19296 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 14:29:24.339 19196 19196 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 938ms --------- beginning of system 03-06 14:29:24.339 19196 19196 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 14:30:33.926 20677 20677 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 14:30:34.242 20677 20677 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 14:30:34.248 20677 20677 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 14:30:34.248 20677 20677 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 14:30:34.248 20677 20677 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 14:30:34.248 20677 20677 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 14:30:34.248 20677 20677 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 14:30:34.248 20677 20677 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 14:30:34.248 20677 20677 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 14:30:34.248 20677 20677 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 14:30:34.248 20677 20677 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 14:30:34.248 20677 20677 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 14:30:34.248 20677 20677 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 14:30:34.248 20677 20677 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 14:30:34.248 20677 20677 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 14:30:34.248 20677 20677 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 14:30:34.248 20677 20677 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 14:30:34.248 20677 20677 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 14:30:34.248 20677 20677 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 14:30:34.248 20677 20677 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 14:30:34.248 20677 20677 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 14:30:34.248 20677 20677 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 14:30:34.289 20677 20677 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 14:30:34.795 20677 20677 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 14:30:34.796 20677 20677 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 14:30:34.852 20677 20677 W com.mbwhatsapp: type=1400 audit(0.0:1371222): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:30:34.857 20677 20677 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) 03-06 14:30:34.872 20677 20677 W com.mbwhatsapp: type=1400 audit(0.0:1371223): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:30:34.888 20677 20677 W com.mbwhatsapp: type=1400 audit(0.0:1371224): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:30:34.984 20677 20677 W com.mbwhatsapp: type=1400 audit(0.0:1371225): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:30:34.996 20677 20677 W com.mbwhatsapp: type=1400 audit(0.0:1371226): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:30:35.090 20677 20677 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 723ms 03-06 14:30:35.104 20677 20778 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 14:30:35.104 20677 20778 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 14:30:35.104 20677 20778 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 14:30:35.111 20677 20677 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1161ms --------- beginning of system 03-06 14:30:35.111 20677 20677 W ActivityThread: Main thread can not be idle for a long time. 03-06 14:31:26.060 22003 22003 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 14:31:26.171 22003 22003 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 14:31:26.180 22003 22003 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 14:31:26.180 22003 22003 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 14:31:26.180 22003 22003 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 14:31:26.180 22003 22003 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 14:31:26.180 22003 22003 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 14:31:26.180 22003 22003 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 14:31:26.180 22003 22003 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 14:31:26.180 22003 22003 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 14:31:26.180 22003 22003 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 14:31:26.180 22003 22003 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 14:31:26.180 22003 22003 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 14:31:26.180 22003 22003 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 14:31:26.180 22003 22003 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 14:31:26.180 22003 22003 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 14:31:26.180 22003 22003 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 14:31:26.180 22003 22003 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 14:31:26.180 22003 22003 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 14:31:26.180 22003 22003 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 14:31:26.180 22003 22003 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 14:31:26.180 22003 22003 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 14:31:26.189 22003 22003 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 14:31:26.456 22003 22003 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 14:31:26.457 22003 22003 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 14:31:26.488 22003 22003 W com.mbwhatsapp: type=1400 audit(0.0:1371319): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:31:26.492 22003 22003 W com.mbwhatsapp: type=1400 audit(0.0:1371320): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:31:26.492 22003 22003 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) 03-06 14:31:26.496 22003 22003 W com.mbwhatsapp: type=1400 audit(0.0:1371321): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:31:26.516 22003 22003 W com.mbwhatsapp: type=1400 audit(0.0:1371322): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:31:26.520 22003 22003 W com.mbwhatsapp: type=1400 audit(0.0:1371323): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:31:26.569 22003 22003 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 354ms 03-06 14:31:26.573 22003 22052 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 14:31:26.573 22003 22052 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 14:31:26.573 22003 22052 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 14:31:26.602 22003 22003 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 521ms 03-06 14:31:26.602 22003 22003 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 14:32:26.310 23111 23111 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 14:32:26.511 23111 23111 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 14:32:26.514 23111 23111 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 14:32:26.514 23111 23111 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 14:32:26.514 23111 23111 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 14:32:26.514 23111 23111 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 14:32:26.514 23111 23111 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 14:32:26.514 23111 23111 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 14:32:26.514 23111 23111 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 14:32:26.514 23111 23111 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 14:32:26.514 23111 23111 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 14:32:26.514 23111 23111 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 14:32:26.514 23111 23111 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 14:32:26.514 23111 23111 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 14:32:26.514 23111 23111 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 14:32:26.514 23111 23111 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 14:32:26.514 23111 23111 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 14:32:26.514 23111 23111 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 14:32:26.514 23111 23111 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 14:32:26.514 23111 23111 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 14:32:26.514 23111 23111 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 14:32:26.514 23111 23111 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 14:32:26.542 23111 23111 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 14:32:26.914 23111 23111 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 14:32:26.914 23111 23111 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 14:32:26.952 23111 23111 W com.mbwhatsapp: type=1400 audit(0.0:1371656): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:32:26.959 23111 23111 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) 03-06 14:32:26.964 23111 23111 W com.mbwhatsapp: type=1400 audit(0.0:1371657): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:32:26.976 23111 23111 W com.mbwhatsapp: type=1400 audit(0.0:1371658): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:32:27.032 23111 23111 W com.mbwhatsapp: type=1400 audit(0.0:1371659): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:32:27.040 23111 23111 W com.mbwhatsapp: type=1400 audit(0.0:1371660): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:32:27.105 23111 23111 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 519ms 03-06 14:32:27.115 23111 23158 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 14:32:27.115 23111 23158 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 14:32:27.115 23111 23158 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 14:32:27.132 23111 23111 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 807ms --------- beginning of system 03-06 14:32:27.132 23111 23111 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 14:33:25.200 24218 24218 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 14:33:25.426 24218 24218 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 14:33:25.430 24218 24218 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 14:33:25.430 24218 24218 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 14:33:25.430 24218 24218 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 14:33:25.430 24218 24218 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 14:33:25.430 24218 24218 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 14:33:25.431 24218 24218 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 14:33:25.431 24218 24218 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 14:33:25.431 24218 24218 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 14:33:25.431 24218 24218 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 14:33:25.431 24218 24218 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 14:33:25.431 24218 24218 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 14:33:25.431 24218 24218 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 14:33:25.431 24218 24218 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 14:33:25.431 24218 24218 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 14:33:25.431 24218 24218 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 14:33:25.431 24218 24218 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 14:33:25.431 24218 24218 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 14:33:25.431 24218 24218 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 14:33:25.431 24218 24218 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 14:33:25.431 24218 24218 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 14:33:25.461 24218 24218 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 14:33:25.837 24218 24218 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 14:33:25.837 24218 24218 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 14:33:25.888 24218 24218 W com.mbwhatsapp: type=1400 audit(0.0:1371993): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:33:25.893 24218 24218 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) 03-06 14:33:25.904 24218 24218 W com.mbwhatsapp: type=1400 audit(0.0:1371994): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:33:25.912 24218 24218 W com.mbwhatsapp: type=1400 audit(0.0:1371995): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:33:25.976 24218 24218 W com.mbwhatsapp: type=1400 audit(0.0:1371996): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:33:25.992 24218 24218 W com.mbwhatsapp: type=1400 audit(0.0:1371997): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:33:26.069 24218 24218 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 548ms 03-06 14:33:26.070 24218 24265 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 14:33:26.070 24218 24265 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 14:33:26.070 24218 24265 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 14:33:26.080 24218 24218 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 861ms --------- beginning of system 03-06 14:33:26.081 24218 24218 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 14:34:25.769 25389 25389 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 14:34:25.981 25389 25389 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 14:34:25.984 25389 25389 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 14:34:25.984 25389 25389 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 14:34:25.984 25389 25389 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 14:34:25.984 25389 25389 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 14:34:25.984 25389 25389 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 14:34:25.984 25389 25389 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 14:34:25.984 25389 25389 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 14:34:25.984 25389 25389 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 14:34:25.984 25389 25389 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 14:34:25.984 25389 25389 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 14:34:25.984 25389 25389 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 14:34:25.984 25389 25389 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 14:34:25.984 25389 25389 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 14:34:25.984 25389 25389 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 14:34:25.984 25389 25389 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 14:34:25.984 25389 25389 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 14:34:25.984 25389 25389 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 14:34:25.984 25389 25389 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 14:34:25.984 25389 25389 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 14:34:25.984 25389 25389 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 14:34:26.009 25389 25389 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 14:34:26.399 25389 25389 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 14:34:26.399 25389 25389 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 14:34:26.440 25389 25389 W com.mbwhatsapp: type=1400 audit(0.0:1372240): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:34:26.445 25389 25389 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) 03-06 14:34:26.456 25389 25389 W com.mbwhatsapp: type=1400 audit(0.0:1372241): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:34:26.472 25389 25389 W com.mbwhatsapp: type=1400 audit(0.0:1372242): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:34:26.540 25389 25389 W com.mbwhatsapp: type=1400 audit(0.0:1372243): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:34:26.552 25389 25389 W com.mbwhatsapp: type=1400 audit(0.0:1372244): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:34:26.642 25389 25389 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 591ms 03-06 14:34:26.647 25389 25438 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 14:34:26.647 25389 25438 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 14:34:26.647 25389 25438 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 14:34:26.651 25389 25389 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 860ms --------- beginning of system 03-06 14:34:26.651 25389 25389 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 14:35:28.426 26507 26507 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 14:35:28.699 26507 26507 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 14:35:28.702 26507 26507 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 14:35:28.703 26507 26507 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 14:35:28.703 26507 26507 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 14:35:28.703 26507 26507 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 14:35:28.703 26507 26507 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 14:35:28.703 26507 26507 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 14:35:28.703 26507 26507 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 14:35:28.703 26507 26507 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 14:35:28.703 26507 26507 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 14:35:28.703 26507 26507 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 14:35:28.703 26507 26507 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 14:35:28.703 26507 26507 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 14:35:28.703 26507 26507 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 14:35:28.703 26507 26507 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 14:35:28.703 26507 26507 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 14:35:28.703 26507 26507 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 14:35:28.703 26507 26507 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 14:35:28.703 26507 26507 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 14:35:28.703 26507 26507 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 14:35:28.703 26507 26507 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 14:35:28.742 26507 26507 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 14:35:29.179 26507 26507 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 14:35:29.179 26507 26507 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 14:35:29.244 26507 26507 W com.mbwhatsapp: type=1400 audit(0.0:1372487): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:35:29.247 26507 26507 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) 03-06 14:35:29.252 26507 26507 W com.mbwhatsapp: type=1400 audit(0.0:1372488): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:35:29.264 26507 26507 W com.mbwhatsapp: type=1400 audit(0.0:1372489): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:35:29.332 26507 26507 W com.mbwhatsapp: type=1400 audit(0.0:1372490): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:35:29.376 26507 26507 W com.mbwhatsapp: type=1400 audit(0.0:1372491): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:35:29.457 26507 26507 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 658ms 03-06 14:35:29.460 26507 26603 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 14:35:29.460 26507 26603 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 14:35:29.460 26507 26603 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 14:35:29.474 26507 26507 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1033ms --------- beginning of system 03-06 14:35:29.474 26507 26507 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 14:36:28.933 27764 27764 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 14:36:29.285 27764 27764 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 14:36:29.290 27764 27764 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 14:36:29.290 27764 27764 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 14:36:29.290 27764 27764 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 14:36:29.290 27764 27764 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 14:36:29.290 27764 27764 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 14:36:29.290 27764 27764 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 14:36:29.290 27764 27764 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 14:36:29.290 27764 27764 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 14:36:29.290 27764 27764 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 14:36:29.290 27764 27764 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 14:36:29.291 27764 27764 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 14:36:29.291 27764 27764 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 14:36:29.291 27764 27764 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 14:36:29.291 27764 27764 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 14:36:29.291 27764 27764 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 14:36:29.291 27764 27764 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 14:36:29.291 27764 27764 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 14:36:29.291 27764 27764 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 14:36:29.291 27764 27764 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 14:36:29.291 27764 27764 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 14:36:29.310 27764 27764 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 14:36:29.848 27764 27764 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 14:36:29.848 27764 27764 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 14:36:29.900 27764 27764 W com.mbwhatsapp: type=1400 audit(0.0:1372824): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:36:29.905 27764 27764 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) 03-06 14:36:29.908 27764 27764 W com.mbwhatsapp: type=1400 audit(0.0:1372825): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:36:29.924 27764 27764 W com.mbwhatsapp: type=1400 audit(0.0:1372826): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:36:30.008 27764 27764 W com.mbwhatsapp: type=1400 audit(0.0:1372827): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:36:30.016 27764 27764 W com.mbwhatsapp: type=1400 audit(0.0:1372828): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:36:30.087 27764 27911 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 14:36:30.087 27764 27911 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 14:36:30.087 27764 27911 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 14:36:30.091 27764 27764 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 720ms 03-06 14:36:30.097 27764 27764 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1143ms --------- beginning of system 03-06 14:36:30.097 27764 27764 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 14:37:28.367 28883 28883 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 14:37:28.650 28883 28883 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 14:37:28.652 28883 28883 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 14:37:28.652 28883 28883 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 14:37:28.652 28883 28883 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 14:37:28.652 28883 28883 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 14:37:28.652 28883 28883 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 14:37:28.652 28883 28883 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 14:37:28.652 28883 28883 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 14:37:28.652 28883 28883 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 14:37:28.652 28883 28883 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 14:37:28.652 28883 28883 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 14:37:28.652 28883 28883 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 14:37:28.652 28883 28883 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 14:37:28.652 28883 28883 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 14:37:28.652 28883 28883 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 14:37:28.652 28883 28883 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 14:37:28.652 28883 28883 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 14:37:28.652 28883 28883 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 14:37:28.652 28883 28883 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 14:37:28.652 28883 28883 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 14:37:28.652 28883 28883 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 14:37:28.672 28883 28883 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 14:37:29.099 28883 28883 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 14:37:29.100 28883 28883 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 14:37:29.143 28883 28883 W com.mbwhatsapp: type=1400 audit(0.0:1373062): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:37:29.150 28883 28883 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) 03-06 14:37:29.163 28883 28883 W com.mbwhatsapp: type=1400 audit(0.0:1373063): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:37:29.191 28883 28883 W com.mbwhatsapp: type=1400 audit(0.0:1373064): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:37:29.275 28883 28883 W com.mbwhatsapp: type=1400 audit(0.0:1373065): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:37:29.287 28883 28883 W com.mbwhatsapp: type=1400 audit(0.0:1373066): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:37:29.354 28883 28883 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 626ms 03-06 14:37:29.364 28883 29007 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 14:37:29.364 28883 29007 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 14:37:29.364 28883 29007 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 14:37:29.383 28883 28883 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1001ms --------- beginning of system 03-06 14:37:29.383 28883 28883 W ActivityThread: Main thread can not be idle for a long time. 03-06 14:38:23.687 30042 30042 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 14:38:23.782 30042 30042 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 14:38:23.783 30042 30042 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 14:38:23.783 30042 30042 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 14:38:23.783 30042 30042 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 14:38:23.783 30042 30042 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 14:38:23.783 30042 30042 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 14:38:23.783 30042 30042 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 14:38:23.783 30042 30042 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 14:38:23.783 30042 30042 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 14:38:23.783 30042 30042 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 14:38:23.783 30042 30042 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 14:38:23.783 30042 30042 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 14:38:23.783 30042 30042 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 14:38:23.783 30042 30042 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 14:38:23.783 30042 30042 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 14:38:23.783 30042 30042 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 14:38:23.783 30042 30042 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 14:38:23.783 30042 30042 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 14:38:23.783 30042 30042 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 14:38:23.783 30042 30042 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 14:38:23.783 30042 30042 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 14:38:23.793 30042 30042 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 14:38:24.052 30042 30042 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 14:38:24.052 30042 30042 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 14:38:24.083 30042 30042 W com.mbwhatsapp: type=1400 audit(0.0:1373249): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:38:24.087 30042 30042 W com.mbwhatsapp: type=1400 audit(0.0:1373250): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:38:24.087 30042 30042 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) 03-06 14:38:24.091 30042 30042 W com.mbwhatsapp: type=1400 audit(0.0:1373251): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:38:24.111 30042 30042 W com.mbwhatsapp: type=1400 audit(0.0:1373252): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:38:24.115 30042 30042 W com.mbwhatsapp: type=1400 audit(0.0:1373253): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:38:24.166 30042 30042 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 345ms 03-06 14:38:24.178 30042 30089 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 14:38:24.178 30042 30089 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 14:38:24.178 30042 30089 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 14:38:24.214 30042 30042 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 511ms 03-06 14:38:24.214 30042 30042 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 14:39:22.405 30619 30619 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 14:39:22.819 30619 30619 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 14:39:22.826 30619 30619 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 14:39:22.826 30619 30619 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 14:39:22.826 30619 30619 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 14:39:22.826 30619 30619 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 14:39:22.826 30619 30619 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 14:39:22.826 30619 30619 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 14:39:22.826 30619 30619 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 14:39:22.826 30619 30619 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 14:39:22.826 30619 30619 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 14:39:22.826 30619 30619 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 14:39:22.826 30619 30619 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 14:39:22.826 30619 30619 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 14:39:22.826 30619 30619 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 14:39:22.826 30619 30619 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 14:39:22.826 30619 30619 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 14:39:22.826 30619 30619 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 14:39:22.826 30619 30619 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 14:39:22.826 30619 30619 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 14:39:22.826 30619 30619 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 14:39:22.826 30619 30619 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 14:39:22.850 30619 30619 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 14:39:23.472 30619 30619 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 14:39:23.473 30619 30619 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 14:39:23.559 30619 30619 W com.mbwhatsapp: type=1400 audit(0.0:1373479): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:39:23.565 30619 30619 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) 03-06 14:39:23.591 30619 30619 W com.mbwhatsapp: type=1400 audit(0.0:1373480): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:39:23.607 30619 30619 W com.mbwhatsapp: type=1400 audit(0.0:1373481): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:39:23.715 30619 30619 W com.mbwhatsapp: type=1400 audit(0.0:1373482): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:39:23.739 30619 30619 W com.mbwhatsapp: type=1400 audit(0.0:1373483): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:39:23.862 30619 30619 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 929ms 03-06 14:39:23.874 30619 30805 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 14:39:23.874 30619 30805 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 14:39:23.874 30619 30805 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 14:39:23.903 30619 30619 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1480ms --------- beginning of system 03-06 14:39:23.903 30619 30619 W ActivityThread: Main thread can not be idle for a long time. 03-06 14:40:23.459 31431 31431 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 14:40:23.566 31431 31431 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 14:40:23.567 31431 31431 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 14:40:23.567 31431 31431 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 14:40:23.567 31431 31431 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 14:40:23.567 31431 31431 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 14:40:23.567 31431 31431 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 14:40:23.567 31431 31431 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 14:40:23.567 31431 31431 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 14:40:23.567 31431 31431 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 14:40:23.567 31431 31431 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 14:40:23.567 31431 31431 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 14:40:23.567 31431 31431 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 14:40:23.567 31431 31431 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 14:40:23.567 31431 31431 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 14:40:23.567 31431 31431 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 14:40:23.567 31431 31431 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 14:40:23.567 31431 31431 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 14:40:23.567 31431 31431 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 14:40:23.567 31431 31431 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 14:40:23.567 31431 31431 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 14:40:23.567 31431 31431 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 14:40:23.587 31431 31431 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 14:40:23.884 31431 31431 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 14:40:23.884 31431 31431 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 14:40:23.911 31431 31431 W com.mbwhatsapp: type=1400 audit(0.0:1373666): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:40:23.915 31431 31431 W com.mbwhatsapp: type=1400 audit(0.0:1373667): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:40:23.917 31431 31431 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) 03-06 14:40:23.923 31431 31431 W com.mbwhatsapp: type=1400 audit(0.0:1373668): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:40:23.943 31431 31431 W com.mbwhatsapp: type=1400 audit(0.0:1373669): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:40:23.951 31431 31431 W com.mbwhatsapp: type=1400 audit(0.0:1373670): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:40:24.001 31431 31431 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 381ms 03-06 14:40:24.004 31431 31531 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 14:40:24.004 31431 31531 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 14:40:24.004 31431 31531 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 14:40:24.083 31431 31431 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 610ms 03-06 14:40:24.083 31431 31431 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 14:42:58.350 31936 31936 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 14:42:58.601 31936 31936 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 14:42:58.603 31936 31936 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 14:42:58.603 31936 31936 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 14:42:58.604 31936 31936 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 14:42:58.604 31936 31936 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 14:42:58.604 31936 31936 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 14:42:58.604 31936 31936 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 14:42:58.604 31936 31936 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 14:42:58.604 31936 31936 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 14:42:58.604 31936 31936 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 14:42:58.604 31936 31936 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 14:42:58.604 31936 31936 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 14:42:58.604 31936 31936 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 14:42:58.604 31936 31936 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 14:42:58.604 31936 31936 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 14:42:58.604 31936 31936 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 14:42:58.604 31936 31936 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 14:42:58.604 31936 31936 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 14:42:58.604 31936 31936 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 14:42:58.604 31936 31936 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 14:42:58.604 31936 31936 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 14:42:58.623 31936 31936 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 14:42:59.001 31936 31936 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 14:42:59.001 31936 31936 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 14:42:59.061 31936 31936 W com.mbwhatsapp: type=1400 audit(0.0:1374003): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:42:59.067 31936 31936 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) 03-06 14:42:59.081 31936 31936 W com.mbwhatsapp: type=1400 audit(0.0:1374004): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:42:59.093 31936 31936 W com.mbwhatsapp: type=1400 audit(0.0:1374005): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:42:59.153 31936 31936 W com.mbwhatsapp: type=1400 audit(0.0:1374006): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:42:59.165 31936 31936 W com.mbwhatsapp: type=1400 audit(0.0:1374007): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:42:59.261 31936 31936 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 590ms 03-06 14:42:59.269 31936 31936 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 900ms --------- beginning of system 03-06 14:42:59.269 31936 31936 W ActivityThread: Main thread can not be idle for a long time. 03-06 14:42:59.630 31936 32038 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 14:42:59.630 31936 32038 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 14:42:59.630 31936 32038 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 14:43:30.720 32485 32485 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 14:43:30.841 32485 32485 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 14:43:30.843 32485 32485 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 14:43:30.843 32485 32485 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 14:43:30.843 32485 32485 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 14:43:30.843 32485 32485 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 14:43:30.843 32485 32485 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 14:43:30.844 32485 32485 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 14:43:30.844 32485 32485 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 14:43:30.844 32485 32485 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 14:43:30.844 32485 32485 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 14:43:30.844 32485 32485 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 14:43:30.844 32485 32485 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 14:43:30.844 32485 32485 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 14:43:30.844 32485 32485 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 14:43:30.844 32485 32485 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 14:43:30.844 32485 32485 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 14:43:30.844 32485 32485 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 14:43:30.844 32485 32485 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 14:43:30.844 32485 32485 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 14:43:30.844 32485 32485 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 14:43:30.844 32485 32485 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 14:43:30.853 32485 32485 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 14:43:31.172 32485 32485 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 14:43:31.173 32485 32485 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 14:43:31.197 32485 32485 W com.mbwhatsapp: type=1400 audit(0.0:1374010): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:43:31.197 32485 32485 W com.mbwhatsapp: type=1400 audit(0.0:1374011): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:43:31.200 32485 32485 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) 03-06 14:43:31.205 32485 32485 W com.mbwhatsapp: type=1400 audit(0.0:1374012): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:43:31.225 32485 32485 W com.mbwhatsapp: type=1400 audit(0.0:1374013): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:43:31.233 32485 32485 W com.mbwhatsapp: type=1400 audit(0.0:1374014): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:43:31.291 32485 32485 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 407ms 03-06 14:43:31.299 32485 32534 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 14:43:31.299 32485 32534 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 14:43:31.299 32485 32534 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 14:43:31.309 32485 32485 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 569ms 03-06 14:43:31.309 32485 32485 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 14:58:04.525 1688 1688 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 14:58:04.853 1688 1688 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 14:58:04.863 1688 1688 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 14:58:04.863 1688 1688 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 14:58:04.863 1688 1688 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 14:58:04.863 1688 1688 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 14:58:04.863 1688 1688 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 14:58:04.863 1688 1688 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 14:58:04.863 1688 1688 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 14:58:04.863 1688 1688 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 14:58:04.863 1688 1688 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 14:58:04.863 1688 1688 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 14:58:04.863 1688 1688 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 14:58:04.863 1688 1688 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 14:58:04.863 1688 1688 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 14:58:04.863 1688 1688 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 14:58:04.863 1688 1688 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 14:58:04.863 1688 1688 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 14:58:04.863 1688 1688 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 14:58:04.863 1688 1688 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 14:58:04.863 1688 1688 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 14:58:04.863 1688 1688 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 14:58:04.901 1688 1688 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 14:58:05.330 1688 1688 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 14:58:05.330 1688 1688 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 14:58:05.450 1688 1688 W com.mbwhatsapp: type=1400 audit(0.0:1374977): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:58:05.456 1688 1688 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) 03-06 14:58:05.458 1688 1688 W com.mbwhatsapp: type=1400 audit(0.0:1374978): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:58:05.470 1688 1688 W com.mbwhatsapp: type=1400 audit(0.0:1374979): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:58:05.546 1688 1688 W com.mbwhatsapp: type=1400 audit(0.0:1374980): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:58:05.558 1688 1688 W com.mbwhatsapp: type=1400 audit(0.0:1374981): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:58:05.650 1688 1688 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 691ms 03-06 14:58:05.657 1688 1688 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1115ms --------- beginning of system 03-06 14:58:05.657 1688 1688 W ActivityThread: Main thread can not be idle for a long time. 03-06 14:58:05.662 1688 1780 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 14:58:05.662 1688 1780 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 14:58:05.662 1688 1780 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 14:58:46.331 2097 2097 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 14:58:46.556 2097 2097 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 14:58:46.560 2097 2097 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 14:58:46.560 2097 2097 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 14:58:46.560 2097 2097 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 14:58:46.560 2097 2097 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 14:58:46.560 2097 2097 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 14:58:46.560 2097 2097 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 14:58:46.560 2097 2097 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 14:58:46.560 2097 2097 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 14:58:46.560 2097 2097 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 14:58:46.560 2097 2097 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 14:58:46.560 2097 2097 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 14:58:46.560 2097 2097 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 14:58:46.560 2097 2097 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 14:58:46.560 2097 2097 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 14:58:46.560 2097 2097 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 14:58:46.560 2097 2097 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 14:58:46.560 2097 2097 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 14:58:46.561 2097 2097 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 14:58:46.561 2097 2097 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 14:58:46.561 2097 2097 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 14:58:46.593 2097 2097 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 14:58:46.957 2097 2097 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 14:58:46.958 2097 2097 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 14:58:46.994 2097 2097 W com.mbwhatsapp: type=1400 audit(0.0:1375207): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:58:47.000 2097 2097 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) 03-06 14:58:47.006 2097 2097 W com.mbwhatsapp: type=1400 audit(0.0:1375208): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:58:47.014 2097 2097 W com.mbwhatsapp: type=1400 audit(0.0:1375209): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:58:47.066 2097 2097 W com.mbwhatsapp: type=1400 audit(0.0:1375210): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:58:47.074 2097 2097 W com.mbwhatsapp: type=1400 audit(0.0:1375211): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 14:58:47.146 2097 2097 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 497ms 03-06 14:58:47.153 2097 2149 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 14:58:47.153 2097 2149 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 14:58:47.153 2097 2149 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 14:58:47.154 2097 2097 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 801ms --------- beginning of system 03-06 14:58:47.154 2097 2097 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 15:00:22.403 2621 2621 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 15:00:22.752 2621 2621 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 15:00:22.756 2621 2621 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 15:00:22.756 2621 2621 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 15:00:22.756 2621 2621 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 15:00:22.756 2621 2621 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 15:00:22.756 2621 2621 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 15:00:22.756 2621 2621 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 15:00:22.756 2621 2621 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 15:00:22.756 2621 2621 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 15:00:22.756 2621 2621 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 15:00:22.756 2621 2621 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 15:00:22.756 2621 2621 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 15:00:22.756 2621 2621 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 15:00:22.756 2621 2621 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 15:00:22.756 2621 2621 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 15:00:22.757 2621 2621 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 15:00:22.757 2621 2621 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 15:00:22.757 2621 2621 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 15:00:22.757 2621 2621 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 15:00:22.757 2621 2621 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 15:00:22.757 2621 2621 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 15:00:22.799 2621 2621 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 15:00:23.362 2621 2621 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 15:00:23.362 2621 2621 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 15:00:23.429 2621 2621 W com.mbwhatsapp: type=1400 audit(0.0:1375446): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:00:23.434 2621 2621 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) 03-06 15:00:23.441 2621 2621 W com.mbwhatsapp: type=1400 audit(0.0:1375447): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:00:23.457 2621 2621 W com.mbwhatsapp: type=1400 audit(0.0:1375448): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:00:23.529 2621 2621 W com.mbwhatsapp: type=1400 audit(0.0:1375449): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:00:23.549 2621 2621 W com.mbwhatsapp: type=1400 audit(0.0:1375450): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:00:23.659 2621 2621 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 771ms 03-06 15:00:23.666 2621 2672 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 15:00:23.666 2621 2672 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 15:00:23.666 2621 2672 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 15:00:23.716 2621 2621 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1297ms --------- beginning of system 03-06 15:00:23.717 2621 2621 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 15:03:45.485 3127 3127 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 15:03:45.700 3127 3127 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 15:03:45.706 3127 3127 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 15:03:45.706 3127 3127 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 15:03:45.706 3127 3127 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 15:03:45.706 3127 3127 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 15:03:45.706 3127 3127 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 15:03:45.706 3127 3127 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 15:03:45.706 3127 3127 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 15:03:45.706 3127 3127 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 15:03:45.706 3127 3127 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 15:03:45.706 3127 3127 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 15:03:45.706 3127 3127 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 15:03:45.706 3127 3127 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 15:03:45.706 3127 3127 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 15:03:45.706 3127 3127 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 15:03:45.707 3127 3127 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 15:03:45.707 3127 3127 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 15:03:45.707 3127 3127 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 15:03:45.707 3127 3127 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 15:03:45.707 3127 3127 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 15:03:45.707 3127 3127 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 15:03:45.725 3127 3127 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 15:03:46.074 3127 3127 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 15:03:46.074 3127 3127 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 15:03:46.117 3127 3127 W com.mbwhatsapp: type=1400 audit(0.0:1376053): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:03:46.123 3127 3127 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) 03-06 15:03:46.137 3127 3127 W com.mbwhatsapp: type=1400 audit(0.0:1376054): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:03:46.149 3127 3127 W com.mbwhatsapp: type=1400 audit(0.0:1376055): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:03:46.217 3127 3127 W com.mbwhatsapp: type=1400 audit(0.0:1376056): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:03:46.229 3127 3127 W com.mbwhatsapp: type=1400 audit(0.0:1376057): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:03:46.302 3127 3127 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 522ms 03-06 15:03:46.308 3127 3127 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 805ms --------- beginning of system 03-06 15:03:46.308 3127 3127 W ActivityThread: Main thread can not be idle for a long time. 03-06 15:03:46.313 3127 3180 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 15:03:46.313 3127 3180 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 15:03:46.313 3127 3180 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 15:04:22.456 3502 3502 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 15:04:22.692 3502 3502 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 15:04:22.697 3502 3502 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 15:04:22.697 3502 3502 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 15:04:22.697 3502 3502 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 15:04:22.697 3502 3502 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 15:04:22.697 3502 3502 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 15:04:22.697 3502 3502 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 15:04:22.697 3502 3502 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 15:04:22.697 3502 3502 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 15:04:22.697 3502 3502 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 15:04:22.697 3502 3502 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 15:04:22.697 3502 3502 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 15:04:22.697 3502 3502 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 15:04:22.697 3502 3502 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 15:04:22.697 3502 3502 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 15:04:22.697 3502 3502 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 15:04:22.697 3502 3502 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 15:04:22.697 3502 3502 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 15:04:22.697 3502 3502 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 15:04:22.697 3502 3502 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 15:04:22.697 3502 3502 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 15:04:22.724 3502 3502 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 15:04:23.109 3502 3502 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 15:04:23.109 3502 3502 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 15:04:23.150 3502 3502 W com.mbwhatsapp: type=1400 audit(0.0:1376202): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:04:23.157 3502 3502 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) 03-06 15:04:23.162 3502 3502 W com.mbwhatsapp: type=1400 audit(0.0:1376203): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:04:23.178 3502 3502 W com.mbwhatsapp: type=1400 audit(0.0:1376204): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:04:23.246 3502 3502 W com.mbwhatsapp: type=1400 audit(0.0:1376205): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:04:23.254 3502 3502 W com.mbwhatsapp: type=1400 audit(0.0:1376206): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:04:23.343 3502 3502 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 555ms 03-06 15:04:23.349 3502 3502 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 867ms --------- beginning of system 03-06 15:04:23.349 3502 3502 W ActivityThread: Main thread can not be idle for a long time. 03-06 15:04:37.372 3502 3548 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 15:04:37.372 3502 3548 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 15:04:37.372 3502 3548 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 15:06:22.406 3922 3922 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 15:06:22.659 3922 3922 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 15:06:22.665 3922 3922 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 15:06:22.665 3922 3922 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 15:06:22.665 3922 3922 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 15:06:22.665 3922 3922 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 15:06:22.665 3922 3922 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 15:06:22.665 3922 3922 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 15:06:22.665 3922 3922 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 15:06:22.665 3922 3922 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 15:06:22.665 3922 3922 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 15:06:22.665 3922 3922 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 15:06:22.665 3922 3922 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 15:06:22.665 3922 3922 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 15:06:22.665 3922 3922 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 15:06:22.665 3922 3922 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 15:06:22.665 3922 3922 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 15:06:22.665 3922 3922 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 15:06:22.665 3922 3922 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 15:06:22.665 3922 3922 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 15:06:22.665 3922 3922 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 15:06:22.665 3922 3922 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 15:06:22.685 3922 3922 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 15:06:23.060 3922 3922 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 15:06:23.060 3922 3922 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 15:06:23.112 3922 3922 W com.mbwhatsapp: type=1400 audit(0.0:1376539): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:06:23.117 3922 3922 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) 03-06 15:06:23.132 3922 3922 W com.mbwhatsapp: type=1400 audit(0.0:1376540): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:06:23.140 3922 3922 W com.mbwhatsapp: type=1400 audit(0.0:1376541): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:06:23.220 3922 3922 W com.mbwhatsapp: type=1400 audit(0.0:1376542): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:06:23.232 3922 3922 W com.mbwhatsapp: type=1400 audit(0.0:1376543): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:06:23.309 3922 3922 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 567ms 03-06 15:06:23.314 3922 4001 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 15:06:23.314 3922 4001 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 15:06:23.314 3922 4001 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 15:06:23.314 3922 3922 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 893ms --------- beginning of system 03-06 15:06:23.314 3922 3922 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 15:10:22.546 4440 4440 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 15:10:22.827 4440 4440 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 15:10:22.831 4440 4440 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 15:10:22.831 4440 4440 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 15:10:22.831 4440 4440 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 15:10:22.831 4440 4440 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 15:10:22.831 4440 4440 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 15:10:22.831 4440 4440 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 15:10:22.831 4440 4440 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 15:10:22.831 4440 4440 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 15:10:22.831 4440 4440 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 15:10:22.831 4440 4440 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 15:10:22.831 4440 4440 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 15:10:22.831 4440 4440 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 15:10:22.831 4440 4440 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 15:10:22.831 4440 4440 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 15:10:22.831 4440 4440 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 15:10:22.831 4440 4440 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 15:10:22.831 4440 4440 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 15:10:22.831 4440 4440 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 15:10:22.831 4440 4440 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 15:10:22.831 4440 4440 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 15:10:22.847 4440 4440 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 15:10:23.187 4440 4440 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 15:10:23.187 4440 4440 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 15:10:23.241 4440 4440 W com.mbwhatsapp: type=1400 audit(0.0:1377056): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:10:23.247 4440 4440 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) 03-06 15:10:23.257 4440 4440 W com.mbwhatsapp: type=1400 audit(0.0:1377057): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:10:23.265 4440 4440 W com.mbwhatsapp: type=1400 audit(0.0:1377058): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:10:23.317 4440 4440 W com.mbwhatsapp: type=1400 audit(0.0:1377059): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:10:23.337 4440 4440 W com.mbwhatsapp: type=1400 audit(0.0:1377060): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:10:23.424 4440 4440 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 527ms 03-06 15:10:23.436 4440 4556 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 15:10:23.436 4440 4556 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 15:10:23.436 4440 4556 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 15:10:23.443 4440 4440 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 879ms --------- beginning of system 03-06 15:10:23.443 4440 4440 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 15:32:22.417 5515 5515 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 15:32:22.664 5515 5515 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 15:32:22.672 5515 5515 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 15:32:22.672 5515 5515 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 15:32:22.672 5515 5515 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 15:32:22.672 5515 5515 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 15:32:22.672 5515 5515 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 15:32:22.672 5515 5515 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 15:32:22.672 5515 5515 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 15:32:22.672 5515 5515 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 15:32:22.672 5515 5515 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 15:32:22.672 5515 5515 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 15:32:22.672 5515 5515 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 15:32:22.672 5515 5515 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 15:32:22.672 5515 5515 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 15:32:22.672 5515 5515 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 15:32:22.672 5515 5515 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 15:32:22.672 5515 5515 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 15:32:22.672 5515 5515 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 15:32:22.672 5515 5515 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 15:32:22.672 5515 5515 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 15:32:22.672 5515 5515 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 15:32:22.710 5515 5515 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 15:32:23.099 5515 5515 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 15:32:23.100 5515 5515 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 15:32:23.153 5515 5515 W com.mbwhatsapp: type=1400 audit(0.0:1378383): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:32:23.157 5515 5515 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) 03-06 15:32:23.161 5515 5515 W com.mbwhatsapp: type=1400 audit(0.0:1378384): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:32:23.169 5515 5515 W com.mbwhatsapp: type=1400 audit(0.0:1378385): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:32:23.229 5515 5515 W com.mbwhatsapp: type=1400 audit(0.0:1378386): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:32:23.237 5515 5515 W com.mbwhatsapp: type=1400 audit(0.0:1378387): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:32:23.324 5515 5515 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 556ms 03-06 15:32:23.335 5515 5515 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 894ms --------- beginning of system 03-06 15:32:23.335 5515 5515 W ActivityThread: Main thread can not be idle for a long time. 03-06 15:32:23.337 5515 5563 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 15:32:23.337 5515 5563 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 15:32:23.337 5515 5563 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 15:37:33.265 6010 6010 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 15:37:33.484 6010 6010 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 15:37:33.490 6010 6010 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 15:37:33.490 6010 6010 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 15:37:33.490 6010 6010 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 15:37:33.490 6010 6010 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 15:37:33.490 6010 6010 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 15:37:33.490 6010 6010 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 15:37:33.490 6010 6010 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 15:37:33.490 6010 6010 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 15:37:33.490 6010 6010 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 15:37:33.490 6010 6010 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 15:37:33.490 6010 6010 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 15:37:33.490 6010 6010 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 15:37:33.490 6010 6010 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 15:37:33.490 6010 6010 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 15:37:33.490 6010 6010 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 15:37:33.490 6010 6010 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 15:37:33.490 6010 6010 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 15:37:33.490 6010 6010 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 15:37:33.490 6010 6010 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 15:37:33.490 6010 6010 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 15:37:33.517 6010 6010 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 15:37:33.941 6010 6010 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 15:37:33.942 6010 6010 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 15:37:33.978 6010 6010 W com.mbwhatsapp: type=1400 audit(0.0:1379170): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:37:33.984 6010 6010 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) 03-06 15:37:33.986 6010 6010 W com.mbwhatsapp: type=1400 audit(0.0:1379171): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:37:34.002 6010 6010 W com.mbwhatsapp: type=1400 audit(0.0:1379172): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:37:34.058 6010 6010 W com.mbwhatsapp: type=1400 audit(0.0:1379173): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:37:34.066 6010 6010 W com.mbwhatsapp: type=1400 audit(0.0:1379174): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:37:34.135 6010 6010 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 561ms 03-06 15:37:34.140 6010 6010 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 856ms --------- beginning of system 03-06 15:37:34.141 6010 6010 W ActivityThread: Main thread can not be idle for a long time. 03-06 15:37:34.146 6010 6057 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 15:37:34.146 6010 6057 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 15:37:34.146 6010 6057 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 15:39:23.315 6533 6533 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 15:39:23.546 6533 6533 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 15:39:23.550 6533 6533 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 15:39:23.550 6533 6533 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 15:39:23.550 6533 6533 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 15:39:23.550 6533 6533 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 15:39:23.550 6533 6533 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 15:39:23.550 6533 6533 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 15:39:23.550 6533 6533 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 15:39:23.550 6533 6533 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 15:39:23.550 6533 6533 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 15:39:23.550 6533 6533 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 15:39:23.550 6533 6533 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 15:39:23.550 6533 6533 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 15:39:23.550 6533 6533 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 15:39:23.550 6533 6533 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 15:39:23.550 6533 6533 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 15:39:23.550 6533 6533 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 15:39:23.550 6533 6533 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 15:39:23.550 6533 6533 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 15:39:23.550 6533 6533 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 15:39:23.550 6533 6533 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 15:39:23.573 6533 6533 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 15:39:23.852 6533 6533 W CheckTime: App running slow: Executing handleBindApplication : installContentProviders took 280ms 03-06 15:39:24.226 6533 6533 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 15:39:24.227 6533 6533 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 15:39:24.269 6533 6533 W com.mbwhatsapp: type=1400 audit(0.0:1379418): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:39:24.272 6533 6533 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) 03-06 15:39:24.281 6533 6533 W com.mbwhatsapp: type=1400 audit(0.0:1379419): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:39:24.293 6533 6533 W com.mbwhatsapp: type=1400 audit(0.0:1379420): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:39:24.345 6533 6533 W com.mbwhatsapp: type=1400 audit(0.0:1379421): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:39:24.357 6533 6533 W com.mbwhatsapp: type=1400 audit(0.0:1379422): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:39:24.421 6533 6533 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 568ms 03-06 15:39:24.426 6533 6589 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 15:39:24.426 6533 6589 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 15:39:24.426 6533 6589 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 15:39:24.433 6533 6533 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1099ms --------- beginning of system 03-06 15:39:24.433 6533 6533 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 15:41:22.416 6963 6963 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 15:41:22.669 6963 6963 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 15:41:22.674 6963 6963 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 15:41:22.675 6963 6963 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 15:41:22.675 6963 6963 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 15:41:22.675 6963 6963 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 15:41:22.675 6963 6963 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 15:41:22.675 6963 6963 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 15:41:22.675 6963 6963 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 15:41:22.675 6963 6963 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 15:41:22.675 6963 6963 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 15:41:22.675 6963 6963 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 15:41:22.675 6963 6963 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 15:41:22.675 6963 6963 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 15:41:22.675 6963 6963 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 15:41:22.675 6963 6963 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 15:41:22.675 6963 6963 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 15:41:22.675 6963 6963 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 15:41:22.675 6963 6963 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 15:41:22.675 6963 6963 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 15:41:22.675 6963 6963 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 15:41:22.675 6963 6963 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 15:41:22.705 6963 6963 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 15:41:22.977 6963 6963 W CheckTime: App running slow: Executing handleBindApplication : installContentProviders took 279ms 03-06 15:41:23.360 6963 6963 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 15:41:23.361 6963 6963 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 15:41:23.431 6963 6963 W com.mbwhatsapp: type=1400 audit(0.0:1379755): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:41:23.437 6963 6963 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) 03-06 15:41:23.447 6963 6963 W com.mbwhatsapp: type=1400 audit(0.0:1379756): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:41:23.463 6963 6963 W com.mbwhatsapp: type=1400 audit(0.0:1379757): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:41:23.535 6963 6963 W com.mbwhatsapp: type=1400 audit(0.0:1379758): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:41:23.547 6963 6963 W com.mbwhatsapp: type=1400 audit(0.0:1379759): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:41:23.639 6963 6963 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 661ms 03-06 15:41:23.646 6963 7088 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 15:41:23.646 6963 7088 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 15:41:23.646 6963 7088 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 15:41:23.647 6963 6963 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1187ms --------- beginning of system 03-06 15:41:23.647 6963 6963 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 15:45:24.379 7465 7465 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 15:45:24.671 7465 7465 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 15:45:24.676 7465 7465 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 15:45:24.676 7465 7465 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 15:45:24.676 7465 7465 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 15:45:24.676 7465 7465 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 15:45:24.676 7465 7465 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 15:45:24.676 7465 7465 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 15:45:24.676 7465 7465 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 15:45:24.676 7465 7465 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 15:45:24.676 7465 7465 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 15:45:24.676 7465 7465 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 15:45:24.676 7465 7465 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 15:45:24.676 7465 7465 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 15:45:24.676 7465 7465 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 15:45:24.676 7465 7465 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 15:45:24.676 7465 7465 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 15:45:24.676 7465 7465 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 15:45:24.676 7465 7465 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 15:45:24.676 7465 7465 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 15:45:24.676 7465 7465 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 15:45:24.676 7465 7465 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 15:45:24.697 7465 7465 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 15:45:25.061 7465 7465 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 15:45:25.061 7465 7465 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 15:45:25.104 7465 7465 W com.mbwhatsapp: type=1400 audit(0.0:1380003): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:45:25.110 7465 7465 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) 03-06 15:45:25.124 7465 7465 W com.mbwhatsapp: type=1400 audit(0.0:1380004): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:45:25.136 7465 7465 W com.mbwhatsapp: type=1400 audit(0.0:1380005): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:45:25.192 7465 7465 W com.mbwhatsapp: type=1400 audit(0.0:1380006): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:45:25.204 7465 7465 W com.mbwhatsapp: type=1400 audit(0.0:1380007): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:45:25.280 7465 7465 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 531ms 03-06 15:45:25.286 7465 7465 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 893ms --------- beginning of system 03-06 15:45:25.286 7465 7465 W ActivityThread: Main thread can not be idle for a long time. 03-06 15:45:25.290 7465 7571 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 15:45:25.290 7465 7571 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 15:45:25.290 7465 7571 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 15:46:38.413 7927 7927 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 15:46:38.650 7927 7927 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 15:46:38.654 7927 7927 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 15:46:38.655 7927 7927 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 15:46:38.655 7927 7927 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 15:46:38.655 7927 7927 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 15:46:38.655 7927 7927 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 15:46:38.655 7927 7927 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 15:46:38.655 7927 7927 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 15:46:38.655 7927 7927 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 15:46:38.655 7927 7927 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 15:46:38.655 7927 7927 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 15:46:38.655 7927 7927 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 15:46:38.655 7927 7927 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 15:46:38.655 7927 7927 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 15:46:38.655 7927 7927 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 15:46:38.655 7927 7927 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 15:46:38.655 7927 7927 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 15:46:38.655 7927 7927 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 15:46:38.655 7927 7927 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 15:46:38.655 7927 7927 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 15:46:38.655 7927 7927 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 15:46:38.687 7927 7927 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 15:46:39.039 7927 7927 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 15:46:39.039 7927 7927 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 15:46:39.083 7927 7927 W com.mbwhatsapp: type=1400 audit(0.0:1380160): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:46:39.089 7927 7927 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) 03-06 15:46:39.095 7927 7927 W com.mbwhatsapp: type=1400 audit(0.0:1380161): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:46:39.107 7927 7927 W com.mbwhatsapp: type=1400 audit(0.0:1380162): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:46:39.179 7927 7927 W com.mbwhatsapp: type=1400 audit(0.0:1380163): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:46:39.187 7927 7927 W com.mbwhatsapp: type=1400 audit(0.0:1380164): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:46:39.263 7927 7927 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 515ms 03-06 15:46:39.269 7927 7927 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 808ms --------- beginning of system 03-06 15:46:39.269 7927 7927 W ActivityThread: Main thread can not be idle for a long time. 03-06 15:47:23.293 8004 8004 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 15:47:23.381 8004 8004 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 15:47:23.382 8004 8004 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 15:47:23.382 8004 8004 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 15:47:23.382 8004 8004 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 15:47:23.382 8004 8004 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 15:47:23.382 8004 8004 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 15:47:23.382 8004 8004 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 15:47:23.382 8004 8004 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 15:47:23.382 8004 8004 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 15:47:23.382 8004 8004 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 15:47:23.382 8004 8004 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 15:47:23.382 8004 8004 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 15:47:23.382 8004 8004 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 15:47:23.382 8004 8004 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 15:47:23.382 8004 8004 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 15:47:23.382 8004 8004 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 15:47:23.382 8004 8004 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 15:47:23.382 8004 8004 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 15:47:23.382 8004 8004 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 15:47:23.382 8004 8004 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 15:47:23.382 8004 8004 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 15:47:23.391 8004 8004 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 15:47:23.578 8004 8004 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 15:47:23.579 8004 8004 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 15:47:23.603 8004 8004 W com.mbwhatsapp: type=1400 audit(0.0:1380257): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:47:23.603 8004 8004 W com.mbwhatsapp: type=1400 audit(0.0:1380258): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:47:23.607 8004 8004 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) 03-06 15:47:23.611 8004 8004 W com.mbwhatsapp: type=1400 audit(0.0:1380259): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:47:23.631 8004 8004 W com.mbwhatsapp: type=1400 audit(0.0:1380260): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:47:23.643 8004 8004 W com.mbwhatsapp: type=1400 audit(0.0:1380261): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:47:23.703 8004 8004 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 284ms 03-06 15:47:23.709 8004 8087 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 15:47:23.709 8004 8087 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 15:47:23.709 8004 8087 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 15:50:22.414 8464 8464 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 15:50:22.740 8464 8464 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 15:50:22.748 8464 8464 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 15:50:22.748 8464 8464 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 15:50:22.748 8464 8464 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 15:50:22.748 8464 8464 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 15:50:22.748 8464 8464 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 15:50:22.748 8464 8464 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 15:50:22.748 8464 8464 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 15:50:22.748 8464 8464 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 15:50:22.748 8464 8464 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 15:50:22.748 8464 8464 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 15:50:22.748 8464 8464 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 15:50:22.748 8464 8464 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 15:50:22.748 8464 8464 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 15:50:22.748 8464 8464 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 15:50:22.748 8464 8464 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 15:50:22.748 8464 8464 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 15:50:22.748 8464 8464 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 15:50:22.748 8464 8464 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 15:50:22.748 8464 8464 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 15:50:22.748 8464 8464 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 15:50:22.795 8464 8464 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 15:50:23.214 8464 8464 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 15:50:23.214 8464 8464 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 15:50:23.292 8464 8464 W com.mbwhatsapp: type=1400 audit(0.0:1380684): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:50:23.295 8464 8464 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) 03-06 15:50:23.300 8464 8464 W com.mbwhatsapp: type=1400 audit(0.0:1380685): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:50:23.312 8464 8464 W com.mbwhatsapp: type=1400 audit(0.0:1380686): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:50:23.376 8464 8464 W com.mbwhatsapp: type=1400 audit(0.0:1380687): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:50:23.384 8464 8464 W com.mbwhatsapp: type=1400 audit(0.0:1380688): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:50:23.474 8464 8464 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 600ms 03-06 15:50:23.480 8464 8464 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1042ms --------- beginning of system 03-06 15:50:23.480 8464 8464 W ActivityThread: Main thread can not be idle for a long time. 03-06 15:50:23.484 8464 8524 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 15:50:23.484 8464 8524 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 15:50:23.484 8464 8524 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 15:51:24.316 8880 8880 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 15:51:24.587 8880 8880 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 15:51:24.589 8880 8880 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 15:51:24.590 8880 8880 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 15:51:24.590 8880 8880 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 15:51:24.590 8880 8880 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 15:51:24.590 8880 8880 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 15:51:24.590 8880 8880 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 15:51:24.590 8880 8880 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 15:51:24.590 8880 8880 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 15:51:24.590 8880 8880 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 15:51:24.590 8880 8880 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 15:51:24.590 8880 8880 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 15:51:24.590 8880 8880 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 15:51:24.590 8880 8880 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 15:51:24.590 8880 8880 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 15:51:24.590 8880 8880 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 15:51:24.590 8880 8880 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 15:51:24.590 8880 8880 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 15:51:24.590 8880 8880 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 15:51:24.590 8880 8880 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 15:51:24.590 8880 8880 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 15:51:24.611 8880 8880 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 15:51:24.946 8880 8880 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 15:51:24.946 8880 8880 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 15:51:24.995 8880 8880 W com.mbwhatsapp: type=1400 audit(0.0:1380734): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:51:24.999 8880 8880 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) 03-06 15:51:25.011 8880 8880 W com.mbwhatsapp: type=1400 audit(0.0:1380735): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:51:25.023 8880 8880 W com.mbwhatsapp: type=1400 audit(0.0:1380736): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:51:25.099 8880 8880 W com.mbwhatsapp: type=1400 audit(0.0:1380737): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:51:25.107 8880 8880 W com.mbwhatsapp: type=1400 audit(0.0:1380738): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:51:25.186 8880 8880 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 534ms 03-06 15:51:25.192 8880 8880 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 862ms --------- beginning of system 03-06 15:51:25.192 8880 8880 W ActivityThread: Main thread can not be idle for a long time. 03-06 15:51:25.194 8880 8999 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 15:51:25.194 8880 8999 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 15:51:25.194 8880 8999 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 15:55:22.412 9418 9418 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 15:55:22.609 9418 9418 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 15:55:22.616 9418 9418 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 15:55:22.616 9418 9418 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 15:55:22.616 9418 9418 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 15:55:22.616 9418 9418 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 15:55:22.616 9418 9418 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 15:55:22.616 9418 9418 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 15:55:22.616 9418 9418 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 15:55:22.616 9418 9418 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 15:55:22.616 9418 9418 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 15:55:22.616 9418 9418 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 15:55:22.616 9418 9418 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 15:55:22.616 9418 9418 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 15:55:22.616 9418 9418 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 15:55:22.616 9418 9418 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 15:55:22.616 9418 9418 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 15:55:22.616 9418 9418 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 15:55:22.616 9418 9418 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 15:55:22.616 9418 9418 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 15:55:22.616 9418 9418 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 15:55:22.616 9418 9418 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 15:55:22.646 9418 9418 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 15:55:22.980 9418 9418 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 15:55:22.980 9418 9418 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 15:55:23.028 9418 9418 W com.mbwhatsapp: type=1400 audit(0.0:1381161): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:55:23.031 9418 9418 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) 03-06 15:55:23.032 9418 9418 W com.mbwhatsapp: type=1400 audit(0.0:1381162): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:55:23.044 9418 9418 W com.mbwhatsapp: type=1400 audit(0.0:1381163): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:55:23.096 9418 9418 W com.mbwhatsapp: type=1400 audit(0.0:1381164): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:55:23.104 9418 9418 W com.mbwhatsapp: type=1400 audit(0.0:1381165): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:55:23.174 9418 9418 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 475ms 03-06 15:55:23.181 9418 9418 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 748ms --------- beginning of system 03-06 15:55:23.181 9418 9418 W ActivityThread: Main thread can not be idle for a long time. 03-06 15:55:23.187 9418 9469 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 15:55:23.187 9418 9469 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 15:55:23.187 9418 9469 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 15:59:22.428 9870 9870 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 15:59:22.760 9870 9870 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 15:59:22.761 9870 9870 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 15:59:22.761 9870 9870 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 15:59:22.761 9870 9870 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 15:59:22.761 9870 9870 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 15:59:22.761 9870 9870 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 15:59:22.761 9870 9870 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 15:59:22.761 9870 9870 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 15:59:22.761 9870 9870 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 15:59:22.761 9870 9870 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 15:59:22.761 9870 9870 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 15:59:22.761 9870 9870 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 15:59:22.761 9870 9870 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 15:59:22.761 9870 9870 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 15:59:22.761 9870 9870 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 15:59:22.761 9870 9870 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 15:59:22.761 9870 9870 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 15:59:22.761 9870 9870 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 15:59:22.761 9870 9870 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 15:59:22.762 9870 9870 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 15:59:22.762 9870 9870 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 15:59:22.795 9870 9870 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 15:59:23.243 9870 9870 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 15:59:23.243 9870 9870 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 15:59:23.310 9870 9870 W com.mbwhatsapp: type=1400 audit(0.0:1381678): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:59:23.316 9870 9870 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) 03-06 15:59:23.326 9870 9870 W com.mbwhatsapp: type=1400 audit(0.0:1381679): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:59:23.334 9870 9870 W com.mbwhatsapp: type=1400 audit(0.0:1381680): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:59:23.406 9870 9870 W com.mbwhatsapp: type=1400 audit(0.0:1381681): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:59:23.418 9870 9870 W com.mbwhatsapp: type=1400 audit(0.0:1381682): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 15:59:23.502 9870 9870 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 639ms 03-06 15:59:23.510 9870 9870 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1063ms --------- beginning of system 03-06 15:59:23.510 9870 9870 W ActivityThread: Main thread can not be idle for a long time. 03-06 15:59:23.521 9870 9972 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 15:59:23.521 9870 9972 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 15:59:23.521 9870 9972 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 16:02:22.411 10312 10312 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 16:02:22.631 10312 10312 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 16:02:22.632 10312 10312 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 16:02:22.632 10312 10312 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 16:02:22.632 10312 10312 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 16:02:22.632 10312 10312 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 16:02:22.632 10312 10312 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 16:02:22.632 10312 10312 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 16:02:22.632 10312 10312 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 16:02:22.632 10312 10312 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 16:02:22.632 10312 10312 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 16:02:22.632 10312 10312 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 16:02:22.632 10312 10312 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 16:02:22.632 10312 10312 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 16:02:22.632 10312 10312 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 16:02:22.632 10312 10312 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 16:02:22.633 10312 10312 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 16:02:22.633 10312 10312 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 16:02:22.633 10312 10312 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 16:02:22.633 10312 10312 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 16:02:22.633 10312 10312 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 16:02:22.633 10312 10312 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 16:02:22.669 10312 10312 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 16:02:22.995 10312 10312 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 16:02:22.995 10312 10312 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 16:02:23.059 10312 10312 W com.mbwhatsapp: type=1400 audit(0.0:1381925): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 16:02:23.063 10312 10312 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) 03-06 16:02:23.067 10312 10312 W com.mbwhatsapp: type=1400 audit(0.0:1381926): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 16:02:23.083 10312 10312 W com.mbwhatsapp: type=1400 audit(0.0:1381927): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 16:02:23.167 10312 10312 W com.mbwhatsapp: type=1400 audit(0.0:1381928): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 16:02:23.183 10312 10312 W com.mbwhatsapp: type=1400 audit(0.0:1381929): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 16:02:23.272 10312 10407 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 16:02:23.272 10312 10407 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 16:02:23.272 10312 10407 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 16:02:23.273 10312 10312 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 546ms 03-06 16:02:23.279 10312 10312 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 848ms --------- beginning of system 03-06 16:02:23.279 10312 10312 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 16:06:42.496 10783 10783 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 16:06:42.720 10783 10783 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 16:06:42.722 10783 10783 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 16:06:42.722 10783 10783 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 16:06:42.722 10783 10783 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 16:06:42.722 10783 10783 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 16:06:42.722 10783 10783 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 16:06:42.722 10783 10783 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 16:06:42.722 10783 10783 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 16:06:42.722 10783 10783 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 16:06:42.722 10783 10783 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 16:06:42.722 10783 10783 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 16:06:42.722 10783 10783 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 16:06:42.722 10783 10783 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 16:06:42.722 10783 10783 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 16:06:42.722 10783 10783 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 16:06:42.722 10783 10783 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 16:06:42.722 10783 10783 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 16:06:42.722 10783 10783 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 16:06:42.722 10783 10783 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 16:06:42.722 10783 10783 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 16:06:42.722 10783 10783 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 16:06:42.741 10783 10783 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 16:06:43.062 10783 10783 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 16:06:43.062 10783 10783 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 16:06:43.108 10783 10783 W com.mbwhatsapp: type=1400 audit(0.0:1382442): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 16:06:43.115 10783 10783 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) 03-06 16:06:43.120 10783 10783 W com.mbwhatsapp: type=1400 audit(0.0:1382443): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 16:06:43.132 10783 10783 W com.mbwhatsapp: type=1400 audit(0.0:1382444): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 16:06:43.192 10783 10783 W com.mbwhatsapp: type=1400 audit(0.0:1382445): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 16:06:43.212 10783 10783 W com.mbwhatsapp: type=1400 audit(0.0:1382446): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 16:06:43.287 10783 10783 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 504ms 03-06 16:06:43.296 10783 10783 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 785ms --------- beginning of system 03-06 16:06:43.296 10783 10783 W ActivityThread: Main thread can not be idle for a long time. 03-06 16:06:43.316 10783 10878 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 16:06:43.316 10783 10878 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 16:06:43.316 10783 10878 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 16:11:45.279 11238 11238 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 16:11:45.593 11238 11238 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 16:11:45.595 11238 11238 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 16:11:45.596 11238 11238 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 16:11:45.596 11238 11238 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 16:11:45.596 11238 11238 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 16:11:45.596 11238 11238 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 16:11:45.596 11238 11238 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 16:11:45.596 11238 11238 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 16:11:45.596 11238 11238 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 16:11:45.596 11238 11238 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 16:11:45.596 11238 11238 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 16:11:45.596 11238 11238 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 16:11:45.596 11238 11238 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 16:11:45.596 11238 11238 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 16:11:45.596 11238 11238 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 16:11:45.596 11238 11238 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 16:11:45.596 11238 11238 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 16:11:45.596 11238 11238 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 16:11:45.596 11238 11238 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 16:11:45.596 11238 11238 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 16:11:45.596 11238 11238 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 16:11:45.640 11238 11238 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 16:11:46.053 11238 11238 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 16:11:46.053 11238 11238 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 16:11:46.112 11238 11238 W com.mbwhatsapp: type=1400 audit(0.0:1383140): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 16:11:46.117 11238 11238 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) 03-06 16:11:46.120 11238 11238 W com.mbwhatsapp: type=1400 audit(0.0:1383141): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 16:11:46.132 11238 11238 W com.mbwhatsapp: type=1400 audit(0.0:1383142): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 16:11:46.192 11238 11238 W com.mbwhatsapp: type=1400 audit(0.0:1383143): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 16:11:46.204 11238 11238 W com.mbwhatsapp: type=1400 audit(0.0:1383144): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 16:11:46.291 11238 11238 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 565ms 03-06 16:11:46.297 11238 11238 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 994ms --------- beginning of system 03-06 16:11:46.297 11238 11238 W ActivityThread: Main thread can not be idle for a long time. 03-06 16:11:46.300 11238 11285 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 16:11:46.300 11238 11285 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 16:11:46.300 11238 11285 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 16:17:23.442 12119 12119 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 16:17:23.799 12119 12119 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 16:17:23.801 12119 12119 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 16:17:23.801 12119 12119 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 16:17:23.801 12119 12119 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 16:17:23.801 12119 12119 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 16:17:23.801 12119 12119 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 16:17:23.801 12119 12119 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 16:17:23.801 12119 12119 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 16:17:23.801 12119 12119 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 16:17:23.801 12119 12119 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 16:17:23.801 12119 12119 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 16:17:23.801 12119 12119 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 16:17:23.802 12119 12119 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 16:17:23.802 12119 12119 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 16:17:23.802 12119 12119 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 16:17:23.802 12119 12119 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 16:17:23.802 12119 12119 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 16:17:23.802 12119 12119 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 16:17:23.802 12119 12119 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 16:17:23.802 12119 12119 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 16:17:23.802 12119 12119 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 16:17:23.839 12119 12119 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 16:17:24.273 12119 12119 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 16:17:24.273 12119 12119 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 16:17:24.344 12119 12119 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) 03-06 16:17:24.589 12119 12119 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 684ms 03-06 16:17:24.607 12119 12119 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1150ms --------- beginning of system 03-06 16:17:24.607 12119 12119 W ActivityThread: Main thread can not be idle for a long time. 03-06 16:17:24.631 12119 12189 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 16:17:24.631 12119 12189 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 16:17:24.631 12119 12189 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 16:21:05.425 12345 12345 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 16:21:05.634 12345 12345 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 16:21:05.636 12345 12345 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 16:21:05.636 12345 12345 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 16:21:05.636 12345 12345 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 16:21:05.636 12345 12345 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 16:21:05.636 12345 12345 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 16:21:05.636 12345 12345 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 16:21:05.636 12345 12345 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 16:21:05.636 12345 12345 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 16:21:05.636 12345 12345 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 16:21:05.636 12345 12345 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 16:21:05.636 12345 12345 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 16:21:05.636 12345 12345 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 16:21:05.636 12345 12345 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 16:21:05.636 12345 12345 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 16:21:05.636 12345 12345 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 16:21:05.636 12345 12345 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 16:21:05.636 12345 12345 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 16:21:05.636 12345 12345 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 16:21:05.636 12345 12345 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 16:21:05.636 12345 12345 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 16:21:05.661 12345 12345 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 16:21:06.003 12345 12345 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 16:21:06.003 12345 12345 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 16:21:06.045 12345 12345 W com.mbwhatsapp: type=1400 audit(0.0:1383904): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 16:21:06.052 12345 12345 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) 03-06 16:21:06.069 12345 12345 W com.mbwhatsapp: type=1400 audit(0.0:1383905): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 16:21:06.085 12345 12345 W com.mbwhatsapp: type=1400 audit(0.0:1383906): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 16:21:06.161 12345 12345 W com.mbwhatsapp: type=1400 audit(0.0:1383907): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 16:21:06.173 12345 12345 W com.mbwhatsapp: type=1400 audit(0.0:1383908): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 16:21:06.250 12345 12345 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 547ms 03-06 16:21:06.256 12345 12345 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 812ms --------- beginning of system 03-06 16:21:06.256 12345 12345 W ActivityThread: Main thread can not be idle for a long time. 03-06 16:21:06.259 12345 12477 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 16:21:06.259 12345 12477 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 16:21:06.259 12345 12477 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 16:24:06.286 12831 12831 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 16:24:06.583 12831 12831 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 16:24:06.591 12831 12831 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 16:24:06.591 12831 12831 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 16:24:06.591 12831 12831 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 16:24:06.591 12831 12831 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 16:24:06.591 12831 12831 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 16:24:06.591 12831 12831 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 16:24:06.591 12831 12831 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 16:24:06.591 12831 12831 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 16:24:06.591 12831 12831 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 16:24:06.591 12831 12831 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 16:24:06.591 12831 12831 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 16:24:06.591 12831 12831 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 16:24:06.591 12831 12831 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 16:24:06.591 12831 12831 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 16:24:06.591 12831 12831 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 16:24:06.591 12831 12831 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 16:24:06.591 12831 12831 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 16:24:06.591 12831 12831 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 16:24:06.591 12831 12831 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 16:24:06.592 12831 12831 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 16:24:06.625 12831 12831 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 16:24:07.013 12831 12831 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 16:24:07.013 12831 12831 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 16:24:07.062 12831 12831 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) 03-06 16:24:07.220 12831 12831 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 537ms 03-06 16:24:07.226 12831 12831 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 917ms --------- beginning of system 03-06 16:24:07.226 12831 12831 W ActivityThread: Main thread can not be idle for a long time. 03-06 16:24:07.227 12831 12881 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 16:24:07.227 12831 12881 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 16:24:07.227 12831 12881 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 16:27:54.301 13366 13366 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 16:27:54.535 13366 13366 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 16:27:54.543 13366 13366 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 16:27:54.543 13366 13366 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 16:27:54.543 13366 13366 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 16:27:54.543 13366 13366 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 16:27:54.543 13366 13366 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 16:27:54.543 13366 13366 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 16:27:54.543 13366 13366 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 16:27:54.543 13366 13366 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 16:27:54.543 13366 13366 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 16:27:54.543 13366 13366 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 16:27:54.543 13366 13366 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 16:27:54.543 13366 13366 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 16:27:54.543 13366 13366 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 16:27:54.543 13366 13366 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 16:27:54.543 13366 13366 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 16:27:54.543 13366 13366 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 16:27:54.543 13366 13366 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 16:27:54.543 13366 13366 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 16:27:54.543 13366 13366 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 16:27:54.543 13366 13366 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 16:27:54.563 13366 13366 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 16:27:54.884 13366 13366 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 16:27:54.884 13366 13366 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 16:27:54.959 13366 13366 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) 03-06 16:27:55.139 13366 13366 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 528ms 03-06 16:27:55.146 13366 13366 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 826ms --------- beginning of system 03-06 16:27:55.146 13366 13366 W ActivityThread: Main thread can not be idle for a long time. 03-06 16:27:55.159 13366 13484 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 16:27:55.159 13366 13484 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 16:27:55.159 13366 13484 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 16:36:22.458 13965 13965 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 16:36:22.691 13965 13965 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 16:36:22.694 13965 13965 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 16:36:22.694 13965 13965 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 16:36:22.694 13965 13965 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 16:36:22.694 13965 13965 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 16:36:22.695 13965 13965 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 16:36:22.695 13965 13965 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 16:36:22.695 13965 13965 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 16:36:22.695 13965 13965 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 16:36:22.695 13965 13965 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 16:36:22.695 13965 13965 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 16:36:22.695 13965 13965 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 16:36:22.695 13965 13965 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 16:36:22.695 13965 13965 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 16:36:22.695 13965 13965 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 16:36:22.695 13965 13965 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 16:36:22.695 13965 13965 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 16:36:22.695 13965 13965 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 16:36:22.695 13965 13965 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 16:36:22.695 13965 13965 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 16:36:22.695 13965 13965 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 16:36:22.714 13965 13965 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 16:36:23.034 13965 13965 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 16:36:23.035 13965 13965 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 16:36:23.069 13965 13965 W com.mbwhatsapp: type=1400 audit(0.0:1385275): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 16:36:23.076 13965 13965 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) 03-06 16:36:23.085 13965 13965 W com.mbwhatsapp: type=1400 audit(0.0:1385276): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 16:36:23.097 13965 13965 W com.mbwhatsapp: type=1400 audit(0.0:1385277): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 16:36:23.173 13965 13965 W com.mbwhatsapp: type=1400 audit(0.0:1385278): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 16:36:23.181 13965 13965 W com.mbwhatsapp: type=1400 audit(0.0:1385279): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 16:36:23.247 13965 13965 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 481ms 03-06 16:36:23.253 13965 13965 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 776ms --------- beginning of system 03-06 16:36:23.253 13965 13965 W ActivityThread: Main thread can not be idle for a long time. 03-06 16:36:23.259 13965 14014 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 16:36:23.259 13965 14014 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 16:36:23.259 13965 14014 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 16:42:27.758 14821 14821 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 16:42:27.942 14821 14821 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 16:42:27.950 14821 14821 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 16:42:27.950 14821 14821 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 16:42:27.950 14821 14821 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 16:42:27.950 14821 14821 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 16:42:27.950 14821 14821 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 16:42:27.950 14821 14821 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 16:42:27.950 14821 14821 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 16:42:27.950 14821 14821 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 16:42:27.950 14821 14821 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 16:42:27.950 14821 14821 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 16:42:27.950 14821 14821 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 16:42:27.950 14821 14821 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 16:42:27.950 14821 14821 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 16:42:27.950 14821 14821 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 16:42:27.950 14821 14821 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 16:42:27.950 14821 14821 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 16:42:27.950 14821 14821 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 16:42:27.950 14821 14821 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 16:42:27.950 14821 14821 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 16:42:27.950 14821 14821 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 16:42:27.976 14821 14821 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 16:42:28.385 14821 14821 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 16:42:28.386 14821 14821 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 16:42:28.423 14821 14821 W com.mbwhatsapp: type=1400 audit(0.0:1386062): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 16:42:28.428 14821 14821 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) 03-06 16:42:28.431 14821 14821 W com.mbwhatsapp: type=1400 audit(0.0:1386063): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 16:42:28.443 14821 14821 W com.mbwhatsapp: type=1400 audit(0.0:1386064): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 16:42:28.491 14821 14821 W com.mbwhatsapp: type=1400 audit(0.0:1386065): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 16:42:28.499 14821 14821 W com.mbwhatsapp: type=1400 audit(0.0:1386066): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 16:42:28.568 14821 14821 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 543ms 03-06 16:42:28.574 14821 14868 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 16:42:28.574 14821 14868 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 16:42:28.574 14821 14868 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 16:42:28.583 14821 14821 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 808ms --------- beginning of system 03-06 16:42:28.583 14821 14821 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 17:05:29.386 15790 15790 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 17:05:29.634 15790 15790 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 17:05:29.642 15790 15790 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 17:05:29.642 15790 15790 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 17:05:29.642 15790 15790 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 17:05:29.642 15790 15790 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 17:05:29.642 15790 15790 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 17:05:29.642 15790 15790 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 17:05:29.642 15790 15790 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 17:05:29.642 15790 15790 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 17:05:29.642 15790 15790 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 17:05:29.642 15790 15790 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 17:05:29.642 15790 15790 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 17:05:29.642 15790 15790 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 17:05:29.642 15790 15790 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 17:05:29.642 15790 15790 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 17:05:29.642 15790 15790 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 17:05:29.642 15790 15790 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 17:05:29.642 15790 15790 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 17:05:29.642 15790 15790 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 17:05:29.642 15790 15790 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 17:05:29.642 15790 15790 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 17:05:29.666 15790 15790 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 17:05:30.081 15790 15790 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 17:05:30.082 15790 15790 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 17:05:30.173 15790 15790 W com.mbwhatsapp: type=1400 audit(0.0:1387659): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:05:30.178 15790 15790 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) 03-06 17:05:30.189 15790 15790 W com.mbwhatsapp: type=1400 audit(0.0:1387660): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:05:30.205 15790 15790 W com.mbwhatsapp: type=1400 audit(0.0:1387661): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:05:30.281 15790 15790 W com.mbwhatsapp: type=1400 audit(0.0:1387662): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:05:30.305 15790 15790 W com.mbwhatsapp: type=1400 audit(0.0:1387663): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:05:30.384 15790 15790 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 663ms 03-06 17:05:30.396 15790 15840 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 17:05:30.396 15790 15840 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 17:05:30.396 15790 15840 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 17:05:30.401 15790 15790 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 993ms --------- beginning of system 03-06 17:05:30.401 15790 15790 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 17:06:22.429 16168 16168 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 17:06:22.669 16168 16168 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 17:06:22.672 16168 16168 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 17:06:22.672 16168 16168 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 17:06:22.672 16168 16168 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 17:06:22.672 16168 16168 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 17:06:22.672 16168 16168 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 17:06:22.672 16168 16168 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 17:06:22.672 16168 16168 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 17:06:22.672 16168 16168 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 17:06:22.672 16168 16168 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 17:06:22.672 16168 16168 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 17:06:22.672 16168 16168 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 17:06:22.672 16168 16168 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 17:06:22.672 16168 16168 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 17:06:22.672 16168 16168 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 17:06:22.673 16168 16168 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 17:06:22.673 16168 16168 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 17:06:22.673 16168 16168 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 17:06:22.673 16168 16168 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 17:06:22.673 16168 16168 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 17:06:22.673 16168 16168 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 17:06:22.693 16168 16168 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 17:06:23.043 16168 16168 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 17:06:23.043 16168 16168 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 17:06:23.080 16168 16168 W com.mbwhatsapp: type=1400 audit(0.0:1387808): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:06:23.087 16168 16168 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) 03-06 17:06:23.096 16168 16168 W com.mbwhatsapp: type=1400 audit(0.0:1387809): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:06:23.112 16168 16168 W com.mbwhatsapp: type=1400 audit(0.0:1387810): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:06:23.172 16168 16168 W com.mbwhatsapp: type=1400 audit(0.0:1387811): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:06:23.184 16168 16168 W com.mbwhatsapp: type=1400 audit(0.0:1387812): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:06:23.248 16168 16168 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 501ms 03-06 17:06:23.252 16168 16237 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 17:06:23.252 16168 16237 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 17:06:23.252 16168 16237 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 17:06:23.254 16168 16168 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 804ms --------- beginning of system 03-06 17:06:23.254 16168 16168 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 17:07:54.298 16584 16584 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 17:07:54.563 16584 16584 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 17:07:54.565 16584 16584 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 17:07:54.566 16584 16584 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 17:07:54.566 16584 16584 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 17:07:54.566 16584 16584 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 17:07:54.566 16584 16584 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 17:07:54.566 16584 16584 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 17:07:54.566 16584 16584 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 17:07:54.566 16584 16584 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 17:07:54.566 16584 16584 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 17:07:54.566 16584 16584 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 17:07:54.566 16584 16584 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 17:07:54.566 16584 16584 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 17:07:54.566 16584 16584 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 17:07:54.566 16584 16584 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 17:07:54.566 16584 16584 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 17:07:54.566 16584 16584 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 17:07:54.566 16584 16584 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 17:07:54.566 16584 16584 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 17:07:54.566 16584 16584 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 17:07:54.566 16584 16584 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 17:07:54.587 16584 16584 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 17:07:54.998 16584 16584 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 17:07:54.998 16584 16584 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 17:07:55.043 16584 16584 W com.mbwhatsapp: type=1400 audit(0.0:1387949): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:07:55.049 16584 16584 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) 03-06 17:07:55.063 16584 16584 W com.mbwhatsapp: type=1400 audit(0.0:1387950): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:07:55.079 16584 16584 W com.mbwhatsapp: type=1400 audit(0.0:1387951): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:07:55.139 16584 16584 W com.mbwhatsapp: type=1400 audit(0.0:1387952): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:07:55.147 16584 16584 W com.mbwhatsapp: type=1400 audit(0.0:1387953): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:07:55.217 16584 16584 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 580ms 03-06 17:07:55.222 16584 16584 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 902ms --------- beginning of system 03-06 17:07:55.222 16584 16584 W ActivityThread: Main thread can not be idle for a long time. 03-06 17:07:55.226 16584 16641 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 17:07:55.226 16584 16641 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 17:07:55.226 16584 16641 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 17:09:24.506 17205 17205 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 17:09:24.770 17205 17205 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 17:09:24.772 17205 17205 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 17:09:24.772 17205 17205 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 17:09:24.772 17205 17205 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 17:09:24.772 17205 17205 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 17:09:24.772 17205 17205 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 17:09:24.772 17205 17205 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 17:09:24.773 17205 17205 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 17:09:24.773 17205 17205 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 17:09:24.773 17205 17205 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 17:09:24.773 17205 17205 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 17:09:24.773 17205 17205 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 17:09:24.773 17205 17205 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 17:09:24.773 17205 17205 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 17:09:24.773 17205 17205 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 17:09:24.773 17205 17205 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 17:09:24.773 17205 17205 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 17:09:24.773 17205 17205 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 17:09:24.773 17205 17205 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 17:09:24.773 17205 17205 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 17:09:24.773 17205 17205 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 17:09:24.806 17205 17205 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 17:09:25.259 17205 17205 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 17:09:25.260 17205 17205 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 17:09:25.329 17205 17205 W com.mbwhatsapp: type=1400 audit(0.0:1388286): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:09:25.336 17205 17205 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) 03-06 17:09:25.341 17205 17205 W com.mbwhatsapp: type=1400 audit(0.0:1388287): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:09:25.357 17205 17205 W com.mbwhatsapp: type=1400 audit(0.0:1388288): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:09:25.437 17205 17205 W com.mbwhatsapp: type=1400 audit(0.0:1388289): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:09:25.449 17205 17205 W com.mbwhatsapp: type=1400 audit(0.0:1388290): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:09:25.547 17205 17302 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 17:09:25.547 17205 17302 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 17:09:25.547 17205 17302 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 17:09:25.550 17205 17205 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 683ms 03-06 17:09:25.557 17205 17205 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1037ms --------- beginning of system 03-06 17:09:25.557 17205 17205 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 17:10:43.220 17787 17787 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 17:10:43.575 17787 17787 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 17:10:43.576 17787 17787 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 17:10:43.576 17787 17787 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 17:10:43.576 17787 17787 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 17:10:43.576 17787 17787 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 17:10:43.576 17787 17787 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 17:10:43.576 17787 17787 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 17:10:43.576 17787 17787 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 17:10:43.576 17787 17787 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 17:10:43.576 17787 17787 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 17:10:43.576 17787 17787 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 17:10:43.576 17787 17787 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 17:10:43.576 17787 17787 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 17:10:43.576 17787 17787 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 17:10:43.576 17787 17787 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 17:10:43.576 17787 17787 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 17:10:43.576 17787 17787 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 17:10:43.576 17787 17787 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 17:10:43.576 17787 17787 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 17:10:43.576 17787 17787 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 17:10:43.576 17787 17787 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 17:10:43.595 17787 17787 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 17:10:43.988 17787 17787 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 17:10:43.988 17787 17787 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 17:10:44.048 17787 17787 W com.mbwhatsapp: type=1400 audit(0.0:1388606): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:10:44.051 17787 17787 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) 03-06 17:10:44.064 17787 17787 W com.mbwhatsapp: type=1400 audit(0.0:1388607): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:10:44.072 17787 17787 W com.mbwhatsapp: type=1400 audit(0.0:1388608): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:10:44.144 17787 17787 W com.mbwhatsapp: type=1400 audit(0.0:1388609): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:10:44.152 17787 17787 W com.mbwhatsapp: type=1400 audit(0.0:1388610): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:10:44.248 17787 17787 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 605ms 03-06 17:10:44.261 17787 17787 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1024ms --------- beginning of system 03-06 17:10:44.262 17787 17787 W ActivityThread: Main thread can not be idle for a long time. 03-06 17:11:33.511 18438 18438 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 17:11:33.611 18438 18438 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 17:11:33.611 18438 18438 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 17:11:33.611 18438 18438 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 17:11:33.611 18438 18438 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 17:11:33.611 18438 18438 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 17:11:33.611 18438 18438 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 17:11:33.611 18438 18438 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 17:11:33.611 18438 18438 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 17:11:33.611 18438 18438 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 17:11:33.611 18438 18438 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 17:11:33.611 18438 18438 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 17:11:33.611 18438 18438 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 17:11:33.611 18438 18438 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 17:11:33.611 18438 18438 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 17:11:33.611 18438 18438 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 17:11:33.611 18438 18438 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 17:11:33.611 18438 18438 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 17:11:33.611 18438 18438 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 17:11:33.612 18438 18438 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 17:11:33.612 18438 18438 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 17:11:33.612 18438 18438 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 17:11:33.621 18438 18438 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 17:11:33.880 18438 18438 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 17:11:33.880 18438 18438 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 17:11:33.904 18438 18438 W com.mbwhatsapp: type=1400 audit(0.0:1388613): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:11:33.908 18438 18438 W com.mbwhatsapp: type=1400 audit(0.0:1388614): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:11:33.909 18438 18438 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) 03-06 17:11:33.916 18438 18438 W com.mbwhatsapp: type=1400 audit(0.0:1388615): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:11:33.932 18438 18438 W com.mbwhatsapp: type=1400 audit(0.0:1388616): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:11:33.940 18438 18438 W com.mbwhatsapp: type=1400 audit(0.0:1388617): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:11:33.987 18438 18438 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 339ms 03-06 17:11:33.995 18438 18501 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 17:11:33.995 18438 18501 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 17:11:33.995 18438 18501 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 17:16:35.719 19209 19209 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 17:16:35.974 19209 19209 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 17:16:35.977 19209 19209 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 17:16:35.977 19209 19209 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 17:16:35.977 19209 19209 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 17:16:35.977 19209 19209 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 17:16:35.977 19209 19209 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 17:16:35.977 19209 19209 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 17:16:35.977 19209 19209 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 17:16:35.977 19209 19209 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 17:16:35.978 19209 19209 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 17:16:35.978 19209 19209 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 17:16:35.978 19209 19209 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 17:16:35.978 19209 19209 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 17:16:35.978 19209 19209 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 17:16:35.978 19209 19209 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 17:16:35.978 19209 19209 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 17:16:35.978 19209 19209 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 17:16:35.978 19209 19209 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 17:16:35.978 19209 19209 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 17:16:35.978 19209 19209 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 17:16:35.978 19209 19209 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 17:16:36.003 19209 19209 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 17:16:36.403 19209 19209 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 17:16:36.403 19209 19209 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 17:16:36.442 19209 19209 W com.mbwhatsapp: type=1400 audit(0.0:1389767): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:16:36.446 19209 19209 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) 03-06 17:16:36.454 19209 19209 W com.mbwhatsapp: type=1400 audit(0.0:1389768): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:16:36.470 19209 19209 W com.mbwhatsapp: type=1400 audit(0.0:1389769): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:16:36.538 19209 19209 W com.mbwhatsapp: type=1400 audit(0.0:1389770): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:16:36.550 19209 19209 W com.mbwhatsapp: type=1400 audit(0.0:1389771): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:16:36.616 19209 19209 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 554ms 03-06 17:16:36.622 19209 19257 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 17:16:36.622 19209 19257 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 17:16:36.622 19209 19257 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 17:16:36.683 19209 19209 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 941ms --------- beginning of system 03-06 17:16:36.683 19209 19209 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 17:17:22.403 20007 20007 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 17:17:22.682 20007 20007 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 17:17:22.685 20007 20007 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 17:17:22.686 20007 20007 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 17:17:22.686 20007 20007 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 17:17:22.686 20007 20007 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 17:17:22.686 20007 20007 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 17:17:22.686 20007 20007 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 17:17:22.686 20007 20007 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 17:17:22.686 20007 20007 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 17:17:22.686 20007 20007 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 17:17:22.686 20007 20007 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 17:17:22.686 20007 20007 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 17:17:22.686 20007 20007 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 17:17:22.686 20007 20007 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 17:17:22.686 20007 20007 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 17:17:22.686 20007 20007 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 17:17:22.686 20007 20007 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 17:17:22.686 20007 20007 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 17:17:22.686 20007 20007 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 17:17:22.686 20007 20007 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 17:17:22.686 20007 20007 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 17:17:22.724 20007 20007 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 17:17:23.130 20007 20007 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 17:17:23.130 20007 20007 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 17:17:23.200 20007 20007 W com.mbwhatsapp: type=1400 audit(0.0:1389950): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:17:23.205 20007 20007 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) 03-06 17:17:23.212 20007 20007 W com.mbwhatsapp: type=1400 audit(0.0:1389951): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:17:23.228 20007 20007 W com.mbwhatsapp: type=1400 audit(0.0:1389952): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:17:23.292 20007 20007 W com.mbwhatsapp: type=1400 audit(0.0:1389953): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:17:23.308 20007 20007 W com.mbwhatsapp: type=1400 audit(0.0:1389954): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:17:23.400 20007 20007 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 616ms 03-06 17:17:23.408 20007 20105 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 17:17:23.408 20007 20105 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 17:17:23.408 20007 20105 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 17:17:23.463 20007 20007 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1040ms --------- beginning of system 03-06 17:17:23.463 20007 20007 W ActivityThread: Main thread can not be idle for a long time. 03-06 17:18:22.408 20673 20673 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 17:18:22.506 20673 20673 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 17:18:22.507 20673 20673 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 17:18:22.507 20673 20673 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 17:18:22.507 20673 20673 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 17:18:22.507 20673 20673 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 17:18:22.507 20673 20673 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 17:18:22.507 20673 20673 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 17:18:22.507 20673 20673 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 17:18:22.507 20673 20673 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 17:18:22.507 20673 20673 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 17:18:22.507 20673 20673 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 17:18:22.507 20673 20673 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 17:18:22.507 20673 20673 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 17:18:22.507 20673 20673 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 17:18:22.507 20673 20673 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 17:18:22.507 20673 20673 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 17:18:22.507 20673 20673 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 17:18:22.507 20673 20673 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 17:18:22.507 20673 20673 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 17:18:22.507 20673 20673 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 17:18:22.507 20673 20673 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 17:18:22.524 20673 20673 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 17:18:22.804 20673 20673 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 17:18:22.804 20673 20673 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 17:18:22.836 20673 20673 W com.mbwhatsapp: type=1400 audit(0.0:1390227): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:18:22.839 20673 20673 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) 03-06 17:18:22.840 20673 20673 W com.mbwhatsapp: type=1400 audit(0.0:1390228): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:18:22.848 20673 20673 W com.mbwhatsapp: type=1400 audit(0.0:1390229): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:18:22.864 20673 20673 W com.mbwhatsapp: type=1400 audit(0.0:1390230): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:18:22.868 20673 20673 W com.mbwhatsapp: type=1400 audit(0.0:1390231): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:18:22.924 20673 20673 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 372ms 03-06 17:18:22.927 20673 20723 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 17:18:22.927 20673 20723 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 17:18:22.927 20673 20723 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 17:18:22.992 20673 20673 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 568ms 03-06 17:18:22.992 20673 20673 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 17:19:22.409 21349 21349 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 17:19:22.673 21349 21349 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 17:19:22.675 21349 21349 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 17:19:22.675 21349 21349 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 17:19:22.675 21349 21349 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 17:19:22.675 21349 21349 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 17:19:22.675 21349 21349 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 17:19:22.675 21349 21349 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 17:19:22.675 21349 21349 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 17:19:22.676 21349 21349 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 17:19:22.676 21349 21349 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 17:19:22.676 21349 21349 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 17:19:22.676 21349 21349 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 17:19:22.676 21349 21349 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 17:19:22.676 21349 21349 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 17:19:22.676 21349 21349 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 17:19:22.676 21349 21349 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 17:19:22.676 21349 21349 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 17:19:22.676 21349 21349 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 17:19:22.676 21349 21349 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 17:19:22.676 21349 21349 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 17:19:22.676 21349 21349 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 17:19:22.693 21349 21349 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 17:19:23.041 21349 21349 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 17:19:23.041 21349 21349 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 17:19:23.084 21349 21349 W com.mbwhatsapp: type=1400 audit(0.0:1390474): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:19:23.090 21349 21349 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) 03-06 17:19:23.100 21349 21349 W com.mbwhatsapp: type=1400 audit(0.0:1390475): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:19:23.112 21349 21349 W com.mbwhatsapp: type=1400 audit(0.0:1390476): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:19:23.180 21349 21349 W com.mbwhatsapp: type=1400 audit(0.0:1390477): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:19:23.192 21349 21349 W com.mbwhatsapp: type=1400 audit(0.0:1390478): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:19:23.279 21349 21349 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 534ms 03-06 17:19:23.285 21349 21349 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 858ms --------- beginning of system 03-06 17:19:23.285 21349 21349 W ActivityThread: Main thread can not be idle for a long time. 03-06 17:19:23.286 21349 21452 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 17:19:23.286 21349 21452 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 17:19:23.286 21349 21452 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 17:20:23.851 22628 22628 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 17:20:24.063 22628 22628 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 17:20:24.071 22628 22628 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 17:20:24.071 22628 22628 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 17:20:24.071 22628 22628 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 17:20:24.071 22628 22628 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 17:20:24.071 22628 22628 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 17:20:24.071 22628 22628 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 17:20:24.071 22628 22628 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 17:20:24.071 22628 22628 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 17:20:24.071 22628 22628 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 17:20:24.071 22628 22628 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 17:20:24.071 22628 22628 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 17:20:24.071 22628 22628 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 17:20:24.071 22628 22628 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 17:20:24.071 22628 22628 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 17:20:24.071 22628 22628 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 17:20:24.071 22628 22628 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 17:20:24.071 22628 22628 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 17:20:24.071 22628 22628 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 17:20:24.071 22628 22628 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 17:20:24.071 22628 22628 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 17:20:24.100 22628 22628 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 17:20:24.522 22628 22628 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 17:20:24.523 22628 22628 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 17:20:24.564 22628 22628 W com.mbwhatsapp: type=1400 audit(0.0:1390794): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:20:24.567 22628 22628 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) 03-06 17:20:24.572 22628 22628 W com.mbwhatsapp: type=1400 audit(0.0:1390795): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:20:24.588 22628 22628 W com.mbwhatsapp: type=1400 audit(0.0:1390796): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:20:24.632 22628 22628 W com.mbwhatsapp: type=1400 audit(0.0:1390797): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:20:24.644 22628 22628 W com.mbwhatsapp: type=1400 audit(0.0:1390798): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:20:24.709 22628 22628 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 557ms 03-06 17:20:24.713 22628 22674 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 17:20:24.713 22628 22674 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 17:20:24.713 22628 22674 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 17:20:24.758 22628 22628 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 884ms --------- beginning of system 03-06 17:20:24.758 22628 22628 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 17:21:33.550 23442 23442 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 17:21:33.818 23442 23442 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 17:21:33.820 23442 23442 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 17:21:33.821 23442 23442 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 17:21:33.821 23442 23442 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 17:21:33.821 23442 23442 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 17:21:33.821 23442 23442 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 17:21:33.821 23442 23442 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 17:21:33.821 23442 23442 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 17:21:33.821 23442 23442 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 17:21:33.821 23442 23442 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 17:21:33.821 23442 23442 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 17:21:33.821 23442 23442 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 17:21:33.821 23442 23442 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 17:21:33.821 23442 23442 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 17:21:33.821 23442 23442 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 17:21:33.821 23442 23442 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 17:21:33.821 23442 23442 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 17:21:33.821 23442 23442 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 17:21:33.821 23442 23442 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 17:21:33.821 23442 23442 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 17:21:33.821 23442 23442 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 17:21:33.841 23442 23442 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 17:21:34.321 23442 23442 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 17:21:34.321 23442 23442 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 17:21:34.376 23442 23442 W com.mbwhatsapp: type=1400 audit(0.0:1391041): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:21:34.381 23442 23442 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) 03-06 17:21:34.396 23442 23442 W com.mbwhatsapp: type=1400 audit(0.0:1391042): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:21:34.404 23442 23442 W com.mbwhatsapp: type=1400 audit(0.0:1391043): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:21:34.476 23442 23442 W com.mbwhatsapp: type=1400 audit(0.0:1391044): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:21:34.488 23442 23442 W com.mbwhatsapp: type=1400 audit(0.0:1391045): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:21:34.570 23442 23442 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 676ms 03-06 17:21:34.575 23442 23540 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 17:21:34.575 23442 23540 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 17:21:34.575 23442 23540 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 17:21:34.631 23442 23442 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1066ms --------- beginning of system 03-06 17:21:34.631 23442 23442 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 17:22:22.399 24107 24107 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 17:22:22.594 24107 24107 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 17:22:22.597 24107 24107 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 17:22:22.597 24107 24107 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 17:22:22.597 24107 24107 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 17:22:22.597 24107 24107 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 17:22:22.597 24107 24107 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 17:22:22.597 24107 24107 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 17:22:22.597 24107 24107 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 17:22:22.597 24107 24107 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 17:22:22.597 24107 24107 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 17:22:22.597 24107 24107 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 17:22:22.597 24107 24107 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 17:22:22.597 24107 24107 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 17:22:22.597 24107 24107 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 17:22:22.597 24107 24107 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 17:22:22.597 24107 24107 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 17:22:22.597 24107 24107 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 17:22:22.597 24107 24107 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 17:22:22.597 24107 24107 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 17:22:22.597 24107 24107 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 17:22:22.597 24107 24107 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 17:22:22.628 24107 24107 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 17:22:23.050 24107 24107 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 17:22:23.051 24107 24107 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 17:22:23.092 24107 24107 W com.mbwhatsapp: type=1400 audit(0.0:1391181): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:22:23.095 24107 24107 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) 03-06 17:22:23.104 24107 24107 W com.mbwhatsapp: type=1400 audit(0.0:1391182): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:22:23.116 24107 24107 W com.mbwhatsapp: type=1400 audit(0.0:1391183): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:22:23.172 24107 24107 W com.mbwhatsapp: type=1400 audit(0.0:1391184): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:22:23.180 24107 24107 W com.mbwhatsapp: type=1400 audit(0.0:1391185): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:22:23.253 24107 24107 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 568ms 03-06 17:22:23.259 24107 24107 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 844ms --------- beginning of system 03-06 17:22:23.259 24107 24107 W ActivityThread: Main thread can not be idle for a long time. 03-06 17:22:23.263 24107 24158 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 17:22:23.263 24107 24158 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 17:22:23.263 24107 24158 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 17:23:23.456 24606 24606 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 17:23:23.662 24606 24606 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 17:23:23.664 24606 24606 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 17:23:23.664 24606 24606 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 17:23:23.664 24606 24606 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 17:23:23.664 24606 24606 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 17:23:23.664 24606 24606 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 17:23:23.664 24606 24606 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 17:23:23.664 24606 24606 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 17:23:23.664 24606 24606 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 17:23:23.664 24606 24606 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 17:23:23.664 24606 24606 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 17:23:23.664 24606 24606 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 17:23:23.664 24606 24606 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 17:23:23.664 24606 24606 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 17:23:23.664 24606 24606 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 17:23:23.664 24606 24606 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 17:23:23.664 24606 24606 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 17:23:23.664 24606 24606 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 17:23:23.664 24606 24606 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 17:23:23.664 24606 24606 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 17:23:23.664 24606 24606 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 17:23:23.691 24606 24606 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 17:23:24.182 24606 24606 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 17:23:24.182 24606 24606 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 17:23:24.232 24606 24606 W com.mbwhatsapp: type=1400 audit(0.0:1391518): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:23:24.238 24606 24606 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) 03-06 17:23:24.248 24606 24606 W com.mbwhatsapp: type=1400 audit(0.0:1391519): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:23:24.260 24606 24606 W com.mbwhatsapp: type=1400 audit(0.0:1391520): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:23:24.332 24606 24606 W com.mbwhatsapp: type=1400 audit(0.0:1391521): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:23:24.344 24606 24606 W com.mbwhatsapp: type=1400 audit(0.0:1391522): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:23:24.435 24606 24606 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 692ms 03-06 17:23:24.441 24606 24653 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 17:23:24.441 24606 24653 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 17:23:24.441 24606 24653 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 17:23:24.442 24606 24606 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 964ms --------- beginning of system 03-06 17:23:24.442 24606 24606 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 17:24:22.592 25187 25187 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 17:24:22.795 25187 25187 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 17:24:22.802 25187 25187 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 17:24:22.802 25187 25187 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 17:24:22.802 25187 25187 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 17:24:22.802 25187 25187 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 17:24:22.802 25187 25187 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 17:24:22.802 25187 25187 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 17:24:22.802 25187 25187 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 17:24:22.802 25187 25187 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 17:24:22.802 25187 25187 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 17:24:22.802 25187 25187 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 17:24:22.802 25187 25187 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 17:24:22.802 25187 25187 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 17:24:22.802 25187 25187 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 17:24:22.802 25187 25187 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 17:24:22.802 25187 25187 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 17:24:22.802 25187 25187 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 17:24:22.802 25187 25187 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 17:24:22.802 25187 25187 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 17:24:22.803 25187 25187 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 17:24:22.803 25187 25187 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 17:24:22.850 25187 25187 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 17:24:23.332 25187 25187 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 17:24:23.332 25187 25187 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 17:24:23.371 25187 25187 W com.mbwhatsapp: type=1400 audit(0.0:1391765): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:24:23.376 25187 25187 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) 03-06 17:24:23.383 25187 25187 W com.mbwhatsapp: type=1400 audit(0.0:1391766): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:24:23.395 25187 25187 W com.mbwhatsapp: type=1400 audit(0.0:1391767): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:24:23.443 25187 25187 W com.mbwhatsapp: type=1400 audit(0.0:1391768): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:24:23.455 25187 25187 W com.mbwhatsapp: type=1400 audit(0.0:1391769): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:24:23.527 25187 25187 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 600ms 03-06 17:24:23.531 25187 25236 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 17:24:23.531 25187 25236 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 17:24:23.531 25187 25236 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 17:24:23.533 25187 25187 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 926ms --------- beginning of system 03-06 17:24:23.533 25187 25187 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 17:31:03.407 25662 25662 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 17:31:03.645 25662 25662 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 17:31:03.648 25662 25662 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 17:31:03.648 25662 25662 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 17:31:03.648 25662 25662 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 17:31:03.648 25662 25662 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 17:31:03.648 25662 25662 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 17:31:03.648 25662 25662 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 17:31:03.648 25662 25662 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 17:31:03.648 25662 25662 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 17:31:03.648 25662 25662 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 17:31:03.648 25662 25662 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 17:31:03.648 25662 25662 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 17:31:03.648 25662 25662 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 17:31:03.648 25662 25662 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 17:31:03.648 25662 25662 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 17:31:03.648 25662 25662 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 17:31:03.648 25662 25662 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 17:31:03.648 25662 25662 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 17:31:03.648 25662 25662 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 17:31:03.648 25662 25662 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 17:31:03.648 25662 25662 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 17:31:03.672 25662 25662 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 17:31:04.103 25662 25662 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 17:31:04.103 25662 25662 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 17:31:04.156 25662 25662 W com.mbwhatsapp: type=1400 audit(0.0:1392372): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:31:04.160 25662 25662 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) 03-06 17:31:04.168 25662 25662 W com.mbwhatsapp: type=1400 audit(0.0:1392373): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:31:04.176 25662 25662 W com.mbwhatsapp: type=1400 audit(0.0:1392374): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:31:04.248 25662 25662 W com.mbwhatsapp: type=1400 audit(0.0:1392375): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:31:04.268 25662 25662 W com.mbwhatsapp: type=1400 audit(0.0:1392376): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:31:04.351 25662 25662 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 630ms 03-06 17:31:04.358 25662 25662 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 936ms --------- beginning of system 03-06 17:31:04.358 25662 25662 W ActivityThread: Main thread can not be idle for a long time. 03-06 17:31:39.252 26011 26011 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 17:31:39.350 26011 26011 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 17:31:39.350 26011 26011 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 17:31:39.350 26011 26011 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 17:31:39.351 26011 26011 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 17:31:39.351 26011 26011 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 17:31:39.351 26011 26011 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 17:31:39.351 26011 26011 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 17:31:39.351 26011 26011 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 17:31:39.351 26011 26011 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 17:31:39.351 26011 26011 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 17:31:39.351 26011 26011 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 17:31:39.351 26011 26011 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 17:31:39.351 26011 26011 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 17:31:39.351 26011 26011 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 17:31:39.351 26011 26011 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 17:31:39.351 26011 26011 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 17:31:39.351 26011 26011 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 17:31:39.351 26011 26011 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 17:31:39.351 26011 26011 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 17:31:39.351 26011 26011 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 17:31:39.351 26011 26011 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 17:31:39.360 26011 26011 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 17:31:39.627 26011 26011 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 17:31:39.628 26011 26011 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 17:31:39.651 26011 26011 W com.mbwhatsapp: type=1400 audit(0.0:1392469): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:31:39.651 26011 26011 W com.mbwhatsapp: type=1400 audit(0.0:1392470): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:31:39.655 26011 26011 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) 03-06 17:31:39.659 26011 26011 W com.mbwhatsapp: type=1400 audit(0.0:1392471): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:31:39.679 26011 26011 W com.mbwhatsapp: type=1400 audit(0.0:1392472): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:31:39.683 26011 26011 W com.mbwhatsapp: type=1400 audit(0.0:1392473): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:31:39.737 26011 26011 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 350ms 03-06 17:31:39.752 26011 26070 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 17:31:39.752 26011 26070 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 17:31:39.752 26011 26070 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 17:32:22.424 26373 26373 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 17:32:22.699 26373 26373 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 17:32:22.703 26373 26373 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 17:32:22.704 26373 26373 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 17:32:22.704 26373 26373 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 17:32:22.704 26373 26373 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 17:32:22.704 26373 26373 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 17:32:22.704 26373 26373 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 17:32:22.704 26373 26373 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 17:32:22.704 26373 26373 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 17:32:22.704 26373 26373 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 17:32:22.704 26373 26373 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 17:32:22.704 26373 26373 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 17:32:22.704 26373 26373 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 17:32:22.704 26373 26373 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 17:32:22.704 26373 26373 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 17:32:22.704 26373 26373 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 17:32:22.704 26373 26373 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 17:32:22.704 26373 26373 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 17:32:22.704 26373 26373 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 17:32:22.704 26373 26373 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 17:32:22.704 26373 26373 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 17:32:22.725 26373 26373 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 17:32:23.151 26373 26373 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 17:32:23.151 26373 26373 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 17:32:23.214 26373 26373 W com.mbwhatsapp: type=1400 audit(0.0:1392609): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:32:23.219 26373 26373 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) 03-06 17:32:23.262 26373 26373 W com.mbwhatsapp: type=1400 audit(0.0:1392610): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:32:23.282 26373 26373 W com.mbwhatsapp: type=1400 audit(0.0:1392611): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:32:23.330 26373 26373 W com.mbwhatsapp: type=1400 audit(0.0:1392612): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:32:23.346 26373 26373 W com.mbwhatsapp: type=1400 audit(0.0:1392613): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:32:23.432 26373 26373 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 657ms 03-06 17:32:23.438 26373 26373 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 995ms --------- beginning of system 03-06 17:32:23.438 26373 26373 W ActivityThread: Main thread can not be idle for a long time. 03-06 17:33:33.827 26615 26615 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 17:33:34.012 26615 26615 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 17:33:34.012 26615 26615 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 17:33:34.012 26615 26615 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 17:33:34.012 26615 26615 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 17:33:34.012 26615 26615 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 17:33:34.012 26615 26615 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 17:33:34.012 26615 26615 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 17:33:34.012 26615 26615 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 17:33:34.012 26615 26615 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 17:33:34.012 26615 26615 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 17:33:34.012 26615 26615 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 17:33:34.012 26615 26615 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 17:33:34.012 26615 26615 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 17:33:34.012 26615 26615 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 17:33:34.012 26615 26615 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 17:33:34.012 26615 26615 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 17:33:34.012 26615 26615 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 17:33:34.012 26615 26615 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 17:33:34.012 26615 26615 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 17:33:34.012 26615 26615 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 17:33:34.012 26615 26615 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 17:33:34.022 26615 26615 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 17:33:34.330 26615 26615 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 17:33:34.330 26615 26615 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 17:33:34.354 26615 26615 W com.mbwhatsapp: type=1400 audit(0.0:1392796): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:33:34.358 26615 26615 W com.mbwhatsapp: type=1400 audit(0.0:1392797): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:33:34.358 26615 26615 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) 03-06 17:33:34.366 26615 26615 W com.mbwhatsapp: type=1400 audit(0.0:1392798): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:33:34.382 26615 26615 W com.mbwhatsapp: type=1400 audit(0.0:1392799): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:33:34.386 26615 26615 W com.mbwhatsapp: type=1400 audit(0.0:1392800): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:33:34.444 26615 26615 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 391ms 03-06 17:33:34.449 26615 26615 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 601ms 03-06 17:33:34.449 26615 26615 W ActivityThread: Main thread can not be idle for a long time. 03-06 17:33:34.454 26615 26666 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 17:33:34.454 26615 26666 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 17:33:34.454 26615 26666 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 17:36:04.232 26987 26987 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 17:36:04.580 26987 26987 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 17:36:04.584 26987 26987 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 17:36:04.584 26987 26987 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 17:36:04.584 26987 26987 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 17:36:04.584 26987 26987 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 17:36:04.584 26987 26987 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 17:36:04.584 26987 26987 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 17:36:04.584 26987 26987 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 17:36:04.584 26987 26987 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 17:36:04.584 26987 26987 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 17:36:04.584 26987 26987 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 17:36:04.584 26987 26987 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 17:36:04.584 26987 26987 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 17:36:04.584 26987 26987 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 17:36:04.584 26987 26987 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 17:36:04.584 26987 26987 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 17:36:04.584 26987 26987 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 17:36:04.585 26987 26987 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 17:36:04.585 26987 26987 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 17:36:04.585 26987 26987 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 17:36:04.585 26987 26987 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 17:36:04.634 26987 26987 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 17:36:05.086 26987 26987 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 17:36:05.087 26987 26987 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 17:36:05.144 26987 26987 W com.mbwhatsapp: type=1400 audit(0.0:1393223): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:36:05.151 26987 26987 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) 03-06 17:36:05.156 26987 26987 W com.mbwhatsapp: type=1400 audit(0.0:1393224): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:36:05.164 26987 26987 W com.mbwhatsapp: type=1400 audit(0.0:1393225): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:36:05.248 26987 26987 W com.mbwhatsapp: type=1400 audit(0.0:1393226): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:36:05.292 26987 26987 W com.mbwhatsapp: type=1400 audit(0.0:1393227): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:36:05.402 26987 26987 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 703ms 03-06 17:36:05.408 26987 26987 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1161ms --------- beginning of system 03-06 17:36:05.408 26987 26987 W ActivityThread: Main thread can not be idle for a long time. 03-06 17:36:05.409 26987 27107 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 17:36:05.409 26987 27107 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 17:36:05.409 26987 27107 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 17:38:55.218 27470 27470 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 17:38:55.515 27470 27470 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 17:38:55.517 27470 27470 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 17:38:55.517 27470 27470 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 17:38:55.517 27470 27470 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 17:38:55.517 27470 27470 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 17:38:55.517 27470 27470 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 17:38:55.517 27470 27470 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 17:38:55.517 27470 27470 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 17:38:55.517 27470 27470 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 17:38:55.517 27470 27470 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 17:38:55.517 27470 27470 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 17:38:55.517 27470 27470 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 17:38:55.517 27470 27470 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 17:38:55.517 27470 27470 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 17:38:55.517 27470 27470 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 17:38:55.517 27470 27470 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 17:38:55.517 27470 27470 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 17:38:55.517 27470 27470 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 17:38:55.517 27470 27470 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 17:38:55.517 27470 27470 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 17:38:55.517 27470 27470 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 17:38:55.538 27470 27470 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 17:38:55.883 27470 27470 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 17:38:55.884 27470 27470 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 17:38:55.930 27470 27470 W com.mbwhatsapp: type=1400 audit(0.0:1393560): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:38:55.936 27470 27470 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) 03-06 17:38:55.938 27470 27470 W com.mbwhatsapp: type=1400 audit(0.0:1393561): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:38:55.954 27470 27470 W com.mbwhatsapp: type=1400 audit(0.0:1393562): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:38:56.014 27470 27470 W com.mbwhatsapp: type=1400 audit(0.0:1393563): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:38:56.022 27470 27470 W com.mbwhatsapp: type=1400 audit(0.0:1393564): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:38:56.093 27470 27520 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 17:38:56.093 27470 27520 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 17:38:56.093 27470 27520 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 17:38:56.094 27470 27470 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 501ms 03-06 17:38:56.100 27470 27470 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 859ms --------- beginning of system 03-06 17:38:56.100 27470 27470 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 17:39:23.929 27952 27952 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 17:39:24.155 27952 27952 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 17:39:24.156 27952 27952 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 17:39:24.156 27952 27952 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 17:39:24.156 27952 27952 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 17:39:24.156 27952 27952 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 17:39:24.156 27952 27952 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 17:39:24.156 27952 27952 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 17:39:24.156 27952 27952 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 17:39:24.156 27952 27952 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 17:39:24.156 27952 27952 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 17:39:24.156 27952 27952 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 17:39:24.156 27952 27952 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 17:39:24.156 27952 27952 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 17:39:24.156 27952 27952 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 17:39:24.156 27952 27952 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 17:39:24.157 27952 27952 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 17:39:24.157 27952 27952 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 17:39:24.157 27952 27952 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 17:39:24.157 27952 27952 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 17:39:24.157 27952 27952 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 17:39:24.157 27952 27952 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 17:39:24.196 27952 27952 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 17:39:24.560 27952 27952 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 17:39:24.561 27952 27952 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 17:39:24.621 27952 27952 W com.mbwhatsapp: type=1400 audit(0.0:1393611): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:39:24.627 27952 27952 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) 03-06 17:39:24.633 27952 27952 W com.mbwhatsapp: type=1400 audit(0.0:1393612): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:39:24.645 27952 27952 W com.mbwhatsapp: type=1400 audit(0.0:1393613): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:39:24.701 27952 27952 W com.mbwhatsapp: type=1400 audit(0.0:1393614): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:39:24.713 27952 27952 W com.mbwhatsapp: type=1400 audit(0.0:1393615): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:39:24.786 27952 27952 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 533ms 03-06 17:39:24.792 27952 28001 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 17:39:24.792 27952 28001 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 17:39:24.792 27952 28001 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 17:39:24.793 27952 27952 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 850ms --------- beginning of system 03-06 17:39:24.793 27952 27952 W ActivityThread: Main thread can not be idle for a long time. 03-06 17:41:07.330 28139 28139 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 17:41:07.503 28139 28139 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 17:41:07.503 28139 28139 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 17:41:07.503 28139 28139 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 17:41:07.503 28139 28139 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 17:41:07.503 28139 28139 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 17:41:07.503 28139 28139 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 17:41:07.503 28139 28139 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 17:41:07.503 28139 28139 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 17:41:07.503 28139 28139 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 17:41:07.503 28139 28139 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 17:41:07.503 28139 28139 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 17:41:07.503 28139 28139 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 17:41:07.503 28139 28139 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 17:41:07.503 28139 28139 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 17:41:07.503 28139 28139 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 17:41:07.504 28139 28139 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 17:41:07.504 28139 28139 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 17:41:07.504 28139 28139 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 17:41:07.504 28139 28139 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 17:41:07.504 28139 28139 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 17:41:07.504 28139 28139 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 17:41:07.512 28139 28139 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 17:41:07.768 28139 28139 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 17:41:07.768 28139 28139 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 17:41:07.795 28139 28139 W com.mbwhatsapp: type=1400 audit(0.0:1393708): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:41:07.795 28139 28139 W com.mbwhatsapp: type=1400 audit(0.0:1393709): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:41:07.798 28139 28139 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) 03-06 17:41:07.803 28139 28139 W com.mbwhatsapp: type=1400 audit(0.0:1393710): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:41:07.823 28139 28139 W com.mbwhatsapp: type=1400 audit(0.0:1393711): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:41:07.827 28139 28139 W com.mbwhatsapp: type=1400 audit(0.0:1393712): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:41:07.876 28139 28139 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 336ms 03-06 17:41:07.882 28139 28139 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 532ms 03-06 17:41:07.882 28139 28139 W ActivityThread: Main thread can not be idle for a long time. 03-06 17:41:07.892 28139 28186 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 17:41:07.892 28139 28186 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 17:41:07.892 28139 28186 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 17:41:39.334 28668 28668 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 17:41:39.627 28668 28668 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 17:41:39.629 28668 28668 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 17:41:39.629 28668 28668 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 17:41:39.629 28668 28668 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 17:41:39.629 28668 28668 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 17:41:39.629 28668 28668 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 17:41:39.629 28668 28668 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 17:41:39.629 28668 28668 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 17:41:39.629 28668 28668 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 17:41:39.629 28668 28668 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 17:41:39.629 28668 28668 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 17:41:39.629 28668 28668 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 17:41:39.629 28668 28668 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 17:41:39.629 28668 28668 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 17:41:39.629 28668 28668 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 17:41:39.629 28668 28668 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 17:41:39.629 28668 28668 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 17:41:39.629 28668 28668 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 17:41:39.629 28668 28668 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 17:41:39.629 28668 28668 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 17:41:39.629 28668 28668 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 17:41:39.654 28668 28668 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 17:41:40.053 28668 28668 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 17:41:40.053 28668 28668 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 17:41:40.123 28668 28668 W com.mbwhatsapp: type=1400 audit(0.0:1393890): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:41:40.127 28668 28668 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) 03-06 17:41:40.143 28668 28668 W com.mbwhatsapp: type=1400 audit(0.0:1393891): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:41:40.155 28668 28668 W com.mbwhatsapp: type=1400 audit(0.0:1393892): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:41:40.207 28668 28668 W com.mbwhatsapp: type=1400 audit(0.0:1393893): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:41:40.215 28668 28668 W com.mbwhatsapp: type=1400 audit(0.0:1393894): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:41:40.300 28668 28668 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 559ms 03-06 17:41:40.301 28668 28722 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 17:41:40.301 28668 28722 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 17:41:40.301 28668 28722 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 17:41:40.306 28668 28668 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 934ms --------- beginning of system 03-06 17:41:40.306 28668 28668 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 17:48:56.631 29268 29268 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 17:48:56.953 29268 29268 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 17:48:56.956 29268 29268 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 17:48:56.956 29268 29268 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 17:48:56.956 29268 29268 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 17:48:56.956 29268 29268 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 17:48:56.956 29268 29268 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 17:48:56.956 29268 29268 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 17:48:56.956 29268 29268 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 17:48:56.956 29268 29268 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 17:48:56.956 29268 29268 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 17:48:56.956 29268 29268 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 17:48:56.956 29268 29268 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 17:48:56.956 29268 29268 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 17:48:56.956 29268 29268 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 17:48:56.956 29268 29268 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 17:48:56.956 29268 29268 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 17:48:56.956 29268 29268 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 17:48:56.956 29268 29268 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 17:48:56.956 29268 29268 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 17:48:56.956 29268 29268 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 17:48:56.956 29268 29268 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 17:48:56.994 29268 29268 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 17:48:57.343 29268 29268 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 17:48:57.343 29268 29268 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 17:48:57.407 29268 29268 W com.mbwhatsapp: type=1400 audit(0.0:1394227): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:48:57.412 29268 29268 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) 03-06 17:48:57.419 29268 29268 W com.mbwhatsapp: type=1400 audit(0.0:1394228): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:48:57.431 29268 29268 W com.mbwhatsapp: type=1400 audit(0.0:1394229): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:48:57.495 29268 29268 W com.mbwhatsapp: type=1400 audit(0.0:1394230): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:48:57.507 29268 29268 W com.mbwhatsapp: type=1400 audit(0.0:1394231): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:48:57.639 29268 29268 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 584ms 03-06 17:48:57.640 29268 29387 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 17:48:57.640 29268 29387 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 17:48:57.640 29268 29387 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 17:48:57.646 29268 29268 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 997ms --------- beginning of system 03-06 17:48:57.646 29268 29268 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 17:49:35.201 29862 29862 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 17:49:35.513 29862 29862 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 17:49:35.516 29862 29862 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 17:49:35.516 29862 29862 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 17:49:35.516 29862 29862 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 17:49:35.516 29862 29862 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 17:49:35.516 29862 29862 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 17:49:35.516 29862 29862 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 17:49:35.516 29862 29862 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 17:49:35.516 29862 29862 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 17:49:35.516 29862 29862 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 17:49:35.516 29862 29862 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 17:49:35.516 29862 29862 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 17:49:35.516 29862 29862 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 17:49:35.516 29862 29862 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 17:49:35.516 29862 29862 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 17:49:35.516 29862 29862 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 17:49:35.516 29862 29862 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 17:49:35.516 29862 29862 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 17:49:35.516 29862 29862 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 17:49:35.516 29862 29862 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 17:49:35.516 29862 29862 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 17:49:35.550 29862 29862 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 17:49:36.070 29862 29862 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 17:49:36.070 29862 29862 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 17:49:36.118 29862 29862 W com.mbwhatsapp: type=1400 audit(0.0:1394376): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:49:36.124 29862 29862 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) 03-06 17:49:36.130 29862 29862 W com.mbwhatsapp: type=1400 audit(0.0:1394377): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:49:36.142 29862 29862 W com.mbwhatsapp: type=1400 audit(0.0:1394378): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:49:36.202 29862 29862 W com.mbwhatsapp: type=1400 audit(0.0:1394379): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:49:36.210 29862 29862 W com.mbwhatsapp: type=1400 audit(0.0:1394380): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:49:36.295 29862 29862 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 668ms 03-06 17:49:36.296 29862 29909 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 17:49:36.296 29862 29909 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 17:49:36.296 29862 29909 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 17:49:36.303 29862 29862 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1085ms --------- beginning of system 03-06 17:49:36.303 29862 29862 W ActivityThread: Main thread can not be idle for a long time. 03-06 17:50:23.190 29915 29915 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 17:50:23.282 29915 29915 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 17:50:23.282 29915 29915 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 17:50:23.282 29915 29915 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 17:50:23.282 29915 29915 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 17:50:23.282 29915 29915 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 17:50:23.282 29915 29915 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 17:50:23.282 29915 29915 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 17:50:23.282 29915 29915 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 17:50:23.282 29915 29915 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 17:50:23.282 29915 29915 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 17:50:23.282 29915 29915 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 17:50:23.282 29915 29915 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 17:50:23.282 29915 29915 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 17:50:23.282 29915 29915 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 17:50:23.282 29915 29915 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 17:50:23.282 29915 29915 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 17:50:23.282 29915 29915 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 17:50:23.282 29915 29915 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 17:50:23.282 29915 29915 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 17:50:23.282 29915 29915 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 17:50:23.282 29915 29915 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 17:50:23.292 29915 29915 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 17:50:23.489 29915 29915 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 17:50:23.489 29915 29915 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 17:50:23.513 29915 29915 W com.mbwhatsapp: type=1400 audit(0.0:1394383): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:50:23.517 29915 29915 W com.mbwhatsapp: type=1400 audit(0.0:1394384): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:50:23.519 29915 29915 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) 03-06 17:50:23.525 29915 29915 W com.mbwhatsapp: type=1400 audit(0.0:1394385): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:50:23.545 29915 29915 W com.mbwhatsapp: type=1400 audit(0.0:1394386): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:50:23.561 29915 29915 W com.mbwhatsapp: type=1400 audit(0.0:1394387): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:50:23.634 29915 29915 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 311ms 03-06 17:50:23.640 29915 30008 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 17:50:23.640 29915 30008 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 17:50:23.640 29915 30008 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 17:58:02.000 30534 30534 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 17:58:02.216 30534 30534 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 17:58:02.223 30534 30534 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 17:58:02.223 30534 30534 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 17:58:02.223 30534 30534 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 17:58:02.223 30534 30534 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 17:58:02.224 30534 30534 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 17:58:02.224 30534 30534 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 17:58:02.224 30534 30534 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 17:58:02.224 30534 30534 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 17:58:02.224 30534 30534 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 17:58:02.224 30534 30534 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 17:58:02.224 30534 30534 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 17:58:02.224 30534 30534 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 17:58:02.224 30534 30534 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 17:58:02.224 30534 30534 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 17:58:02.224 30534 30534 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 17:58:02.224 30534 30534 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 17:58:02.224 30534 30534 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 17:58:02.224 30534 30534 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 17:58:02.224 30534 30534 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 17:58:02.224 30534 30534 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 17:58:02.262 30534 30534 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 17:58:02.599 30534 30534 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 17:58:02.599 30534 30534 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 17:58:02.647 30534 30534 W com.mbwhatsapp: type=1400 audit(0.0:1395221): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:58:02.652 30534 30534 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) 03-06 17:58:02.663 30534 30534 W com.mbwhatsapp: type=1400 audit(0.0:1395222): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:58:02.671 30534 30534 W com.mbwhatsapp: type=1400 audit(0.0:1395223): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:58:02.727 30534 30534 W com.mbwhatsapp: type=1400 audit(0.0:1395224): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:58:02.739 30534 30534 W com.mbwhatsapp: type=1400 audit(0.0:1395225): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 17:58:02.830 30534 30534 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 513ms 03-06 17:58:02.836 30534 30598 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 17:58:02.836 30534 30598 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 17:58:02.836 30534 30598 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 17:58:02.836 30534 30534 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 813ms --------- beginning of system 03-06 17:58:02.836 30534 30534 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 18:02:02.186 30751 30751 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 18:02:02.507 30751 30751 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 18:02:02.510 30751 30751 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 18:02:02.510 30751 30751 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 18:02:02.510 30751 30751 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 18:02:02.510 30751 30751 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 18:02:02.510 30751 30751 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 18:02:02.510 30751 30751 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 18:02:02.510 30751 30751 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 18:02:02.510 30751 30751 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 18:02:02.510 30751 30751 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 18:02:02.510 30751 30751 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 18:02:02.510 30751 30751 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 18:02:02.510 30751 30751 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 18:02:02.510 30751 30751 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 18:02:02.510 30751 30751 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 18:02:02.510 30751 30751 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 18:02:02.510 30751 30751 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 18:02:02.510 30751 30751 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 18:02:02.510 30751 30751 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 18:02:02.510 30751 30751 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 18:02:02.510 30751 30751 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 18:02:02.552 30751 30751 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 18:02:03.022 30751 30751 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 18:02:03.022 30751 30751 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 18:02:03.076 30751 30751 W com.mbwhatsapp: type=1400 audit(0.0:1395418): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:02:03.082 30751 30751 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) 03-06 18:02:03.092 30751 30751 W com.mbwhatsapp: type=1400 audit(0.0:1395419): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:02:03.108 30751 30751 W com.mbwhatsapp: type=1400 audit(0.0:1395420): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:02:03.200 30751 30751 W com.mbwhatsapp: type=1400 audit(0.0:1395421): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:02:03.212 30751 30751 W com.mbwhatsapp: type=1400 audit(0.0:1395422): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:02:03.300 30751 30751 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 667ms 03-06 18:02:03.306 30751 30910 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 18:02:03.306 30751 30910 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 18:02:03.306 30751 30910 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 18:02:03.318 30751 30751 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1116ms --------- beginning of system 03-06 18:02:03.318 30751 30751 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 18:02:38.178 31274 31274 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 18:02:38.489 31274 31274 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 18:02:38.492 31274 31274 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 18:02:38.492 31274 31274 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 18:02:38.492 31274 31274 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 18:02:38.492 31274 31274 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 18:02:38.492 31274 31274 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 18:02:38.492 31274 31274 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 18:02:38.492 31274 31274 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 18:02:38.492 31274 31274 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 18:02:38.492 31274 31274 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 18:02:38.492 31274 31274 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 18:02:38.492 31274 31274 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 18:02:38.492 31274 31274 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 18:02:38.492 31274 31274 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 18:02:38.492 31274 31274 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 18:02:38.492 31274 31274 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 18:02:38.492 31274 31274 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 18:02:38.492 31274 31274 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 18:02:38.492 31274 31274 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 18:02:38.492 31274 31274 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 18:02:38.492 31274 31274 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 18:02:38.511 31274 31274 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 18:02:38.918 31274 31274 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 18:02:38.918 31274 31274 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 18:02:38.956 31274 31274 W com.mbwhatsapp: type=1400 audit(0.0:1395558): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:02:38.963 31274 31274 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) 03-06 18:02:38.968 31274 31274 W com.mbwhatsapp: type=1400 audit(0.0:1395559): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:02:38.980 31274 31274 W com.mbwhatsapp: type=1400 audit(0.0:1395560): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:02:39.040 31274 31274 W com.mbwhatsapp: type=1400 audit(0.0:1395561): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:02:39.048 31274 31274 W com.mbwhatsapp: type=1400 audit(0.0:1395562): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:02:39.119 31274 31274 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 557ms 03-06 18:02:39.128 31274 31274 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 931ms --------- beginning of system 03-06 18:02:39.128 31274 31274 W ActivityThread: Main thread can not be idle for a long time. 03-06 18:02:39.138 31274 31396 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 18:02:39.138 31274 31396 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 18:02:39.138 31274 31396 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 18:03:24.004 31960 31960 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 18:03:24.179 31960 31960 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 18:03:24.187 31960 31960 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 18:03:24.187 31960 31960 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 18:03:24.187 31960 31960 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 18:03:24.187 31960 31960 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 18:03:24.187 31960 31960 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 18:03:24.187 31960 31960 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 18:03:24.187 31960 31960 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 18:03:24.187 31960 31960 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 18:03:24.187 31960 31960 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 18:03:24.187 31960 31960 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 18:03:24.187 31960 31960 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 18:03:24.187 31960 31960 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 18:03:24.187 31960 31960 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 18:03:24.187 31960 31960 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 18:03:24.187 31960 31960 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 18:03:24.187 31960 31960 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 18:03:24.187 31960 31960 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 18:03:24.187 31960 31960 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 18:03:24.187 31960 31960 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 18:03:24.187 31960 31960 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 18:03:24.208 31960 31960 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 18:03:24.574 31960 31960 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 18:03:24.575 31960 31960 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 18:03:24.631 31960 31960 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) 03-06 18:03:24.790 31960 31960 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 537ms 03-06 18:03:24.796 31960 31960 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 776ms --------- beginning of system 03-06 18:03:24.796 31960 31960 W ActivityThread: Main thread can not be idle for a long time. 03-06 18:03:24.799 31960 32029 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 18:03:24.799 31960 32029 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 18:03:24.799 31960 32029 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 18:05:23.179 32163 32163 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 18:05:23.472 32163 32163 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 18:05:23.475 32163 32163 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 18:05:23.475 32163 32163 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 18:05:23.475 32163 32163 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 18:05:23.475 32163 32163 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 18:05:23.475 32163 32163 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 18:05:23.475 32163 32163 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 18:05:23.475 32163 32163 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 18:05:23.475 32163 32163 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 18:05:23.475 32163 32163 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 18:05:23.475 32163 32163 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 18:05:23.475 32163 32163 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 18:05:23.475 32163 32163 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 18:05:23.475 32163 32163 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 18:05:23.475 32163 32163 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 18:05:23.475 32163 32163 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 18:05:23.475 32163 32163 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 18:05:23.475 32163 32163 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 18:05:23.475 32163 32163 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 18:05:23.475 32163 32163 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 18:05:23.475 32163 32163 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 18:05:23.513 32163 32163 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 18:05:23.956 32163 32163 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 18:05:23.957 32163 32163 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 18:05:24.039 32163 32163 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) 03-06 18:05:24.275 32163 32163 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 695ms 03-06 18:05:24.277 32163 32279 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 18:05:24.277 32163 32279 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 18:05:24.277 32163 32279 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 18:05:24.282 32163 32163 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1087ms --------- beginning of system 03-06 18:05:24.282 32163 32163 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 18:07:02.202 32648 32648 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 18:07:02.392 32648 32648 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 18:07:02.397 32648 32648 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 18:07:02.398 32648 32648 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 18:07:02.398 32648 32648 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 18:07:02.398 32648 32648 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 18:07:02.398 32648 32648 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 18:07:02.398 32648 32648 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 18:07:02.398 32648 32648 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 18:07:02.398 32648 32648 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 18:07:02.398 32648 32648 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 18:07:02.398 32648 32648 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 18:07:02.398 32648 32648 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 18:07:02.398 32648 32648 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 18:07:02.398 32648 32648 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 18:07:02.398 32648 32648 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 18:07:02.398 32648 32648 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 18:07:02.398 32648 32648 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 18:07:02.398 32648 32648 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 18:07:02.398 32648 32648 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 18:07:02.398 32648 32648 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 18:07:02.398 32648 32648 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 18:07:02.418 32648 32648 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 18:07:02.756 32648 32648 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 18:07:02.756 32648 32648 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 18:07:02.801 32648 32648 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) 03-06 18:07:02.942 32648 32648 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 478ms 03-06 18:07:02.949 32648 32648 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 729ms --------- beginning of system 03-06 18:07:02.949 32648 32648 W ActivityThread: Main thread can not be idle for a long time. 03-06 18:07:02.956 32648 32694 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 18:07:02.956 32648 32694 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 18:07:02.956 32648 32694 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 18:31:25.385 8163 8163 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 18:31:25.857 8163 8163 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 18:31:25.862 8163 8163 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 18:31:25.862 8163 8163 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 18:31:25.862 8163 8163 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 18:31:25.862 8163 8163 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 18:31:25.862 8163 8163 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 18:31:25.862 8163 8163 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 18:31:25.862 8163 8163 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 18:31:25.862 8163 8163 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 18:31:25.862 8163 8163 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 18:31:25.862 8163 8163 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 18:31:25.862 8163 8163 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 18:31:25.862 8163 8163 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 18:31:25.862 8163 8163 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 18:31:25.862 8163 8163 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 18:31:25.862 8163 8163 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 18:31:25.862 8163 8163 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 18:31:25.862 8163 8163 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 18:31:25.862 8163 8163 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 18:31:25.862 8163 8163 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 18:31:25.862 8163 8163 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 18:31:25.911 8163 8163 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 18:31:26.237 8163 8163 W CheckTime: App running slow: Executing handleBindApplication : installContentProviders took 334ms 03-06 18:31:26.693 8163 8163 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 18:31:26.693 8163 8163 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 18:31:26.786 8163 8163 W com.mbwhatsapp: type=1400 audit(0.0:1398577): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:31:26.792 8163 8163 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) 03-06 18:31:26.802 8163 8163 W com.mbwhatsapp: type=1400 audit(0.0:1398578): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:31:26.818 8163 8163 W com.mbwhatsapp: type=1400 audit(0.0:1398579): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:31:26.898 8163 8163 W com.mbwhatsapp: type=1400 audit(0.0:1398580): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:31:26.910 8163 8163 W com.mbwhatsapp: type=1400 audit(0.0:1398581): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:31:26.910 8163 8163 W com.mbwhatsapp: type=1400 audit(0.0:1398582): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:31:26.999 8163 8163 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 762ms 03-06 18:31:27.004 8163 8273 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 18:31:27.004 8163 8273 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 18:31:27.004 8163 8273 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 18:31:27.008 8163 8163 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1607ms --------- beginning of system 03-06 18:31:27.008 8163 8163 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 18:32:47.302 8947 8947 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 18:32:47.545 8947 8947 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 18:32:47.549 8947 8947 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 18:32:47.549 8947 8947 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 18:32:47.549 8947 8947 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 18:32:47.549 8947 8947 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 18:32:47.549 8947 8947 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 18:32:47.549 8947 8947 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 18:32:47.549 8947 8947 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 18:32:47.549 8947 8947 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 18:32:47.549 8947 8947 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 18:32:47.549 8947 8947 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 18:32:47.549 8947 8947 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 18:32:47.549 8947 8947 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 18:32:47.549 8947 8947 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 18:32:47.549 8947 8947 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 18:32:47.549 8947 8947 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 18:32:47.549 8947 8947 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 18:32:47.549 8947 8947 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 18:32:47.549 8947 8947 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 18:32:47.549 8947 8947 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 18:32:47.549 8947 8947 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 18:32:47.574 8947 8947 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 18:32:48.018 8947 8947 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 18:32:48.018 8947 8947 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 18:32:48.100 8947 8947 W com.mbwhatsapp: type=1400 audit(0.0:1399099): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:32:48.105 8947 8947 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) 03-06 18:32:48.124 8947 8947 W com.mbwhatsapp: type=1400 audit(0.0:1399100): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:32:48.140 8947 8947 W com.mbwhatsapp: type=1400 audit(0.0:1399101): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:32:48.204 8947 8947 W com.mbwhatsapp: type=1400 audit(0.0:1399102): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:32:48.216 8947 8947 W com.mbwhatsapp: type=1400 audit(0.0:1399103): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:32:48.306 8947 8947 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 660ms 03-06 18:32:48.313 8947 8998 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 18:32:48.313 8947 8998 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 18:32:48.313 8947 8998 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 18:32:48.313 8947 8947 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 993ms --------- beginning of system 03-06 18:32:48.314 8947 8947 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 18:33:27.264 9485 9485 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 18:33:27.561 9485 9485 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 18:33:27.565 9485 9485 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 18:33:27.565 9485 9485 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 18:33:27.565 9485 9485 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 18:33:27.565 9485 9485 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 18:33:27.565 9485 9485 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 18:33:27.565 9485 9485 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 18:33:27.565 9485 9485 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 18:33:27.565 9485 9485 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 18:33:27.565 9485 9485 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 18:33:27.565 9485 9485 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 18:33:27.565 9485 9485 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 18:33:27.565 9485 9485 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 18:33:27.565 9485 9485 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 18:33:27.565 9485 9485 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 18:33:27.565 9485 9485 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 18:33:27.565 9485 9485 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 18:33:27.565 9485 9485 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 18:33:27.565 9485 9485 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 18:33:27.565 9485 9485 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 18:33:27.565 9485 9485 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 18:33:27.585 9485 9485 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 18:33:28.071 9485 9485 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 18:33:28.072 9485 9485 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 18:33:28.112 9485 9485 W com.mbwhatsapp: type=1400 audit(0.0:1399327): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:33:28.118 9485 9485 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) 03-06 18:33:28.124 9485 9485 W com.mbwhatsapp: type=1400 audit(0.0:1399328): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:33:28.136 9485 9485 W com.mbwhatsapp: type=1400 audit(0.0:1399329): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:33:28.216 9485 9485 W com.mbwhatsapp: type=1400 audit(0.0:1399330): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:33:28.228 9485 9485 W com.mbwhatsapp: type=1400 audit(0.0:1399331): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:33:28.303 9485 9485 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 657ms 03-06 18:33:28.311 9485 9485 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1027ms --------- beginning of system 03-06 18:33:28.311 9485 9485 W ActivityThread: Main thread can not be idle for a long time. 03-06 18:33:28.328 9485 9564 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 18:33:28.328 9485 9564 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 18:33:28.328 9485 9564 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 18:34:23.385 10243 10243 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 18:34:23.596 10243 10243 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 18:34:23.597 10243 10243 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 18:34:23.597 10243 10243 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 18:34:23.597 10243 10243 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 18:34:23.597 10243 10243 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 18:34:23.597 10243 10243 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 18:34:23.597 10243 10243 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 18:34:23.597 10243 10243 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 18:34:23.597 10243 10243 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 18:34:23.597 10243 10243 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 18:34:23.597 10243 10243 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 18:34:23.597 10243 10243 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 18:34:23.597 10243 10243 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 18:34:23.597 10243 10243 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 18:34:23.597 10243 10243 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 18:34:23.597 10243 10243 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 18:34:23.597 10243 10243 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 18:34:23.597 10243 10243 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 18:34:23.597 10243 10243 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 18:34:23.597 10243 10243 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 18:34:23.597 10243 10243 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 18:34:23.619 10243 10243 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 18:34:24.021 10243 10243 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 18:34:24.021 10243 10243 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 18:34:24.064 10243 10243 W com.mbwhatsapp: type=1400 audit(0.0:1399662): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:34:24.068 10243 10243 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) 03-06 18:34:24.116 10243 10243 W com.mbwhatsapp: type=1400 audit(0.0:1399663): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:34:24.128 10243 10243 W com.mbwhatsapp: type=1400 audit(0.0:1399664): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:34:24.192 10243 10243 W com.mbwhatsapp: type=1400 audit(0.0:1399665): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:34:24.204 10243 10243 W com.mbwhatsapp: type=1400 audit(0.0:1399666): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:34:24.295 10243 10243 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 634ms 03-06 18:34:24.300 10243 10340 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 18:34:24.300 10243 10340 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 18:34:24.300 10243 10340 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 18:34:24.301 10243 10243 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 897ms --------- beginning of system 03-06 18:34:24.301 10243 10243 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 18:35:39.188 10872 10872 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 18:35:39.505 10872 10872 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 18:35:39.507 10872 10872 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 18:35:39.507 10872 10872 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 18:35:39.507 10872 10872 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 18:35:39.507 10872 10872 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 18:35:39.507 10872 10872 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 18:35:39.507 10872 10872 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 18:35:39.507 10872 10872 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 18:35:39.507 10872 10872 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 18:35:39.507 10872 10872 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 18:35:39.507 10872 10872 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 18:35:39.507 10872 10872 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 18:35:39.507 10872 10872 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 18:35:39.507 10872 10872 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 18:35:39.507 10872 10872 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 18:35:39.507 10872 10872 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 18:35:39.507 10872 10872 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 18:35:39.507 10872 10872 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 18:35:39.507 10872 10872 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 18:35:39.508 10872 10872 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 18:35:39.508 10872 10872 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 18:35:39.532 10872 10872 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 18:35:40.057 10872 10872 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 18:35:40.057 10872 10872 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 18:35:40.174 10872 10872 W com.mbwhatsapp: Verification of void X.3gG.run() took 109.637ms (21780.78 bytecodes/s) (73648B approximate peak alloc) 03-06 18:35:40.215 10872 10872 W com.mbwhatsapp: type=1400 audit(0.0:1399907): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:35:40.218 10872 10872 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) 03-06 18:35:40.227 10872 10872 W com.mbwhatsapp: type=1400 audit(0.0:1399908): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:35:40.243 10872 10872 W com.mbwhatsapp: type=1400 audit(0.0:1399909): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:35:40.307 10872 10872 W com.mbwhatsapp: type=1400 audit(0.0:1399910): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:35:40.319 10872 10872 W com.mbwhatsapp: type=1400 audit(0.0:1399911): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:35:40.417 10872 10872 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 821ms 03-06 18:35:40.434 10872 10973 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 18:35:40.434 10872 10973 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 18:35:40.434 10872 10973 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 18:35:40.435 10872 10872 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1191ms --------- beginning of system 03-06 18:35:40.435 10872 10872 W ActivityThread: Main thread can not be idle for a long time. 03-06 18:36:23.177 11353 11353 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 18:36:23.298 11353 11353 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 18:36:23.298 11353 11353 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 18:36:23.298 11353 11353 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 18:36:23.298 11353 11353 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 18:36:23.299 11353 11353 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 18:36:23.299 11353 11353 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 18:36:23.299 11353 11353 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 18:36:23.299 11353 11353 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 18:36:23.299 11353 11353 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 18:36:23.299 11353 11353 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 18:36:23.299 11353 11353 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 18:36:23.299 11353 11353 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 18:36:23.299 11353 11353 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 18:36:23.299 11353 11353 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 18:36:23.299 11353 11353 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 18:36:23.299 11353 11353 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 18:36:23.299 11353 11353 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 18:36:23.299 11353 11353 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 18:36:23.299 11353 11353 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 18:36:23.299 11353 11353 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 18:36:23.299 11353 11353 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 18:36:23.310 11353 11353 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 18:36:23.624 11353 11353 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 18:36:23.625 11353 11353 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 18:36:23.651 11353 11353 W com.mbwhatsapp: type=1400 audit(0.0:1400004): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:36:23.655 11353 11353 W com.mbwhatsapp: type=1400 audit(0.0:1400005): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:36:23.657 11353 11353 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) 03-06 18:36:23.663 11353 11353 W com.mbwhatsapp: type=1400 audit(0.0:1400006): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:36:23.679 11353 11353 W com.mbwhatsapp: type=1400 audit(0.0:1400007): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:36:23.687 11353 11353 W com.mbwhatsapp: type=1400 audit(0.0:1400008): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:36:23.750 11353 11353 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 407ms 03-06 18:36:23.755 11353 11400 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 18:36:23.755 11353 11400 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 18:36:23.755 11353 11400 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 18:36:23.830 11353 11353 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 633ms 03-06 18:36:23.831 11353 11353 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 18:37:26.756 12078 12078 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 18:37:26.974 12078 12078 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 18:37:26.975 12078 12078 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 18:37:26.975 12078 12078 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 18:37:26.975 12078 12078 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 18:37:26.975 12078 12078 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 18:37:26.975 12078 12078 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 18:37:26.975 12078 12078 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 18:37:26.975 12078 12078 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 18:37:26.975 12078 12078 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 18:37:26.975 12078 12078 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 18:37:26.975 12078 12078 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 18:37:26.975 12078 12078 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 18:37:26.975 12078 12078 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 18:37:26.975 12078 12078 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 18:37:26.975 12078 12078 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 18:37:26.975 12078 12078 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 18:37:26.975 12078 12078 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 18:37:26.975 12078 12078 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 18:37:26.976 12078 12078 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 18:37:26.976 12078 12078 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 18:37:26.976 12078 12078 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 18:37:26.994 12078 12078 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 18:37:27.397 12078 12078 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 18:37:27.398 12078 12078 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 18:37:27.442 12078 12078 W com.mbwhatsapp: type=1400 audit(0.0:1400234): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:37:27.446 12078 12078 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) 03-06 18:37:27.454 12078 12078 W com.mbwhatsapp: type=1400 audit(0.0:1400235): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:37:27.470 12078 12078 W com.mbwhatsapp: type=1400 audit(0.0:1400236): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:37:27.550 12078 12078 W com.mbwhatsapp: type=1400 audit(0.0:1400237): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:37:27.562 12078 12078 W com.mbwhatsapp: type=1400 audit(0.0:1400238): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:37:27.637 12078 12078 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 597ms 03-06 18:37:27.650 12078 12173 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 18:37:27.650 12078 12173 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 18:37:27.650 12078 12173 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 18:37:27.716 12078 12078 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 944ms --------- beginning of system 03-06 18:37:27.716 12078 12078 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 18:39:01.290 12837 12837 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 18:39:01.565 12837 12837 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 18:39:01.572 12837 12837 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 18:39:01.572 12837 12837 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 18:39:01.572 12837 12837 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 18:39:01.572 12837 12837 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 18:39:01.572 12837 12837 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 18:39:01.572 12837 12837 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 18:39:01.572 12837 12837 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 18:39:01.572 12837 12837 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 18:39:01.572 12837 12837 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 18:39:01.572 12837 12837 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 18:39:01.572 12837 12837 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 18:39:01.572 12837 12837 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 18:39:01.572 12837 12837 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 18:39:01.572 12837 12837 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 18:39:01.572 12837 12837 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 18:39:01.572 12837 12837 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 18:39:01.572 12837 12837 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 18:39:01.572 12837 12837 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 18:39:01.572 12837 12837 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 18:39:01.572 12837 12837 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 18:39:01.606 12837 12837 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 18:39:02.089 12837 12837 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 18:39:02.089 12837 12837 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 18:39:02.150 12837 12837 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) 03-06 18:39:02.336 12837 12837 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 661ms 03-06 18:39:02.339 12837 12887 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 18:39:02.339 12837 12887 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 18:39:02.339 12837 12887 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 18:39:02.382 12837 12837 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1074ms --------- beginning of system 03-06 18:39:02.383 12837 12837 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 18:42:25.172 13314 13314 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 18:42:25.511 13314 13314 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 18:42:25.514 13314 13314 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 18:42:25.514 13314 13314 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 18:42:25.514 13314 13314 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 18:42:25.514 13314 13314 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 18:42:25.514 13314 13314 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 18:42:25.514 13314 13314 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 18:42:25.514 13314 13314 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 18:42:25.514 13314 13314 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 18:42:25.515 13314 13314 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 18:42:25.515 13314 13314 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 18:42:25.515 13314 13314 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 18:42:25.515 13314 13314 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 18:42:25.515 13314 13314 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 18:42:25.515 13314 13314 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 18:42:25.515 13314 13314 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 18:42:25.515 13314 13314 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 18:42:25.515 13314 13314 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 18:42:25.515 13314 13314 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 18:42:25.515 13314 13314 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 18:42:25.515 13314 13314 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 18:42:25.551 13314 13314 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 18:42:26.005 13314 13314 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 18:42:26.005 13314 13314 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 18:42:26.096 13314 13314 W com.mbwhatsapp: type=1400 audit(0.0:1401080): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:42:26.100 13314 13314 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) 03-06 18:42:26.120 13314 13314 W com.mbwhatsapp: type=1400 audit(0.0:1401081): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:42:26.132 13314 13314 W com.mbwhatsapp: type=1400 audit(0.0:1401082): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:42:26.272 13314 13314 W com.mbwhatsapp: type=1400 audit(0.0:1401083): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:42:26.288 13314 13314 W com.mbwhatsapp: type=1400 audit(0.0:1401084): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:42:26.403 13314 13314 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 779ms 03-06 18:42:26.421 13314 13314 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1236ms --------- beginning of system 03-06 18:42:26.421 13314 13314 W ActivityThread: Main thread can not be idle for a long time. 03-06 18:42:26.437 13314 13421 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 18:42:26.437 13314 13421 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 18:42:26.437 13314 13421 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 18:43:41.243 13904 13904 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 18:43:41.486 13904 13904 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 18:43:41.489 13904 13904 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 18:43:41.490 13904 13904 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 18:43:41.490 13904 13904 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 18:43:41.490 13904 13904 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 18:43:41.490 13904 13904 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 18:43:41.490 13904 13904 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 18:43:41.490 13904 13904 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 18:43:41.490 13904 13904 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 18:43:41.490 13904 13904 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 18:43:41.490 13904 13904 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 18:43:41.490 13904 13904 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 18:43:41.490 13904 13904 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 18:43:41.490 13904 13904 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 18:43:41.490 13904 13904 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 18:43:41.490 13904 13904 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 18:43:41.490 13904 13904 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 18:43:41.490 13904 13904 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 18:43:41.490 13904 13904 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 18:43:41.490 13904 13904 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 18:43:41.490 13904 13904 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 18:43:41.513 13904 13904 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 18:43:41.875 13904 13904 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 18:43:41.876 13904 13904 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 18:43:41.930 13904 13904 W com.mbwhatsapp: type=1400 audit(0.0:1401273): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:43:41.934 13904 13904 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) 03-06 18:43:41.942 13904 13904 W com.mbwhatsapp: type=1400 audit(0.0:1401274): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:43:41.958 13904 13904 W com.mbwhatsapp: type=1400 audit(0.0:1401275): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:43:42.022 13904 13904 W com.mbwhatsapp: type=1400 audit(0.0:1401276): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:43:42.038 13904 13904 W com.mbwhatsapp: type=1400 audit(0.0:1401277): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:43:42.154 13904 13904 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 591ms 03-06 18:43:42.161 13904 13904 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 904ms --------- beginning of system 03-06 18:43:42.161 13904 13904 W ActivityThread: Main thread can not be idle for a long time. 03-06 18:43:42.202 13904 14012 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 18:43:42.202 13904 14012 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 18:43:42.202 13904 14012 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 18:44:28.167 14426 14426 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 18:44:28.432 14426 14426 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 18:44:28.439 14426 14426 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 18:44:28.439 14426 14426 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 18:44:28.439 14426 14426 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 18:44:28.439 14426 14426 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 18:44:28.439 14426 14426 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 18:44:28.439 14426 14426 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 18:44:28.439 14426 14426 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 18:44:28.439 14426 14426 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 18:44:28.439 14426 14426 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 18:44:28.439 14426 14426 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 18:44:28.439 14426 14426 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 18:44:28.439 14426 14426 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 18:44:28.439 14426 14426 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 18:44:28.439 14426 14426 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 18:44:28.439 14426 14426 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 18:44:28.439 14426 14426 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 18:44:28.439 14426 14426 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 18:44:28.439 14426 14426 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 18:44:28.439 14426 14426 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 18:44:28.439 14426 14426 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 18:44:28.461 14426 14426 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 18:44:28.913 14426 14426 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 18:44:28.913 14426 14426 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 18:44:28.976 14426 14426 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) 03-06 18:44:29.182 14426 14426 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 672ms 03-06 18:44:29.189 14426 14426 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1002ms --------- beginning of system 03-06 18:44:29.189 14426 14426 W ActivityThread: Main thread can not be idle for a long time. 03-06 18:44:29.209 14426 14625 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 18:44:29.209 14426 14625 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 18:44:29.209 14426 14625 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 18:47:44.160 15174 15174 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 18:47:44.474 15174 15174 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 18:47:44.477 15174 15174 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 18:47:44.477 15174 15174 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 18:47:44.477 15174 15174 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 18:47:44.477 15174 15174 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 18:47:44.477 15174 15174 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 18:47:44.477 15174 15174 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 18:47:44.477 15174 15174 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 18:47:44.477 15174 15174 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 18:47:44.477 15174 15174 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 18:47:44.477 15174 15174 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 18:47:44.477 15174 15174 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 18:47:44.477 15174 15174 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 18:47:44.477 15174 15174 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 18:47:44.477 15174 15174 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 18:47:44.477 15174 15174 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 18:47:44.477 15174 15174 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 18:47:44.477 15174 15174 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 18:47:44.477 15174 15174 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 18:47:44.477 15174 15174 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 18:47:44.477 15174 15174 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 18:47:44.506 15174 15174 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 18:47:44.918 15174 15174 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 18:47:44.919 15174 15174 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 18:47:44.978 15174 15174 W com.mbwhatsapp: type=1400 audit(0.0:1401889): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:47:44.984 15174 15174 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) 03-06 18:47:44.990 15174 15174 W com.mbwhatsapp: type=1400 audit(0.0:1401890): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:47:45.010 15174 15174 W com.mbwhatsapp: type=1400 audit(0.0:1401891): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:47:45.102 15174 15174 W com.mbwhatsapp: type=1400 audit(0.0:1401892): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:47:45.122 15174 15174 W com.mbwhatsapp: type=1400 audit(0.0:1401893): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:47:45.230 15174 15174 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 662ms 03-06 18:47:45.239 15174 15285 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 18:47:45.239 15174 15285 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 18:47:45.239 15174 15285 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 18:47:45.291 15174 15174 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1115ms --------- beginning of system 03-06 18:47:45.291 15174 15174 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 18:48:24.167 15665 15665 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 18:48:24.452 15665 15665 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 18:48:24.459 15665 15665 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 18:48:24.459 15665 15665 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 18:48:24.459 15665 15665 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 18:48:24.459 15665 15665 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 18:48:24.459 15665 15665 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 18:48:24.459 15665 15665 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 18:48:24.459 15665 15665 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 18:48:24.459 15665 15665 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 18:48:24.459 15665 15665 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 18:48:24.459 15665 15665 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 18:48:24.459 15665 15665 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 18:48:24.459 15665 15665 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 18:48:24.459 15665 15665 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 18:48:24.459 15665 15665 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 18:48:24.459 15665 15665 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 18:48:24.459 15665 15665 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 18:48:24.459 15665 15665 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 18:48:24.459 15665 15665 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 18:48:24.459 15665 15665 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 18:48:24.459 15665 15665 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 18:48:24.481 15665 15665 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 18:48:24.958 15665 15665 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 18:48:24.958 15665 15665 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 18:48:25.004 15665 15665 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) 03-06 18:48:25.152 15665 15665 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 614ms 03-06 18:48:25.153 15665 15712 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 18:48:25.153 15665 15712 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 18:48:25.153 15665 15712 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 18:48:25.159 15665 15665 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 973ms --------- beginning of system 03-06 18:48:25.159 15665 15665 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 18:50:22.611 16093 16093 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 18:50:22.893 16093 16093 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 18:50:22.900 16093 16093 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 18:50:22.900 16093 16093 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 18:50:22.900 16093 16093 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 18:50:22.900 16093 16093 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 18:50:22.900 16093 16093 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 18:50:22.900 16093 16093 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 18:50:22.900 16093 16093 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 18:50:22.900 16093 16093 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 18:50:22.900 16093 16093 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 18:50:22.900 16093 16093 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 18:50:22.900 16093 16093 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 18:50:22.900 16093 16093 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 18:50:22.900 16093 16093 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 18:50:22.900 16093 16093 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 18:50:22.900 16093 16093 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 18:50:22.900 16093 16093 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 18:50:22.900 16093 16093 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 18:50:22.900 16093 16093 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 18:50:22.900 16093 16093 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 18:50:22.900 16093 16093 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 18:50:22.919 16093 16093 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 18:50:23.265 16093 16093 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 18:50:23.266 16093 16093 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 18:50:23.312 16093 16093 W com.mbwhatsapp: type=1400 audit(0.0:1402366): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:50:23.316 16093 16093 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) 03-06 18:50:23.328 16093 16093 W com.mbwhatsapp: type=1400 audit(0.0:1402367): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:50:23.336 16093 16093 W com.mbwhatsapp: type=1400 audit(0.0:1402368): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:50:23.384 16093 16093 W com.mbwhatsapp: type=1400 audit(0.0:1402369): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:50:23.392 16093 16093 W com.mbwhatsapp: type=1400 audit(0.0:1402370): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:50:23.460 16093 16093 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 490ms 03-06 18:50:23.466 16093 16093 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 830ms --------- beginning of system 03-06 18:50:23.466 16093 16093 W ActivityThread: Main thread can not be idle for a long time. 03-06 18:50:23.469 16093 16141 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 18:50:23.469 16093 16141 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 18:50:23.469 16093 16141 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 18:52:22.557 16845 16845 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 18:52:22.770 16845 16845 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 18:52:22.772 16845 16845 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 18:52:22.772 16845 16845 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 18:52:22.772 16845 16845 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 18:52:22.773 16845 16845 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 18:52:22.773 16845 16845 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 18:52:22.773 16845 16845 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 18:52:22.773 16845 16845 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 18:52:22.773 16845 16845 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 18:52:22.773 16845 16845 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 18:52:22.773 16845 16845 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 18:52:22.773 16845 16845 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 18:52:22.773 16845 16845 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 18:52:22.773 16845 16845 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 18:52:22.773 16845 16845 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 18:52:22.773 16845 16845 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 18:52:22.773 16845 16845 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 18:52:22.773 16845 16845 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 18:52:22.773 16845 16845 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 18:52:22.773 16845 16845 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 18:52:22.773 16845 16845 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 18:52:22.789 16845 16845 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 18:52:23.235 16845 16845 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 18:52:23.235 16845 16845 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 18:52:23.282 16845 16845 W com.mbwhatsapp: type=1400 audit(0.0:1402613): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:52:23.287 16845 16845 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) 03-06 18:52:23.294 16845 16845 W com.mbwhatsapp: type=1400 audit(0.0:1402614): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:52:23.310 16845 16845 W com.mbwhatsapp: type=1400 audit(0.0:1402615): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:52:23.366 16845 16845 W com.mbwhatsapp: type=1400 audit(0.0:1402616): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:52:23.374 16845 16845 W com.mbwhatsapp: type=1400 audit(0.0:1402617): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:52:23.452 16845 16845 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 606ms 03-06 18:52:23.463 16845 16896 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 18:52:23.463 16845 16896 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 18:52:23.463 16845 16896 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 18:52:23.465 16845 16845 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 892ms --------- beginning of system 03-06 18:52:23.465 16845 16845 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 18:57:25.295 17313 17313 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 18:57:25.528 17313 17313 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 18:57:25.530 17313 17313 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 18:57:25.530 17313 17313 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 18:57:25.530 17313 17313 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 18:57:25.530 17313 17313 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 18:57:25.530 17313 17313 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 18:57:25.530 17313 17313 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 18:57:25.530 17313 17313 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 18:57:25.530 17313 17313 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 18:57:25.530 17313 17313 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 18:57:25.530 17313 17313 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 18:57:25.530 17313 17313 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 18:57:25.530 17313 17313 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 18:57:25.530 17313 17313 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 18:57:25.530 17313 17313 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 18:57:25.530 17313 17313 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 18:57:25.530 17313 17313 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 18:57:25.530 17313 17313 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 18:57:25.530 17313 17313 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 18:57:25.530 17313 17313 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 18:57:25.530 17313 17313 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 18:57:25.556 17313 17313 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 18:57:26.012 17313 17313 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 18:57:26.013 17313 17313 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 18:57:26.076 17313 17313 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) 03-06 18:57:26.170 17313 17313 W com.mbwhatsapp: type=1400 audit(0.0:1403313): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:57:26.186 17313 17313 W com.mbwhatsapp: type=1400 audit(0.0:1403314): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:57:26.327 17313 17313 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 704ms 03-06 18:57:26.342 17313 17432 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 18:57:26.342 17313 17432 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 18:57:26.342 17313 17432 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 18:57:26.350 17313 17313 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1039ms --------- beginning of system 03-06 18:57:26.350 17313 17313 W ActivityThread: Main thread can not be idle for a long time. 03-06 18:58:24.226 18013 18013 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 18:58:24.326 18013 18013 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 18:58:24.326 18013 18013 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 18:58:24.326 18013 18013 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 18:58:24.326 18013 18013 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 18:58:24.326 18013 18013 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 18:58:24.326 18013 18013 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 18:58:24.326 18013 18013 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 18:58:24.326 18013 18013 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 18:58:24.326 18013 18013 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 18:58:24.326 18013 18013 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 18:58:24.326 18013 18013 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 18:58:24.326 18013 18013 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 18:58:24.326 18013 18013 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 18:58:24.326 18013 18013 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 18:58:24.326 18013 18013 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 18:58:24.326 18013 18013 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 18:58:24.326 18013 18013 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 18:58:24.326 18013 18013 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 18:58:24.326 18013 18013 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 18:58:24.326 18013 18013 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 18:58:24.326 18013 18013 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 18:58:24.337 18013 18013 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 18:58:24.601 18013 18013 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 18:58:24.601 18013 18013 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 18:58:24.624 18013 18013 W com.mbwhatsapp: type=1400 audit(0.0:1403629): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:58:24.628 18013 18013 W com.mbwhatsapp: type=1400 audit(0.0:1403630): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:58:24.631 18013 18013 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) 03-06 18:58:24.636 18013 18013 W com.mbwhatsapp: type=1400 audit(0.0:1403631): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:58:24.656 18013 18013 W com.mbwhatsapp: type=1400 audit(0.0:1403632): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:58:24.660 18013 18013 W com.mbwhatsapp: type=1400 audit(0.0:1403633): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 18:58:24.717 18013 18013 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 351ms 03-06 18:58:24.731 18013 18061 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 18:58:24.731 18013 18061 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 18:58:24.731 18013 18061 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 19:01:29.198 18587 18587 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 19:01:29.515 18587 18587 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 19:01:29.521 18587 18587 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 19:01:29.521 18587 18587 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 19:01:29.521 18587 18587 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 19:01:29.521 18587 18587 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 19:01:29.521 18587 18587 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 19:01:29.521 18587 18587 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 19:01:29.521 18587 18587 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 19:01:29.521 18587 18587 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 19:01:29.521 18587 18587 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 19:01:29.521 18587 18587 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 19:01:29.521 18587 18587 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 19:01:29.521 18587 18587 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 19:01:29.522 18587 18587 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 19:01:29.522 18587 18587 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 19:01:29.522 18587 18587 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 19:01:29.522 18587 18587 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 19:01:29.522 18587 18587 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 19:01:29.522 18587 18587 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 19:01:29.522 18587 18587 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 19:01:29.522 18587 18587 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 19:01:29.563 18587 18587 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 19:01:29.983 18587 18587 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 19:01:29.983 18587 18587 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 19:01:30.061 18587 18587 W com.mbwhatsapp: type=1400 audit(0.0:1403876): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 19:01:30.064 18587 18587 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) 03-06 19:01:30.069 18587 18587 W com.mbwhatsapp: type=1400 audit(0.0:1403877): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 19:01:30.081 18587 18587 W com.mbwhatsapp: type=1400 audit(0.0:1403878): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 19:01:30.145 18587 18587 W com.mbwhatsapp: type=1400 audit(0.0:1403879): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 19:01:30.157 18587 18587 W com.mbwhatsapp: type=1400 audit(0.0:1403880): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 19:01:30.250 18587 18587 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 638ms 03-06 19:01:30.256 18587 18587 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1042ms --------- beginning of system 03-06 19:01:30.256 18587 18587 W ActivityThread: Main thread can not be idle for a long time. 03-06 19:01:30.270 18587 18688 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 19:01:30.270 18587 18688 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 19:01:30.270 18587 18688 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 19:04:43.661 19393 19393 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 19:04:43.896 19393 19393 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 19:04:43.901 19393 19393 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 19:04:43.901 19393 19393 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 19:04:43.901 19393 19393 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 19:04:43.901 19393 19393 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 19:04:43.901 19393 19393 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 19:04:43.901 19393 19393 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 19:04:43.901 19393 19393 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 19:04:43.901 19393 19393 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 19:04:43.901 19393 19393 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 19:04:43.901 19393 19393 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 19:04:43.901 19393 19393 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 19:04:43.901 19393 19393 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 19:04:43.901 19393 19393 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 19:04:43.901 19393 19393 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 19:04:43.901 19393 19393 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 19:04:43.901 19393 19393 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 19:04:43.901 19393 19393 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 19:04:43.901 19393 19393 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 19:04:43.901 19393 19393 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 19:04:43.901 19393 19393 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 19:04:43.916 19393 19393 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 19:04:44.194 19393 19393 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 19:04:44.194 19393 19393 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 19:04:44.234 19393 19393 W com.mbwhatsapp: type=1400 audit(0.0:1404393): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 19:04:44.241 19393 19393 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) 03-06 19:04:44.250 19393 19393 W com.mbwhatsapp: type=1400 audit(0.0:1404394): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 19:04:44.262 19393 19393 W com.mbwhatsapp: type=1400 audit(0.0:1404395): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 19:04:44.326 19393 19393 W com.mbwhatsapp: type=1400 audit(0.0:1404396): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 19:04:44.338 19393 19393 W com.mbwhatsapp: type=1400 audit(0.0:1404397): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 19:04:44.412 19393 19393 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 444ms 03-06 19:04:44.418 19393 19393 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 740ms --------- beginning of system 03-06 19:04:44.418 19393 19393 W ActivityThread: Main thread can not be idle for a long time. 03-06 19:04:44.432 19393 19485 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 19:04:44.432 19393 19485 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 19:04:44.432 19393 19485 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-06 20:12:35.433 26314 26314 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 20:12:35.783 26314 26314 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 20:12:35.786 26314 26314 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 20:12:35.786 26314 26314 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 20:12:35.786 26314 26314 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 20:12:35.786 26314 26314 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 20:12:35.786 26314 26314 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 20:12:35.787 26314 26314 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 20:12:35.787 26314 26314 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 20:12:35.787 26314 26314 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 20:12:35.787 26314 26314 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 20:12:35.787 26314 26314 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 20:12:35.787 26314 26314 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 20:12:35.787 26314 26314 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 20:12:35.787 26314 26314 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 20:12:35.787 26314 26314 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 20:12:35.787 26314 26314 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 20:12:35.787 26314 26314 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 20:12:35.787 26314 26314 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 20:12:35.787 26314 26314 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 20:12:35.787 26314 26314 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 20:12:35.787 26314 26314 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 20:12:35.829 26314 26314 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 20:12:36.135 26314 26314 W CheckTime: App running slow: Executing handleBindApplication : installContentProviders took 311ms 03-06 20:12:36.537 26314 26314 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 20:12:36.537 26314 26314 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 20:12:36.646 26314 26314 W com.mbwhatsapp: type=1400 audit(0.0:1421202): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 20:12:36.651 26314 26314 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) 03-06 20:12:36.658 26314 26314 W com.mbwhatsapp: type=1400 audit(0.0:1421203): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 20:12:36.678 26314 26314 W com.mbwhatsapp: type=1400 audit(0.0:1421204): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 20:12:36.758 26314 26314 W com.mbwhatsapp: type=1400 audit(0.0:1421205): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 20:12:36.778 26314 26314 W com.mbwhatsapp: type=1400 audit(0.0:1421206): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 20:12:36.867 26314 26314 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 731ms 03-06 20:12:36.871 26314 26410 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 20:12:36.871 26314 26410 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 20:12:36.871 26314 26410 W com.mbwhatsapp: and incorrect proguard optimizations. 03-06 20:12:36.878 26314 26314 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1420ms --------- beginning of system 03-06 20:12:36.878 26314 26314 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-06 21:17:12.924 4335 4335 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-06 21:17:13.603 4335 4335 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-06 21:17:13.606 4335 4335 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-06 21:17:13.606 4335 4335 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-06 21:17:13.606 4335 4335 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-06 21:17:13.606 4335 4335 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-06 21:17:13.606 4335 4335 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-06 21:17:13.606 4335 4335 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-06 21:17:13.606 4335 4335 W System.err: at java.lang.Class.newInstance(Native Method) 03-06 21:17:13.606 4335 4335 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-06 21:17:13.606 4335 4335 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-06 21:17:13.606 4335 4335 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-06 21:17:13.606 4335 4335 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-06 21:17:13.606 4335 4335 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-06 21:17:13.606 4335 4335 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-06 21:17:13.606 4335 4335 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-06 21:17:13.606 4335 4335 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-06 21:17:13.606 4335 4335 W System.err: at android.os.Looper.loop(Looper.java:223) 03-06 21:17:13.606 4335 4335 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-06 21:17:13.606 4335 4335 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-06 21:17:13.606 4335 4335 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-06 21:17:13.606 4335 4335 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-06 21:17:13.682 4335 4335 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-06 21:17:14.020 4335 4335 W CheckTime: App running slow: Executing handleBindApplication : installContentProviders took 349ms 03-06 21:17:14.421 4335 4335 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-06 21:17:14.421 4335 4335 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-06 21:17:14.529 4335 4335 W com.mbwhatsapp: type=1400 audit(0.0:1434667): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 21:17:14.535 4335 4335 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) 03-06 21:17:14.545 4335 4335 W com.mbwhatsapp: type=1400 audit(0.0:1434668): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 21:17:14.565 4335 4335 W com.mbwhatsapp: type=1400 audit(0.0:1434669): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-06 21:17:14.825 4335 4335 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 804ms 03-06 21:17:14.850 4335 4335 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1905ms --------- beginning of system 03-06 21:17:14.850 4335 4335 W ActivityThread: Main thread can not be idle for a long time. 03-06 21:17:14.853 4335 4483 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-06 21:17:14.853 4335 4483 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-06 21:17:14.853 4335 4483 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 00:33:11.572 1984 1984 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 00:33:12.163 1984 1984 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 00:33:12.170 1984 1984 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 00:33:12.170 1984 1984 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 00:33:12.170 1984 1984 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 00:33:12.170 1984 1984 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 00:33:12.170 1984 1984 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 00:33:12.170 1984 1984 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 00:33:12.170 1984 1984 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 00:33:12.170 1984 1984 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 00:33:12.170 1984 1984 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 00:33:12.170 1984 1984 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 00:33:12.170 1984 1984 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 00:33:12.170 1984 1984 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 00:33:12.170 1984 1984 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 00:33:12.170 1984 1984 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 00:33:12.170 1984 1984 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 00:33:12.170 1984 1984 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 00:33:12.170 1984 1984 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 00:33:12.170 1984 1984 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 00:33:12.170 1984 1984 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 00:33:12.170 1984 1984 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 00:33:12.251 1984 1984 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 353ms 03-07 00:33:12.258 1984 1984 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 00:33:12.856 1984 1984 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 00:33:12.856 1984 1984 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 00:33:12.965 1984 1984 W com.mbwhatsapp: type=1400 audit(0.0:1477353): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 00:33:12.970 1984 1984 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) 03-07 00:33:12.977 1984 1984 W com.mbwhatsapp: type=1400 audit(0.0:1477354): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 00:33:12.993 1984 1984 W com.mbwhatsapp: type=1400 audit(0.0:1477355): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 00:33:13.097 1984 1984 W com.mbwhatsapp: type=1400 audit(0.0:1477356): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 00:33:13.125 1984 1984 W com.mbwhatsapp: type=1400 audit(0.0:1477357): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 00:33:13.232 1984 1984 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 856ms 03-07 00:33:13.242 1984 2132 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 00:33:13.242 1984 2132 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 00:33:13.242 1984 2132 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 00:33:13.243 1984 1984 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1655ms --------- beginning of system 03-07 00:33:13.243 1984 1984 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 01:33:11.452 13382 13382 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 01:33:11.812 13382 13382 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 01:33:11.814 13382 13382 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 01:33:11.814 13382 13382 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 01:33:11.814 13382 13382 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 01:33:11.814 13382 13382 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 01:33:11.814 13382 13382 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 01:33:11.814 13382 13382 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 01:33:11.814 13382 13382 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 01:33:11.814 13382 13382 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 01:33:11.814 13382 13382 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 01:33:11.814 13382 13382 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 01:33:11.815 13382 13382 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 01:33:11.815 13382 13382 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 01:33:11.815 13382 13382 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 01:33:11.815 13382 13382 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 01:33:11.815 13382 13382 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 01:33:11.815 13382 13382 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 01:33:11.815 13382 13382 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 01:33:11.815 13382 13382 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 01:33:11.815 13382 13382 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 01:33:11.815 13382 13382 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 01:33:11.868 13382 13382 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 01:33:12.434 13382 13382 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 01:33:12.434 13382 13382 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 01:33:12.533 13382 13382 W com.mbwhatsapp: type=1400 audit(0.0:1487970): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 01:33:12.537 13382 13382 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) 03-07 01:33:12.545 13382 13382 W com.mbwhatsapp: type=1400 audit(0.0:1487971): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 01:33:12.557 13382 13382 W com.mbwhatsapp: type=1400 audit(0.0:1487972): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 01:33:12.633 13382 13382 W com.mbwhatsapp: type=1400 audit(0.0:1487973): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 01:33:12.649 13382 13382 W com.mbwhatsapp: type=1400 audit(0.0:1487974): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 01:33:12.772 13382 13382 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 826ms 03-07 01:33:12.785 13382 13430 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 01:33:12.785 13382 13430 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 01:33:12.785 13382 13430 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 01:33:12.786 13382 13382 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1317ms --------- beginning of system 03-07 01:33:12.786 13382 13382 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 03:35:00.056 10713 10713 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 03:35:00.339 10713 10713 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 03:35:00.347 10713 10713 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 03:35:00.347 10713 10713 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 03:35:00.347 10713 10713 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 03:35:00.347 10713 10713 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 03:35:00.347 10713 10713 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 03:35:00.347 10713 10713 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 03:35:00.347 10713 10713 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 03:35:00.347 10713 10713 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 03:35:00.347 10713 10713 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 03:35:00.347 10713 10713 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 03:35:00.347 10713 10713 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 03:35:00.347 10713 10713 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 03:35:00.347 10713 10713 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 03:35:00.348 10713 10713 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 03:35:00.348 10713 10713 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 03:35:00.348 10713 10713 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 03:35:00.348 10713 10713 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 03:35:00.348 10713 10713 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 03:35:00.348 10713 10713 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 03:35:00.348 10713 10713 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 03:35:00.402 10713 10713 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 03:35:01.027 10713 10713 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 03:35:01.027 10713 10713 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 03:35:01.101 10713 10713 W com.mbwhatsapp: type=1400 audit(0.0:1509946): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 03:35:01.108 10713 10713 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) 03-07 03:35:01.113 10713 10713 W com.mbwhatsapp: type=1400 audit(0.0:1509947): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 03:35:01.125 10713 10713 W com.mbwhatsapp: type=1400 audit(0.0:1509948): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 03:35:01.197 10713 10713 W com.mbwhatsapp: type=1400 audit(0.0:1509949): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 03:35:01.217 10713 10713 W com.mbwhatsapp: type=1400 audit(0.0:1509950): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 03:35:01.217 10713 10713 W com.mbwhatsapp: type=1400 audit(0.0:1509951): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 03:35:01.217 10713 10713 W com.mbwhatsapp: type=1400 audit(0.0:1509952): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 03:35:01.314 10713 10713 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 795ms 03-07 03:35:01.319 10713 10760 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 03:35:01.319 10713 10760 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 03:35:01.319 10713 10760 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 03:35:01.371 10713 10713 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1298ms --------- beginning of system 03-07 03:35:01.371 10713 10713 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 03:45:59.332 13735 13735 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 03:46:00.212 13735 13735 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 03:46:00.217 13735 13735 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 03:46:00.217 13735 13735 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 03:46:00.217 13735 13735 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 03:46:00.217 13735 13735 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 03:46:00.217 13735 13735 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 03:46:00.217 13735 13735 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 03:46:00.217 13735 13735 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 03:46:00.217 13735 13735 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 03:46:00.218 13735 13735 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 03:46:00.218 13735 13735 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 03:46:00.218 13735 13735 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 03:46:00.218 13735 13735 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 03:46:00.218 13735 13735 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 03:46:00.218 13735 13735 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 03:46:00.218 13735 13735 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 03:46:00.218 13735 13735 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 03:46:00.218 13735 13735 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 03:46:00.218 13735 13735 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 03:46:00.218 13735 13735 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 03:46:00.218 13735 13735 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 03:46:00.318 13735 13735 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 541ms 03-07 03:46:00.336 13735 13735 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 03:46:00.543 13735 13735 W CheckTime: App running slow: Executing handleBindApplication : installContentProviders took 225ms 03-07 03:46:01.537 13735 13735 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 03:46:01.537 13735 13735 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 03:46:01.633 13735 13735 W com.mbwhatsapp: type=1400 audit(0.0:1512984): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 03:46:01.637 13735 13735 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) 03-07 03:46:01.645 13735 13735 W com.mbwhatsapp: type=1400 audit(0.0:1512985): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 03:46:01.661 13735 13735 W com.mbwhatsapp: type=1400 audit(0.0:1512986): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 03:46:01.773 13735 13735 W com.mbwhatsapp: type=1400 audit(0.0:1512987): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 03:46:01.789 13735 13735 W com.mbwhatsapp: type=1400 audit(0.0:1512988): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 03:46:01.789 13735 13735 W com.mbwhatsapp: type=1400 audit(0.0:1512990): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 03:46:01.906 13735 13735 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1363ms 03-07 03:46:01.923 13735 14000 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 03:46:01.923 13735 14000 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 03:46:01.923 13735 14000 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 03:46:01.934 13735 13735 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 2584ms --------- beginning of system 03-07 03:46:01.934 13735 13735 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 03:46:16.060 15225 15225 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 03:46:16.123 15225 15225 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 03:46:16.123 15225 15225 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 03:46:16.123 15225 15225 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 03:46:16.123 15225 15225 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 03:46:16.123 15225 15225 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 03:46:16.123 15225 15225 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 03:46:16.123 15225 15225 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 03:46:16.123 15225 15225 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 03:46:16.123 15225 15225 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 03:46:16.123 15225 15225 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 03:46:16.123 15225 15225 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 03:46:16.123 15225 15225 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 03:46:16.123 15225 15225 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 03:46:16.123 15225 15225 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 03:46:16.123 15225 15225 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 03:46:16.123 15225 15225 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 03:46:16.123 15225 15225 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 03:46:16.123 15225 15225 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 03:46:16.123 15225 15225 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 03:46:16.123 15225 15225 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 03:46:16.123 15225 15225 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 03:46:16.128 15225 15225 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 03:46:16.288 15225 15225 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 03:46:16.289 15225 15225 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 03:46:16.305 15225 15225 W com.mbwhatsapp: type=1400 audit(0.0:1513044): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 03:46:16.305 15225 15225 W com.mbwhatsapp: type=1400 audit(0.0:1513045): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 03:46:16.309 15225 15225 W com.mbwhatsapp: type=1400 audit(0.0:1513046): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 03:46:16.309 15225 15225 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) 03-07 03:46:16.325 15225 15225 W com.mbwhatsapp: type=1400 audit(0.0:1513047): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 03:46:16.329 15225 15225 W com.mbwhatsapp: type=1400 audit(0.0:1513048): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 03:46:16.329 15225 15225 W com.mbwhatsapp: type=1400 audit(0.0:1513049): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 03:46:16.370 15225 15225 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 223ms 03-07 03:46:16.380 15225 15282 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 03:46:16.380 15225 15282 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 03:46:16.380 15225 15282 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 03:46:18.110 15782 15782 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 03:46:18.422 15782 15782 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 03:46:18.426 15782 15782 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 03:46:18.426 15782 15782 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 03:46:18.426 15782 15782 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 03:46:18.426 15782 15782 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 03:46:18.426 15782 15782 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 03:46:18.426 15782 15782 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 03:46:18.426 15782 15782 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 03:46:18.426 15782 15782 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 03:46:18.426 15782 15782 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 03:46:18.426 15782 15782 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 03:46:18.426 15782 15782 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 03:46:18.426 15782 15782 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 03:46:18.426 15782 15782 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 03:46:18.426 15782 15782 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 03:46:18.426 15782 15782 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 03:46:18.426 15782 15782 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 03:46:18.426 15782 15782 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 03:46:18.426 15782 15782 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 03:46:18.426 15782 15782 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 03:46:18.426 15782 15782 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 03:46:18.471 15782 15782 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 03:46:19.052 15782 15782 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 03:46:19.052 15782 15782 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 03:46:19.134 15782 15782 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) 03-07 03:46:19.314 15782 15782 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 762ms 03-07 03:46:19.321 15782 15954 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 03:46:19.321 15782 15954 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 03:46:19.321 15782 15954 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 03:46:21.772 16225 16225 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 03:46:22.073 16225 16225 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 03:46:22.076 16225 16225 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 03:46:22.076 16225 16225 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 03:46:22.076 16225 16225 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 03:46:22.076 16225 16225 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 03:46:22.076 16225 16225 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 03:46:22.076 16225 16225 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 03:46:22.076 16225 16225 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 03:46:22.076 16225 16225 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 03:46:22.076 16225 16225 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 03:46:22.076 16225 16225 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 03:46:22.076 16225 16225 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 03:46:22.076 16225 16225 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 03:46:22.076 16225 16225 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 03:46:22.076 16225 16225 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 03:46:22.076 16225 16225 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 03:46:22.076 16225 16225 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 03:46:22.076 16225 16225 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 03:46:22.076 16225 16225 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 03:46:22.076 16225 16225 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 03:46:22.076 16225 16225 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 03:46:22.122 16225 16225 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 03:46:22.528 16225 16225 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 03:46:22.529 16225 16225 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 03:46:22.581 16225 16225 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) 03-07 03:46:22.665 16225 16225 W com.mbwhatsapp: type=1400 audit(0.0:1513228): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 03:46:22.677 16225 16225 W com.mbwhatsapp: type=1400 audit(0.0:1513229): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 03:46:22.677 16225 16225 W com.mbwhatsapp: type=1400 audit(0.0:1513230): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 03:46:22.677 16225 16225 W com.mbwhatsapp: type=1400 audit(0.0:1513231): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 03:46:22.753 16225 16225 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 559ms 03-07 03:46:22.760 16225 16355 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 03:46:22.760 16225 16355 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 03:46:22.760 16225 16355 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 05:01:32.644 31943 31943 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 05:01:33.031 31943 31943 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 05:01:33.034 31943 31943 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 05:01:33.034 31943 31943 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 05:01:33.034 31943 31943 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 05:01:33.034 31943 31943 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 05:01:33.034 31943 31943 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 05:01:33.034 31943 31943 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 05:01:33.034 31943 31943 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 05:01:33.034 31943 31943 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 05:01:33.034 31943 31943 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 05:01:33.034 31943 31943 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 05:01:33.034 31943 31943 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 05:01:33.034 31943 31943 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 05:01:33.034 31943 31943 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 05:01:33.034 31943 31943 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 05:01:33.034 31943 31943 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 05:01:33.034 31943 31943 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 05:01:33.034 31943 31943 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 05:01:33.034 31943 31943 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 05:01:33.034 31943 31943 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 05:01:33.034 31943 31943 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 05:01:33.087 31943 31943 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 05:01:33.675 31943 31943 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 05:01:33.676 31943 31943 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 05:01:33.803 31943 31943 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) 03-07 05:01:34.036 31943 31943 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 863ms 03-07 05:01:34.048 31943 32004 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 05:01:34.048 31943 32004 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 05:01:34.048 31943 32004 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 05:01:34.057 31943 31943 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1396ms --------- beginning of system 03-07 05:01:34.057 31943 31943 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 05:54:05.382 12213 12213 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 05:54:05.789 12213 12213 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 05:54:05.793 12213 12213 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 05:54:05.793 12213 12213 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 05:54:05.793 12213 12213 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 05:54:05.793 12213 12213 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 05:54:05.793 12213 12213 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 05:54:05.793 12213 12213 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 05:54:05.793 12213 12213 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 05:54:05.793 12213 12213 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 05:54:05.793 12213 12213 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 05:54:05.793 12213 12213 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 05:54:05.793 12213 12213 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 05:54:05.793 12213 12213 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 05:54:05.793 12213 12213 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 05:54:05.793 12213 12213 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 05:54:05.793 12213 12213 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 05:54:05.793 12213 12213 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 05:54:05.793 12213 12213 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 05:54:05.793 12213 12213 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 05:54:05.793 12213 12213 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 05:54:05.793 12213 12213 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 05:54:05.852 12213 12213 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 05:54:06.583 12213 12213 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 05:54:06.584 12213 12213 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 05:54:06.719 12213 12213 W com.mbwhatsapp: type=1400 audit(0.0:1531584): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 05:54:06.723 12213 12213 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) 03-07 05:54:06.739 12213 12213 W com.mbwhatsapp: type=1400 audit(0.0:1531585): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 05:54:06.751 12213 12213 W com.mbwhatsapp: type=1400 audit(0.0:1531586): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 05:54:06.847 12213 12213 W com.mbwhatsapp: type=1400 audit(0.0:1531587): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 05:54:06.875 12213 12213 W com.mbwhatsapp: type=1400 audit(0.0:1531588): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 05:54:07.004 12213 12213 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1073ms 03-07 05:54:07.018 12213 12289 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 05:54:07.018 12213 12289 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 05:54:07.018 12213 12289 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 05:54:07.084 12213 12213 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1676ms --------- beginning of system 03-07 05:54:07.084 12213 12213 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 05:54:40.283 13058 13058 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 05:54:41.012 13058 13058 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 05:54:41.014 13058 13058 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 05:54:41.014 13058 13058 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 05:54:41.014 13058 13058 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 05:54:41.014 13058 13058 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 05:54:41.014 13058 13058 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 05:54:41.014 13058 13058 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 05:54:41.014 13058 13058 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 05:54:41.014 13058 13058 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 05:54:41.014 13058 13058 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 05:54:41.014 13058 13058 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 05:54:41.014 13058 13058 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 05:54:41.014 13058 13058 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 05:54:41.014 13058 13058 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 05:54:41.014 13058 13058 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 05:54:41.014 13058 13058 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 05:54:41.015 13058 13058 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 05:54:41.015 13058 13058 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 05:54:41.015 13058 13058 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 05:54:41.015 13058 13058 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 05:54:41.015 13058 13058 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 05:54:41.073 13058 13058 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 215ms 03-07 05:54:41.085 13058 13058 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 05:54:41.907 13058 13058 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 05:54:41.908 13058 13058 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 05:54:42.049 13058 13058 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) 03-07 05:54:42.187 13058 13058 W com.mbwhatsapp: type=1400 audit(0.0:1531837): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 05:54:42.199 13058 13058 W com.mbwhatsapp: type=1400 audit(0.0:1531838): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 05:54:42.199 13058 13058 W com.mbwhatsapp: type=1400 audit(0.0:1531840): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 05:54:42.300 13058 13058 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1114ms 03-07 05:54:42.304 13058 13262 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 05:54:42.304 13058 13262 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 05:54:42.304 13058 13262 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 05:54:42.309 13058 13058 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 2010ms --------- beginning of system 03-07 05:54:42.309 13058 13058 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of system 03-07 05:55:26.895 14488 14488 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 05:56:31.397 14988 14988 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 05:56:31.756 14988 14988 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 05:56:31.760 14988 14988 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 05:56:31.760 14988 14988 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 05:56:31.760 14988 14988 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 05:56:31.760 14988 14988 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 05:56:31.760 14988 14988 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 05:56:31.760 14988 14988 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 05:56:31.760 14988 14988 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 05:56:31.760 14988 14988 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 05:56:31.760 14988 14988 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 05:56:31.760 14988 14988 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 05:56:31.760 14988 14988 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 05:56:31.760 14988 14988 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 05:56:31.760 14988 14988 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 05:56:31.760 14988 14988 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 05:56:31.760 14988 14988 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 05:56:31.760 14988 14988 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 05:56:31.760 14988 14988 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 05:56:31.761 14988 14988 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 05:56:31.761 14988 14988 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 05:56:31.761 14988 14988 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 05:56:31.816 14988 14988 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 05:56:32.408 14988 14988 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 05:56:32.408 14988 14988 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 05:56:32.523 14988 14988 W com.mbwhatsapp: type=1400 audit(0.0:1532074): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 05:56:32.527 14988 14988 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) 03-07 05:56:32.551 14988 14988 W com.mbwhatsapp: type=1400 audit(0.0:1532075): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 05:56:32.571 14988 14988 W com.mbwhatsapp: type=1400 audit(0.0:1532076): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 05:56:32.751 14988 14988 W com.mbwhatsapp: type=1400 audit(0.0:1532077): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 05:56:32.775 14988 14988 W com.mbwhatsapp: type=1400 audit(0.0:1532078): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 05:56:32.916 14988 14988 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1016ms 03-07 05:56:32.927 14988 14988 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1509ms 03-07 05:56:32.927 14988 14988 W ActivityThread: Main thread can not be idle for a long time. 03-07 05:56:32.932 14988 15040 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 05:56:32.932 14988 15040 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 05:56:32.932 14988 15040 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 05:57:23.248 15502 15502 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 05:57:23.628 15502 15502 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 05:57:23.631 15502 15502 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 05:57:23.631 15502 15502 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 05:57:23.631 15502 15502 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 05:57:23.631 15502 15502 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 05:57:23.631 15502 15502 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 05:57:23.631 15502 15502 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 05:57:23.631 15502 15502 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 05:57:23.631 15502 15502 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 05:57:23.631 15502 15502 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 05:57:23.631 15502 15502 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 05:57:23.631 15502 15502 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 05:57:23.631 15502 15502 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 05:57:23.631 15502 15502 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 05:57:23.631 15502 15502 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 05:57:23.631 15502 15502 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 05:57:23.631 15502 15502 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 05:57:23.631 15502 15502 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 05:57:23.631 15502 15502 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 05:57:23.631 15502 15502 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 05:57:23.631 15502 15502 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 05:57:23.678 15502 15502 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 05:57:24.310 15502 15502 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 05:57:24.310 15502 15502 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 05:57:24.375 15502 15502 W com.mbwhatsapp: type=1400 audit(0.0:1532129): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 05:57:24.380 15502 15502 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) 03-07 05:57:24.387 15502 15502 W com.mbwhatsapp: type=1400 audit(0.0:1532130): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 05:57:24.395 15502 15502 W com.mbwhatsapp: type=1400 audit(0.0:1532131): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 05:57:24.467 15502 15502 W com.mbwhatsapp: type=1400 audit(0.0:1532132): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 05:57:24.483 15502 15502 W com.mbwhatsapp: type=1400 audit(0.0:1532133): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 05:57:24.575 15502 15502 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 815ms 03-07 05:57:24.580 15502 15557 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 05:57:24.580 15502 15557 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 05:57:24.580 15502 15557 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 05:57:24.583 15502 15502 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1317ms --------- beginning of system 03-07 05:57:24.583 15502 15502 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 06:03:51.759 17531 17531 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 06:03:52.165 17531 17531 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 06:03:52.169 17531 17531 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 06:03:52.169 17531 17531 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 06:03:52.169 17531 17531 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 06:03:52.169 17531 17531 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 06:03:52.169 17531 17531 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 06:03:52.169 17531 17531 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 06:03:52.169 17531 17531 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 06:03:52.169 17531 17531 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 06:03:52.169 17531 17531 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 06:03:52.169 17531 17531 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 06:03:52.169 17531 17531 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 06:03:52.169 17531 17531 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 06:03:52.170 17531 17531 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 06:03:52.170 17531 17531 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 06:03:52.170 17531 17531 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 06:03:52.170 17531 17531 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 06:03:52.170 17531 17531 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 06:03:52.170 17531 17531 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 06:03:52.170 17531 17531 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 06:03:52.170 17531 17531 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 06:03:52.213 17531 17531 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 06:03:53.050 17531 17531 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 06:03:53.050 17531 17531 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 06:03:53.163 17531 17531 W com.mbwhatsapp: type=1400 audit(0.0:1532840): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:03:53.168 17531 17531 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) 03-07 06:03:53.179 17531 17531 W com.mbwhatsapp: type=1400 audit(0.0:1532841): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:03:53.199 17531 17531 W com.mbwhatsapp: type=1400 audit(0.0:1532842): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:03:53.315 17531 17531 W com.mbwhatsapp: type=1400 audit(0.0:1532843): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:03:53.331 17531 17531 W com.mbwhatsapp: type=1400 audit(0.0:1532844): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:03:53.331 17531 17531 W com.mbwhatsapp: type=1400 audit(0.0:1532845): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:03:53.446 17531 17531 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1128ms 03-07 06:03:53.466 17531 17531 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1691ms --------- beginning of system 03-07 06:03:53.466 17531 17531 W ActivityThread: Main thread can not be idle for a long time. 03-07 06:03:53.502 17531 17602 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 06:03:53.502 17531 17602 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 06:03:53.502 17531 17602 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 06:04:22.410 17972 17972 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 06:04:22.533 17972 17972 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 06:04:22.536 17972 17972 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 06:04:22.536 17972 17972 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 06:04:22.536 17972 17972 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 06:04:22.536 17972 17972 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 06:04:22.536 17972 17972 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 06:04:22.536 17972 17972 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 06:04:22.536 17972 17972 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 06:04:22.536 17972 17972 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 06:04:22.536 17972 17972 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 06:04:22.536 17972 17972 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 06:04:22.537 17972 17972 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 06:04:22.537 17972 17972 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 06:04:22.537 17972 17972 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 06:04:22.537 17972 17972 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 06:04:22.537 17972 17972 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 06:04:22.537 17972 17972 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 06:04:22.537 17972 17972 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 06:04:22.537 17972 17972 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 06:04:22.537 17972 17972 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 06:04:22.537 17972 17972 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 06:04:22.562 17972 17972 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 06:04:22.876 17972 17972 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 06:04:22.876 17972 17972 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 06:04:22.959 17972 17972 W com.mbwhatsapp: type=1400 audit(0.0:1532906): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:04:22.965 17972 17972 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) 03-07 06:04:22.987 17972 17972 W com.mbwhatsapp: type=1400 audit(0.0:1532907): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:04:23.007 17972 17972 W com.mbwhatsapp: type=1400 audit(0.0:1532908): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:04:23.087 17972 17972 W com.mbwhatsapp: type=1400 audit(0.0:1532909): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:04:23.099 17972 17972 W com.mbwhatsapp: type=1400 audit(0.0:1532910): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:04:23.174 17972 17972 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 567ms 03-07 06:04:23.185 17972 18022 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 06:04:23.185 17972 18022 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 06:04:23.185 17972 18022 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 06:04:23.187 17972 17972 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 760ms --------- beginning of system 03-07 06:04:23.187 17972 17972 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 06:06:05.389 18242 18242 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 06:06:05.581 18242 18242 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 06:06:05.583 18242 18242 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 06:06:05.583 18242 18242 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 06:06:05.583 18242 18242 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 06:06:05.583 18242 18242 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 06:06:05.583 18242 18242 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 06:06:05.583 18242 18242 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 06:06:05.583 18242 18242 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 06:06:05.583 18242 18242 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 06:06:05.583 18242 18242 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 06:06:05.583 18242 18242 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 06:06:05.583 18242 18242 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 06:06:05.583 18242 18242 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 06:06:05.583 18242 18242 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 06:06:05.583 18242 18242 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 06:06:05.583 18242 18242 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 06:06:05.583 18242 18242 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 06:06:05.583 18242 18242 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 06:06:05.583 18242 18242 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 06:06:05.584 18242 18242 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 06:06:05.584 18242 18242 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 06:06:05.639 18242 18242 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 06:06:06.156 18242 18242 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 06:06:06.156 18242 18242 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 06:06:06.215 18242 18242 W com.mbwhatsapp: type=1400 audit(0.0:1533213): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:06:06.219 18242 18242 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) 03-07 06:06:06.231 18242 18242 W com.mbwhatsapp: type=1400 audit(0.0:1533214): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:06:06.239 18242 18242 W com.mbwhatsapp: type=1400 audit(0.0:1533216): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:06:06.295 18242 18242 W com.mbwhatsapp: type=1400 audit(0.0:1533217): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:06:06.315 18242 18242 W com.mbwhatsapp: type=1400 audit(0.0:1533218): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:06:06.417 18242 18242 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 695ms 03-07 06:06:06.423 18242 18242 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1019ms --------- beginning of system 03-07 06:06:06.423 18242 18242 W ActivityThread: Main thread can not be idle for a long time. 03-07 06:06:06.434 18242 18298 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 06:06:06.434 18242 18298 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 06:06:06.434 18242 18298 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 06:06:29.520 18874 18874 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 06:06:29.866 18874 18874 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 06:06:29.868 18874 18874 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 06:06:29.868 18874 18874 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 06:06:29.868 18874 18874 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 06:06:29.868 18874 18874 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 06:06:29.868 18874 18874 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 06:06:29.868 18874 18874 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 06:06:29.868 18874 18874 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 06:06:29.868 18874 18874 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 06:06:29.868 18874 18874 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 06:06:29.868 18874 18874 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 06:06:29.868 18874 18874 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 06:06:29.868 18874 18874 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 06:06:29.868 18874 18874 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 06:06:29.868 18874 18874 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 06:06:29.868 18874 18874 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 06:06:29.868 18874 18874 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 06:06:29.868 18874 18874 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 06:06:29.868 18874 18874 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 06:06:29.868 18874 18874 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 06:06:29.868 18874 18874 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 06:06:29.930 18874 18874 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 06:06:30.374 18874 18874 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 06:06:30.374 18874 18874 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 06:06:30.451 18874 18874 W com.mbwhatsapp: type=1400 audit(0.0:1533287): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:06:30.457 18874 18874 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) 03-07 06:06:30.471 18874 18874 W com.mbwhatsapp: type=1400 audit(0.0:1533288): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:06:30.479 18874 18874 W com.mbwhatsapp: type=1400 audit(0.0:1533289): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:06:30.567 18874 18874 W com.mbwhatsapp: type=1400 audit(0.0:1533290): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:06:30.579 18874 18874 W com.mbwhatsapp: type=1400 audit(0.0:1533291): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:06:30.677 18874 18874 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 672ms 03-07 06:06:30.684 18874 18874 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1145ms --------- beginning of system 03-07 06:06:30.684 18874 18874 W ActivityThread: Main thread can not be idle for a long time. 03-07 06:06:30.686 18874 18927 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 06:06:30.686 18874 18927 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 06:06:30.686 18874 18927 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 06:07:53.386 19470 19470 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 06:07:53.853 19470 19470 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 06:07:53.855 19470 19470 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 06:07:53.855 19470 19470 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 06:07:53.855 19470 19470 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 06:07:53.855 19470 19470 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 06:07:53.855 19470 19470 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 06:07:53.855 19470 19470 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 06:07:53.855 19470 19470 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 06:07:53.855 19470 19470 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 06:07:53.855 19470 19470 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 06:07:53.855 19470 19470 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 06:07:53.855 19470 19470 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 06:07:53.855 19470 19470 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 06:07:53.855 19470 19470 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 06:07:53.855 19470 19470 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 06:07:53.855 19470 19470 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 06:07:53.855 19470 19470 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 06:07:53.855 19470 19470 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 06:07:53.855 19470 19470 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 06:07:53.855 19470 19470 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 06:07:53.855 19470 19470 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 06:07:53.906 19470 19470 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 208ms 03-07 06:07:53.916 19470 19470 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 06:07:54.467 19470 19470 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 06:07:54.467 19470 19470 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 06:07:54.579 19470 19470 W com.mbwhatsapp: type=1400 audit(0.0:1533578): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:07:54.583 19470 19470 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) 03-07 06:07:54.591 19470 19470 W com.mbwhatsapp: type=1400 audit(0.0:1533579): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:07:54.607 19470 19470 W com.mbwhatsapp: type=1400 audit(0.0:1533580): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:07:54.703 19470 19470 W com.mbwhatsapp: type=1400 audit(0.0:1533581): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:07:54.715 19470 19470 W com.mbwhatsapp: type=1400 audit(0.0:1533582): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:07:54.818 19470 19573 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 06:07:54.818 19470 19573 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 06:07:54.818 19470 19573 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 06:07:54.818 19470 19470 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 808ms 03-07 06:07:54.857 19470 19470 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1449ms --------- beginning of system 03-07 06:07:54.857 19470 19470 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 06:18:05.478 20693 20693 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 06:18:05.766 20693 20693 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 06:18:05.771 20693 20693 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 06:18:05.771 20693 20693 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 06:18:05.771 20693 20693 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 06:18:05.771 20693 20693 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 06:18:05.771 20693 20693 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 06:18:05.771 20693 20693 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 06:18:05.771 20693 20693 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 06:18:05.771 20693 20693 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 06:18:05.771 20693 20693 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 06:18:05.771 20693 20693 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 06:18:05.771 20693 20693 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 06:18:05.771 20693 20693 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 06:18:05.771 20693 20693 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 06:18:05.771 20693 20693 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 06:18:05.771 20693 20693 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 06:18:05.771 20693 20693 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 06:18:05.771 20693 20693 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 06:18:05.771 20693 20693 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 06:18:05.771 20693 20693 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 06:18:05.771 20693 20693 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 06:18:05.816 20693 20693 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 06:18:06.287 20693 20693 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 06:18:06.287 20693 20693 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 06:18:06.415 20693 20693 W com.mbwhatsapp: type=1400 audit(0.0:1535503): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:18:06.418 20693 20693 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) 03-07 06:18:06.427 20693 20693 W com.mbwhatsapp: type=1400 audit(0.0:1535504): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:18:06.447 20693 20693 W com.mbwhatsapp: type=1400 audit(0.0:1535505): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:18:06.531 20693 20693 W com.mbwhatsapp: type=1400 audit(0.0:1535506): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:18:06.547 20693 20693 W com.mbwhatsapp: type=1400 audit(0.0:1535507): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:18:06.654 20693 20693 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 749ms 03-07 06:18:06.660 20693 20693 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1160ms --------- beginning of system 03-07 06:18:06.660 20693 20693 W ActivityThread: Main thread can not be idle for a long time. 03-07 06:18:06.660 20693 20742 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 06:18:06.660 20693 20742 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 06:18:06.660 20693 20742 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 06:29:25.418 23815 23815 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 06:29:25.792 23815 23815 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 06:29:25.794 23815 23815 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 06:29:25.794 23815 23815 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 06:29:25.794 23815 23815 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 06:29:25.794 23815 23815 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 06:29:25.794 23815 23815 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 06:29:25.794 23815 23815 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 06:29:25.794 23815 23815 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 06:29:25.794 23815 23815 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 06:29:25.794 23815 23815 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 06:29:25.794 23815 23815 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 06:29:25.794 23815 23815 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 06:29:25.794 23815 23815 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 06:29:25.794 23815 23815 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 06:29:25.794 23815 23815 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 06:29:25.794 23815 23815 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 06:29:25.794 23815 23815 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 06:29:25.794 23815 23815 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 06:29:25.794 23815 23815 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 06:29:25.794 23815 23815 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 06:29:25.794 23815 23815 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 06:29:25.851 23815 23815 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 06:29:26.377 23815 23815 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 06:29:26.377 23815 23815 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 06:29:26.483 23815 23815 W com.mbwhatsapp: type=1400 audit(0.0:1537986): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:29:26.487 23815 23815 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) 03-07 06:29:26.495 23815 23815 W com.mbwhatsapp: type=1400 audit(0.0:1537987): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:29:26.519 23815 23815 W com.mbwhatsapp: type=1400 audit(0.0:1537988): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:29:26.615 23815 23815 W com.mbwhatsapp: type=1400 audit(0.0:1537989): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:29:26.635 23815 23815 W com.mbwhatsapp: type=1400 audit(0.0:1537990): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:29:26.635 23815 23815 W com.mbwhatsapp: type=1400 audit(0.0:1537992): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:29:26.756 23815 23815 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 827ms 03-07 06:29:26.767 23815 23862 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 06:29:26.767 23815 23862 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 06:29:26.767 23815 23862 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 06:29:26.770 23815 23815 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1336ms --------- beginning of system 03-07 06:29:26.770 23815 23815 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 06:30:22.400 24300 24300 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 06:30:22.620 24300 24300 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 06:30:22.623 24300 24300 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 06:30:22.623 24300 24300 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 06:30:22.623 24300 24300 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 06:30:22.623 24300 24300 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 06:30:22.623 24300 24300 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 06:30:22.623 24300 24300 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 06:30:22.623 24300 24300 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 06:30:22.623 24300 24300 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 06:30:22.623 24300 24300 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 06:30:22.623 24300 24300 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 06:30:22.623 24300 24300 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 06:30:22.623 24300 24300 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 06:30:22.623 24300 24300 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 06:30:22.623 24300 24300 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 06:30:22.623 24300 24300 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 06:30:22.623 24300 24300 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 06:30:22.623 24300 24300 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 06:30:22.623 24300 24300 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 06:30:22.623 24300 24300 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 06:30:22.623 24300 24300 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 06:30:22.649 24300 24300 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 06:30:23.021 24300 24300 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 06:30:23.021 24300 24300 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 06:30:23.123 24300 24300 W com.mbwhatsapp: type=1400 audit(0.0:1538272): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:30:23.126 24300 24300 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) 03-07 06:30:23.143 24300 24300 W com.mbwhatsapp: type=1400 audit(0.0:1538273): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:30:23.159 24300 24300 W com.mbwhatsapp: type=1400 audit(0.0:1538274): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:30:23.235 24300 24300 W com.mbwhatsapp: type=1400 audit(0.0:1538275): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:30:23.251 24300 24300 W com.mbwhatsapp: type=1400 audit(0.0:1538276): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:30:23.340 24300 24300 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 614ms 03-07 06:30:23.340 24300 24347 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 06:30:23.340 24300 24347 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 06:30:23.340 24300 24347 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 06:30:23.348 24300 24300 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 931ms --------- beginning of system 03-07 06:30:23.348 24300 24300 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 06:31:11.581 24549 24549 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 06:31:11.658 24549 24549 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 06:31:11.660 24549 24549 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 06:31:11.660 24549 24549 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 06:31:11.660 24549 24549 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 06:31:11.660 24549 24549 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 06:31:11.660 24549 24549 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 06:31:11.660 24549 24549 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 06:31:11.660 24549 24549 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 06:31:11.660 24549 24549 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 06:31:11.660 24549 24549 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 06:31:11.660 24549 24549 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 06:31:11.660 24549 24549 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 06:31:11.660 24549 24549 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 06:31:11.660 24549 24549 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 06:31:11.660 24549 24549 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 06:31:11.660 24549 24549 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 06:31:11.660 24549 24549 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 06:31:11.660 24549 24549 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 06:31:11.660 24549 24549 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 06:31:11.660 24549 24549 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 06:31:11.660 24549 24549 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 06:31:11.666 24549 24549 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 06:31:11.807 24549 24549 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 06:31:11.807 24549 24549 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 06:31:11.819 24549 24549 W com.mbwhatsapp: type=1400 audit(0.0:1538279): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:31:11.823 24549 24549 W com.mbwhatsapp: type=1400 audit(0.0:1538280): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:31:11.823 24549 24549 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) 03-07 06:31:11.827 24549 24549 W com.mbwhatsapp: type=1400 audit(0.0:1538281): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:31:11.839 24549 24549 W com.mbwhatsapp: type=1400 audit(0.0:1538282): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:31:11.843 24549 24549 W com.mbwhatsapp: type=1400 audit(0.0:1538283): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:31:11.883 24549 24616 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 06:31:11.883 24549 24616 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 06:31:11.883 24549 24616 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 06:32:57.891 24835 24835 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 06:32:58.055 24835 24835 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 06:32:58.058 24835 24835 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 06:32:58.058 24835 24835 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 06:32:58.058 24835 24835 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 06:32:58.058 24835 24835 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 06:32:58.058 24835 24835 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 06:32:58.058 24835 24835 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 06:32:58.058 24835 24835 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 06:32:58.058 24835 24835 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 06:32:58.058 24835 24835 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 06:32:58.058 24835 24835 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 06:32:58.058 24835 24835 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 06:32:58.058 24835 24835 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 06:32:58.058 24835 24835 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 06:32:58.058 24835 24835 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 06:32:58.058 24835 24835 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 06:32:58.058 24835 24835 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 06:32:58.058 24835 24835 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 06:32:58.058 24835 24835 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 06:32:58.058 24835 24835 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 06:32:58.058 24835 24835 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 06:32:58.123 24835 24835 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 06:32:58.653 24835 24835 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 06:32:58.654 24835 24835 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 06:32:58.739 24835 24835 W com.mbwhatsapp: type=1400 audit(0.0:1538391): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:32:58.742 24835 24835 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) 03-07 06:32:58.751 24835 24835 W com.mbwhatsapp: type=1400 audit(0.0:1538392): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:32:58.767 24835 24835 W com.mbwhatsapp: type=1400 audit(0.0:1538393): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:32:58.851 24835 24835 W com.mbwhatsapp: type=1400 audit(0.0:1538394): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:32:58.871 24835 24835 W com.mbwhatsapp: type=1400 audit(0.0:1538395): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:32:58.871 24835 24835 W com.mbwhatsapp: type=1400 audit(0.0:1538396): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:32:58.977 24835 24835 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 749ms 03-07 06:32:58.983 24835 24835 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1071ms --------- beginning of system 03-07 06:32:58.983 24835 24835 W ActivityThread: Main thread can not be idle for a long time. 03-07 06:32:58.987 24835 24883 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 06:32:58.987 24835 24883 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 06:32:58.987 24835 24883 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 06:33:46.429 25129 25129 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 06:33:46.681 25129 25129 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 06:33:46.684 25129 25129 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 06:33:46.684 25129 25129 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 06:33:46.684 25129 25129 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 06:33:46.684 25129 25129 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 06:33:46.684 25129 25129 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 06:33:46.684 25129 25129 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 06:33:46.684 25129 25129 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 06:33:46.684 25129 25129 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 06:33:46.684 25129 25129 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 06:33:46.684 25129 25129 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 06:33:46.684 25129 25129 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 06:33:46.684 25129 25129 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 06:33:46.684 25129 25129 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 06:33:46.685 25129 25129 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 06:33:46.685 25129 25129 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 06:33:46.685 25129 25129 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 06:33:46.685 25129 25129 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 06:33:46.685 25129 25129 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 06:33:46.685 25129 25129 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 06:33:46.685 25129 25129 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 06:33:46.733 25129 25129 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 06:33:47.162 25129 25129 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 06:33:47.162 25129 25129 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 06:33:47.231 25129 25129 W com.mbwhatsapp: type=1400 audit(0.0:1538546): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:33:47.236 25129 25129 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) 03-07 06:33:47.243 25129 25129 W com.mbwhatsapp: type=1400 audit(0.0:1538547): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:33:47.251 25129 25129 W com.mbwhatsapp: type=1400 audit(0.0:1538548): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:33:47.307 25129 25129 W com.mbwhatsapp: type=1400 audit(0.0:1538549): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:33:47.319 25129 25129 W com.mbwhatsapp: type=1400 audit(0.0:1538550): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:33:47.407 25129 25129 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 585ms 03-07 06:33:47.411 25129 25176 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 06:33:47.411 25129 25176 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 06:33:47.411 25129 25176 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 06:33:47.413 25129 25129 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 962ms --------- beginning of system 03-07 06:33:47.413 25129 25129 W ActivityThread: Main thread can not be idle for a long time. 03-07 06:33:48.271 25187 25187 W pool-13-thread-: type=1400 audit(0.0:1538591): avc: granted { execute } for path="/data/data/com.instagram.android/lib- compressed/libxplat_timeinappcore_timeinappcore-nonnativesqliteAndroid.so" dev="dm- 11" ino=14303 scontext=u:r:untrusted_app:s0:c218,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c218,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:33:48.275 25187 25187 W pool-13-thread-: type=1400 audit(0.0:1538592): avc: granted { execute } for path="/data/data/com.instagram.android/lib- compressed/libtimeinapp-jni.so" dev="dm-11" ino=17467 scontext=u:r:untrusted_app:s0:c218,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c218,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:33:48.287 25187 25187 W stagram.android: type=1400 audit(0.0:1538593): avc: granted { execute } for path="/data/data/com.instagram.android/lib- compressed/libnative_memdump.so" dev="dm-11" ino=17466 scontext=u:r:untrusted_app:s0:c218,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c218,c256,c512,c768 tclass=file app=com.mbwhatsapp --------- beginning of main 03-07 06:33:48.807 25187 25187 W SIMPLE_WORKER5: type=1400 audit(0.0:1538594): avc: granted { execute } for path="/data/data/com.instagram.android/lib-compressed/librtgqlsdk-lite.so" dev="dm- 11" ino=17373 scontext=u:r:untrusted_app:s0:c218,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c218,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:33:48.899 25187 25187 W SIMPLE_WORKER5: type=1400 audit(0.0:1538595): avc: granted { execute } for path="/data/data/com.instagram.android/lib-compressed/libfb_mboost.so" dev="dm-11" ino=15547 scontext=u:r:untrusted_app:s0:c218,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c218,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:33:51.123 25187 25187 W SIMPLE_WORKER5: type=1400 audit(0.0:1538603): avc: granted { execute } for path="/data/data/com.instagram.android/lib-compressed/libtorchmerged.so" dev="dm- 11" ino=16332 scontext=u:r:untrusted_app:s0:c218,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c218,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:33:51.127 25187 25187 W SIMPLE_WORKER5: type=1400 audit(0.0:1538604): avc: granted { execute } for path="/data/data/com.instagram.android/modules/s_devoptions_pytorch_7b5100c218a68ab 2327415ac7249097a18becd87ae462250759827f8abd729c4/lib-compressed/arm64-v8a/ libtorchmerged_s_devoptions_pytorch.so" dev="dm-11" ino=18847 scontext=u:r:untrusted_app:s0:c218,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c218,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:33:51.131 25187 25187 W SIMPLE_WORKER5: type=1400 audit(0.0:1538605): avc: granted { execute } for path="/data/data/com.instagram.android/modules/pytorch_bdcd1068c033eda1ae31283d4b0a 6a12fffd9b3f49b29568f399711e6670f2c3/lib-compressed/arm64-v8a/libxplat_third- party_NNPACK_NNPACKAndroid.so" dev="dm-11" ino=18868 scontext=u:r:untrusted_app:s0:c218,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c218,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:33:51.131 25187 25187 W SIMPLE_WORKER5: type=1400 audit(0.0:1538606): avc: granted { execute } for path="/data/data/com.instagram.android/modules/pytorch_bdcd1068c033eda1ae31283d4b0a 6a12fffd9b3f49b29568f399711e6670f2c3/lib-compressed/arm64-v8a/ libtorchmerged_pytorch_1.so" dev="dm-11" ino=8349 scontext=u:r:untrusted_app:s0:c218,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c218,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:33:51.131 25187 25187 W SIMPLE_WORKER5: type=1400 audit(0.0:1538607): avc: granted { execute } for path="/data/data/com.instagram.android/lib-compressed/libliger.so" dev="dm-11" ino=17230 scontext=u:r:untrusted_app:s0:c218,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c218,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:35:01.184 25426 25426 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 06:35:01.393 25426 25426 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 06:35:01.396 25426 25426 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 06:35:01.396 25426 25426 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 06:35:01.396 25426 25426 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 06:35:01.396 25426 25426 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 06:35:01.396 25426 25426 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 06:35:01.396 25426 25426 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 06:35:01.396 25426 25426 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 06:35:01.396 25426 25426 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 06:35:01.396 25426 25426 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 06:35:01.396 25426 25426 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 06:35:01.396 25426 25426 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 06:35:01.396 25426 25426 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 06:35:01.396 25426 25426 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 06:35:01.396 25426 25426 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 06:35:01.396 25426 25426 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 06:35:01.396 25426 25426 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 06:35:01.396 25426 25426 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 06:35:01.396 25426 25426 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 06:35:01.396 25426 25426 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 06:35:01.396 25426 25426 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 06:35:01.422 25426 25426 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 06:35:01.775 25426 25426 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 06:35:01.776 25426 25426 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 06:35:01.831 25426 25426 W com.mbwhatsapp: type=1400 audit(0.0:1538708): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:35:01.834 25426 25426 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) 03-07 06:35:01.839 25426 25426 W com.mbwhatsapp: type=1400 audit(0.0:1538709): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:35:01.851 25426 25426 W com.mbwhatsapp: type=1400 audit(0.0:1538710): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:35:01.899 25426 25426 W com.mbwhatsapp: type=1400 audit(0.0:1538711): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:35:01.911 25426 25426 W com.mbwhatsapp: type=1400 audit(0.0:1538712): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:35:01.911 25426 25426 W com.mbwhatsapp: type=1400 audit(0.0:1538714): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:35:01.998 25426 25473 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 06:35:01.998 25426 25473 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 06:35:01.998 25426 25473 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 06:35:01.999 25426 25426 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 520ms 03-07 06:35:02.005 25426 25426 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 800ms --------- beginning of system 03-07 06:35:02.005 25426 25426 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 06:35:43.253 25707 25707 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 06:35:43.464 25707 25707 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 06:35:43.471 25707 25707 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 06:35:43.471 25707 25707 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 06:35:43.471 25707 25707 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 06:35:43.471 25707 25707 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 06:35:43.471 25707 25707 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 06:35:43.471 25707 25707 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 06:35:43.471 25707 25707 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 06:35:43.471 25707 25707 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 06:35:43.471 25707 25707 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 06:35:43.471 25707 25707 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 06:35:43.471 25707 25707 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 06:35:43.471 25707 25707 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 06:35:43.471 25707 25707 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 06:35:43.471 25707 25707 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 06:35:43.471 25707 25707 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 06:35:43.471 25707 25707 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 06:35:43.471 25707 25707 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 06:35:43.471 25707 25707 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 06:35:43.471 25707 25707 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 06:35:43.471 25707 25707 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 06:35:43.491 25707 25707 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 06:35:43.809 25707 25707 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 06:35:43.809 25707 25707 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 06:35:43.843 25707 25707 W com.mbwhatsapp: type=1400 audit(0.0:1538953): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:35:43.849 25707 25707 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) 03-07 06:35:43.855 25707 25707 W com.mbwhatsapp: type=1400 audit(0.0:1538954): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:35:43.867 25707 25707 W com.mbwhatsapp: type=1400 audit(0.0:1538955): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:35:43.915 25707 25707 W com.mbwhatsapp: type=1400 audit(0.0:1538956): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:35:43.923 25707 25707 W com.mbwhatsapp: type=1400 audit(0.0:1538957): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:35:43.990 25707 25707 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 457ms 03-07 06:35:43.998 25707 25707 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 724ms --------- beginning of system 03-07 06:35:43.998 25707 25707 W ActivityThread: Main thread can not be idle for a long time. 03-07 06:35:44.002 25707 25762 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 06:35:44.002 25707 25762 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 06:35:44.002 25707 25762 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 06:36:22.396 25786 25786 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 06:36:22.637 25786 25786 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 06:36:22.639 25786 25786 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 06:36:22.639 25786 25786 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 06:36:22.639 25786 25786 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 06:36:22.639 25786 25786 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 06:36:22.639 25786 25786 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 06:36:22.639 25786 25786 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 06:36:22.639 25786 25786 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 06:36:22.639 25786 25786 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 06:36:22.639 25786 25786 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 06:36:22.639 25786 25786 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 06:36:22.639 25786 25786 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 06:36:22.639 25786 25786 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 06:36:22.639 25786 25786 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 06:36:22.639 25786 25786 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 06:36:22.639 25786 25786 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 06:36:22.639 25786 25786 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 06:36:22.639 25786 25786 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 06:36:22.639 25786 25786 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 06:36:22.639 25786 25786 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 06:36:22.639 25786 25786 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 06:36:22.681 25786 25786 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 06:36:23.100 25786 25786 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 06:36:23.100 25786 25786 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 06:36:23.147 25786 25786 W com.mbwhatsapp: type=1400 audit(0.0:1539050): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:36:23.151 25786 25786 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) 03-07 06:36:23.167 25786 25786 W com.mbwhatsapp: type=1400 audit(0.0:1539051): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:36:23.179 25786 25786 W com.mbwhatsapp: type=1400 audit(0.0:1539052): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:36:23.271 25786 25786 W com.mbwhatsapp: type=1400 audit(0.0:1539053): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:36:23.279 25786 25786 W com.mbwhatsapp: type=1400 audit(0.0:1539054): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:36:23.366 25786 25786 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 615ms 03-07 06:36:23.367 25786 25835 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 06:36:23.367 25786 25835 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 06:36:23.367 25786 25835 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 06:36:23.372 25786 25786 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 954ms --------- beginning of system 03-07 06:36:23.372 25786 25786 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 06:37:47.963 25900 25900 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 06:37:48.150 25900 25900 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 06:37:48.159 25900 25900 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 06:37:48.159 25900 25900 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 06:37:48.159 25900 25900 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 06:37:48.159 25900 25900 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 06:37:48.159 25900 25900 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 06:37:48.159 25900 25900 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 06:37:48.159 25900 25900 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 06:37:48.159 25900 25900 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 06:37:48.159 25900 25900 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 06:37:48.159 25900 25900 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 06:37:48.159 25900 25900 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 06:37:48.159 25900 25900 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 06:37:48.159 25900 25900 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 06:37:48.159 25900 25900 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 06:37:48.159 25900 25900 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 06:37:48.159 25900 25900 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 06:37:48.159 25900 25900 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 06:37:48.159 25900 25900 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 06:37:48.159 25900 25900 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 06:37:48.159 25900 25900 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 06:37:48.185 25900 25900 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 06:37:48.517 25900 25900 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 06:37:48.517 25900 25900 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 06:37:48.559 25900 25900 W com.mbwhatsapp: type=1400 audit(0.0:1539327): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:37:48.564 25900 25900 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) 03-07 06:37:48.575 25900 25900 W com.mbwhatsapp: type=1400 audit(0.0:1539328): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:37:48.587 25900 25900 W com.mbwhatsapp: type=1400 audit(0.0:1539329): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:37:48.643 25900 25900 W com.mbwhatsapp: type=1400 audit(0.0:1539330): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:37:48.651 25900 25900 W com.mbwhatsapp: type=1400 audit(0.0:1539331): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:37:48.736 25900 25900 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 502ms 03-07 06:37:48.742 25900 25900 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 761ms --------- beginning of system 03-07 06:37:48.742 25900 25900 W ActivityThread: Main thread can not be idle for a long time. 03-07 06:37:48.746 25900 25948 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 06:37:48.746 25900 25948 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 06:37:48.746 25900 25948 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 06:40:31.370 26110 26110 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 06:40:31.586 26110 26110 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 06:40:31.590 26110 26110 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 06:40:31.590 26110 26110 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 06:40:31.590 26110 26110 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 06:40:31.590 26110 26110 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 06:40:31.590 26110 26110 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 06:40:31.590 26110 26110 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 06:40:31.590 26110 26110 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 06:40:31.590 26110 26110 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 06:40:31.590 26110 26110 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 06:40:31.590 26110 26110 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 06:40:31.590 26110 26110 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 06:40:31.590 26110 26110 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 06:40:31.590 26110 26110 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 06:40:31.590 26110 26110 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 06:40:31.590 26110 26110 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 06:40:31.590 26110 26110 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 06:40:31.590 26110 26110 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 06:40:31.590 26110 26110 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 06:40:31.590 26110 26110 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 06:40:31.590 26110 26110 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 06:40:31.606 26110 26110 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 06:40:31.975 26110 26110 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 06:40:31.975 26110 26110 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 06:40:32.043 26110 26110 W com.mbwhatsapp: type=1400 audit(0.0:1539701): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:40:32.047 26110 26110 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) 03-07 06:40:32.059 26110 26110 W com.mbwhatsapp: type=1400 audit(0.0:1539702): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:40:32.071 26110 26110 W com.mbwhatsapp: type=1400 audit(0.0:1539703): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:40:32.127 26110 26110 W com.mbwhatsapp: type=1400 audit(0.0:1539704): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:40:32.139 26110 26110 W com.mbwhatsapp: type=1400 audit(0.0:1539705): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:40:32.139 26110 26110 W com.mbwhatsapp: type=1400 audit(0.0:1539706): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:40:32.139 26110 26110 W com.mbwhatsapp: type=1400 audit(0.0:1539707): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:40:32.217 26110 26110 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 566ms 03-07 06:40:32.222 26110 26222 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 06:40:32.222 26110 26222 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 06:40:32.222 26110 26222 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 06:40:32.223 26110 26110 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 833ms --------- beginning of system 03-07 06:40:32.223 26110 26110 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 06:41:46.100 28210 28210 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 06:41:46.439 28210 28210 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 06:41:46.441 28210 28210 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 06:41:46.442 28210 28210 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 06:41:46.442 28210 28210 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 06:41:46.442 28210 28210 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 06:41:46.442 28210 28210 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 06:41:46.442 28210 28210 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 06:41:46.442 28210 28210 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 06:41:46.442 28210 28210 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 06:41:46.442 28210 28210 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 06:41:46.442 28210 28210 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 06:41:46.442 28210 28210 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 06:41:46.442 28210 28210 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 06:41:46.442 28210 28210 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 06:41:46.442 28210 28210 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 06:41:46.442 28210 28210 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 06:41:46.442 28210 28210 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 06:41:46.442 28210 28210 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 06:41:46.442 28210 28210 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 06:41:46.442 28210 28210 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 06:41:46.442 28210 28210 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 06:41:46.496 28210 28210 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 06:41:47.003 28210 28210 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 06:41:47.003 28210 28210 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 06:41:47.111 28210 28210 W com.mbwhatsapp: type=1400 audit(0.0:1540018): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:41:47.116 28210 28210 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) 03-07 06:41:47.127 28210 28210 W com.mbwhatsapp: type=1400 audit(0.0:1540019): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:41:47.139 28210 28210 W com.mbwhatsapp: type=1400 audit(0.0:1540020): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:41:47.227 28210 28210 W com.mbwhatsapp: type=1400 audit(0.0:1540021): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:41:47.239 28210 28210 W com.mbwhatsapp: type=1400 audit(0.0:1540022): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:41:47.363 28210 28210 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 788ms 03-07 06:41:47.379 28210 28210 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1261ms --------- beginning of system 03-07 06:41:47.379 28210 28210 W ActivityThread: Main thread can not be idle for a long time. 03-07 06:41:47.389 28210 28276 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 06:41:47.389 28210 28276 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 06:41:47.389 28210 28276 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 06:42:23.163 28890 28890 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 06:42:23.412 28890 28890 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 06:42:23.415 28890 28890 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 06:42:23.415 28890 28890 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 06:42:23.415 28890 28890 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 06:42:23.415 28890 28890 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 06:42:23.415 28890 28890 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 06:42:23.415 28890 28890 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 06:42:23.415 28890 28890 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 06:42:23.415 28890 28890 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 06:42:23.415 28890 28890 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 06:42:23.415 28890 28890 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 06:42:23.415 28890 28890 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 06:42:23.415 28890 28890 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 06:42:23.415 28890 28890 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 06:42:23.415 28890 28890 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 06:42:23.415 28890 28890 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 06:42:23.415 28890 28890 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 06:42:23.415 28890 28890 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 06:42:23.415 28890 28890 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 06:42:23.416 28890 28890 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 06:42:23.416 28890 28890 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 06:42:23.431 28890 28890 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 06:42:23.994 28890 28890 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 06:42:23.995 28890 28890 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 06:42:24.139 28890 28890 W com.mbwhatsapp: type=1400 audit(0.0:1540109): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:42:24.144 28890 28890 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) 03-07 06:42:24.155 28890 28890 W com.mbwhatsapp: type=1400 audit(0.0:1540110): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:42:24.171 28890 28890 W com.mbwhatsapp: type=1400 audit(0.0:1540111): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:42:24.279 28890 28890 W com.mbwhatsapp: type=1400 audit(0.0:1540112): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:42:24.291 28890 28890 W com.mbwhatsapp: type=1400 audit(0.0:1540113): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:42:24.390 28890 28890 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 898ms 03-07 06:42:24.390 28890 28978 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 06:42:24.390 28890 28978 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 06:42:24.390 28890 28978 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 06:42:24.476 28890 28890 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1300ms --------- beginning of system 03-07 06:42:24.476 28890 28890 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 06:43:30.642 29802 29802 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 06:43:30.899 29802 29802 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 06:43:30.902 29802 29802 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 06:43:30.902 29802 29802 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 06:43:30.902 29802 29802 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 06:43:30.902 29802 29802 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 06:43:30.902 29802 29802 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 06:43:30.902 29802 29802 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 06:43:30.902 29802 29802 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 06:43:30.902 29802 29802 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 06:43:30.902 29802 29802 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 06:43:30.902 29802 29802 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 06:43:30.902 29802 29802 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 06:43:30.902 29802 29802 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 06:43:30.902 29802 29802 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 06:43:30.903 29802 29802 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 06:43:30.903 29802 29802 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 06:43:30.903 29802 29802 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 06:43:30.903 29802 29802 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 06:43:30.903 29802 29802 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 06:43:30.903 29802 29802 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 06:43:30.903 29802 29802 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 06:43:30.919 29802 29802 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 06:43:31.328 29802 29802 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 06:43:31.329 29802 29802 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 06:43:31.395 29802 29802 W com.mbwhatsapp: type=1400 audit(0.0:1540284): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:43:31.398 29802 29802 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) 03-07 06:43:31.411 29802 29802 W com.mbwhatsapp: type=1400 audit(0.0:1540285): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:43:31.419 29802 29802 W com.mbwhatsapp: type=1400 audit(0.0:1540286): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:43:31.499 29802 29802 W com.mbwhatsapp: type=1400 audit(0.0:1540287): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:43:31.515 29802 29802 W com.mbwhatsapp: type=1400 audit(0.0:1540288): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:43:31.515 29802 29802 W com.mbwhatsapp: type=1400 audit(0.0:1540290): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:43:31.582 29802 29802 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 616ms 03-07 06:43:31.595 29802 29908 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 06:43:31.595 29802 29908 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 06:43:31.595 29802 29908 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 06:43:31.618 29802 29802 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 957ms --------- beginning of system 03-07 06:43:31.618 29802 29802 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 06:44:23.367 31566 31566 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 06:44:23.741 31566 31566 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 06:44:23.743 31566 31566 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 06:44:23.743 31566 31566 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 06:44:23.743 31566 31566 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 06:44:23.743 31566 31566 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 06:44:23.743 31566 31566 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 06:44:23.743 31566 31566 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 06:44:23.744 31566 31566 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 06:44:23.744 31566 31566 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 06:44:23.744 31566 31566 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 06:44:23.744 31566 31566 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 06:44:23.744 31566 31566 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 06:44:23.744 31566 31566 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 06:44:23.744 31566 31566 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 06:44:23.744 31566 31566 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 06:44:23.744 31566 31566 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 06:44:23.744 31566 31566 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 06:44:23.744 31566 31566 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 06:44:23.744 31566 31566 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 06:44:23.744 31566 31566 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 06:44:23.744 31566 31566 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 06:44:23.819 31566 31566 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 06:44:24.301 31566 31566 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 06:44:24.302 31566 31566 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 06:44:24.419 31566 31566 W com.mbwhatsapp: type=1400 audit(0.0:1540829): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:44:24.423 31566 31566 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) 03-07 06:44:24.431 31566 31566 W com.mbwhatsapp: type=1400 audit(0.0:1540830): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:44:24.443 31566 31566 W com.mbwhatsapp: type=1400 audit(0.0:1540831): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:44:24.539 31566 31566 W com.mbwhatsapp: type=1400 audit(0.0:1540832): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:44:24.555 31566 31566 W com.mbwhatsapp: type=1400 audit(0.0:1540833): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 06:44:24.658 31566 31566 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 749ms 03-07 06:44:24.664 31566 31665 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 06:44:24.664 31566 31665 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 06:44:24.664 31566 31665 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 06:44:24.714 31566 31566 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1332ms --------- beginning of system 03-07 06:44:24.714 31566 31566 W ActivityThread: Main thread can not be idle for a long time. 03-07 06:45:18.477 31799 31799 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 06:45:18.610 31799 31799 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 06:45:18.610 31799 31799 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 06:45:18.610 31799 31799 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 06:45:18.610 31799 31799 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 06:45:18.610 31799 31799 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 06:45:18.610 31799 31799 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 06:45:18.610 31799 31799 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 06:45:18.610 31799 31799 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 06:45:18.610 31799 31799 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 06:45:18.610 31799 31799 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 06:45:18.610 31799 31799 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 06:45:18.610 31799 31799 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 06:45:18.610 31799 31799 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 06:45:18.610 31799 31799 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 06:45:18.610 31799 31799 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 06:45:18.610 31799 31799 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 06:45:18.610 31799 31799 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 06:45:18.610 31799 31799 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 06:45:18.610 31799 31799 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 06:45:18.610 31799 31799 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 06:45:18.610 31799 31799 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 06:45:18.615 31799 31799 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 06:45:19.029 31799 31799 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 06:45:19.029 31799 31799 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 06:45:19.064 31799 31799 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) 03-07 06:45:19.147 31799 31799 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 492ms 03-07 06:45:19.159 31799 31877 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 06:45:19.159 31799 31877 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 06:45:19.159 31799 31877 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 08:14:55.305 27641 27641 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 08:14:55.531 27641 27641 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 08:14:55.533 27641 27641 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 08:14:55.533 27641 27641 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 08:14:55.533 27641 27641 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 08:14:55.533 27641 27641 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 08:14:55.533 27641 27641 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 08:14:55.533 27641 27641 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 08:14:55.533 27641 27641 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 08:14:55.533 27641 27641 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 08:14:55.533 27641 27641 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 08:14:55.533 27641 27641 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 08:14:55.533 27641 27641 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 08:14:55.533 27641 27641 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 08:14:55.533 27641 27641 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 08:14:55.533 27641 27641 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 08:14:55.533 27641 27641 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 08:14:55.533 27641 27641 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 08:14:55.533 27641 27641 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 08:14:55.533 27641 27641 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 08:14:55.533 27641 27641 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 08:14:55.533 27641 27641 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 08:14:55.571 27641 27641 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 08:14:55.961 27641 27641 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 08:14:55.961 27641 27641 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 08:14:56.057 27641 27641 W com.mbwhatsapp: type=1400 audit(0.0:1568787): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:14:56.061 27641 27641 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) 03-07 08:14:56.065 27641 27641 W com.mbwhatsapp: type=1400 audit(0.0:1568788): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:14:56.077 27641 27641 W com.mbwhatsapp: type=1400 audit(0.0:1568789): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:14:56.141 27641 27641 W com.mbwhatsapp: type=1400 audit(0.0:1568790): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:14:56.149 27641 27641 W com.mbwhatsapp: type=1400 audit(0.0:1568791): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:14:56.214 27641 27641 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 581ms 03-07 08:14:56.227 27641 27689 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 08:14:56.227 27641 27689 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 08:14:56.227 27641 27689 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 08:14:56.231 27641 27641 W com.mbwhatsapp: Class X.0eU failed lock verification and will run slower. 03-07 08:14:56.373 27641 27641 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1031ms --------- beginning of system 03-07 08:14:56.373 27641 27641 W ActivityThread: Main thread can not be idle for a long time. 03-07 08:14:56.654 27641 27641 E OpenGLRenderer: ~SkiaDisplayList() ##### pid = 27641 03-07 08:14:56.658 27641 27704 E libc : Access denied finding property "persist.vendor.sf.fbc" 03-07 08:14:56.658 27641 27704 E libc : Access denied finding property "persist.vendor.gpu.fbc" 03-07 08:14:56.658 27641 27704 E libc : Access denied finding property "persist.vendor.vsp.fbc" 03-07 08:14:57.193 27641 27641 W com.mbwhatsapp: type=1400 audit(0.0:1568799): avc: denied { read } for name="osrelease" dev="proc" ino=37862327 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 app=com.mbwhatsapp 03-07 08:15:00.782 27641 27704 W libEGL : EGLNativeWindowType 0xb400007161fd3020 disconnect failed --------- beginning of system 03-07 08:21:38.322 31026 31026 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 08:22:22.394 31449 31449 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 08:22:22.493 31449 31449 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 08:22:22.495 31449 31449 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 08:22:22.495 31449 31449 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 08:22:22.495 31449 31449 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 08:22:22.495 31449 31449 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 08:22:22.495 31449 31449 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 08:22:22.495 31449 31449 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 08:22:22.495 31449 31449 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 08:22:22.495 31449 31449 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 08:22:22.495 31449 31449 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 08:22:22.495 31449 31449 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 08:22:22.495 31449 31449 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 08:22:22.495 31449 31449 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 08:22:22.495 31449 31449 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 08:22:22.495 31449 31449 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 08:22:22.495 31449 31449 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 08:22:22.495 31449 31449 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 08:22:22.496 31449 31449 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 08:22:22.496 31449 31449 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 08:22:22.496 31449 31449 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 08:22:22.496 31449 31449 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 08:22:22.504 31449 31449 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 08:22:22.790 31449 31449 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 08:22:22.791 31449 31449 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 08:22:22.817 31449 31449 W com.mbwhatsapp: type=1400 audit(0.0:1569492): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:22:22.821 31449 31449 W com.mbwhatsapp: type=1400 audit(0.0:1569493): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:22:22.823 31449 31449 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) 03-07 08:22:22.829 31449 31449 W com.mbwhatsapp: type=1400 audit(0.0:1569494): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:22:22.849 31449 31449 W com.mbwhatsapp: type=1400 audit(0.0:1569495): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:22:22.853 31449 31449 W com.mbwhatsapp: type=1400 audit(0.0:1569496): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:22:22.902 31449 31449 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 365ms 03-07 08:22:22.906 31449 31498 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 08:22:22.906 31449 31498 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 08:22:22.906 31449 31498 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 08:22:22.916 31449 31449 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 506ms 03-07 08:22:22.916 31449 31449 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 08:23:23.325 32306 32306 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 08:23:23.488 32306 32306 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 08:23:23.490 32306 32306 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 08:23:23.491 32306 32306 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 08:23:23.491 32306 32306 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 08:23:23.491 32306 32306 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 08:23:23.491 32306 32306 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 08:23:23.491 32306 32306 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 08:23:23.491 32306 32306 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 08:23:23.491 32306 32306 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 08:23:23.491 32306 32306 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 08:23:23.491 32306 32306 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 08:23:23.491 32306 32306 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 08:23:23.491 32306 32306 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 08:23:23.491 32306 32306 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 08:23:23.491 32306 32306 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 08:23:23.491 32306 32306 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 08:23:23.491 32306 32306 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 08:23:23.491 32306 32306 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 08:23:23.491 32306 32306 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 08:23:23.491 32306 32306 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 08:23:23.491 32306 32306 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 08:23:23.528 32306 32306 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 08:23:23.970 32306 32306 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 08:23:23.970 32306 32306 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 08:23:24.065 32306 32306 W com.mbwhatsapp: type=1400 audit(0.0:1569727): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:23:24.072 32306 32306 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) 03-07 08:23:24.077 32306 32306 W com.mbwhatsapp: type=1400 audit(0.0:1569728): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:23:24.089 32306 32306 W com.mbwhatsapp: type=1400 audit(0.0:1569729): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:23:24.125 32306 32306 W com.mbwhatsapp: type=1400 audit(0.0:1569730): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:23:24.129 32306 32306 W com.mbwhatsapp: type=1400 audit(0.0:1569731): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:23:24.129 32306 32306 W com.mbwhatsapp: type=1400 audit(0.0:1569732): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:23:24.129 32306 32306 W com.mbwhatsapp: type=1400 audit(0.0:1569733): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:23:24.195 32306 32306 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 596ms 03-07 08:23:24.197 32306 32356 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 08:23:24.197 32306 32356 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 08:23:24.197 32306 32356 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 08:23:24.244 32306 32306 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 903ms --------- beginning of system 03-07 08:23:24.244 32306 32306 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 08:24:22.395 1318 1318 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 08:24:22.736 1318 1318 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 08:24:22.738 1318 1318 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 08:24:22.738 1318 1318 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 08:24:22.738 1318 1318 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 08:24:22.738 1318 1318 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 08:24:22.738 1318 1318 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 08:24:22.738 1318 1318 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 08:24:22.738 1318 1318 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 08:24:22.738 1318 1318 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 08:24:22.738 1318 1318 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 08:24:22.738 1318 1318 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 08:24:22.738 1318 1318 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 08:24:22.738 1318 1318 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 08:24:22.738 1318 1318 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 08:24:22.738 1318 1318 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 08:24:22.739 1318 1318 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 08:24:22.739 1318 1318 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 08:24:22.739 1318 1318 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 08:24:22.739 1318 1318 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 08:24:22.739 1318 1318 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 08:24:22.739 1318 1318 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 08:24:22.784 1318 1318 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 08:24:23.340 1318 1318 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 08:24:23.340 1318 1318 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 08:24:23.441 1318 1318 W com.mbwhatsapp: type=1400 audit(0.0:1569813): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:24:23.445 1318 1318 W com.mbwhatsapp: type=1400 audit(0.0:1569814): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:24:23.445 1318 1318 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) 03-07 08:24:23.465 1318 1318 W com.mbwhatsapp: type=1400 audit(0.0:1569815): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:24:23.529 1318 1318 W com.mbwhatsapp: type=1400 audit(0.0:1569816): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:24:23.545 1318 1318 W com.mbwhatsapp: type=1400 audit(0.0:1569817): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:24:23.545 1318 1318 W com.mbwhatsapp: type=1400 audit(0.0:1569818): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:24:23.623 1318 1318 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 764ms 03-07 08:24:23.638 1318 1401 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 08:24:23.638 1318 1401 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 08:24:23.638 1318 1401 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 08:24:23.643 1318 1318 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1232ms --------- beginning of system 03-07 08:24:23.643 1318 1318 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of system 03-07 08:25:25.244 2225 2225 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 08:31:58.695 4003 4003 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 08:31:59.201 4003 4003 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 08:31:59.203 4003 4003 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 08:31:59.203 4003 4003 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 08:31:59.203 4003 4003 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 08:31:59.203 4003 4003 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 08:31:59.203 4003 4003 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 08:31:59.203 4003 4003 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 08:31:59.203 4003 4003 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 08:31:59.203 4003 4003 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 08:31:59.203 4003 4003 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 08:31:59.203 4003 4003 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 08:31:59.203 4003 4003 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 08:31:59.203 4003 4003 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 08:31:59.203 4003 4003 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 08:31:59.203 4003 4003 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 08:31:59.203 4003 4003 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 08:31:59.203 4003 4003 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 08:31:59.203 4003 4003 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 08:31:59.203 4003 4003 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 08:31:59.203 4003 4003 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 08:31:59.203 4003 4003 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 08:31:59.255 4003 4003 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 08:31:59.811 4003 4003 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 08:31:59.812 4003 4003 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 08:31:59.933 4003 4003 W com.mbwhatsapp: type=1400 audit(0.0:1572937): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:31:59.938 4003 4003 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) 03-07 08:31:59.945 4003 4003 W com.mbwhatsapp: type=1400 audit(0.0:1572938): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:31:59.957 4003 4003 W com.mbwhatsapp: type=1400 audit(0.0:1572939): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:32:00.033 4003 4003 W com.mbwhatsapp: type=1400 audit(0.0:1572940): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:32:00.053 4003 4003 W com.mbwhatsapp: type=1400 audit(0.0:1572941): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:32:00.053 4003 4003 W com.mbwhatsapp: type=1400 audit(0.0:1572943): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:32:00.141 4003 4003 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 812ms 03-07 08:32:00.146 4003 4055 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 08:32:00.146 4003 4055 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 08:32:00.146 4003 4055 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 08:32:00.178 4003 4003 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1433ms 03-07 08:32:00.178 4003 4003 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 08:35:03.581 5230 5230 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 08:35:03.816 5230 5230 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 08:35:03.824 5230 5230 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 08:35:03.824 5230 5230 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 08:35:03.824 5230 5230 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 08:35:03.824 5230 5230 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 08:35:03.824 5230 5230 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 08:35:03.824 5230 5230 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 08:35:03.824 5230 5230 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 08:35:03.824 5230 5230 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 08:35:03.824 5230 5230 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 08:35:03.824 5230 5230 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 08:35:03.824 5230 5230 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 08:35:03.824 5230 5230 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 08:35:03.824 5230 5230 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 08:35:03.824 5230 5230 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 08:35:03.824 5230 5230 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 08:35:03.824 5230 5230 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 08:35:03.824 5230 5230 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 08:35:03.824 5230 5230 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 08:35:03.824 5230 5230 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 08:35:03.824 5230 5230 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 08:35:03.851 5230 5230 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 08:35:04.187 5230 5230 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 08:35:04.188 5230 5230 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 08:35:04.305 5230 5230 W com.mbwhatsapp: type=1400 audit(0.0:1573071): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:35:04.309 5230 5230 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) 03-07 08:35:04.313 5230 5230 W com.mbwhatsapp: type=1400 audit(0.0:1573072): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:35:04.337 5230 5230 W com.mbwhatsapp: type=1400 audit(0.0:1573073): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:35:04.409 5230 5230 W com.mbwhatsapp: type=1400 audit(0.0:1573074): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:35:04.417 5230 5230 W com.mbwhatsapp: type=1400 audit(0.0:1573075): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:35:04.417 5230 5230 W com.mbwhatsapp: type=1400 audit(0.0:1573076): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:35:04.488 5230 5230 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 586ms 03-07 08:35:04.495 5230 5289 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 08:35:04.495 5230 5289 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 08:35:04.495 5230 5289 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 08:35:04.521 5230 5230 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 925ms --------- beginning of system 03-07 08:35:04.521 5230 5230 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 08:35:30.925 5865 5865 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 08:35:31.028 5865 5865 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 08:35:31.028 5865 5865 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 08:35:31.029 5865 5865 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 08:35:31.029 5865 5865 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 08:35:31.029 5865 5865 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 08:35:31.029 5865 5865 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 08:35:31.029 5865 5865 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 08:35:31.029 5865 5865 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 08:35:31.029 5865 5865 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 08:35:31.029 5865 5865 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 08:35:31.029 5865 5865 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 08:35:31.029 5865 5865 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 08:35:31.029 5865 5865 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 08:35:31.029 5865 5865 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 08:35:31.029 5865 5865 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 08:35:31.029 5865 5865 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 08:35:31.029 5865 5865 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 08:35:31.029 5865 5865 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 08:35:31.029 5865 5865 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 08:35:31.029 5865 5865 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 08:35:31.029 5865 5865 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 08:35:31.038 5865 5865 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 08:35:31.249 5865 5865 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 08:35:31.249 5865 5865 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 08:35:31.277 5865 5865 W com.mbwhatsapp: type=1400 audit(0.0:1573172): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:35:31.281 5865 5865 W com.mbwhatsapp: type=1400 audit(0.0:1573173): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:35:31.282 5865 5865 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) 03-07 08:35:31.289 5865 5865 W com.mbwhatsapp: type=1400 audit(0.0:1573174): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:35:31.309 5865 5865 W com.mbwhatsapp: type=1400 audit(0.0:1573175): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:35:31.317 5865 5865 W com.mbwhatsapp: type=1400 audit(0.0:1573176): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:35:31.367 5865 5865 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 299ms 03-07 08:35:31.377 5865 5941 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 08:35:31.377 5865 5941 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 08:35:31.377 5865 5941 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 08:36:25.528 6473 6473 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 08:36:25.622 6473 6473 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 08:36:25.622 6473 6473 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 08:36:25.622 6473 6473 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 08:36:25.622 6473 6473 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 08:36:25.622 6473 6473 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 08:36:25.622 6473 6473 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 08:36:25.622 6473 6473 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 08:36:25.622 6473 6473 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 08:36:25.622 6473 6473 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 08:36:25.622 6473 6473 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 08:36:25.622 6473 6473 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 08:36:25.622 6473 6473 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 08:36:25.622 6473 6473 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 08:36:25.622 6473 6473 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 08:36:25.623 6473 6473 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 08:36:25.623 6473 6473 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 08:36:25.623 6473 6473 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 08:36:25.623 6473 6473 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 08:36:25.623 6473 6473 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 08:36:25.623 6473 6473 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 08:36:25.623 6473 6473 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 08:36:25.630 6473 6473 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 08:36:25.910 6473 6473 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 08:36:25.910 6473 6473 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 08:36:25.941 6473 6473 W com.mbwhatsapp: type=1400 audit(0.0:1573344): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:36:25.945 6473 6473 W com.mbwhatsapp: type=1400 audit(0.0:1573345): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:36:25.945 6473 6473 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) 03-07 08:36:25.953 6473 6473 W com.mbwhatsapp: type=1400 audit(0.0:1573346): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:36:25.973 6473 6473 W com.mbwhatsapp: type=1400 audit(0.0:1573347): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:36:25.977 6473 6473 W com.mbwhatsapp: type=1400 audit(0.0:1573348): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:36:26.026 6473 6473 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 370ms 03-07 08:36:26.026 6473 6520 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 08:36:26.026 6473 6520 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 08:36:26.026 6473 6520 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 08:42:05.329 7932 7932 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 08:42:05.681 7932 7932 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 08:42:05.682 7932 7932 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 08:42:05.683 7932 7932 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 08:42:05.683 7932 7932 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 08:42:05.683 7932 7932 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 08:42:05.683 7932 7932 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 08:42:05.683 7932 7932 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 08:42:05.683 7932 7932 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 08:42:05.683 7932 7932 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 08:42:05.683 7932 7932 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 08:42:05.683 7932 7932 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 08:42:05.683 7932 7932 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 08:42:05.683 7932 7932 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 08:42:05.683 7932 7932 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 08:42:05.683 7932 7932 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 08:42:05.683 7932 7932 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 08:42:05.683 7932 7932 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 08:42:05.683 7932 7932 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 08:42:05.683 7932 7932 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 08:42:05.683 7932 7932 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 08:42:05.683 7932 7932 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 08:42:05.734 7932 7932 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 204ms 03-07 08:42:05.748 7932 7932 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 08:42:06.634 7932 7932 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 08:42:06.635 7932 7932 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 08:42:06.765 7932 7932 W com.mbwhatsapp: type=1400 audit(0.0:1574181): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:42:06.769 7932 7932 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) 03-07 08:42:06.777 7932 7932 W com.mbwhatsapp: type=1400 audit(0.0:1574182): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:42:06.789 7932 7932 W com.mbwhatsapp: type=1400 audit(0.0:1574183): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:42:06.917 7932 7932 W com.mbwhatsapp: type=1400 audit(0.0:1574184): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:42:06.945 7932 7932 W com.mbwhatsapp: type=1400 audit(0.0:1574185): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:42:06.945 7932 7932 W com.mbwhatsapp: type=1400 audit(0.0:1574187): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:42:07.064 7932 7932 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1212ms 03-07 08:42:07.090 7932 8061 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 08:42:07.090 7932 8061 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 08:42:07.090 7932 8061 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 08:42:07.168 7932 7932 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1817ms --------- beginning of system 03-07 08:42:07.168 7932 7932 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 08:42:27.002 9211 9211 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 08:42:27.264 9211 9211 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 08:42:27.266 9211 9211 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 08:42:27.266 9211 9211 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 08:42:27.266 9211 9211 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 08:42:27.266 9211 9211 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 08:42:27.266 9211 9211 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 08:42:27.266 9211 9211 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 08:42:27.266 9211 9211 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 08:42:27.266 9211 9211 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 08:42:27.266 9211 9211 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 08:42:27.266 9211 9211 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 08:42:27.266 9211 9211 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 08:42:27.266 9211 9211 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 08:42:27.266 9211 9211 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 08:42:27.266 9211 9211 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 08:42:27.266 9211 9211 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 08:42:27.266 9211 9211 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 08:42:27.266 9211 9211 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 08:42:27.266 9211 9211 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 08:42:27.266 9211 9211 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 08:42:27.266 9211 9211 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 08:42:27.308 9211 9211 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 08:42:27.836 9211 9211 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 08:42:27.837 9211 9211 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 08:42:27.941 9211 9211 W com.mbwhatsapp: type=1400 audit(0.0:1574273): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:42:27.945 9211 9211 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) 03-07 08:42:27.953 9211 9211 W com.mbwhatsapp: type=1400 audit(0.0:1574274): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:42:27.961 9211 9211 W com.mbwhatsapp: type=1400 audit(0.0:1574275): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:42:28.049 9211 9211 W com.mbwhatsapp: type=1400 audit(0.0:1574276): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:42:28.061 9211 9211 W com.mbwhatsapp: type=1400 audit(0.0:1574277): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:42:28.151 9211 9211 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 771ms 03-07 08:42:28.154 9211 9265 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 08:42:28.154 9211 9265 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 08:42:28.154 9211 9265 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 08:42:28.201 9211 9211 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1184ms --------- beginning of system 03-07 08:42:28.201 9211 9211 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 08:43:23.573 10298 10298 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 08:43:23.801 10298 10298 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 08:43:23.802 10298 10298 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 08:43:23.802 10298 10298 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 08:43:23.802 10298 10298 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 08:43:23.802 10298 10298 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 08:43:23.802 10298 10298 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 08:43:23.802 10298 10298 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 08:43:23.802 10298 10298 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 08:43:23.802 10298 10298 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 08:43:23.802 10298 10298 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 08:43:23.802 10298 10298 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 08:43:23.802 10298 10298 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 08:43:23.802 10298 10298 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 08:43:23.802 10298 10298 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 08:43:23.802 10298 10298 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 08:43:23.802 10298 10298 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 08:43:23.802 10298 10298 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 08:43:23.802 10298 10298 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 08:43:23.802 10298 10298 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 08:43:23.802 10298 10298 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 08:43:23.802 10298 10298 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 08:43:23.845 10298 10298 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 08:43:24.343 10298 10298 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 08:43:24.343 10298 10298 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 08:43:24.405 10298 10298 W com.mbwhatsapp: type=1400 audit(0.0:1574323): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:43:24.409 10298 10298 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) 03-07 08:43:24.417 10298 10298 W com.mbwhatsapp: type=1400 audit(0.0:1574324): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:43:24.433 10298 10298 W com.mbwhatsapp: type=1400 audit(0.0:1574325): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:43:24.537 10298 10298 W com.mbwhatsapp: type=1400 audit(0.0:1574326): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:43:24.545 10298 10298 W com.mbwhatsapp: type=1400 audit(0.0:1574327): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:43:24.655 10298 10298 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 748ms 03-07 08:43:24.662 10298 10355 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 08:43:24.662 10298 10355 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 08:43:24.662 10298 10355 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 08:43:24.699 10298 10298 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1112ms --------- beginning of system 03-07 08:43:24.699 10298 10298 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 08:44:37.976 11437 11437 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 08:44:38.287 11437 11437 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 08:44:38.289 11437 11437 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 08:44:38.289 11437 11437 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 08:44:38.289 11437 11437 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 08:44:38.289 11437 11437 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 08:44:38.289 11437 11437 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 08:44:38.289 11437 11437 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 08:44:38.289 11437 11437 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 08:44:38.289 11437 11437 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 08:44:38.289 11437 11437 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 08:44:38.289 11437 11437 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 08:44:38.289 11437 11437 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 08:44:38.289 11437 11437 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 08:44:38.290 11437 11437 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 08:44:38.290 11437 11437 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 08:44:38.290 11437 11437 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 08:44:38.290 11437 11437 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 08:44:38.290 11437 11437 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 08:44:38.290 11437 11437 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 08:44:38.290 11437 11437 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 08:44:38.290 11437 11437 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 08:44:38.337 11437 11437 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 08:44:38.840 11437 11437 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 08:44:38.840 11437 11437 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 08:44:38.917 11437 11437 W com.mbwhatsapp: type=1400 audit(0.0:1574567): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:44:38.921 11437 11437 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) 03-07 08:44:38.925 11437 11437 W com.mbwhatsapp: type=1400 audit(0.0:1574568): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:44:38.941 11437 11437 W com.mbwhatsapp: type=1400 audit(0.0:1574569): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:44:39.125 11437 11437 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 709ms 03-07 08:44:39.137 11437 11488 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 08:44:39.137 11437 11488 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 08:44:39.137 11437 11488 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 08:44:39.137 11437 11437 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1144ms --------- beginning of system 03-07 08:44:39.137 11437 11437 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 08:45:24.856 12204 12204 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 08:45:24.990 12204 12204 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 08:45:24.991 12204 12204 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 08:45:24.991 12204 12204 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 08:45:24.991 12204 12204 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 08:45:24.991 12204 12204 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 08:45:24.991 12204 12204 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 08:45:24.991 12204 12204 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 08:45:24.991 12204 12204 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 08:45:24.991 12204 12204 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 08:45:24.991 12204 12204 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 08:45:24.991 12204 12204 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 08:45:24.991 12204 12204 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 08:45:24.991 12204 12204 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 08:45:24.991 12204 12204 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 08:45:24.991 12204 12204 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 08:45:24.991 12204 12204 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 08:45:24.991 12204 12204 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 08:45:24.991 12204 12204 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 08:45:24.991 12204 12204 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 08:45:24.991 12204 12204 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 08:45:24.991 12204 12204 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 08:45:25.000 12204 12204 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 08:45:25.336 12204 12204 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 08:45:25.336 12204 12204 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 08:45:25.385 12204 12204 W com.mbwhatsapp: type=1400 audit(0.0:1574617): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:45:25.389 12204 12204 W com.mbwhatsapp: type=1400 audit(0.0:1574618): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:45:25.390 12204 12204 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) 03-07 08:45:25.397 12204 12204 W com.mbwhatsapp: type=1400 audit(0.0:1574619): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:45:25.433 12204 12204 W com.mbwhatsapp: type=1400 audit(0.0:1574620): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:45:25.437 12204 12204 W com.mbwhatsapp: type=1400 audit(0.0:1574621): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:45:25.502 12204 12204 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 460ms 03-07 08:45:25.511 12204 12204 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 635ms --------- beginning of system 03-07 08:45:25.511 12204 12204 W ActivityThread: Main thread can not be idle for a long time. 03-07 08:45:25.515 12204 12259 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 08:45:25.515 12204 12259 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 08:45:25.515 12204 12259 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 08:46:24.089 13297 13297 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 08:46:24.241 13297 13297 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 08:46:24.243 13297 13297 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 08:46:24.243 13297 13297 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 08:46:24.243 13297 13297 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 08:46:24.243 13297 13297 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 08:46:24.243 13297 13297 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 08:46:24.243 13297 13297 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 08:46:24.243 13297 13297 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 08:46:24.243 13297 13297 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 08:46:24.243 13297 13297 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 08:46:24.243 13297 13297 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 08:46:24.243 13297 13297 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 08:46:24.243 13297 13297 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 08:46:24.243 13297 13297 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 08:46:24.243 13297 13297 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 08:46:24.243 13297 13297 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 08:46:24.243 13297 13297 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 08:46:24.243 13297 13297 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 08:46:24.243 13297 13297 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 08:46:24.243 13297 13297 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 08:46:24.243 13297 13297 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 08:46:24.270 13297 13297 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 08:46:24.723 13297 13297 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 08:46:24.723 13297 13297 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 08:46:24.785 13297 13297 W com.mbwhatsapp: type=1400 audit(0.0:1574720): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:46:24.789 13297 13297 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) 03-07 08:46:24.797 13297 13297 W com.mbwhatsapp: type=1400 audit(0.0:1574721): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:46:24.805 13297 13297 W com.mbwhatsapp: type=1400 audit(0.0:1574722): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:46:24.873 13297 13297 W com.mbwhatsapp: type=1400 audit(0.0:1574723): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:46:24.885 13297 13297 W com.mbwhatsapp: type=1400 audit(0.0:1574724): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:46:24.980 13297 13297 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 655ms 03-07 08:46:25.003 13297 13356 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 08:46:25.003 13297 13356 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 08:46:25.003 13297 13356 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 08:46:25.013 13297 13297 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 907ms --------- beginning of system 03-07 08:46:25.014 13297 13297 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 08:47:45.197 14504 14504 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 08:47:45.323 14504 14504 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 08:47:45.324 14504 14504 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 08:47:45.324 14504 14504 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 08:47:45.324 14504 14504 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 08:47:45.324 14504 14504 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 08:47:45.324 14504 14504 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 08:47:45.324 14504 14504 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 08:47:45.324 14504 14504 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 08:47:45.324 14504 14504 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 08:47:45.324 14504 14504 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 08:47:45.324 14504 14504 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 08:47:45.324 14504 14504 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 08:47:45.324 14504 14504 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 08:47:45.324 14504 14504 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 08:47:45.324 14504 14504 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 08:47:45.324 14504 14504 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 08:47:45.324 14504 14504 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 08:47:45.324 14504 14504 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 08:47:45.324 14504 14504 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 08:47:45.324 14504 14504 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 08:47:45.324 14504 14504 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 08:47:45.334 14504 14504 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 08:47:45.632 14504 14504 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 08:47:45.632 14504 14504 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 08:47:45.680 14504 14504 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) 03-07 08:47:45.812 14504 14504 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 427ms 03-07 08:47:45.819 14504 14552 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 08:47:45.819 14504 14552 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 08:47:45.819 14504 14552 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 08:47:45.822 14504 14504 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 610ms --------- beginning of system 03-07 08:47:45.822 14504 14504 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of system 03-07 08:48:26.182 15719 15719 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 08:49:52.463 17376 17376 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 08:49:52.718 17376 17376 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 08:49:52.719 17376 17376 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 08:49:52.719 17376 17376 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 08:49:52.719 17376 17376 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 08:49:52.719 17376 17376 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 08:49:52.719 17376 17376 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 08:49:52.719 17376 17376 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 08:49:52.719 17376 17376 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 08:49:52.719 17376 17376 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 08:49:52.720 17376 17376 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 08:49:52.720 17376 17376 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 08:49:52.720 17376 17376 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 08:49:52.720 17376 17376 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 08:49:52.720 17376 17376 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 08:49:52.720 17376 17376 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 08:49:52.720 17376 17376 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 08:49:52.720 17376 17376 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 08:49:52.720 17376 17376 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 08:49:52.720 17376 17376 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 08:49:52.720 17376 17376 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 08:49:52.720 17376 17376 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 08:49:52.787 17376 17376 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 08:49:53.498 17376 17376 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 08:49:53.498 17376 17376 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 08:49:53.609 17376 17376 W com.mbwhatsapp: type=1400 audit(0.0:1576833): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:49:53.613 17376 17376 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) 03-07 08:49:53.621 17376 17376 W com.mbwhatsapp: type=1400 audit(0.0:1576834): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:49:53.637 17376 17376 W com.mbwhatsapp: type=1400 audit(0.0:1576835): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:49:53.793 17376 17376 W com.mbwhatsapp: type=1400 audit(0.0:1576836): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:49:53.809 17376 17376 W com.mbwhatsapp: type=1400 audit(0.0:1576837): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:49:53.923 17376 17376 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1058ms 03-07 08:49:53.936 17376 17480 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 08:49:53.936 17376 17480 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 08:49:53.936 17376 17480 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 08:49:53.950 17376 17376 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1470ms 03-07 08:49:53.950 17376 17376 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 08:50:25.918 18219 18219 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 08:50:26.036 18219 18219 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 08:50:26.042 18219 18219 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 08:50:26.042 18219 18219 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 08:50:26.042 18219 18219 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 08:50:26.042 18219 18219 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 08:50:26.042 18219 18219 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 08:50:26.042 18219 18219 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 08:50:26.042 18219 18219 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 08:50:26.042 18219 18219 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 08:50:26.042 18219 18219 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 08:50:26.042 18219 18219 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 08:50:26.042 18219 18219 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 08:50:26.042 18219 18219 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 08:50:26.042 18219 18219 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 08:50:26.042 18219 18219 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 08:50:26.042 18219 18219 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 08:50:26.042 18219 18219 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 08:50:26.042 18219 18219 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 08:50:26.042 18219 18219 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 08:50:26.042 18219 18219 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 08:50:26.042 18219 18219 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 08:50:26.059 18219 18219 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 08:50:26.494 18219 18219 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 08:50:26.494 18219 18219 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 08:50:26.549 18219 18219 W com.mbwhatsapp: type=1400 audit(0.0:1576990): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:50:26.554 18219 18219 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) 03-07 08:50:26.557 18219 18219 W com.mbwhatsapp: type=1400 audit(0.0:1576991): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:50:26.573 18219 18219 W com.mbwhatsapp: type=1400 audit(0.0:1576992): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:50:26.633 18219 18219 W com.mbwhatsapp: type=1400 audit(0.0:1576993): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:50:26.645 18219 18219 W com.mbwhatsapp: type=1400 audit(0.0:1576994): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:50:26.733 18219 18219 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 613ms 03-07 08:50:26.735 18219 18271 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 08:50:26.735 18219 18271 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 08:50:26.735 18219 18271 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 08:50:26.740 18219 18219 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 799ms --------- beginning of system 03-07 08:50:26.740 18219 18219 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 08:51:26.377 19602 19602 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 08:51:26.487 19602 19602 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 08:51:26.489 19602 19602 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 08:51:26.489 19602 19602 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 08:51:26.489 19602 19602 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 08:51:26.489 19602 19602 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 08:51:26.489 19602 19602 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 08:51:26.489 19602 19602 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 08:51:26.489 19602 19602 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 08:51:26.489 19602 19602 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 08:51:26.489 19602 19602 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 08:51:26.489 19602 19602 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 08:51:26.489 19602 19602 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 08:51:26.489 19602 19602 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 08:51:26.489 19602 19602 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 08:51:26.489 19602 19602 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 08:51:26.489 19602 19602 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 08:51:26.489 19602 19602 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 08:51:26.489 19602 19602 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 08:51:26.489 19602 19602 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 08:51:26.489 19602 19602 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 08:51:26.489 19602 19602 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 08:51:26.507 19602 19602 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 08:51:26.844 19602 19602 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 08:51:26.845 19602 19602 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 08:51:26.885 19602 19602 W com.mbwhatsapp: type=1400 audit(0.0:1577130): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:51:26.890 19602 19602 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) 03-07 08:51:26.901 19602 19602 W com.mbwhatsapp: type=1400 audit(0.0:1577131): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:51:26.913 19602 19602 W com.mbwhatsapp: type=1400 audit(0.0:1577132): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:51:26.993 19602 19602 W com.mbwhatsapp: type=1400 audit(0.0:1577133): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:51:27.009 19602 19602 W com.mbwhatsapp: type=1400 audit(0.0:1577134): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:51:27.119 19602 19602 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 568ms 03-07 08:51:27.124 19602 19602 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 733ms --------- beginning of system 03-07 08:51:27.124 19602 19602 W ActivityThread: Main thread can not be idle for a long time. 03-07 08:51:27.139 19602 19651 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 08:51:27.139 19602 19651 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 08:51:27.139 19602 19651 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 08:52:23.560 20293 20293 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 08:52:23.687 20293 20293 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 08:52:23.694 20293 20293 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 08:52:23.694 20293 20293 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 08:52:23.694 20293 20293 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 08:52:23.694 20293 20293 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 08:52:23.694 20293 20293 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 08:52:23.694 20293 20293 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 08:52:23.694 20293 20293 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 08:52:23.694 20293 20293 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 08:52:23.694 20293 20293 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 08:52:23.694 20293 20293 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 08:52:23.694 20293 20293 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 08:52:23.694 20293 20293 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 08:52:23.694 20293 20293 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 08:52:23.694 20293 20293 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 08:52:23.694 20293 20293 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 08:52:23.694 20293 20293 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 08:52:23.694 20293 20293 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 08:52:23.694 20293 20293 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 08:52:23.694 20293 20293 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 08:52:23.694 20293 20293 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 08:52:23.720 20293 20293 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 08:52:24.107 20293 20293 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 08:52:24.108 20293 20293 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 08:52:24.173 20293 20293 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) 03-07 08:52:24.332 20293 20293 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 568ms 03-07 08:52:24.337 20293 20341 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 08:52:24.337 20293 20341 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 08:52:24.337 20293 20341 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 08:52:24.346 20293 20293 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 763ms --------- beginning of system 03-07 08:52:24.347 20293 20293 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 08:53:26.607 21116 21116 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 08:53:26.716 21116 21116 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 08:53:26.716 21116 21116 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 08:53:26.716 21116 21116 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 08:53:26.716 21116 21116 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 08:53:26.716 21116 21116 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 08:53:26.716 21116 21116 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 08:53:26.716 21116 21116 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 08:53:26.716 21116 21116 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 08:53:26.716 21116 21116 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 08:53:26.716 21116 21116 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 08:53:26.716 21116 21116 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 08:53:26.716 21116 21116 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 08:53:26.716 21116 21116 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 08:53:26.716 21116 21116 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 08:53:26.716 21116 21116 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 08:53:26.716 21116 21116 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 08:53:26.716 21116 21116 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 08:53:26.717 21116 21116 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 08:53:26.717 21116 21116 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 08:53:26.717 21116 21116 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 08:53:26.717 21116 21116 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 08:53:26.726 21116 21116 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 08:53:27.116 21116 21116 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 08:53:27.116 21116 21116 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 08:53:27.149 21116 21116 W com.mbwhatsapp: type=1400 audit(0.0:1577592): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:53:27.149 21116 21116 W com.mbwhatsapp: type=1400 audit(0.0:1577593): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:53:27.152 21116 21116 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) 03-07 08:53:27.157 21116 21116 W com.mbwhatsapp: type=1400 audit(0.0:1577594): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:53:27.181 21116 21116 W com.mbwhatsapp: type=1400 audit(0.0:1577595): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:53:27.185 21116 21116 W com.mbwhatsapp: type=1400 audit(0.0:1577596): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:53:27.238 21116 21116 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 441ms 03-07 08:53:27.246 21116 21203 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 08:53:27.246 21116 21203 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 08:53:27.246 21116 21203 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 08:53:27.249 21116 21116 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 624ms --------- beginning of system 03-07 08:53:27.249 21116 21116 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 08:54:45.015 21974 21974 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 08:54:45.200 21974 21974 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 08:54:45.206 21974 21974 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 08:54:45.206 21974 21974 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 08:54:45.206 21974 21974 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 08:54:45.206 21974 21974 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 08:54:45.206 21974 21974 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 08:54:45.206 21974 21974 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 08:54:45.206 21974 21974 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 08:54:45.206 21974 21974 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 08:54:45.206 21974 21974 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 08:54:45.206 21974 21974 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 08:54:45.206 21974 21974 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 08:54:45.207 21974 21974 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 08:54:45.207 21974 21974 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 08:54:45.207 21974 21974 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 08:54:45.207 21974 21974 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 08:54:45.207 21974 21974 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 08:54:45.207 21974 21974 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 08:54:45.207 21974 21974 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 08:54:45.207 21974 21974 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 08:54:45.207 21974 21974 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 08:54:45.252 21974 21974 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 08:54:45.827 21974 21974 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 08:54:45.827 21974 21974 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 08:54:45.937 21974 21974 W com.mbwhatsapp: type=1400 audit(0.0:1577688): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:54:45.944 21974 21974 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) 03-07 08:54:45.953 21974 21974 W com.mbwhatsapp: type=1400 audit(0.0:1577689): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:54:45.965 21974 21974 W com.mbwhatsapp: type=1400 audit(0.0:1577690): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:54:46.037 21974 21974 W com.mbwhatsapp: type=1400 audit(0.0:1577691): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:54:46.049 21974 21974 W com.mbwhatsapp: type=1400 audit(0.0:1577692): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:54:46.146 21974 21974 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 813ms 03-07 08:54:46.154 21974 22030 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 08:54:46.154 21974 22030 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 08:54:46.154 21974 22030 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 08:54:46.156 21974 21974 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1125ms --------- beginning of system 03-07 08:54:46.156 21974 21974 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 08:55:28.787 23070 23070 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 08:55:28.940 23070 23070 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 08:55:28.944 23070 23070 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 08:55:28.944 23070 23070 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 08:55:28.944 23070 23070 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 08:55:28.944 23070 23070 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 08:55:28.944 23070 23070 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 08:55:28.944 23070 23070 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 08:55:28.944 23070 23070 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 08:55:28.944 23070 23070 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 08:55:28.944 23070 23070 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 08:55:28.944 23070 23070 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 08:55:28.944 23070 23070 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 08:55:28.944 23070 23070 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 08:55:28.944 23070 23070 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 08:55:28.944 23070 23070 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 08:55:28.944 23070 23070 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 08:55:28.944 23070 23070 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 08:55:28.944 23070 23070 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 08:55:28.944 23070 23070 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 08:55:28.944 23070 23070 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 08:55:28.944 23070 23070 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 08:55:28.979 23070 23070 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 08:55:29.405 23070 23070 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 08:55:29.406 23070 23070 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 08:55:29.477 23070 23070 W com.mbwhatsapp: type=1400 audit(0.0:1577919): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:55:29.483 23070 23070 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) 03-07 08:55:29.493 23070 23070 W com.mbwhatsapp: type=1400 audit(0.0:1577920): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:55:29.505 23070 23070 W com.mbwhatsapp: type=1400 audit(0.0:1577921): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:55:29.561 23070 23070 W com.mbwhatsapp: type=1400 audit(0.0:1577922): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:55:29.569 23070 23070 W com.mbwhatsapp: type=1400 audit(0.0:1577923): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:55:29.696 23070 23070 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 654ms 03-07 08:55:29.703 23070 23070 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 903ms --------- beginning of system 03-07 08:55:29.703 23070 23070 W ActivityThread: Main thread can not be idle for a long time. 03-07 08:55:29.727 23070 23128 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 08:55:29.727 23070 23128 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 08:55:29.727 23070 23128 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 08:56:41.065 23796 23796 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 08:56:41.225 23796 23796 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 08:56:41.229 23796 23796 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 08:56:41.229 23796 23796 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 08:56:41.229 23796 23796 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 08:56:41.229 23796 23796 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 08:56:41.229 23796 23796 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 08:56:41.229 23796 23796 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 08:56:41.229 23796 23796 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 08:56:41.229 23796 23796 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 08:56:41.229 23796 23796 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 08:56:41.229 23796 23796 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 08:56:41.229 23796 23796 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 08:56:41.229 23796 23796 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 08:56:41.229 23796 23796 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 08:56:41.230 23796 23796 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 08:56:41.230 23796 23796 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 08:56:41.230 23796 23796 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 08:56:41.230 23796 23796 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 08:56:41.230 23796 23796 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 08:56:41.230 23796 23796 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 08:56:41.230 23796 23796 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 08:56:41.243 23796 23796 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 08:56:41.638 23796 23796 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 08:56:41.638 23796 23796 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 08:56:41.729 23796 23796 W com.mbwhatsapp: type=1400 audit(0.0:1578166): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:56:41.736 23796 23796 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) 03-07 08:56:41.757 23796 23796 W com.mbwhatsapp: type=1400 audit(0.0:1578167): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:56:41.781 23796 23796 W com.mbwhatsapp: type=1400 audit(0.0:1578168): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:56:41.881 23796 23796 W com.mbwhatsapp: type=1400 audit(0.0:1578169): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:56:41.897 23796 23796 W com.mbwhatsapp: type=1400 audit(0.0:1578170): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:56:41.992 23796 23796 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 680ms 03-07 08:56:42.019 23796 23796 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 941ms --------- beginning of system 03-07 08:56:42.019 23796 23796 W ActivityThread: Main thread can not be idle for a long time. 03-07 08:56:42.028 23796 23925 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 08:56:42.028 23796 23925 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 08:56:42.028 23796 23925 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 08:57:25.289 24627 24627 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 08:57:25.426 24627 24627 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 08:57:25.433 24627 24627 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 08:57:25.433 24627 24627 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 08:57:25.433 24627 24627 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 08:57:25.433 24627 24627 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 08:57:25.434 24627 24627 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 08:57:25.434 24627 24627 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 08:57:25.434 24627 24627 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 08:57:25.434 24627 24627 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 08:57:25.434 24627 24627 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 08:57:25.434 24627 24627 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 08:57:25.434 24627 24627 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 08:57:25.434 24627 24627 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 08:57:25.434 24627 24627 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 08:57:25.434 24627 24627 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 08:57:25.434 24627 24627 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 08:57:25.434 24627 24627 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 08:57:25.434 24627 24627 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 08:57:25.434 24627 24627 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 08:57:25.434 24627 24627 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 08:57:25.434 24627 24627 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 08:57:25.452 24627 24627 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 08:57:25.954 24627 24627 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 08:57:25.954 24627 24627 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 08:57:26.001 24627 24627 W com.mbwhatsapp: type=1400 audit(0.0:1578223): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:57:26.004 24627 24627 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) 03-07 08:57:26.009 24627 24627 W com.mbwhatsapp: type=1400 audit(0.0:1578224): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:57:26.017 24627 24627 W com.mbwhatsapp: type=1400 audit(0.0:1578225): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:57:26.093 24627 24627 W com.mbwhatsapp: type=1400 audit(0.0:1578226): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:57:26.109 24627 24627 W com.mbwhatsapp: type=1400 audit(0.0:1578227): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:57:26.216 24627 24627 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 702ms 03-07 08:57:26.223 24627 24627 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 920ms --------- beginning of system 03-07 08:57:26.223 24627 24627 W ActivityThread: Main thread can not be idle for a long time. 03-07 08:57:26.233 24627 24685 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 08:57:26.233 24627 24685 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 08:57:26.233 24627 24685 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of system 03-07 08:58:26.311 25973 25973 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 08:59:28.088 26982 26982 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 08:59:28.392 26982 26982 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 08:59:28.394 26982 26982 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 08:59:28.394 26982 26982 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 08:59:28.394 26982 26982 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 08:59:28.394 26982 26982 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 08:59:28.394 26982 26982 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 08:59:28.394 26982 26982 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 08:59:28.394 26982 26982 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 08:59:28.394 26982 26982 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 08:59:28.395 26982 26982 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 08:59:28.395 26982 26982 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 08:59:28.395 26982 26982 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 08:59:28.395 26982 26982 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 08:59:28.395 26982 26982 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 08:59:28.395 26982 26982 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 08:59:28.395 26982 26982 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 08:59:28.395 26982 26982 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 08:59:28.395 26982 26982 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 08:59:28.395 26982 26982 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 08:59:28.395 26982 26982 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 08:59:28.395 26982 26982 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 08:59:28.450 26982 26982 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 08:59:29.082 26982 26982 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 08:59:29.082 26982 26982 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 08:59:29.241 26982 26982 W com.mbwhatsapp: type=1400 audit(0.0:1578557): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:59:29.248 26982 26982 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) 03-07 08:59:29.257 26982 26982 W com.mbwhatsapp: type=1400 audit(0.0:1578558): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:59:29.273 26982 26982 W com.mbwhatsapp: type=1400 audit(0.0:1578559): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:59:29.373 26982 26982 W com.mbwhatsapp: type=1400 audit(0.0:1578560): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:59:29.389 26982 26982 W com.mbwhatsapp: type=1400 audit(0.0:1578561): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:59:29.389 26982 26982 W com.mbwhatsapp: type=1400 audit(0.0:1578563): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 08:59:29.500 26982 26982 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 961ms 03-07 08:59:29.507 26982 27043 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 08:59:29.507 26982 27043 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 08:59:29.507 26982 27043 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 08:59:29.582 26982 26982 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1468ms 03-07 08:59:29.582 26982 26982 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 09:00:22.401 27845 27845 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:00:22.713 27845 27845 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:00:22.714 27845 27845 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:00:22.715 27845 27845 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:00:22.715 27845 27845 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:00:22.715 27845 27845 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:00:22.715 27845 27845 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:00:22.715 27845 27845 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:00:22.715 27845 27845 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:00:22.715 27845 27845 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:00:22.715 27845 27845 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:00:22.715 27845 27845 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:00:22.715 27845 27845 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:00:22.715 27845 27845 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:00:22.715 27845 27845 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:00:22.715 27845 27845 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 09:00:22.715 27845 27845 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 09:00:22.715 27845 27845 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 09:00:22.715 27845 27845 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 09:00:22.715 27845 27845 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 09:00:22.715 27845 27845 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:00:22.715 27845 27845 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:00:22.761 27845 27845 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:00:23.292 27845 27845 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:00:23.293 27845 27845 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:00:23.429 27845 27845 W com.mbwhatsapp: type=1400 audit(0.0:1578706): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:00:23.434 27845 27845 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) 03-07 09:00:23.441 27845 27845 W com.mbwhatsapp: type=1400 audit(0.0:1578707): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:00:23.457 27845 27845 W com.mbwhatsapp: type=1400 audit(0.0:1578708): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:00:23.529 27845 27845 W com.mbwhatsapp: type=1400 audit(0.0:1578709): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:00:23.549 27845 27845 W com.mbwhatsapp: type=1400 audit(0.0:1578710): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:00:23.637 27845 27845 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 799ms 03-07 09:00:23.651 27845 27893 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:00:23.651 27845 27893 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:00:23.651 27845 27893 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 09:00:23.681 27845 27845 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1244ms --------- beginning of system 03-07 09:00:23.681 27845 27845 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 09:01:40.505 28415 28415 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:01:40.613 28415 28415 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:01:40.617 28415 28415 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:01:40.617 28415 28415 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:01:40.617 28415 28415 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:01:40.617 28415 28415 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:01:40.617 28415 28415 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:01:40.617 28415 28415 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:01:40.617 28415 28415 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:01:40.617 28415 28415 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:01:40.617 28415 28415 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:01:40.617 28415 28415 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:01:40.617 28415 28415 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:01:40.617 28415 28415 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:01:40.617 28415 28415 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:01:40.617 28415 28415 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 09:01:40.617 28415 28415 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 09:01:40.617 28415 28415 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 09:01:40.617 28415 28415 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 09:01:40.617 28415 28415 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 09:01:40.617 28415 28415 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:01:40.617 28415 28415 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:01:40.634 28415 28415 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:01:41.030 28415 28415 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:01:41.030 28415 28415 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:01:41.105 28415 28415 W com.mbwhatsapp: type=1400 audit(0.0:1578953): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:01:41.112 28415 28415 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) 03-07 09:01:41.137 28415 28415 W com.mbwhatsapp: type=1400 audit(0.0:1578954): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:01:41.157 28415 28415 W com.mbwhatsapp: type=1400 audit(0.0:1578955): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:01:41.285 28415 28415 W com.mbwhatsapp: type=1400 audit(0.0:1578956): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:01:41.293 28415 28415 W com.mbwhatsapp: type=1400 audit(0.0:1578957): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:01:41.363 28415 28415 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 683ms 03-07 09:01:41.375 28415 28537 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:01:41.375 28415 28537 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:01:41.375 28415 28537 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 09:01:41.376 28415 28415 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 854ms --------- beginning of system 03-07 09:01:41.376 28415 28415 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 09:02:23.071 29202 29202 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:02:23.210 29202 29202 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:02:23.218 29202 29202 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:02:23.218 29202 29202 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:02:23.218 29202 29202 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:02:23.218 29202 29202 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:02:23.218 29202 29202 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:02:23.218 29202 29202 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:02:23.218 29202 29202 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:02:23.218 29202 29202 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:02:23.218 29202 29202 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:02:23.218 29202 29202 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:02:23.218 29202 29202 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:02:23.218 29202 29202 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:02:23.218 29202 29202 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:02:23.218 29202 29202 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 09:02:23.218 29202 29202 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 09:02:23.218 29202 29202 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 09:02:23.218 29202 29202 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 09:02:23.218 29202 29202 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 09:02:23.218 29202 29202 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:02:23.218 29202 29202 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:02:23.235 29202 29202 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:02:23.700 29202 29202 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:02:23.700 29202 29202 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:02:23.745 29202 29202 W com.mbwhatsapp: type=1400 audit(0.0:1579093): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:02:23.749 29202 29202 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) 03-07 09:02:23.753 29202 29202 W com.mbwhatsapp: type=1400 audit(0.0:1579094): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:02:23.765 29202 29202 W com.mbwhatsapp: type=1400 audit(0.0:1579095): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:02:23.813 29202 29202 W com.mbwhatsapp: type=1400 audit(0.0:1579096): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:02:23.825 29202 29202 W com.mbwhatsapp: type=1400 audit(0.0:1579097): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:02:23.917 29202 29202 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 638ms 03-07 09:02:23.922 29202 29202 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 820ms --------- beginning of system 03-07 09:02:23.922 29202 29202 W ActivityThread: Main thread can not be idle for a long time. 03-07 09:02:23.925 29202 29268 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:02:23.925 29202 29268 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:02:23.925 29202 29268 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 09:03:28.365 30025 30025 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:03:28.629 30025 30025 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:03:28.632 30025 30025 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:03:28.633 30025 30025 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:03:28.633 30025 30025 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:03:28.633 30025 30025 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:03:28.633 30025 30025 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:03:28.633 30025 30025 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:03:28.633 30025 30025 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:03:28.633 30025 30025 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:03:28.633 30025 30025 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:03:28.633 30025 30025 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:03:28.633 30025 30025 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:03:28.633 30025 30025 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:03:28.633 30025 30025 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:03:28.633 30025 30025 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 09:03:28.633 30025 30025 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 09:03:28.633 30025 30025 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 09:03:28.633 30025 30025 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 09:03:28.633 30025 30025 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 09:03:28.633 30025 30025 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:03:28.633 30025 30025 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:03:28.676 30025 30025 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:03:29.242 30025 30025 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:03:29.242 30025 30025 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:03:29.381 30025 30025 W com.mbwhatsapp: type=1400 audit(0.0:1579340): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:03:29.385 30025 30025 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) 03-07 09:03:29.389 30025 30025 W com.mbwhatsapp: type=1400 audit(0.0:1579341): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:03:29.409 30025 30025 W com.mbwhatsapp: type=1400 audit(0.0:1579342): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:03:29.481 30025 30025 W com.mbwhatsapp: type=1400 audit(0.0:1579343): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:03:29.521 30025 30025 W com.mbwhatsapp: type=1400 audit(0.0:1579344): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:03:29.634 30025 30025 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 852ms 03-07 09:03:29.640 30025 30077 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:03:29.640 30025 30077 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:03:29.640 30025 30077 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 09:03:29.718 30025 30025 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1334ms --------- beginning of system 03-07 09:03:29.718 30025 30025 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 09:06:22.395 31560 31560 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:06:22.634 31560 31560 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:06:22.636 31560 31560 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:06:22.636 31560 31560 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:06:22.636 31560 31560 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:06:22.636 31560 31560 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:06:22.636 31560 31560 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:06:22.636 31560 31560 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:06:22.636 31560 31560 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:06:22.636 31560 31560 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:06:22.636 31560 31560 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:06:22.636 31560 31560 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:06:22.636 31560 31560 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:06:22.636 31560 31560 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:06:22.636 31560 31560 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:06:22.636 31560 31560 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 09:06:22.636 31560 31560 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 09:06:22.636 31560 31560 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 09:06:22.636 31560 31560 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 09:06:22.636 31560 31560 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 09:06:22.636 31560 31560 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:06:22.636 31560 31560 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:06:22.679 31560 31560 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:06:23.130 31560 31560 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:06:23.131 31560 31560 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:06:23.249 31560 31560 W com.mbwhatsapp: type=1400 audit(0.0:1581748): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:06:23.256 31560 31560 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) 03-07 09:06:23.261 31560 31560 W com.mbwhatsapp: type=1400 audit(0.0:1581749): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:06:23.277 31560 31560 W com.mbwhatsapp: type=1400 audit(0.0:1581750): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:06:23.341 31560 31560 W com.mbwhatsapp: type=1400 audit(0.0:1581751): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:06:23.365 31560 31560 W com.mbwhatsapp: type=1400 audit(0.0:1581752): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:06:23.467 31560 31560 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 683ms 03-07 09:06:23.471 31560 31606 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:06:23.471 31560 31606 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:06:23.471 31560 31606 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 09:06:23.500 31560 31560 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1087ms --------- beginning of system 03-07 09:06:23.500 31560 31560 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 09:08:00.263 32686 32686 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:08:00.731 32686 32686 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:08:00.733 32686 32686 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:08:00.733 32686 32686 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:08:00.733 32686 32686 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:08:00.733 32686 32686 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:08:00.733 32686 32686 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:08:00.733 32686 32686 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:08:00.733 32686 32686 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:08:00.733 32686 32686 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:08:00.733 32686 32686 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:08:00.733 32686 32686 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:08:00.733 32686 32686 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:08:00.733 32686 32686 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:08:00.733 32686 32686 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:08:00.733 32686 32686 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) --------- beginning of main 03-07 09:08:00.734 32686 32686 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:08:00.734 32686 32686 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:08:00.790 32686 32686 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:08:01.407 32686 32686 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:08:01.407 32686 32686 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:08:01.529 32686 32686 W com.mbwhatsapp: type=1400 audit(0.0:1583512): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:08:01.535 32686 32686 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) 03-07 09:08:01.549 32686 32686 W com.mbwhatsapp: type=1400 audit(0.0:1583513): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:08:01.565 32686 32686 W com.mbwhatsapp: type=1400 audit(0.0:1583514): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:08:01.717 32686 32686 W com.mbwhatsapp: type=1400 audit(0.0:1583515): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:08:01.733 32686 32686 W com.mbwhatsapp: type=1400 audit(0.0:1583516): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:08:01.850 32686 32686 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 969ms 03-07 09:08:01.891 32686 32740 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:08:01.891 32686 32740 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:08:01.891 32686 32740 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 09:08:01.969 32686 32686 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1691ms --------- beginning of system 03-07 09:08:01.969 32686 32686 W ActivityThread: Main thread can not be idle for a long time. 03-07 09:08:02.962 728 728 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:08:03.089 728 728 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:08:03.089 728 728 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:08:03.089 728 728 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:08:03.089 728 728 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:08:03.089 728 728 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:08:03.089 728 728 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:08:03.089 728 728 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:08:03.089 728 728 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:08:03.089 728 728 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:08:03.089 728 728 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:08:03.089 728 728 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:08:03.089 728 728 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:08:03.089 728 728 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:08:03.089 728 728 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:08:03.089 728 728 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 09:08:03.090 728 728 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 09:08:03.090 728 728 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 09:08:03.090 728 728 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 09:08:03.090 728 728 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 09:08:03.090 728 728 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:08:03.090 728 728 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:08:03.107 728 728 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:08:03.343 728 728 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:08:03.343 728 728 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:08:03.377 728 728 W com.mbwhatsapp: type=1400 audit(0.0:1583522): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:08:03.377 728 728 W com.mbwhatsapp: type=1400 audit(0.0:1583523): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:08:03.381 728 728 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) 03-07 09:08:03.385 728 728 W com.mbwhatsapp: type=1400 audit(0.0:1583524): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:08:03.405 728 728 W com.mbwhatsapp: type=1400 audit(0.0:1583525): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:08:03.502 728 728 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 347ms 03-07 09:08:03.549 728 856 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:08:03.549 728 856 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:08:03.549 728 856 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 09:08:05.505 1164 1164 W AppInit1: type=1400 audit(0.0:1583571): avc: denied { read } for name="zoneinfo" dev="proc" ino=4026531860 scontext=u:r:untrusted_app:s0:c205,c256,c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 app=com.mbwhatsapp --------- beginning of main 03-07 09:09:44.915 3317 3317 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:09:45.089 3317 3317 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:09:45.092 3317 3317 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:09:45.092 3317 3317 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:09:45.092 3317 3317 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:09:45.092 3317 3317 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:09:45.092 3317 3317 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:09:45.092 3317 3317 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:09:45.092 3317 3317 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:09:45.093 3317 3317 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:09:45.093 3317 3317 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:09:45.093 3317 3317 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:09:45.093 3317 3317 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:09:45.093 3317 3317 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:09:45.093 3317 3317 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:09:45.093 3317 3317 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 09:09:45.093 3317 3317 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 09:09:45.093 3317 3317 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 09:09:45.093 3317 3317 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 09:09:45.093 3317 3317 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 09:09:45.093 3317 3317 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:09:45.093 3317 3317 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:09:45.141 3317 3317 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:09:45.656 3317 3317 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:09:45.656 3317 3317 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:09:45.733 3317 3317 W com.mbwhatsapp: type=1400 audit(0.0:1583801): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:09:45.740 3317 3317 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) 03-07 09:09:45.749 3317 3317 W com.mbwhatsapp: type=1400 audit(0.0:1583802): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:09:45.765 3317 3317 W com.mbwhatsapp: type=1400 audit(0.0:1583803): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:09:45.845 3317 3317 W com.mbwhatsapp: type=1400 audit(0.0:1583804): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:09:45.857 3317 3317 W com.mbwhatsapp: type=1400 audit(0.0:1583805): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:09:45.963 3317 3317 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 736ms 03-07 09:09:45.972 3317 3425 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:09:45.972 3317 3425 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:09:45.972 3317 3425 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 09:09:46.031 3317 3317 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1093ms --------- beginning of system 03-07 09:09:46.032 3317 3317 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 09:10:29.565 4725 4725 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:10:29.687 4725 4725 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:10:29.687 4725 4725 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:10:29.687 4725 4725 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:10:29.687 4725 4725 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:10:29.687 4725 4725 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:10:29.687 4725 4725 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:10:29.687 4725 4725 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:10:29.687 4725 4725 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:10:29.687 4725 4725 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:10:29.687 4725 4725 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:10:29.687 4725 4725 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:10:29.687 4725 4725 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:10:29.687 4725 4725 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:10:29.687 4725 4725 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:10:29.687 4725 4725 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 09:10:29.687 4725 4725 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 09:10:29.687 4725 4725 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 09:10:29.687 4725 4725 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 09:10:29.688 4725 4725 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 09:10:29.688 4725 4725 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:10:29.688 4725 4725 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:10:29.697 4725 4725 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:10:30.081 4725 4725 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:10:30.081 4725 4725 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:10:30.141 4725 4725 W com.mbwhatsapp: type=1400 audit(0.0:1583998): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:10:30.146 4725 4725 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) 03-07 09:10:30.149 4725 4725 W com.mbwhatsapp: type=1400 audit(0.0:1583999): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:10:30.157 4725 4725 W com.mbwhatsapp: type=1400 audit(0.0:1584000): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:10:30.201 4725 4725 W com.mbwhatsapp: type=1400 audit(0.0:1584001): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:10:30.209 4725 4725 W com.mbwhatsapp: type=1400 audit(0.0:1584002): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:10:30.282 4725 4725 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 545ms 03-07 09:10:30.295 4725 4725 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 713ms --------- beginning of system 03-07 09:10:30.295 4725 4725 W ActivityThread: Main thread can not be idle for a long time. 03-07 09:10:30.306 4725 4841 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:10:30.306 4725 4841 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:10:30.306 4725 4841 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 09:11:40.847 5672 5672 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:11:41.010 5672 5672 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:11:41.013 5672 5672 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:11:41.014 5672 5672 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:11:41.014 5672 5672 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:11:41.014 5672 5672 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:11:41.014 5672 5672 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:11:41.014 5672 5672 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:11:41.014 5672 5672 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:11:41.014 5672 5672 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:11:41.014 5672 5672 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:11:41.014 5672 5672 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:11:41.014 5672 5672 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:11:41.014 5672 5672 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:11:41.014 5672 5672 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:11:41.014 5672 5672 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 09:11:41.014 5672 5672 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 09:11:41.014 5672 5672 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 09:11:41.014 5672 5672 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 09:11:41.014 5672 5672 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 09:11:41.014 5672 5672 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:11:41.014 5672 5672 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:11:41.069 5672 5672 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:11:41.558 5672 5672 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:11:41.558 5672 5672 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:11:41.629 5672 5672 W com.mbwhatsapp: type=1400 audit(0.0:1584156): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:11:41.635 5672 5672 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) 03-07 09:11:41.641 5672 5672 W com.mbwhatsapp: type=1400 audit(0.0:1584157): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:11:41.649 5672 5672 W com.mbwhatsapp: type=1400 audit(0.0:1584158): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:11:41.717 5672 5672 W com.mbwhatsapp: type=1400 audit(0.0:1584159): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:11:41.729 5672 5672 W com.mbwhatsapp: type=1400 audit(0.0:1584160): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:11:41.859 5672 5672 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 717ms 03-07 09:11:41.876 5672 5672 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1016ms --------- beginning of system 03-07 09:11:41.876 5672 5672 W ActivityThread: Main thread can not be idle for a long time. 03-07 09:11:41.880 5672 5745 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:11:41.880 5672 5745 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:11:41.880 5672 5745 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 09:12:22.400 6142 6142 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:12:22.604 6142 6142 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:12:22.608 6142 6142 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:12:22.608 6142 6142 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:12:22.608 6142 6142 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:12:22.608 6142 6142 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:12:22.608 6142 6142 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:12:22.608 6142 6142 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:12:22.608 6142 6142 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:12:22.608 6142 6142 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:12:22.608 6142 6142 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:12:22.608 6142 6142 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:12:22.608 6142 6142 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:12:22.608 6142 6142 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:12:22.608 6142 6142 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:12:22.608 6142 6142 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 09:12:22.608 6142 6142 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 09:12:22.608 6142 6142 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 09:12:22.608 6142 6142 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 09:12:22.608 6142 6142 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 09:12:22.608 6142 6142 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:12:22.608 6142 6142 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:12:22.644 6142 6142 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:12:23.196 6142 6142 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:12:23.197 6142 6142 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:12:23.265 6142 6142 W com.mbwhatsapp: type=1400 audit(0.0:1584304): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:12:23.271 6142 6142 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) 03-07 09:12:23.281 6142 6142 W com.mbwhatsapp: type=1400 audit(0.0:1584305): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:12:23.289 6142 6142 W com.mbwhatsapp: type=1400 audit(0.0:1584306): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:12:23.381 6142 6142 W com.mbwhatsapp: type=1400 audit(0.0:1584307): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:12:23.401 6142 6142 W com.mbwhatsapp: type=1400 audit(0.0:1584308): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:12:23.531 6142 6142 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 802ms 03-07 09:12:23.552 6142 6142 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1139ms --------- beginning of system 03-07 09:12:23.552 6142 6142 W ActivityThread: Main thread can not be idle for a long time. 03-07 09:12:23.552 6142 6272 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:12:23.552 6142 6272 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:12:23.552 6142 6272 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 09:13:22.436 7608 7608 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:13:22.541 7608 7608 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:13:22.541 7608 7608 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:13:22.541 7608 7608 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:13:22.541 7608 7608 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:13:22.541 7608 7608 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:13:22.541 7608 7608 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:13:22.541 7608 7608 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:13:22.541 7608 7608 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:13:22.541 7608 7608 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:13:22.541 7608 7608 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:13:22.541 7608 7608 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:13:22.541 7608 7608 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:13:22.541 7608 7608 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:13:22.541 7608 7608 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:13:22.541 7608 7608 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 09:13:22.541 7608 7608 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 09:13:22.541 7608 7608 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 09:13:22.541 7608 7608 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 09:13:22.541 7608 7608 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 09:13:22.541 7608 7608 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:13:22.541 7608 7608 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:13:22.550 7608 7608 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:13:22.814 7608 7608 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:13:22.815 7608 7608 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:13:22.845 7608 7608 W com.mbwhatsapp: type=1400 audit(0.0:1584642): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:13:22.849 7608 7608 W com.mbwhatsapp: type=1400 audit(0.0:1584643): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:13:22.850 7608 7608 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) 03-07 09:13:22.857 7608 7608 W com.mbwhatsapp: type=1400 audit(0.0:1584644): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:13:22.885 7608 7608 W com.mbwhatsapp: type=1400 audit(0.0:1584645): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:13:22.893 7608 7608 W com.mbwhatsapp: type=1400 audit(0.0:1584646): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:13:22.958 7608 7608 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 376ms 03-07 09:13:22.973 7608 7727 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:13:22.973 7608 7727 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:13:22.973 7608 7727 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 09:13:22.985 7608 7608 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 534ms --------- beginning of system 03-07 09:13:22.985 7608 7608 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 09:14:22.453 8744 8744 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:14:22.663 8744 8744 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:14:22.665 8744 8744 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:14:22.665 8744 8744 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:14:22.665 8744 8744 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:14:22.665 8744 8744 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:14:22.665 8744 8744 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:14:22.665 8744 8744 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:14:22.665 8744 8744 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:14:22.665 8744 8744 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:14:22.665 8744 8744 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:14:22.665 8744 8744 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:14:22.665 8744 8744 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:14:22.665 8744 8744 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:14:22.665 8744 8744 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:14:22.665 8744 8744 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 09:14:22.665 8744 8744 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 09:14:22.665 8744 8744 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 09:14:22.665 8744 8744 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 09:14:22.665 8744 8744 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 09:14:22.665 8744 8744 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:14:22.665 8744 8744 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:14:22.683 8744 8744 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:14:23.036 8744 8744 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:14:23.036 8744 8744 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:14:23.077 8744 8744 W com.mbwhatsapp: type=1400 audit(0.0:1584801): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:14:23.083 8744 8744 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) 03-07 09:14:23.085 8744 8744 W com.mbwhatsapp: type=1400 audit(0.0:1584802): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:14:23.101 8744 8744 W com.mbwhatsapp: type=1400 audit(0.0:1584803): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:14:23.177 8744 8744 W com.mbwhatsapp: type=1400 audit(0.0:1584804): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:14:23.185 8744 8744 W com.mbwhatsapp: type=1400 audit(0.0:1584805): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:14:23.185 8744 8744 W com.mbwhatsapp: type=1400 audit(0.0:1584806): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:14:23.185 8744 8744 W com.mbwhatsapp: type=1400 audit(0.0:1584807): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:14:23.253 8744 8744 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 515ms 03-07 09:14:23.258 8744 8791 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:14:23.258 8744 8791 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:14:23.258 8744 8791 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 09:14:23.264 8744 8744 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 799ms --------- beginning of system 03-07 09:14:23.264 8744 8744 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 09:15:31.574 10197 10197 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:15:31.949 10197 10197 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:15:31.951 10197 10197 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:15:31.951 10197 10197 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:15:31.951 10197 10197 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:15:31.951 10197 10197 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:15:31.951 10197 10197 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:15:31.951 10197 10197 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:15:31.951 10197 10197 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:15:31.951 10197 10197 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:15:31.951 10197 10197 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:15:31.951 10197 10197 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:15:31.951 10197 10197 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:15:31.951 10197 10197 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:15:31.951 10197 10197 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:15:31.951 10197 10197 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 09:15:31.951 10197 10197 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 09:15:31.951 10197 10197 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 09:15:31.951 10197 10197 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 09:15:31.951 10197 10197 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 09:15:31.951 10197 10197 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:15:31.951 10197 10197 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:15:32.008 10197 10197 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:15:32.561 10197 10197 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:15:32.561 10197 10197 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:15:32.653 10197 10197 W com.mbwhatsapp: type=1400 audit(0.0:1585027): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:15:32.660 10197 10197 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) 03-07 09:15:32.669 10197 10197 W com.mbwhatsapp: type=1400 audit(0.0:1585028): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp --------- beginning of system 03-07 09:15:32.957 10197 10197 W ActivityThread: Main thread can not be idle for a long time. 03-07 09:16:24.670 11278 11278 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 09:17:22.402 12571 12571 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:17:22.741 12571 12571 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:17:22.744 12571 12571 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:17:22.744 12571 12571 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:17:22.744 12571 12571 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:17:22.744 12571 12571 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:17:22.744 12571 12571 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:17:22.744 12571 12571 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:17:22.744 12571 12571 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:17:22.744 12571 12571 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:17:22.744 12571 12571 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:17:22.744 12571 12571 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:17:22.744 12571 12571 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:17:22.744 12571 12571 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:17:22.744 12571 12571 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:17:22.744 12571 12571 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 09:17:22.744 12571 12571 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 09:17:22.744 12571 12571 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 09:17:22.744 12571 12571 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 09:17:22.745 12571 12571 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 09:17:22.745 12571 12571 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:17:22.745 12571 12571 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:17:22.800 12571 12571 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:17:23.344 12571 12571 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:17:23.345 12571 12571 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:17:23.453 12571 12571 W com.mbwhatsapp: type=1400 audit(0.0:1585150): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:17:23.458 12571 12571 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) 03-07 09:17:23.465 12571 12571 W com.mbwhatsapp: type=1400 audit(0.0:1585151): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:17:23.485 12571 12571 W com.mbwhatsapp: type=1400 audit(0.0:1585152): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:17:23.573 12571 12571 W com.mbwhatsapp: type=1400 audit(0.0:1585153): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:17:23.601 12571 12571 W com.mbwhatsapp: type=1400 audit(0.0:1585154): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:17:23.705 12571 12571 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 824ms 03-07 09:17:23.710 12571 12621 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:17:23.710 12571 12621 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:17:23.710 12571 12621 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 09:17:23.712 12571 12571 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1295ms 03-07 09:17:23.712 12571 12571 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 09:18:45.256 12908 12908 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:18:45.509 12908 12908 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:18:45.513 12908 12908 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:18:45.513 12908 12908 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:18:45.513 12908 12908 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:18:45.513 12908 12908 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:18:45.513 12908 12908 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:18:45.513 12908 12908 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:18:45.513 12908 12908 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:18:45.513 12908 12908 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:18:45.513 12908 12908 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:18:45.513 12908 12908 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:18:45.513 12908 12908 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:18:45.513 12908 12908 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:18:45.513 12908 12908 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:18:45.513 12908 12908 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 09:18:45.514 12908 12908 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 09:18:45.514 12908 12908 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 09:18:45.514 12908 12908 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 09:18:45.514 12908 12908 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 09:18:45.514 12908 12908 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:18:45.514 12908 12908 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:18:45.547 12908 12908 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:18:45.756 12908 12908 W CheckTime: App running slow: Executing handleBindApplication : installContentProviders took 214ms 03-07 09:18:46.474 12908 12908 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:18:46.474 12908 12908 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:18:46.666 12908 12908 W com.mbwhatsapp: type=1400 audit(0.0:1585983): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:18:46.670 12908 12908 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) 03-07 09:18:46.698 12908 12908 W com.mbwhatsapp: type=1400 audit(0.0:1585984): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:18:46.718 12908 12908 W com.mbwhatsapp: type=1400 audit(0.0:1585985): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:18:46.850 12908 12908 W com.mbwhatsapp: type=1400 audit(0.0:1585986): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:18:46.878 12908 12908 W com.mbwhatsapp: type=1400 audit(0.0:1585987): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:18:46.976 12908 12908 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1220ms 03-07 09:18:46.986 12908 12908 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1704ms --------- beginning of system 03-07 09:18:46.986 12908 12908 W ActivityThread: Main thread can not be idle for a long time. 03-07 09:18:47.013 12908 13105 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:18:47.013 12908 13105 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:18:47.013 12908 13105 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 09:18:47.842 13174 13174 W AppInit1: type=1400 audit(0.0:1585991): avc: denied { read } for name="zoneinfo" dev="proc" ino=4026531860 scontext=u:r:untrusted_app:s0:c219,c256,c512,c768 tcontext=u:object_r:proc_zoneinfo:s0 tclass=file permissive=0 app=com.mbwhatsapp --------- beginning of main 03-07 09:19:23.832 13582 13582 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:19:24.267 13582 13582 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:19:24.269 13582 13582 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:19:24.269 13582 13582 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:19:24.269 13582 13582 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:19:24.269 13582 13582 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:19:24.269 13582 13582 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:19:24.269 13582 13582 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:19:24.269 13582 13582 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:19:24.269 13582 13582 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:19:24.269 13582 13582 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:19:24.269 13582 13582 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:19:24.269 13582 13582 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:19:24.269 13582 13582 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:19:24.269 13582 13582 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:19:24.269 13582 13582 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 09:19:24.269 13582 13582 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 09:19:24.269 13582 13582 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 09:19:24.269 13582 13582 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 09:19:24.269 13582 13582 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 09:19:24.269 13582 13582 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:19:24.269 13582 13582 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:19:24.316 13582 13582 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:19:24.863 13582 13582 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:19:24.863 13582 13582 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:19:25.022 13582 13582 W com.mbwhatsapp: type=1400 audit(0.0:1586022): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:19:25.027 13582 13582 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) 03-07 09:19:25.034 13582 13582 W com.mbwhatsapp: type=1400 audit(0.0:1586023): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:19:25.050 13582 13582 W com.mbwhatsapp: type=1400 audit(0.0:1586024): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:19:25.146 13582 13582 W com.mbwhatsapp: type=1400 audit(0.0:1586025): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:19:25.166 13582 13582 W com.mbwhatsapp: type=1400 audit(0.0:1586026): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:19:25.166 13582 13582 W com.mbwhatsapp: type=1400 audit(0.0:1586028): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:19:25.300 13582 13582 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 900ms 03-07 09:19:25.311 13582 13684 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:19:25.311 13582 13684 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:19:25.311 13582 13684 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 09:19:25.373 13582 13582 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1523ms --------- beginning of system 03-07 09:19:25.373 13582 13582 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 09:20:47.323 14101 14101 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:20:47.470 14101 14101 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:20:47.470 14101 14101 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:20:47.470 14101 14101 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:20:47.470 14101 14101 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:20:47.470 14101 14101 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:20:47.470 14101 14101 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:20:47.470 14101 14101 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:20:47.470 14101 14101 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:20:47.470 14101 14101 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:20:47.470 14101 14101 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:20:47.470 14101 14101 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:20:47.470 14101 14101 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:20:47.470 14101 14101 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:20:47.470 14101 14101 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:20:47.470 14101 14101 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 09:20:47.470 14101 14101 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 09:20:47.470 14101 14101 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 09:20:47.470 14101 14101 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 09:20:47.470 14101 14101 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 09:20:47.470 14101 14101 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:20:47.470 14101 14101 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:20:47.498 14101 14101 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:20:47.832 14101 14101 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:20:47.833 14101 14101 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:20:47.890 14101 14101 W com.mbwhatsapp: type=1400 audit(0.0:1586172): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:20:47.890 14101 14101 W com.mbwhatsapp: type=1400 audit(0.0:1586173): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:20:47.894 14101 14101 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) 03-07 09:20:47.898 14101 14101 W com.mbwhatsapp: type=1400 audit(0.0:1586174): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:20:47.930 14101 14101 W com.mbwhatsapp: type=1400 audit(0.0:1586175): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:20:47.938 14101 14101 W com.mbwhatsapp: type=1400 audit(0.0:1586176): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:20:47.938 14101 14101 W com.mbwhatsapp: type=1400 audit(0.0:1586178): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:20:47.996 14101 14101 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 436ms 03-07 09:20:48.000 14101 14157 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:20:48.000 14101 14157 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:20:48.000 14101 14157 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 09:20:48.006 14101 14101 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 664ms --------- beginning of system 03-07 09:20:48.006 14101 14101 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 09:22:07.377 14865 14865 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:22:07.661 14865 14865 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:22:07.663 14865 14865 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:22:07.663 14865 14865 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:22:07.663 14865 14865 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:22:07.663 14865 14865 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:22:07.663 14865 14865 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:22:07.663 14865 14865 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:22:07.663 14865 14865 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:22:07.663 14865 14865 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:22:07.663 14865 14865 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:22:07.663 14865 14865 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:22:07.664 14865 14865 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:22:07.664 14865 14865 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:22:07.664 14865 14865 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:22:07.664 14865 14865 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 09:22:07.664 14865 14865 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 09:22:07.664 14865 14865 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 09:22:07.664 14865 14865 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 09:22:07.664 14865 14865 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 09:22:07.664 14865 14865 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:22:07.664 14865 14865 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:22:07.681 14865 14865 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:22:08.222 14865 14865 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:22:08.222 14865 14865 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:22:08.290 14865 14865 W com.mbwhatsapp: type=1400 audit(0.0:1586241): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:22:08.296 14865 14865 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) 03-07 09:22:08.310 14865 14865 W com.mbwhatsapp: type=1400 audit(0.0:1586242): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:22:08.326 14865 14865 W com.mbwhatsapp: type=1400 audit(0.0:1586243): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:22:08.438 14865 14865 W com.mbwhatsapp: type=1400 audit(0.0:1586245): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:22:08.454 14865 14865 W com.mbwhatsapp: type=1400 audit(0.0:1586246): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:22:08.454 14865 14865 W com.mbwhatsapp: type=1400 audit(0.0:1586248): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:22:08.537 14865 14865 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 792ms 03-07 09:22:08.553 14865 14970 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:22:08.553 14865 14970 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:22:08.553 14865 14970 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 09:22:08.572 14865 14865 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1181ms --------- beginning of system 03-07 09:22:08.572 14865 14865 W ActivityThread: Main thread can not be idle for a long time. 03-07 09:22:26.423 15186 15186 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:22:26.578 15186 15186 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:22:26.581 15186 15186 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:22:26.581 15186 15186 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:22:26.581 15186 15186 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:22:26.581 15186 15186 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:22:26.581 15186 15186 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:22:26.581 15186 15186 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:22:26.581 15186 15186 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:22:26.581 15186 15186 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:22:26.581 15186 15186 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:22:26.581 15186 15186 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:22:26.581 15186 15186 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:22:26.581 15186 15186 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:22:26.581 15186 15186 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:22:26.581 15186 15186 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 09:22:26.581 15186 15186 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 09:22:26.581 15186 15186 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 09:22:26.581 15186 15186 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 09:22:26.581 15186 15186 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 09:22:26.581 15186 15186 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:22:26.581 15186 15186 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:22:26.617 15186 15186 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:22:27.135 15186 15186 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:22:27.135 15186 15186 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:22:27.262 15186 15186 W com.mbwhatsapp: type=1400 audit(0.0:1586262): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:22:27.268 15186 15186 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) 03-07 09:22:27.270 15186 15186 W com.mbwhatsapp: type=1400 audit(0.0:1586263): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:22:27.278 15186 15186 W com.mbwhatsapp: type=1400 audit(0.0:1586264): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:22:27.326 15186 15186 W com.mbwhatsapp: type=1400 audit(0.0:1586265): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:22:27.346 15186 15186 W com.mbwhatsapp: type=1400 audit(0.0:1586266): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:22:27.346 15186 15186 W com.mbwhatsapp: type=1400 audit(0.0:1586268): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:22:27.450 15186 15186 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 778ms 03-07 09:22:27.467 15186 15186 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1017ms 03-07 09:22:27.467 15186 15186 W ActivityThread: Main thread can not be idle for a long time. 03-07 09:22:27.477 15186 15331 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:22:27.477 15186 15331 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:22:27.477 15186 15331 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 09:23:33.937 16082 16082 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:23:34.242 16082 16082 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:23:34.245 16082 16082 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:23:34.245 16082 16082 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:23:34.245 16082 16082 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:23:34.245 16082 16082 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:23:34.245 16082 16082 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:23:34.245 16082 16082 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:23:34.245 16082 16082 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:23:34.245 16082 16082 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:23:34.245 16082 16082 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:23:34.245 16082 16082 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:23:34.245 16082 16082 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:23:34.245 16082 16082 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:23:34.245 16082 16082 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:23:34.245 16082 16082 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 09:23:34.245 16082 16082 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 09:23:34.245 16082 16082 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 09:23:34.245 16082 16082 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 09:23:34.245 16082 16082 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 09:23:34.245 16082 16082 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:23:34.245 16082 16082 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:23:34.282 16082 16082 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:23:34.655 16082 16082 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:23:34.656 16082 16082 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:23:34.766 16082 16082 W com.mbwhatsapp: type=1400 audit(0.0:1586281): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:23:34.772 16082 16082 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) 03-07 09:23:34.782 16082 16082 W com.mbwhatsapp: type=1400 audit(0.0:1586282): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:23:34.798 16082 16082 W com.mbwhatsapp: type=1400 audit(0.0:1586283): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:23:34.858 16082 16082 W com.mbwhatsapp: type=1400 audit(0.0:1586284): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:23:34.878 16082 16082 W com.mbwhatsapp: type=1400 audit(0.0:1586285): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:23:34.978 16082 16082 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 643ms 03-07 09:23:34.988 16082 16082 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1033ms --------- beginning of system 03-07 09:23:34.988 16082 16082 W ActivityThread: Main thread can not be idle for a long time. 03-07 09:23:34.994 16082 16131 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:23:34.994 16082 16131 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:23:34.994 16082 16131 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 09:24:22.626 17018 17018 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:24:22.810 17018 17018 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:24:22.812 17018 17018 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:24:22.812 17018 17018 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:24:22.812 17018 17018 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:24:22.812 17018 17018 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:24:22.812 17018 17018 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:24:22.812 17018 17018 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:24:22.812 17018 17018 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:24:22.812 17018 17018 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:24:22.812 17018 17018 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:24:22.812 17018 17018 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:24:22.812 17018 17018 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:24:22.812 17018 17018 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:24:22.812 17018 17018 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:24:22.812 17018 17018 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 09:24:22.812 17018 17018 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 09:24:22.812 17018 17018 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 09:24:22.812 17018 17018 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 09:24:22.812 17018 17018 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 09:24:22.812 17018 17018 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:24:22.812 17018 17018 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:24:22.834 17018 17018 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:24:23.346 17018 17018 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:24:23.346 17018 17018 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:24:23.410 17018 17018 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) 03-07 09:24:23.510 17018 17018 W com.mbwhatsapp: type=1400 audit(0.0:1586298): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:24:23.526 17018 17018 W com.mbwhatsapp: type=1400 audit(0.0:1586299): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:24:23.526 17018 17018 W com.mbwhatsapp: type=1400 audit(0.0:1586300): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:24:23.526 17018 17018 W com.mbwhatsapp: type=1400 audit(0.0:1586301): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:24:23.623 17018 17018 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 737ms 03-07 09:24:23.631 17018 17018 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 989ms --------- beginning of system 03-07 09:24:23.631 17018 17018 W ActivityThread: Main thread can not be idle for a long time. 03-07 09:24:23.636 17018 17071 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:24:23.636 17018 17071 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:24:23.636 17018 17071 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 09:25:25.299 17934 17934 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:25:25.540 17934 17934 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:25:25.544 17934 17934 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:25:25.545 17934 17934 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:25:25.545 17934 17934 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:25:25.545 17934 17934 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:25:25.545 17934 17934 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:25:25.545 17934 17934 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:25:25.545 17934 17934 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:25:25.545 17934 17934 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:25:25.545 17934 17934 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:25:25.545 17934 17934 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:25:25.545 17934 17934 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:25:25.545 17934 17934 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:25:25.545 17934 17934 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:25:25.545 17934 17934 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 09:25:25.545 17934 17934 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 09:25:25.545 17934 17934 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 09:25:25.545 17934 17934 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 09:25:25.545 17934 17934 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 09:25:25.545 17934 17934 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:25:25.545 17934 17934 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:25:25.577 17934 17934 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:25:26.073 17934 17934 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:25:26.073 17934 17934 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:25:26.218 17934 17934 W com.mbwhatsapp: type=1400 audit(0.0:1586421): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:25:26.221 17934 17934 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) 03-07 09:25:26.234 17934 17934 W com.mbwhatsapp: type=1400 audit(0.0:1586422): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:25:26.246 17934 17934 W com.mbwhatsapp: type=1400 audit(0.0:1586423): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:25:26.330 17934 17934 W com.mbwhatsapp: type=1400 audit(0.0:1586424): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:25:26.342 17934 17934 W com.mbwhatsapp: type=1400 audit(0.0:1586425): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:25:26.342 17934 17934 W com.mbwhatsapp: type=1400 audit(0.0:1586426): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:25:26.458 17934 17934 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 814ms 03-07 09:25:26.464 17934 17991 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:25:26.464 17934 17991 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:25:26.464 17934 17991 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 09:25:26.497 17934 17934 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1172ms --------- beginning of system 03-07 09:25:26.497 17934 17934 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 09:26:24.029 18378 18378 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:26:24.183 18378 18378 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:26:24.189 18378 18378 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:26:24.189 18378 18378 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:26:24.189 18378 18378 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:26:24.189 18378 18378 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:26:24.189 18378 18378 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:26:24.189 18378 18378 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:26:24.189 18378 18378 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:26:24.189 18378 18378 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:26:24.189 18378 18378 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:26:24.189 18378 18378 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:26:24.189 18378 18378 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:26:24.189 18378 18378 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:26:24.189 18378 18378 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:26:24.189 18378 18378 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 09:26:24.189 18378 18378 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 09:26:24.189 18378 18378 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 09:26:24.189 18378 18378 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 09:26:24.190 18378 18378 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 09:26:24.190 18378 18378 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:26:24.190 18378 18378 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:26:24.211 18378 18378 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:26:24.602 18378 18378 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:26:24.603 18378 18378 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:26:24.666 18378 18378 W com.mbwhatsapp: type=1400 audit(0.0:1586551): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:26:24.670 18378 18378 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) 03-07 09:26:24.678 18378 18378 W com.mbwhatsapp: type=1400 audit(0.0:1586552): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:26:24.690 18378 18378 W com.mbwhatsapp: type=1400 audit(0.0:1586553): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:26:24.754 18378 18378 W com.mbwhatsapp: type=1400 audit(0.0:1586554): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:26:24.770 18378 18378 W com.mbwhatsapp: type=1400 audit(0.0:1586555): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:26:24.835 18378 18378 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 566ms 03-07 09:26:24.859 18378 18378 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 811ms --------- beginning of system 03-07 09:26:24.859 18378 18378 W ActivityThread: Main thread can not be idle for a long time. 03-07 09:26:24.861 18378 18431 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:26:24.861 18378 18431 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:26:24.861 18378 18431 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 09:27:53.766 19532 19532 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:27:54.144 19532 19532 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:27:54.146 19532 19532 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:27:54.146 19532 19532 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:27:54.146 19532 19532 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:27:54.146 19532 19532 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:27:54.146 19532 19532 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:27:54.146 19532 19532 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:27:54.146 19532 19532 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:27:54.146 19532 19532 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:27:54.146 19532 19532 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:27:54.147 19532 19532 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:27:54.147 19532 19532 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:27:54.147 19532 19532 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:27:54.147 19532 19532 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:27:54.147 19532 19532 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 09:27:54.147 19532 19532 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 09:27:54.147 19532 19532 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 09:27:54.147 19532 19532 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 09:27:54.147 19532 19532 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 09:27:54.147 19532 19532 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:27:54.147 19532 19532 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:27:54.205 19532 19532 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:27:54.891 19532 19532 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:27:54.891 19532 19532 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:27:55.030 19532 19532 W com.mbwhatsapp: type=1400 audit(0.0:1586568): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:27:55.034 19532 19532 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) 03-07 09:27:55.054 19532 19532 W com.mbwhatsapp: type=1400 audit(0.0:1586569): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:27:55.070 19532 19532 W com.mbwhatsapp: type=1400 audit(0.0:1586570): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:27:55.162 19532 19532 W com.mbwhatsapp: type=1400 audit(0.0:1586571): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:27:55.178 19532 19532 W com.mbwhatsapp: type=1400 audit(0.0:1586572): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:27:55.178 19532 19532 W com.mbwhatsapp: type=1400 audit(0.0:1586573): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:27:55.178 19532 19532 W com.mbwhatsapp: type=1400 audit(0.0:1586574): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:27:55.280 19532 19532 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 966ms 03-07 09:27:55.284 19532 19580 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:27:55.284 19532 19580 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:27:55.284 19532 19580 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 09:27:55.332 19532 19532 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1541ms --------- beginning of system 03-07 09:27:55.332 19532 19532 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 09:31:09.632 20388 20388 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:31:09.965 20388 20388 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:31:09.966 20388 20388 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:31:09.966 20388 20388 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:31:09.966 20388 20388 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:31:09.967 20388 20388 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:31:09.967 20388 20388 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:31:09.967 20388 20388 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:31:09.967 20388 20388 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:31:09.967 20388 20388 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:31:09.967 20388 20388 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:31:09.967 20388 20388 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:31:09.967 20388 20388 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:31:09.967 20388 20388 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:31:09.967 20388 20388 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:31:09.967 20388 20388 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 09:31:09.967 20388 20388 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 09:31:09.967 20388 20388 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 09:31:09.967 20388 20388 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 09:31:09.967 20388 20388 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 09:31:09.967 20388 20388 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:31:09.967 20388 20388 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:31:10.013 20388 20388 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:31:10.579 20388 20388 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:31:10.580 20388 20388 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:31:10.679 20388 20388 W com.mbwhatsapp: type=1400 audit(0.0:1588827): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:31:10.682 20388 20388 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) 03-07 09:31:10.691 20388 20388 W com.mbwhatsapp: type=1400 audit(0.0:1588828): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:31:10.699 20388 20388 W com.mbwhatsapp: type=1400 audit(0.0:1588829): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:31:10.783 20388 20388 W com.mbwhatsapp: type=1400 audit(0.0:1588830): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:31:10.795 20388 20388 W com.mbwhatsapp: type=1400 audit(0.0:1588831): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:31:10.898 20388 20388 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 810ms 03-07 09:31:10.906 20388 20493 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:31:10.906 20388 20493 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:31:10.906 20388 20493 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 09:31:10.958 20388 20388 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1306ms --------- beginning of system 03-07 09:31:10.958 20388 20388 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 09:32:28.072 21197 21197 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:32:28.521 21197 21197 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:32:28.523 21197 21197 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:32:28.524 21197 21197 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:32:28.524 21197 21197 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:32:28.524 21197 21197 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:32:28.524 21197 21197 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:32:28.524 21197 21197 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:32:28.524 21197 21197 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:32:28.524 21197 21197 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:32:28.524 21197 21197 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:32:28.524 21197 21197 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:32:28.524 21197 21197 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:32:28.524 21197 21197 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:32:28.524 21197 21197 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:32:28.524 21197 21197 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 09:32:28.524 21197 21197 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 09:32:28.524 21197 21197 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 09:32:28.524 21197 21197 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 09:32:28.524 21197 21197 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 09:32:28.524 21197 21197 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:32:28.524 21197 21197 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:32:28.579 21197 21197 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:32:29.400 21197 21197 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:32:29.401 21197 21197 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:32:29.524 21197 21197 W com.mbwhatsapp: Verification of void X.3gG.run() took 102.547ms (23286.74 bytecodes/s) (73648B approximate peak alloc) 03-07 09:32:29.575 21197 21197 W com.mbwhatsapp: type=1400 audit(0.0:1589555): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:32:29.579 21197 21197 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) 03-07 09:32:29.599 21197 21197 W com.mbwhatsapp: type=1400 audit(0.0:1589556): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:32:29.619 21197 21197 W com.mbwhatsapp: type=1400 audit(0.0:1589557): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:32:29.731 21197 21197 W com.mbwhatsapp: type=1400 audit(0.0:1589558): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:32:29.751 21197 21197 W com.mbwhatsapp: type=1400 audit(0.0:1589559): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:32:29.884 21197 21197 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1213ms 03-07 09:32:29.905 21197 21197 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1816ms --------- beginning of system 03-07 09:32:29.906 21197 21197 W ActivityThread: Main thread can not be idle for a long time. 03-07 09:32:29.915 21197 21298 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:32:29.915 21197 21298 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:32:29.915 21197 21298 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of system 03-07 09:37:47.802 24018 24018 W ActivityThread: Main thread can not be idle for a long time. 03-07 09:38:46.999 25566 25566 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 09:39:25.340 25972 25972 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:39:25.665 25972 25972 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:39:25.670 25972 25972 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:39:25.670 25972 25972 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:39:25.670 25972 25972 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:39:25.670 25972 25972 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:39:25.671 25972 25972 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:39:25.671 25972 25972 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:39:25.671 25972 25972 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:39:25.671 25972 25972 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:39:25.671 25972 25972 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:39:25.671 25972 25972 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:39:25.671 25972 25972 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:39:25.671 25972 25972 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:39:25.671 25972 25972 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:39:25.671 25972 25972 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 09:39:25.671 25972 25972 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 09:39:25.671 25972 25972 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 09:39:25.671 25972 25972 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 09:39:25.671 25972 25972 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 09:39:25.671 25972 25972 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:39:25.671 25972 25972 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:39:25.714 25972 25972 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 210ms 03-07 09:39:25.723 25972 25972 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:39:26.352 25972 25972 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:39:26.353 25972 25972 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:39:26.487 25972 25972 W com.mbwhatsapp: type=1400 audit(0.0:1590558): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:39:26.494 25972 25972 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) 03-07 09:39:26.515 25972 25972 W com.mbwhatsapp: type=1400 audit(0.0:1590559): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:39:26.527 25972 25972 W com.mbwhatsapp: type=1400 audit(0.0:1590560): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:39:26.663 25972 25972 W com.mbwhatsapp: type=1400 audit(0.0:1590561): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:39:26.679 25972 25972 W com.mbwhatsapp: type=1400 audit(0.0:1590562): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:39:26.780 25972 25972 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 971ms 03-07 09:39:26.794 25972 26072 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:39:26.794 25972 26072 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:39:26.794 25972 26072 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 09:39:26.801 25972 25972 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1440ms 03-07 09:39:26.801 25972 25972 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 09:40:49.949 27590 27590 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:40:50.340 27590 27590 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:40:50.345 27590 27590 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:40:50.345 27590 27590 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:40:50.345 27590 27590 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:40:50.345 27590 27590 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:40:50.345 27590 27590 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:40:50.345 27590 27590 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:40:50.345 27590 27590 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:40:50.345 27590 27590 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:40:50.345 27590 27590 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:40:50.345 27590 27590 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:40:50.345 27590 27590 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:40:50.345 27590 27590 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:40:50.345 27590 27590 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:40:50.345 27590 27590 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 09:40:50.345 27590 27590 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 09:40:50.345 27590 27590 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 09:40:50.345 27590 27590 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 09:40:50.345 27590 27590 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 09:40:50.345 27590 27590 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:40:50.345 27590 27590 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:40:50.396 27590 27590 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:40:51.035 27590 27590 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:40:51.035 27590 27590 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:40:51.167 27590 27590 W com.mbwhatsapp: type=1400 audit(0.0:1590668): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:40:51.171 27590 27590 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) 03-07 09:40:51.183 27590 27590 W com.mbwhatsapp: type=1400 audit(0.0:1590669): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:40:51.195 27590 27590 W com.mbwhatsapp: type=1400 audit(0.0:1590670): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:40:51.307 27590 27590 W com.mbwhatsapp: type=1400 audit(0.0:1590672): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:40:51.463 27590 27590 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 975ms 03-07 09:40:51.476 27590 27701 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:40:51.476 27590 27701 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:40:51.476 27590 27701 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 09:40:51.536 27590 27590 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1569ms --------- beginning of system 03-07 09:40:51.536 27590 27590 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 09:41:49.961 28720 28720 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:41:50.452 28720 28720 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:41:50.463 28720 28720 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:41:50.463 28720 28720 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:41:50.463 28720 28720 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:41:50.463 28720 28720 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:41:50.463 28720 28720 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:41:50.463 28720 28720 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:41:50.463 28720 28720 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:41:50.463 28720 28720 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:41:50.463 28720 28720 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:41:50.463 28720 28720 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:41:50.463 28720 28720 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:41:50.463 28720 28720 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:41:50.463 28720 28720 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:41:50.463 28720 28720 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 09:41:50.463 28720 28720 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 09:41:50.463 28720 28720 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 09:41:50.463 28720 28720 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 09:41:50.463 28720 28720 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 09:41:50.463 28720 28720 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:41:50.463 28720 28720 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:41:50.513 28720 28720 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 220ms 03-07 09:41:50.523 28720 28720 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:41:51.359 28720 28720 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:41:51.359 28720 28720 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:41:51.515 28720 28720 W com.mbwhatsapp: type=1400 audit(0.0:1590772): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:41:51.521 28720 28720 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) 03-07 09:41:51.535 28720 28720 W com.mbwhatsapp: type=1400 audit(0.0:1590773): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:41:51.555 28720 28720 W com.mbwhatsapp: type=1400 audit(0.0:1590774): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:41:51.719 28720 28720 W com.mbwhatsapp: type=1400 audit(0.0:1590775): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:41:51.735 28720 28720 W com.mbwhatsapp: type=1400 audit(0.0:1590776): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:41:51.735 28720 28720 W com.mbwhatsapp: type=1400 audit(0.0:1590778): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:41:51.843 28720 28720 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1228ms 03-07 09:41:51.861 28720 28821 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:41:51.861 28720 28821 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:41:51.861 28720 28821 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 09:41:51.947 28720 28720 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1960ms --------- beginning of system 03-07 09:41:51.947 28720 28720 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 09:42:49.996 29819 29819 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:42:50.369 29819 29819 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:42:50.374 29819 29819 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:42:50.374 29819 29819 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:42:50.374 29819 29819 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:42:50.374 29819 29819 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:42:50.374 29819 29819 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:42:50.374 29819 29819 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:42:50.374 29819 29819 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:42:50.374 29819 29819 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:42:50.374 29819 29819 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:42:50.374 29819 29819 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:42:50.374 29819 29819 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:42:50.374 29819 29819 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:42:50.374 29819 29819 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:42:50.374 29819 29819 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 09:42:50.374 29819 29819 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 09:42:50.374 29819 29819 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 09:42:50.374 29819 29819 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 09:42:50.374 29819 29819 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 09:42:50.374 29819 29819 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:42:50.374 29819 29819 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:42:50.430 29819 29819 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:42:51.007 29819 29819 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:42:51.008 29819 29819 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:42:51.143 29819 29819 W com.mbwhatsapp: type=1400 audit(0.0:1591041): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:42:51.147 29819 29819 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) 03-07 09:42:51.175 29819 29819 W com.mbwhatsapp: type=1400 audit(0.0:1591042): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:42:51.187 29819 29819 W com.mbwhatsapp: type=1400 audit(0.0:1591043): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:42:51.299 29819 29819 W com.mbwhatsapp: type=1400 audit(0.0:1591044): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:42:51.311 29819 29819 W com.mbwhatsapp: type=1400 audit(0.0:1591045): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:42:51.311 29819 29819 W com.mbwhatsapp: type=1400 audit(0.0:1591047): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:42:51.482 29819 29819 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 927ms 03-07 09:42:51.498 29819 29940 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:42:51.498 29819 29940 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:42:51.498 29819 29940 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 09:42:51.503 29819 29819 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1487ms --------- beginning of system 03-07 09:42:51.503 29819 29819 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of system 03-07 09:43:51.128 30856 30856 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 09:44:28.970 31299 31299 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:44:29.112 31299 31299 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:44:29.114 31299 31299 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:44:29.114 31299 31299 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:44:29.114 31299 31299 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:44:29.114 31299 31299 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:44:29.114 31299 31299 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:44:29.114 31299 31299 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:44:29.114 31299 31299 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:44:29.114 31299 31299 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:44:29.114 31299 31299 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:44:29.114 31299 31299 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:44:29.114 31299 31299 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:44:29.114 31299 31299 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:44:29.115 31299 31299 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:44:29.115 31299 31299 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 09:44:29.115 31299 31299 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 09:44:29.115 31299 31299 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 09:44:29.115 31299 31299 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 09:44:29.115 31299 31299 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 09:44:29.115 31299 31299 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:44:29.115 31299 31299 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:44:29.135 31299 31299 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:44:29.458 31299 31299 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:44:29.459 31299 31299 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:44:29.487 31299 31299 W com.mbwhatsapp: type=1400 audit(0.0:1591403): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:44:29.491 31299 31299 W com.mbwhatsapp: type=1400 audit(0.0:1591404): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:44:29.492 31299 31299 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) 03-07 09:44:29.499 31299 31299 W com.mbwhatsapp: type=1400 audit(0.0:1591405): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:44:29.519 31299 31299 W com.mbwhatsapp: type=1400 audit(0.0:1591406): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:44:29.523 31299 31299 W com.mbwhatsapp: type=1400 audit(0.0:1591407): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:44:29.582 31299 31299 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 411ms 03-07 09:44:29.586 31299 31351 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:44:29.586 31299 31351 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:44:29.586 31299 31351 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 09:44:29.590 31299 31299 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 602ms 03-07 09:44:29.590 31299 31299 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 09:45:26.215 32340 32340 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:45:26.637 32340 32340 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:45:26.640 32340 32340 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:45:26.640 32340 32340 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:45:26.640 32340 32340 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:45:26.640 32340 32340 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:45:26.640 32340 32340 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:45:26.640 32340 32340 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:45:26.640 32340 32340 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:45:26.640 32340 32340 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:45:26.640 32340 32340 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:45:26.640 32340 32340 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:45:26.640 32340 32340 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:45:26.640 32340 32340 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:45:26.640 32340 32340 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:45:26.640 32340 32340 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 09:45:26.640 32340 32340 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 09:45:26.640 32340 32340 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 09:45:26.640 32340 32340 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 09:45:26.640 32340 32340 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 09:45:26.640 32340 32340 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:45:26.640 32340 32340 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:45:26.705 32340 32340 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:45:27.317 32340 32340 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:45:27.317 32340 32340 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:45:27.451 32340 32340 W com.mbwhatsapp: type=1400 audit(0.0:1591563): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:45:27.456 32340 32340 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) 03-07 09:45:27.463 32340 32340 W com.mbwhatsapp: type=1400 audit(0.0:1591564): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:45:27.475 32340 32340 W com.mbwhatsapp: type=1400 audit(0.0:1591565): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:45:27.744 32340 32340 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 960ms 03-07 09:45:27.754 32340 32412 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:45:27.754 32340 32412 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:45:27.754 32340 32412 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 09:45:27.786 32340 32340 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1550ms --------- beginning of system 03-07 09:45:27.786 32340 32340 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 09:46:22.430 1040 1040 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:46:23.046 1040 1040 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:46:23.052 1040 1040 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:46:23.052 1040 1040 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:46:23.052 1040 1040 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:46:23.052 1040 1040 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:46:23.052 1040 1040 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:46:23.052 1040 1040 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:46:23.052 1040 1040 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:46:23.052 1040 1040 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:46:23.053 1040 1040 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:46:23.053 1040 1040 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:46:23.053 1040 1040 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:46:23.053 1040 1040 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:46:23.053 1040 1040 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:46:23.053 1040 1040 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 09:46:23.053 1040 1040 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 09:46:23.053 1040 1040 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 09:46:23.053 1040 1040 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 09:46:23.053 1040 1040 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 09:46:23.053 1040 1040 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:46:23.053 1040 1040 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:46:23.121 1040 1040 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 240ms 03-07 09:46:23.128 1040 1040 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:46:24.106 1040 1040 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:46:24.107 1040 1040 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:46:24.271 1040 1040 W com.mbwhatsapp: type=1400 audit(0.0:1591718): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:46:24.277 1040 1040 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) 03-07 09:46:24.291 1040 1040 W com.mbwhatsapp: type=1400 audit(0.0:1591719): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:46:24.311 1040 1040 W com.mbwhatsapp: type=1400 audit(0.0:1591720): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:46:24.439 1040 1040 W com.mbwhatsapp: type=1400 audit(0.0:1591721): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:46:24.479 1040 1040 W com.mbwhatsapp: type=1400 audit(0.0:1591722): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:46:24.695 1040 1040 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1431ms 03-07 09:46:24.726 1040 1138 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:46:24.726 1040 1138 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:46:24.726 1040 1138 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 09:46:24.733 1040 1040 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 2276ms --------- beginning of system 03-07 09:46:24.733 1040 1040 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 09:53:28.513 5250 5250 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:53:28.813 5250 5250 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:53:28.816 5250 5250 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:53:28.816 5250 5250 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:53:28.816 5250 5250 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:53:28.816 5250 5250 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:53:28.816 5250 5250 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:53:28.816 5250 5250 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:53:28.816 5250 5250 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:53:28.816 5250 5250 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:53:28.816 5250 5250 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:53:28.816 5250 5250 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:53:28.816 5250 5250 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:53:28.816 5250 5250 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:53:28.816 5250 5250 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:53:28.817 5250 5250 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 09:53:28.817 5250 5250 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 09:53:28.817 5250 5250 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 09:53:28.817 5250 5250 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 09:53:28.817 5250 5250 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 09:53:28.817 5250 5250 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:53:28.817 5250 5250 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:53:28.857 5250 5250 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:53:29.360 5250 5250 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:53:29.360 5250 5250 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:53:29.487 5250 5250 W com.mbwhatsapp: type=1400 audit(0.0:1592644): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:53:29.492 5250 5250 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) 03-07 09:53:29.499 5250 5250 W com.mbwhatsapp: type=1400 audit(0.0:1592645): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:53:29.519 5250 5250 W com.mbwhatsapp: type=1400 audit(0.0:1592646): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:53:29.603 5250 5250 W com.mbwhatsapp: type=1400 audit(0.0:1592647): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:53:29.623 5250 5250 W com.mbwhatsapp: type=1400 audit(0.0:1592648): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:53:29.623 5250 5250 W com.mbwhatsapp: type=1400 audit(0.0:1592650): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:53:29.747 5250 5250 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 826ms 03-07 09:53:29.756 5250 5304 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:53:29.756 5250 5304 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:53:29.756 5250 5304 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 09:53:29.764 5250 5250 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1235ms --------- beginning of system 03-07 09:53:29.764 5250 5250 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 09:54:26.368 6027 6027 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) 03-07 09:54:26.371 6027 6027 W com.mbwhatsapp: type=1400 audit(0.0:1592839): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:54:26.431 6027 6027 W com.mbwhatsapp: type=1400 audit(0.0:1592841): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:54:26.439 6027 6027 W com.mbwhatsapp: type=1400 audit(0.0:1592842): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:54:26.439 6027 6027 W com.mbwhatsapp: type=1400 audit(0.0:1592843): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:54:26.439 6027 6027 W com.mbwhatsapp: type=1400 audit(0.0:1592844): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:54:26.510 6027 6027 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 486ms 03-07 09:54:26.514 6027 6075 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:54:26.514 6027 6075 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:54:26.514 6027 6075 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 09:54:26.516 6027 6027 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 722ms --------- beginning of system 03-07 09:54:26.516 6027 6027 W ActivityThread: Main thread can not be idle for a long time. 03-07 09:55:22.436 6418 6418 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:55:22.777 6418 6418 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:55:22.778 6418 6418 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:55:22.779 6418 6418 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:55:22.779 6418 6418 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:55:22.779 6418 6418 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:55:22.779 6418 6418 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:55:22.779 6418 6418 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:55:22.779 6418 6418 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:55:22.779 6418 6418 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:55:22.779 6418 6418 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:55:22.779 6418 6418 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:55:22.779 6418 6418 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:55:22.779 6418 6418 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:55:22.779 6418 6418 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:55:22.779 6418 6418 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 09:55:22.779 6418 6418 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 09:55:22.779 6418 6418 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 09:55:22.779 6418 6418 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 09:55:22.779 6418 6418 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 09:55:22.779 6418 6418 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:55:22.779 6418 6418 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:55:22.838 6418 6418 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:55:23.280 6418 6418 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:55:23.281 6418 6418 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:55:23.351 6418 6418 W com.mbwhatsapp: type=1400 audit(0.0:1592917): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:55:23.357 6418 6418 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) 03-07 09:55:23.371 6418 6418 W com.mbwhatsapp: type=1400 audit(0.0:1592918): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:55:23.383 6418 6418 W com.mbwhatsapp: type=1400 audit(0.0:1592919): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:55:23.463 6418 6418 W com.mbwhatsapp: type=1400 audit(0.0:1592920): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:55:23.479 6418 6418 W com.mbwhatsapp: type=1400 audit(0.0:1592921): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:55:23.479 6418 6418 W com.mbwhatsapp: type=1400 audit(0.0:1592923): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:55:23.580 6418 6418 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 665ms 03-07 09:55:23.586 6418 6418 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1134ms 03-07 09:55:23.586 6418 6418 W ActivityThread: Main thread can not be idle for a long time. 03-07 09:55:23.599 6418 6526 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:55:23.599 6418 6526 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:55:23.599 6418 6526 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 09:56:45.979 7262 7262 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:56:46.237 7262 7262 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:56:46.247 7262 7262 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:56:46.247 7262 7262 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:56:46.247 7262 7262 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:56:46.247 7262 7262 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:56:46.247 7262 7262 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:56:46.247 7262 7262 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:56:46.247 7262 7262 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:56:46.247 7262 7262 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:56:46.247 7262 7262 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:56:46.247 7262 7262 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:56:46.247 7262 7262 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:56:46.247 7262 7262 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:56:46.247 7262 7262 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:56:46.247 7262 7262 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 09:56:46.247 7262 7262 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 09:56:46.247 7262 7262 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 09:56:46.247 7262 7262 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 09:56:46.247 7262 7262 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 09:56:46.247 7262 7262 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:56:46.248 7262 7262 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:56:46.285 7262 7262 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:56:46.753 7262 7262 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:56:46.753 7262 7262 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:56:46.823 7262 7262 W com.mbwhatsapp: type=1400 audit(0.0:1593138): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:56:46.829 7262 7262 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) 03-07 09:56:46.847 7262 7262 W com.mbwhatsapp: type=1400 audit(0.0:1593139): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:56:47.071 7262 7262 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 705ms 03-07 09:56:47.078 7262 7262 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1083ms --------- beginning of system 03-07 09:56:47.078 7262 7262 W ActivityThread: Main thread can not be idle for a long time. 03-07 09:56:47.079 7262 7315 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:56:47.079 7262 7315 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:56:47.079 7262 7315 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 09:58:06.014 8011 8011 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:58:06.374 8011 8011 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:58:06.383 8011 8011 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:58:06.383 8011 8011 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:58:06.383 8011 8011 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:58:06.383 8011 8011 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:58:06.383 8011 8011 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:58:06.383 8011 8011 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:58:06.383 8011 8011 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:58:06.383 8011 8011 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:58:06.383 8011 8011 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:58:06.383 8011 8011 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:58:06.383 8011 8011 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:58:06.383 8011 8011 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:58:06.383 8011 8011 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:58:06.383 8011 8011 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 09:58:06.383 8011 8011 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 09:58:06.383 8011 8011 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 09:58:06.383 8011 8011 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 09:58:06.383 8011 8011 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 09:58:06.383 8011 8011 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:58:06.383 8011 8011 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:58:06.438 8011 8011 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:58:06.957 8011 8011 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:58:06.957 8011 8011 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:58:07.055 8011 8011 W com.mbwhatsapp: type=1400 audit(0.0:1593281): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:58:07.060 8011 8011 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) 03-07 09:58:07.079 8011 8011 W com.mbwhatsapp: type=1400 audit(0.0:1593282): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:58:07.087 8011 8011 W com.mbwhatsapp: type=1400 audit(0.0:1593283): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:58:07.235 8011 8011 W com.mbwhatsapp: type=1400 audit(0.0:1593284): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:58:07.259 8011 8011 W com.mbwhatsapp: type=1400 audit(0.0:1593285): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:58:07.379 8011 8011 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 850ms 03-07 09:58:07.386 8011 8011 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1353ms --------- beginning of system 03-07 09:58:07.386 8011 8011 W ActivityThread: Main thread can not be idle for a long time. 03-07 09:58:07.387 8011 8120 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:58:07.387 8011 8120 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:58:07.387 8011 8120 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 09:59:25.279 9179 9179 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 09:59:25.646 9179 9179 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 09:59:25.648 9179 9179 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 09:59:25.648 9179 9179 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 09:59:25.648 9179 9179 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 09:59:25.648 9179 9179 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 09:59:25.648 9179 9179 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 09:59:25.648 9179 9179 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 09:59:25.648 9179 9179 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 09:59:25.648 9179 9179 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 09:59:25.648 9179 9179 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 09:59:25.648 9179 9179 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 09:59:25.648 9179 9179 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 09:59:25.648 9179 9179 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 09:59:25.648 9179 9179 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 09:59:25.648 9179 9179 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 09:59:25.648 9179 9179 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 09:59:25.648 9179 9179 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 09:59:25.648 9179 9179 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 09:59:25.648 9179 9179 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 09:59:25.648 9179 9179 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 09:59:25.648 9179 9179 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 09:59:25.708 9179 9179 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 09:59:26.354 9179 9179 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 09:59:26.355 9179 9179 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 09:59:26.483 9179 9179 W com.mbwhatsapp: type=1400 audit(0.0:1593394): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:59:26.488 9179 9179 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) 03-07 09:59:26.507 9179 9179 W com.mbwhatsapp: type=1400 audit(0.0:1593395): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:59:26.527 9179 9179 W com.mbwhatsapp: type=1400 audit(0.0:1593396): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:59:26.627 9179 9179 W com.mbwhatsapp: type=1400 audit(0.0:1593399): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:59:26.647 9179 9179 W com.mbwhatsapp: type=1400 audit(0.0:1593400): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:59:26.647 9179 9179 W com.mbwhatsapp: type=1400 audit(0.0:1593401): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 09:59:26.747 9179 9179 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 956ms 03-07 09:59:26.768 9179 9179 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1471ms --------- beginning of system 03-07 09:59:26.768 9179 9179 W ActivityThread: Main thread can not be idle for a long time. 03-07 09:59:26.769 9179 9234 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 09:59:26.769 9179 9234 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 09:59:26.769 9179 9234 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 10:00:40.672 9810 9810 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 10:00:41.040 9810 9810 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 10:00:41.043 9810 9810 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 10:00:41.044 9810 9810 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 10:00:41.044 9810 9810 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 10:00:41.044 9810 9810 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 10:00:41.044 9810 9810 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 10:00:41.044 9810 9810 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 10:00:41.044 9810 9810 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 10:00:41.044 9810 9810 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 10:00:41.044 9810 9810 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 10:00:41.044 9810 9810 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 10:00:41.044 9810 9810 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 10:00:41.044 9810 9810 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 10:00:41.044 9810 9810 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 10:00:41.044 9810 9810 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 10:00:41.044 9810 9810 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 10:00:41.044 9810 9810 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 10:00:41.044 9810 9810 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 10:00:41.044 9810 9810 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 10:00:41.044 9810 9810 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 10:00:41.044 9810 9810 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 10:00:41.097 9810 9810 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 10:00:41.638 9810 9810 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 10:00:41.638 9810 9810 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 10:00:41.759 9810 9810 W com.mbwhatsapp: type=1400 audit(0.0:1593558): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:00:41.764 9810 9810 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) 03-07 10:00:41.771 9810 9810 W com.mbwhatsapp: type=1400 audit(0.0:1593559): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:00:41.787 9810 9810 W com.mbwhatsapp: type=1400 audit(0.0:1593560): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:00:41.859 9810 9810 W com.mbwhatsapp: type=1400 audit(0.0:1593561): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:00:41.887 9810 9810 W com.mbwhatsapp: type=1400 audit(0.0:1593562): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:00:41.998 9810 9810 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 825ms 03-07 10:00:42.015 9810 9862 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 10:00:42.015 9810 9862 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 10:00:42.015 9810 9862 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 10:00:42.063 9810 9810 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1372ms --------- beginning of system 03-07 10:00:42.063 9810 9810 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 10:01:40.093 10340 10340 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 10:01:40.400 10340 10340 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 10:01:40.404 10340 10340 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 10:01:40.404 10340 10340 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 10:01:40.404 10340 10340 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 10:01:40.404 10340 10340 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 10:01:40.404 10340 10340 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 10:01:40.404 10340 10340 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 10:01:40.404 10340 10340 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 10:01:40.404 10340 10340 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 10:01:40.405 10340 10340 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 10:01:40.405 10340 10340 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 10:01:40.405 10340 10340 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 10:01:40.405 10340 10340 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 10:01:40.405 10340 10340 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 10:01:40.405 10340 10340 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 10:01:40.405 10340 10340 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 10:01:40.405 10340 10340 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 10:01:40.405 10340 10340 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 10:01:40.405 10340 10340 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 10:01:40.405 10340 10340 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 10:01:40.405 10340 10340 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 10:01:40.425 10340 10340 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 10:01:40.909 10340 10340 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 10:01:40.909 10340 10340 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 10:01:41.027 10340 10340 W com.mbwhatsapp: type=1400 audit(0.0:1593616): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:01:41.032 10340 10340 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) 03-07 10:01:41.071 10340 10340 W com.mbwhatsapp: type=1400 audit(0.0:1593617): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:01:41.083 10340 10340 W com.mbwhatsapp: type=1400 audit(0.0:1593618): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:01:41.155 10340 10340 W com.mbwhatsapp: type=1400 audit(0.0:1593619): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:01:41.163 10340 10340 W com.mbwhatsapp: type=1400 audit(0.0:1593620): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:01:41.163 10340 10340 W com.mbwhatsapp: type=1400 audit(0.0:1593622): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:01:41.250 10340 10340 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 758ms 03-07 10:01:41.261 10340 10340 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1153ms --------- beginning of system 03-07 10:01:41.261 10340 10340 W ActivityThread: Main thread can not be idle for a long time. 03-07 10:01:41.262 10340 10463 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 10:01:41.262 10340 10463 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 10:01:41.262 10340 10463 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 10:02:22.392 10781 10781 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 10:02:22.486 10781 10781 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 10:02:22.486 10781 10781 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 10:02:22.486 10781 10781 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 10:02:22.486 10781 10781 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 10:02:22.486 10781 10781 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 10:02:22.486 10781 10781 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 10:02:22.486 10781 10781 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 10:02:22.486 10781 10781 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 10:02:22.486 10781 10781 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 10:02:22.487 10781 10781 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 10:02:22.487 10781 10781 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 10:02:22.487 10781 10781 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 10:02:22.487 10781 10781 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 10:02:22.487 10781 10781 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 10:02:22.487 10781 10781 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 10:02:22.487 10781 10781 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 10:02:22.487 10781 10781 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 10:02:22.487 10781 10781 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 10:02:22.487 10781 10781 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 10:02:22.487 10781 10781 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 10:02:22.487 10781 10781 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 10:02:22.496 10781 10781 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 10:02:22.822 10781 10781 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 10:02:22.822 10781 10781 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 10:02:22.855 10781 10781 W com.mbwhatsapp: type=1400 audit(0.0:1593647): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:02:22.867 10781 10781 W com.mbwhatsapp: type=1400 audit(0.0:1593648): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:02:22.868 10781 10781 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) 03-07 10:02:22.875 10781 10781 W com.mbwhatsapp: type=1400 audit(0.0:1593649): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:02:22.903 10781 10781 W com.mbwhatsapp: type=1400 audit(0.0:1593650): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:02:22.915 10781 10781 W com.mbwhatsapp: type=1400 audit(0.0:1593651): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:02:23.003 10781 10781 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 474ms 03-07 10:02:23.019 10781 10889 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 10:02:23.019 10781 10889 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 10:02:23.019 10781 10889 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 10:02:23.024 10781 10781 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 613ms 03-07 10:02:23.025 10781 10781 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 10:03:43.937 11535 11535 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 10:03:44.275 11535 11535 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 10:03:44.279 11535 11535 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 10:03:44.279 11535 11535 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 10:03:44.279 11535 11535 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 10:03:44.279 11535 11535 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 10:03:44.279 11535 11535 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 10:03:44.279 11535 11535 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 10:03:44.279 11535 11535 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 10:03:44.279 11535 11535 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 10:03:44.279 11535 11535 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 10:03:44.279 11535 11535 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 10:03:44.279 11535 11535 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 10:03:44.279 11535 11535 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 10:03:44.279 11535 11535 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 10:03:44.279 11535 11535 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 10:03:44.279 11535 11535 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 10:03:44.279 11535 11535 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 10:03:44.279 11535 11535 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 10:03:44.279 11535 11535 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 10:03:44.279 11535 11535 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 10:03:44.279 11535 11535 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 10:03:44.340 11535 11535 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 10:03:44.948 11535 11535 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 10:03:44.948 11535 11535 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 10:03:45.047 11535 11535 W com.mbwhatsapp: type=1400 audit(0.0:1593703): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:03:45.053 11535 11535 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) 03-07 10:03:45.075 11535 11535 W com.mbwhatsapp: type=1400 audit(0.0:1593704): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:03:45.099 11535 11535 W com.mbwhatsapp: type=1400 audit(0.0:1593705): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:03:45.191 11535 11535 W com.mbwhatsapp: type=1400 audit(0.0:1593706): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:03:45.211 11535 11535 W com.mbwhatsapp: type=1400 audit(0.0:1593707): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:03:45.328 11535 11535 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 900ms 03-07 10:03:45.337 11535 11583 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 10:03:45.337 11535 11583 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 10:03:45.337 11535 11583 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 10:03:45.339 11535 11535 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1387ms --------- beginning of system 03-07 10:03:45.339 11535 11535 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of system 03-07 10:04:39.993 13037 13037 W ActivityThread: Main thread can not be idle for a long time. 03-07 10:05:26.769 14299 14299 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 10:06:22.398 15757 15757 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 10:06:22.898 15757 15757 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 10:06:22.900 15757 15757 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 10:06:22.900 15757 15757 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 10:06:22.900 15757 15757 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 10:06:22.900 15757 15757 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 10:06:22.900 15757 15757 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 10:06:22.901 15757 15757 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 10:06:22.901 15757 15757 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 10:06:22.901 15757 15757 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 10:06:22.901 15757 15757 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 10:06:22.901 15757 15757 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 10:06:22.901 15757 15757 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 10:06:22.901 15757 15757 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 10:06:22.901 15757 15757 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 10:06:22.901 15757 15757 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 10:06:22.901 15757 15757 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 10:06:22.901 15757 15757 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 10:06:22.901 15757 15757 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 10:06:22.901 15757 15757 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 10:06:22.901 15757 15757 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 10:06:22.901 15757 15757 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 10:06:22.950 15757 15757 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 212ms 03-07 10:06:22.961 15757 15757 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 10:06:23.765 15757 15757 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 10:06:23.766 15757 15757 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 10:06:23.931 15757 15757 W com.mbwhatsapp: type=1400 audit(0.0:1594333): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:06:23.935 15757 15757 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) 03-07 10:06:23.975 15757 15757 W com.mbwhatsapp: type=1400 audit(0.0:1594334): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:06:24.003 15757 15757 W com.mbwhatsapp: type=1400 audit(0.0:1594335): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:06:24.139 15757 15757 W com.mbwhatsapp: type=1400 audit(0.0:1594336): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:06:24.151 15757 15757 W com.mbwhatsapp: type=1400 audit(0.0:1594337): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:06:24.236 15757 15757 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1173ms 03-07 10:06:24.244 15757 15871 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 10:06:24.244 15757 15871 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 10:06:24.244 15757 15871 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 10:06:24.287 15757 15757 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1871ms 03-07 10:06:24.287 15757 15757 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 10:07:22.394 16929 16929 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 10:07:22.694 16929 16929 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 10:07:22.699 16929 16929 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 10:07:22.699 16929 16929 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 10:07:22.699 16929 16929 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 10:07:22.699 16929 16929 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 10:07:22.699 16929 16929 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 10:07:22.699 16929 16929 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 10:07:22.699 16929 16929 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 10:07:22.699 16929 16929 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 10:07:22.699 16929 16929 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 10:07:22.699 16929 16929 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 10:07:22.699 16929 16929 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 10:07:22.699 16929 16929 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 10:07:22.699 16929 16929 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 10:07:22.699 16929 16929 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 10:07:22.699 16929 16929 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 10:07:22.699 16929 16929 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 10:07:22.699 16929 16929 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 10:07:22.699 16929 16929 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 10:07:22.699 16929 16929 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 10:07:22.699 16929 16929 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 10:07:22.723 16929 16929 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 10:07:23.304 16929 16929 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 10:07:23.305 16929 16929 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 10:07:23.427 16929 16929 W com.mbwhatsapp: type=1400 audit(0.0:1594456): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:07:23.432 16929 16929 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) 03-07 10:07:23.443 16929 16929 W com.mbwhatsapp: type=1400 audit(0.0:1594457): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:07:23.463 16929 16929 W com.mbwhatsapp: type=1400 audit(0.0:1594458): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:07:23.563 16929 16929 W com.mbwhatsapp: type=1400 audit(0.0:1594459): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:07:23.579 16929 16929 W com.mbwhatsapp: type=1400 audit(0.0:1594460): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:07:23.689 16929 16929 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 909ms 03-07 10:07:23.696 16929 17048 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 10:07:23.696 16929 17048 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 10:07:23.696 16929 17048 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 10:07:23.733 16929 16929 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1318ms --------- beginning of system 03-07 10:07:23.733 16929 16929 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 10:08:22.393 17837 17837 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 10:08:22.873 17837 17837 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 10:08:22.876 17837 17837 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 10:08:22.876 17837 17837 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 10:08:22.876 17837 17837 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 10:08:22.876 17837 17837 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 10:08:22.876 17837 17837 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 10:08:22.876 17837 17837 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 10:08:22.876 17837 17837 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 10:08:22.876 17837 17837 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 10:08:22.876 17837 17837 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 10:08:22.876 17837 17837 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 10:08:22.876 17837 17837 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 10:08:22.876 17837 17837 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 10:08:22.876 17837 17837 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 10:08:22.876 17837 17837 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 10:08:22.876 17837 17837 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 10:08:22.877 17837 17837 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 10:08:22.877 17837 17837 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 10:08:22.877 17837 17837 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 10:08:22.877 17837 17837 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 10:08:22.877 17837 17837 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 10:08:22.922 17837 17837 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 204ms 03-07 10:08:22.932 17837 17837 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 10:08:23.681 17837 17837 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 10:08:23.682 17837 17837 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 10:08:23.823 17837 17837 W com.mbwhatsapp: type=1400 audit(0.0:1594546): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:08:23.830 17837 17837 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) 03-07 10:08:23.839 17837 17837 W com.mbwhatsapp: type=1400 audit(0.0:1594547): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:08:23.855 17837 17837 W com.mbwhatsapp: type=1400 audit(0.0:1594548): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:08:23.955 17837 17837 W com.mbwhatsapp: type=1400 audit(0.0:1594549): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:08:23.979 17837 17837 W com.mbwhatsapp: type=1400 audit(0.0:1594550): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:08:24.124 17837 17837 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1106ms 03-07 10:08:24.137 17837 17942 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 10:08:24.137 17837 17942 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 10:08:24.137 17837 17942 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 10:08:24.176 17837 17837 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1768ms --------- beginning of system 03-07 10:08:24.176 17837 17837 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 10:09:22.424 19164 19164 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 10:09:22.856 19164 19164 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 10:09:22.859 19164 19164 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 10:09:22.859 19164 19164 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 10:09:22.859 19164 19164 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 10:09:22.859 19164 19164 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 10:09:22.859 19164 19164 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 10:09:22.859 19164 19164 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 10:09:22.859 19164 19164 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 10:09:22.859 19164 19164 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 10:09:22.859 19164 19164 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 10:09:22.859 19164 19164 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 10:09:22.859 19164 19164 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 10:09:22.859 19164 19164 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 10:09:22.859 19164 19164 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 10:09:22.859 19164 19164 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 10:09:22.859 19164 19164 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 10:09:22.859 19164 19164 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 10:09:22.859 19164 19164 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 10:09:22.859 19164 19164 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 10:09:22.859 19164 19164 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 10:09:22.859 19164 19164 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 10:09:22.929 19164 19164 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 10:09:23.500 19164 19164 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 10:09:23.500 19164 19164 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 10:09:23.651 19164 19164 W com.mbwhatsapp: type=1400 audit(0.0:1594702): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:09:23.654 19164 19164 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) 03-07 10:09:23.667 19164 19164 W com.mbwhatsapp: type=1400 audit(0.0:1594703): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:09:23.683 19164 19164 W com.mbwhatsapp: type=1400 audit(0.0:1594704): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:09:23.791 19164 19164 W com.mbwhatsapp: type=1400 audit(0.0:1594705): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:09:23.803 19164 19164 W com.mbwhatsapp: type=1400 audit(0.0:1594706): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:09:23.914 19164 19164 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 879ms 03-07 10:09:23.935 19164 19259 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 10:09:23.935 19164 19259 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 10:09:23.935 19164 19259 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 10:09:23.951 19164 19164 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1503ms --------- beginning of system 03-07 10:09:23.951 19164 19164 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 10:10:56.693 19838 19838 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 10:10:57.062 19838 19838 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 10:10:57.065 19838 19838 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 10:10:57.065 19838 19838 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 10:10:57.065 19838 19838 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 10:10:57.065 19838 19838 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 10:10:57.065 19838 19838 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 10:10:57.065 19838 19838 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 10:10:57.065 19838 19838 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 10:10:57.065 19838 19838 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 10:10:57.065 19838 19838 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 10:10:57.066 19838 19838 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 10:10:57.066 19838 19838 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 10:10:57.066 19838 19838 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 10:10:57.066 19838 19838 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 10:10:57.066 19838 19838 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 10:10:57.066 19838 19838 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 10:10:57.066 19838 19838 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 10:10:57.066 19838 19838 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 10:10:57.066 19838 19838 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 10:10:57.066 19838 19838 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 10:10:57.066 19838 19838 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 10:10:57.112 19838 19838 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 10:10:57.735 19838 19838 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 10:10:57.736 19838 19838 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 10:10:57.867 19838 19838 W com.mbwhatsapp: type=1400 audit(0.0:1594768): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:10:57.870 19838 19838 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) 03-07 10:10:57.879 19838 19838 W com.mbwhatsapp: type=1400 audit(0.0:1594769): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:10:57.895 19838 19838 W com.mbwhatsapp: type=1400 audit(0.0:1594770): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:10:57.975 19838 19838 W com.mbwhatsapp: type=1400 audit(0.0:1594771): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:10:57.995 19838 19838 W com.mbwhatsapp: type=1400 audit(0.0:1594772): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:10:58.100 19838 19838 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 906ms 03-07 10:10:58.107 19838 19913 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 10:10:58.107 19838 19913 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 10:10:58.107 19838 19913 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 10:10:58.152 19838 19838 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1443ms --------- beginning of system 03-07 10:10:58.152 19838 19838 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 10:12:00.669 20270 20270 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 10:12:00.846 20270 20270 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 10:12:00.849 20270 20270 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 10:12:00.849 20270 20270 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 10:12:00.849 20270 20270 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 10:12:00.850 20270 20270 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 10:12:00.850 20270 20270 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 10:12:00.850 20270 20270 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 10:12:00.850 20270 20270 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 10:12:00.850 20270 20270 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 10:12:00.850 20270 20270 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 10:12:00.850 20270 20270 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 10:12:00.850 20270 20270 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 10:12:00.850 20270 20270 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 10:12:00.850 20270 20270 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 10:12:00.850 20270 20270 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 10:12:00.850 20270 20270 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 10:12:00.850 20270 20270 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 10:12:00.850 20270 20270 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 10:12:00.850 20270 20270 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 10:12:00.850 20270 20270 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 10:12:00.850 20270 20270 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 10:12:00.878 20270 20270 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 10:12:01.163 20270 20270 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 10:12:01.164 20270 20270 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 10:12:01.203 20270 20270 W com.mbwhatsapp: type=1400 audit(0.0:1594934): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:12:01.206 20270 20270 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) 03-07 10:12:01.211 20270 20270 W com.mbwhatsapp: type=1400 audit(0.0:1594935): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:12:01.223 20270 20270 W com.mbwhatsapp: type=1400 audit(0.0:1594936): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:12:01.271 20270 20270 W com.mbwhatsapp: type=1400 audit(0.0:1594937): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:12:01.279 20270 20270 W com.mbwhatsapp: type=1400 audit(0.0:1594938): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:12:01.345 20270 20270 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 417ms 03-07 10:12:01.350 20270 20319 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 10:12:01.350 20270 20319 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 10:12:01.350 20270 20319 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 10:12:01.351 20270 20270 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 666ms --------- beginning of system 03-07 10:12:01.351 20270 20270 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 10:12:24.447 20662 20662 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 10:12:24.671 20662 20662 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 10:12:24.676 20662 20662 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 10:12:24.676 20662 20662 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 10:12:24.676 20662 20662 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 10:12:24.676 20662 20662 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 10:12:24.676 20662 20662 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 10:12:24.676 20662 20662 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 10:12:24.676 20662 20662 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 10:12:24.676 20662 20662 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 10:12:24.676 20662 20662 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 10:12:24.676 20662 20662 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 10:12:24.676 20662 20662 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 10:12:24.676 20662 20662 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 10:12:24.676 20662 20662 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 10:12:24.676 20662 20662 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 10:12:24.676 20662 20662 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 10:12:24.676 20662 20662 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 10:12:24.676 20662 20662 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 10:12:24.676 20662 20662 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 10:12:24.676 20662 20662 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 10:12:24.676 20662 20662 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 10:12:24.694 20662 20662 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 10:12:25.034 20662 20662 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 10:12:25.034 20662 20662 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 10:12:25.123 20662 20662 W com.mbwhatsapp: type=1400 audit(0.0:1595000): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:12:25.128 20662 20662 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) 03-07 10:12:25.131 20662 20662 W com.mbwhatsapp: type=1400 audit(0.0:1595001): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:12:25.147 20662 20662 W com.mbwhatsapp: type=1400 audit(0.0:1595002): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:12:25.199 20662 20662 W com.mbwhatsapp: type=1400 audit(0.0:1595003): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:12:25.219 20662 20662 W com.mbwhatsapp: type=1400 audit(0.0:1595004): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:12:25.294 20662 20662 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 544ms 03-07 10:12:25.301 20662 20662 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 840ms --------- beginning of system 03-07 10:12:25.301 20662 20662 W ActivityThread: Main thread can not be idle for a long time. 03-07 10:13:24.475 21405 21405 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 10:13:24.583 21405 21405 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 10:13:24.584 21405 21405 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 10:13:24.584 21405 21405 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 10:13:24.584 21405 21405 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 10:13:24.584 21405 21405 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 10:13:24.584 21405 21405 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 10:13:24.584 21405 21405 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 10:13:24.584 21405 21405 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 10:13:24.584 21405 21405 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 10:13:24.584 21405 21405 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 10:13:24.584 21405 21405 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 10:13:24.584 21405 21405 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 10:13:24.584 21405 21405 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 10:13:24.584 21405 21405 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 10:13:24.584 21405 21405 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 10:13:24.584 21405 21405 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 10:13:24.584 21405 21405 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 10:13:24.584 21405 21405 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 10:13:24.584 21405 21405 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 10:13:24.584 21405 21405 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 10:13:24.584 21405 21405 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 10:13:24.593 21405 21405 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 10:13:24.891 21405 21405 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 10:13:24.892 21405 21405 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 10:13:24.919 21405 21405 W com.mbwhatsapp: type=1400 audit(0.0:1595187): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:13:24.919 21405 21405 W com.mbwhatsapp: type=1400 audit(0.0:1595188): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:13:24.922 21405 21405 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) 03-07 10:13:24.927 21405 21405 W com.mbwhatsapp: type=1400 audit(0.0:1595189): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:13:24.951 21405 21405 W com.mbwhatsapp: type=1400 audit(0.0:1595190): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:13:24.959 21405 21405 W com.mbwhatsapp: type=1400 audit(0.0:1595191): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:13:25.007 21405 21405 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 387ms 03-07 10:13:25.015 21405 21405 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 520ms 03-07 10:13:25.015 21405 21405 W ActivityThread: Main thread can not be idle for a long time. 03-07 10:13:25.025 21405 21478 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 10:13:25.025 21405 21478 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 10:13:25.025 21405 21478 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 10:16:39.671 22749 22749 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 10:16:40.191 22749 22749 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 10:16:40.193 22749 22749 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 10:16:40.193 22749 22749 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 10:16:40.193 22749 22749 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 10:16:40.193 22749 22749 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 10:16:40.193 22749 22749 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 10:16:40.193 22749 22749 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 10:16:40.194 22749 22749 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 10:16:40.194 22749 22749 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 10:16:40.194 22749 22749 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 10:16:40.194 22749 22749 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 10:16:40.194 22749 22749 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 10:16:40.194 22749 22749 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 10:16:40.194 22749 22749 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 10:16:40.194 22749 22749 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 10:16:40.194 22749 22749 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 10:16:40.194 22749 22749 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 10:16:40.194 22749 22749 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 10:16:40.194 22749 22749 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 10:16:40.194 22749 22749 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 10:16:40.194 22749 22749 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 10:16:40.257 22749 22749 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 232ms 03-07 10:16:40.267 22749 22749 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 10:16:40.953 22749 22749 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 10:16:40.953 22749 22749 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 10:16:41.070 22749 22749 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) 03-07 10:16:41.335 22749 22749 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 980ms 03-07 10:16:41.365 22749 22807 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 10:16:41.365 22749 22807 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 10:16:41.365 22749 22807 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 10:16:41.383 22749 22749 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1690ms --------- beginning of system 03-07 10:16:41.383 22749 22749 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 10:17:22.395 23362 23362 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 10:17:22.724 23362 23362 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 10:17:22.728 23362 23362 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 10:17:22.728 23362 23362 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 10:17:22.728 23362 23362 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 10:17:22.728 23362 23362 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 10:17:22.728 23362 23362 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 10:17:22.728 23362 23362 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 10:17:22.728 23362 23362 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 10:17:22.728 23362 23362 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 10:17:22.729 23362 23362 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 10:17:22.729 23362 23362 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 10:17:22.729 23362 23362 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 10:17:22.729 23362 23362 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 10:17:22.729 23362 23362 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 10:17:22.729 23362 23362 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 10:17:22.729 23362 23362 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 10:17:22.729 23362 23362 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 10:17:22.729 23362 23362 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 10:17:22.729 23362 23362 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 10:17:22.729 23362 23362 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 10:17:22.729 23362 23362 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 10:17:22.777 23362 23362 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 10:17:23.345 23362 23362 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 10:17:23.345 23362 23362 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 10:17:23.501 23362 23362 W com.mbwhatsapp: type=1400 audit(0.0:1596832): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:17:23.504 23362 23362 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) 03-07 10:17:23.513 23362 23362 W com.mbwhatsapp: type=1400 audit(0.0:1596833): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:17:23.525 23362 23362 W com.mbwhatsapp: type=1400 audit(0.0:1596834): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:17:23.609 23362 23362 W com.mbwhatsapp: type=1400 audit(0.0:1596835): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:17:23.625 23362 23362 W com.mbwhatsapp: type=1400 audit(0.0:1596836): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:17:23.733 23362 23362 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 868ms 03-07 10:17:23.741 23362 23410 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 10:17:23.741 23362 23410 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 10:17:23.741 23362 23410 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 10:17:23.744 23362 23362 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1331ms --------- beginning of system 03-07 10:17:23.744 23362 23362 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 10:20:41.706 24263 24263 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 10:20:42.041 24263 24263 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 10:20:42.043 24263 24263 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 10:20:42.044 24263 24263 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 10:20:42.044 24263 24263 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 10:20:42.044 24263 24263 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 10:20:42.044 24263 24263 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 10:20:42.044 24263 24263 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 10:20:42.044 24263 24263 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 10:20:42.044 24263 24263 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 10:20:42.044 24263 24263 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 10:20:42.044 24263 24263 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 10:20:42.044 24263 24263 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 10:20:42.044 24263 24263 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 10:20:42.044 24263 24263 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 10:20:42.044 24263 24263 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 10:20:42.044 24263 24263 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 10:20:42.044 24263 24263 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 10:20:42.044 24263 24263 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 10:20:42.044 24263 24263 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 10:20:42.044 24263 24263 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 10:20:42.044 24263 24263 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 10:20:42.098 24263 24263 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 10:20:42.613 24263 24263 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 10:20:42.614 24263 24263 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 10:20:42.737 24263 24263 W com.mbwhatsapp: type=1400 audit(0.0:1597260): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:20:42.740 24263 24263 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) 03-07 10:20:42.753 24263 24263 W com.mbwhatsapp: type=1400 audit(0.0:1597261): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:20:42.773 24263 24263 W com.mbwhatsapp: type=1400 audit(0.0:1597262): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:20:42.849 24263 24263 W com.mbwhatsapp: type=1400 audit(0.0:1597263): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:20:42.869 24263 24263 W com.mbwhatsapp: type=1400 audit(0.0:1597264): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:20:42.997 24263 24263 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 805ms 03-07 10:20:43.006 24263 24316 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 10:20:43.006 24263 24316 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 10:20:43.006 24263 24316 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 10:20:43.049 24263 24263 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1324ms --------- beginning of system 03-07 10:20:43.049 24263 24263 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 10:22:41.121 24887 24887 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 10:22:41.541 24887 24887 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 10:22:41.543 24887 24887 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 10:22:41.543 24887 24887 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 10:22:41.543 24887 24887 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 10:22:41.543 24887 24887 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 10:22:41.543 24887 24887 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 10:22:41.543 24887 24887 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 10:22:41.543 24887 24887 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 10:22:41.543 24887 24887 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 10:22:41.543 24887 24887 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 10:22:41.543 24887 24887 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 10:22:41.543 24887 24887 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 10:22:41.543 24887 24887 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 10:22:41.543 24887 24887 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 10:22:41.543 24887 24887 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 10:22:41.543 24887 24887 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 10:22:41.543 24887 24887 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 10:22:41.543 24887 24887 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 10:22:41.543 24887 24887 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 10:22:41.543 24887 24887 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 10:22:41.543 24887 24887 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 10:22:41.600 24887 24887 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 10:22:42.202 24887 24887 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 10:22:42.202 24887 24887 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 10:22:42.353 24887 24887 W com.mbwhatsapp: type=1400 audit(0.0:1597519): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:22:42.356 24887 24887 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) 03-07 10:22:42.365 24887 24887 W com.mbwhatsapp: type=1400 audit(0.0:1597520): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:22:42.385 24887 24887 W com.mbwhatsapp: type=1400 audit(0.0:1597521): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:22:42.477 24887 24887 W com.mbwhatsapp: type=1400 audit(0.0:1597522): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:22:42.497 24887 24887 W com.mbwhatsapp: type=1400 audit(0.0:1597523): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:22:42.497 24887 24887 W com.mbwhatsapp: type=1400 audit(0.0:1597524): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:22:42.497 24887 24887 W com.mbwhatsapp: type=1400 audit(0.0:1597525): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:22:42.628 24887 24887 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 937ms 03-07 10:22:42.636 24887 24992 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 10:22:42.636 24887 24992 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 10:22:42.636 24887 24992 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 10:22:42.697 24887 24887 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1556ms --------- beginning of system 03-07 10:22:42.697 24887 24887 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 10:23:32.937 25572 25572 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 10:23:33.208 25572 25572 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 10:23:33.216 25572 25572 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 10:23:33.216 25572 25572 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 10:23:33.216 25572 25572 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 10:23:33.216 25572 25572 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 10:23:33.216 25572 25572 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 10:23:33.216 25572 25572 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 10:23:33.216 25572 25572 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 10:23:33.216 25572 25572 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 10:23:33.216 25572 25572 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 10:23:33.216 25572 25572 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 10:23:33.216 25572 25572 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 10:23:33.216 25572 25572 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 10:23:33.216 25572 25572 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 10:23:33.216 25572 25572 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 10:23:33.216 25572 25572 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 10:23:33.216 25572 25572 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 10:23:33.216 25572 25572 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 10:23:33.216 25572 25572 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 10:23:33.216 25572 25572 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 10:23:33.216 25572 25572 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 10:23:33.261 25572 25572 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 10:23:33.643 25572 25572 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 10:23:33.643 25572 25572 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 10:23:33.781 25572 25572 W com.mbwhatsapp: type=1400 audit(0.0:1597596): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:23:33.786 25572 25572 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) 03-07 10:23:33.793 25572 25572 W com.mbwhatsapp: type=1400 audit(0.0:1597597): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:23:33.809 25572 25572 W com.mbwhatsapp: type=1400 audit(0.0:1597598): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:23:33.877 25572 25572 W com.mbwhatsapp: type=1400 audit(0.0:1597599): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:23:33.897 25572 25572 W com.mbwhatsapp: type=1400 audit(0.0:1597600): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:23:33.897 25572 25572 W com.mbwhatsapp: type=1400 audit(0.0:1597601): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:23:33.897 25572 25572 W com.mbwhatsapp: type=1400 audit(0.0:1597602): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:23:33.989 25572 25572 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 669ms 03-07 10:23:33.999 25572 25620 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 10:23:33.999 25572 25620 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 10:23:33.999 25572 25620 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 10:23:34.001 25572 25572 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1049ms --------- beginning of system 03-07 10:23:34.002 25572 25572 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 10:24:23.504 26009 26009 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 10:24:23.684 26009 26009 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 10:24:23.687 26009 26009 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 10:24:23.687 26009 26009 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 10:24:23.687 26009 26009 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 10:24:23.687 26009 26009 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 10:24:23.687 26009 26009 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 10:24:23.687 26009 26009 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 10:24:23.687 26009 26009 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 10:24:23.687 26009 26009 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 10:24:23.687 26009 26009 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 10:24:23.687 26009 26009 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 10:24:23.687 26009 26009 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 10:24:23.687 26009 26009 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 10:24:23.687 26009 26009 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 10:24:23.687 26009 26009 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 10:24:23.687 26009 26009 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 10:24:23.687 26009 26009 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 10:24:23.687 26009 26009 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 10:24:23.687 26009 26009 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 10:24:23.687 26009 26009 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 10:24:23.687 26009 26009 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 10:24:23.700 26009 26009 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 10:24:24.011 26009 26009 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 10:24:24.011 26009 26009 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 10:24:24.049 26009 26009 W com.mbwhatsapp: type=1400 audit(0.0:1597683): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:24:24.053 26009 26009 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) 03-07 10:24:24.057 26009 26009 W com.mbwhatsapp: type=1400 audit(0.0:1597684): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:24:24.069 26009 26009 W com.mbwhatsapp: type=1400 audit(0.0:1597685): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:24:24.121 26009 26009 W com.mbwhatsapp: type=1400 audit(0.0:1597686): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:24:24.129 26009 26009 W com.mbwhatsapp: type=1400 audit(0.0:1597687): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:24:24.201 26009 26009 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 447ms 03-07 10:24:24.207 26009 26009 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 681ms --------- beginning of system 03-07 10:24:24.207 26009 26009 W ActivityThread: Main thread can not be idle for a long time. 03-07 10:24:24.212 26009 26059 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 10:24:24.212 26009 26059 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 10:24:24.212 26009 26059 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 10:25:58.314 26871 26871 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 10:25:58.694 26871 26871 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 10:25:58.697 26871 26871 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 10:25:58.697 26871 26871 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 10:25:58.697 26871 26871 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 10:25:58.698 26871 26871 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 10:25:58.698 26871 26871 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 10:25:58.698 26871 26871 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 10:25:58.698 26871 26871 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 10:25:58.698 26871 26871 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 10:25:58.698 26871 26871 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 10:25:58.698 26871 26871 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 10:25:58.698 26871 26871 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 10:25:58.698 26871 26871 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 10:25:58.698 26871 26871 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 10:25:58.698 26871 26871 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 10:25:58.698 26871 26871 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 10:25:58.698 26871 26871 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 10:25:58.698 26871 26871 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 10:25:58.698 26871 26871 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 10:25:58.698 26871 26871 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 10:25:58.698 26871 26871 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 10:25:58.755 26871 26871 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 10:25:59.252 26871 26871 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 10:25:59.252 26871 26871 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 10:25:59.333 26871 26871 W com.mbwhatsapp: type=1400 audit(0.0:1597955): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:25:59.339 26871 26871 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) 03-07 10:25:59.349 26871 26871 W com.mbwhatsapp: type=1400 audit(0.0:1597956): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:25:59.369 26871 26871 W com.mbwhatsapp: type=1400 audit(0.0:1597957): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:25:59.461 26871 26871 W com.mbwhatsapp: type=1400 audit(0.0:1597958): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:25:59.485 26871 26871 W com.mbwhatsapp: type=1400 audit(0.0:1597959): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:25:59.588 26871 26871 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 745ms 03-07 10:25:59.594 26871 26922 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 10:25:59.594 26871 26922 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 10:25:59.594 26871 26922 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 10:25:59.596 26871 26871 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1260ms --------- beginning of system 03-07 10:25:59.596 26871 26871 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 10:26:22.505 27447 27447 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 10:26:22.733 27447 27447 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 10:26:22.736 27447 27447 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 10:26:22.736 27447 27447 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 10:26:22.736 27447 27447 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 10:26:22.736 27447 27447 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 10:26:22.736 27447 27447 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 10:26:22.736 27447 27447 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 10:26:22.736 27447 27447 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 10:26:22.736 27447 27447 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 10:26:22.736 27447 27447 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 10:26:22.736 27447 27447 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 10:26:22.736 27447 27447 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 10:26:22.736 27447 27447 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 10:26:22.736 27447 27447 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 10:26:22.736 27447 27447 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 10:26:22.736 27447 27447 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 10:26:22.736 27447 27447 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 10:26:22.736 27447 27447 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 10:26:22.736 27447 27447 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 10:26:22.736 27447 27447 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 10:26:22.736 27447 27447 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 10:26:22.757 27447 27447 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 10:26:23.092 27447 27447 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 10:26:23.093 27447 27447 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 10:26:23.189 27447 27447 W com.mbwhatsapp: type=1400 audit(0.0:1598021): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:26:23.195 27447 27447 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) 03-07 10:26:23.213 27447 27447 W com.mbwhatsapp: type=1400 audit(0.0:1598022): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:26:23.229 27447 27447 W com.mbwhatsapp: type=1400 audit(0.0:1598023): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:26:23.293 27447 27447 W com.mbwhatsapp: type=1400 audit(0.0:1598024): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:26:23.309 27447 27447 W com.mbwhatsapp: type=1400 audit(0.0:1598025): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:26:23.383 27447 27447 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 581ms 03-07 10:26:23.401 27447 27447 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 876ms --------- beginning of system 03-07 10:26:23.401 27447 27447 W ActivityThread: Main thread can not be idle for a long time. 03-07 10:26:23.409 27447 27495 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 10:26:23.409 27447 27495 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 10:26:23.409 27447 27495 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 10:27:23.530 27837 27837 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 10:27:23.905 27837 27837 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 10:27:23.913 27837 27837 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 10:27:23.913 27837 27837 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 10:27:23.913 27837 27837 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 10:27:23.913 27837 27837 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 10:27:23.913 27837 27837 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 10:27:23.913 27837 27837 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 10:27:23.913 27837 27837 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 10:27:23.913 27837 27837 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 10:27:23.913 27837 27837 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 10:27:23.913 27837 27837 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 10:27:23.913 27837 27837 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 10:27:23.913 27837 27837 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 10:27:23.913 27837 27837 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 10:27:23.913 27837 27837 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 10:27:23.913 27837 27837 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 10:27:23.913 27837 27837 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 10:27:23.913 27837 27837 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 10:27:23.913 27837 27837 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 10:27:23.913 27837 27837 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 10:27:23.913 27837 27837 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 10:27:23.941 27837 27837 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 10:27:24.384 27837 27837 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 10:27:24.384 27837 27837 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 10:27:24.477 27837 27837 W com.mbwhatsapp: type=1400 audit(0.0:1598267): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:27:24.481 27837 27837 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) 03-07 10:27:24.509 27837 27837 W com.mbwhatsapp: type=1400 audit(0.0:1598268): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:27:24.533 27837 27837 W com.mbwhatsapp: type=1400 audit(0.0:1598269): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:27:24.661 27837 27837 W com.mbwhatsapp: type=1400 audit(0.0:1598270): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:27:24.673 27837 27837 W com.mbwhatsapp: type=1400 audit(0.0:1598271): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:27:24.766 27837 27837 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 763ms 03-07 10:27:24.777 27837 27837 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1231ms --------- beginning of system 03-07 10:27:24.777 27837 27837 W ActivityThread: Main thread can not be idle for a long time. 03-07 10:27:24.781 27837 27951 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 10:27:24.781 27837 27951 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 10:27:24.781 27837 27951 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 10:38:23.996 30514 30514 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 10:38:24.827 30514 30514 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 10:38:24.830 30514 30514 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 10:38:24.830 30514 30514 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 10:38:24.830 30514 30514 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 10:38:24.830 30514 30514 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 10:38:24.830 30514 30514 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 10:38:24.830 30514 30514 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 10:38:24.830 30514 30514 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 10:38:24.830 30514 30514 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 10:38:24.830 30514 30514 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 10:38:24.830 30514 30514 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 10:38:24.830 30514 30514 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 10:38:24.830 30514 30514 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 10:38:24.830 30514 30514 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 10:38:24.830 30514 30514 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 10:38:24.830 30514 30514 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 10:38:24.830 30514 30514 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 10:38:24.831 30514 30514 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 10:38:24.831 30514 30514 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 10:38:24.831 30514 30514 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 10:38:24.831 30514 30514 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 10:38:24.891 30514 30514 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 265ms 03-07 10:38:24.903 30514 30514 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. --------- beginning of system 03-07 10:38:26.222 30514 30514 W ActivityThread: Main thread can not be idle for a long time. 03-07 10:39:24.230 31417 31417 W ActivityThread: Main thread can not be idle for a long time. 03-07 10:40:24.458 32545 32545 W ActivityThread: Main thread can not be idle for a long time. 03-07 10:42:00.893 1612 1612 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 10:42:25.883 2363 2363 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 10:42:26.342 2363 2363 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 10:42:26.343 2363 2363 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 10:42:26.343 2363 2363 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 10:42:26.344 2363 2363 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 10:42:26.344 2363 2363 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 10:42:26.344 2363 2363 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 10:42:26.344 2363 2363 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 10:42:26.344 2363 2363 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 10:42:26.344 2363 2363 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 10:42:26.344 2363 2363 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 10:42:26.344 2363 2363 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 10:42:26.344 2363 2363 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 10:42:26.344 2363 2363 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 10:42:26.344 2363 2363 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 10:42:26.344 2363 2363 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 10:42:26.344 2363 2363 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 10:42:26.344 2363 2363 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 10:42:26.344 2363 2363 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 10:42:26.344 2363 2363 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 10:42:26.344 2363 2363 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 10:42:26.344 2363 2363 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 10:42:26.397 2363 2363 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 10:42:26.997 2363 2363 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 10:42:26.997 2363 2363 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 10:42:27.136 2363 2363 W com.mbwhatsapp: type=1400 audit(0.0:1603668): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:42:27.140 2363 2363 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) 03-07 10:42:27.156 2363 2363 W com.mbwhatsapp: type=1400 audit(0.0:1603669): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:42:27.172 2363 2363 W com.mbwhatsapp: type=1400 audit(0.0:1603670): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:42:27.292 2363 2363 W com.mbwhatsapp: type=1400 audit(0.0:1603671): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:42:27.308 2363 2363 W com.mbwhatsapp: type=1400 audit(0.0:1603672): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:42:27.427 2363 2363 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 954ms 03-07 10:42:27.442 2363 2499 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 10:42:27.442 2363 2499 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 10:42:27.442 2363 2499 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 10:42:27.444 2363 2363 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1542ms 03-07 10:42:27.444 2363 2363 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 10:43:59.413 5247 5247 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 10:43:59.431 5247 5247 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 10:43:59.431 5247 5247 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 10:43:59.431 5247 5247 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 10:43:59.431 5247 5247 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 10:43:59.431 5247 5247 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 10:43:59.431 5247 5247 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 10:43:59.431 5247 5247 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 10:43:59.431 5247 5247 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 10:43:59.431 5247 5247 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 10:43:59.431 5247 5247 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 10:43:59.431 5247 5247 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 10:43:59.431 5247 5247 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 10:43:59.431 5247 5247 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 10:43:59.431 5247 5247 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 10:43:59.431 5247 5247 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) --------- beginning of system 03-07 10:44:01.196 5247 5247 W ActivityThread: Main thread can not be idle for a long time. 03-07 10:44:24.922 5852 5852 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 10:45:38.893 6982 6982 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 10:45:39.421 6982 6982 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 10:45:39.426 6982 6982 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 10:45:39.426 6982 6982 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 10:45:39.426 6982 6982 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 10:45:39.426 6982 6982 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 10:45:39.426 6982 6982 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 10:45:39.426 6982 6982 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 10:45:39.426 6982 6982 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 10:45:39.426 6982 6982 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 10:45:39.426 6982 6982 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 10:45:39.426 6982 6982 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 10:45:39.426 6982 6982 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 10:45:39.426 6982 6982 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 10:45:39.426 6982 6982 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 10:45:39.426 6982 6982 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 10:45:39.426 6982 6982 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 10:45:39.426 6982 6982 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 10:45:39.426 6982 6982 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 10:45:39.426 6982 6982 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 10:45:39.426 6982 6982 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 10:45:39.426 6982 6982 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 10:45:39.476 6982 6982 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 233ms 03-07 10:45:39.493 6982 6982 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 10:45:40.305 6982 6982 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 10:45:40.305 6982 6982 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 10:45:40.464 6982 6982 W com.mbwhatsapp: type=1400 audit(0.0:1604275): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:45:40.471 6982 6982 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) 03-07 10:45:40.488 6982 6982 W com.mbwhatsapp: type=1400 audit(0.0:1604276): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:45:40.500 6982 6982 W com.mbwhatsapp: type=1400 audit(0.0:1604277): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:45:40.604 6982 6982 W com.mbwhatsapp: type=1400 audit(0.0:1604278): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:45:40.628 6982 6982 W com.mbwhatsapp: type=1400 audit(0.0:1604279): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:45:40.628 6982 6982 W com.mbwhatsapp: type=1400 audit(0.0:1604280): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:45:40.628 6982 6982 W com.mbwhatsapp: type=1400 audit(0.0:1604281): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:45:40.726 6982 6982 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1135ms 03-07 10:45:40.735 6982 7097 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 10:45:40.735 6982 7097 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 10:45:40.735 6982 7097 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 10:45:40.784 6982 6982 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1868ms 03-07 10:45:40.784 6982 6982 W ActivityThread: Main thread can not be idle for a long time. 03-07 10:46:31.644 7329 7329 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 10:46:31.993 7329 7329 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 10:46:31.996 7329 7329 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 10:46:31.996 7329 7329 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 10:46:31.996 7329 7329 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 10:46:31.996 7329 7329 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 10:46:31.996 7329 7329 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 10:46:31.996 7329 7329 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 10:46:31.996 7329 7329 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 10:46:31.996 7329 7329 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 10:46:31.996 7329 7329 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 10:46:31.996 7329 7329 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 10:46:31.996 7329 7329 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 10:46:31.996 7329 7329 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 10:46:31.996 7329 7329 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 10:46:31.996 7329 7329 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 10:46:31.996 7329 7329 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 10:46:31.996 7329 7329 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 10:46:31.996 7329 7329 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 10:46:31.996 7329 7329 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 10:46:31.996 7329 7329 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 10:46:31.996 7329 7329 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 10:46:32.044 7329 7329 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 10:46:32.557 7329 7329 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 10:46:32.557 7329 7329 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 10:46:32.652 7329 7329 W com.mbwhatsapp: type=1400 audit(0.0:1604372): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:46:32.659 7329 7329 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) 03-07 10:46:32.672 7329 7329 W com.mbwhatsapp: type=1400 audit(0.0:1604373): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:46:32.684 7329 7329 W com.mbwhatsapp: type=1400 audit(0.0:1604374): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:46:32.776 7329 7329 W com.mbwhatsapp: type=1400 audit(0.0:1604375): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:46:32.788 7329 7329 W com.mbwhatsapp: type=1400 audit(0.0:1604376): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:46:32.885 7329 7329 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 714ms 03-07 10:46:32.890 7329 7378 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 10:46:32.890 7329 7378 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 10:46:32.890 7329 7378 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 10:46:32.935 7329 7329 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1263ms 03-07 10:46:32.935 7329 7329 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of system 03-07 10:48:26.716 8302 8302 W ActivityThread: Main thread can not be idle for a long time. 03-07 10:49:25.285 9405 9405 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 10:51:07.568 10684 10684 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 10:51:09.003 10684 10684 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 10:51:09.022 10684 10684 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 10:51:09.022 10684 10684 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 10:51:09.022 10684 10684 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 10:51:09.022 10684 10684 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 10:51:09.022 10684 10684 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 10:51:09.022 10684 10684 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 10:51:09.022 10684 10684 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 10:51:09.022 10684 10684 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 10:51:09.022 10684 10684 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 10:51:09.022 10684 10684 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 10:51:09.022 10684 10684 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 10:51:09.022 10684 10684 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 10:51:09.022 10684 10684 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 10:51:09.022 10684 10684 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 10:51:09.022 10684 10684 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 10:51:09.022 10684 10684 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 10:51:09.022 10684 10684 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 10:51:09.023 10684 10684 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 10:51:09.023 10684 10684 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 10:51:09.023 10684 10684 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 10:51:09.130 10684 10684 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 618ms 03-07 10:51:09.148 10684 10684 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 10:51:09.349 10684 10684 W CheckTime: App running slow: Executing handleBindApplication : installContentProviders took 218ms 03-07 10:51:10.352 10684 10684 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 10:51:10.352 10684 10684 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 10:51:10.566 10684 10684 W com.mbwhatsapp: type=1400 audit(0.0:1605727): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:51:10.573 10684 10684 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) 03-07 10:51:10.622 10684 10684 W com.mbwhatsapp: type=1400 audit(0.0:1605728): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:51:10.658 10684 10684 W com.mbwhatsapp: type=1400 audit(0.0:1605729): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:51:10.982 10684 10684 W com.mbwhatsapp: type=1400 audit(0.0:1605730): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:51:11.014 10684 10684 W com.mbwhatsapp: type=1400 audit(0.0:1605731): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:51:11.014 10684 10684 W com.mbwhatsapp: type=1400 audit(0.0:1605732): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:51:11.014 10684 10684 W com.mbwhatsapp: type=1400 audit(0.0:1605733): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:51:11.169 10684 10684 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1821ms 03-07 10:51:11.232 10684 10993 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 10:51:11.232 10684 10993 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 10:51:11.232 10684 10993 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 10:51:11.354 10684 10684 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 3768ms 03-07 10:51:11.354 10684 10684 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of system 03-07 10:51:25.600 12001 12001 W ActivityThread: Main thread can not be idle for a long time. 03-07 10:52:24.050 12950 12950 W ActivityThread: Main thread can not be idle for a long time. 03-07 10:53:24.533 14697 14697 W ActivityThread: Main thread can not be idle for a long time. 03-07 10:54:24.395 16041 16041 W ActivityThread: Main thread can not be idle for a long time. 03-07 10:55:33.716 17938 17938 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 10:56:48.148 19645 19645 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 10:56:48.481 19645 19645 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 10:56:48.483 19645 19645 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 10:56:48.483 19645 19645 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 10:56:48.483 19645 19645 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 10:56:48.483 19645 19645 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 10:56:48.483 19645 19645 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 10:56:48.483 19645 19645 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 10:56:48.483 19645 19645 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 10:56:48.483 19645 19645 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 10:56:48.483 19645 19645 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 10:56:48.483 19645 19645 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 10:56:48.483 19645 19645 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 10:56:48.483 19645 19645 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 10:56:48.483 19645 19645 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 10:56:48.483 19645 19645 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 10:56:48.483 19645 19645 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 10:56:48.483 19645 19645 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 10:56:48.483 19645 19645 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 10:56:48.483 19645 19645 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 10:56:48.483 19645 19645 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 10:56:48.483 19645 19645 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 10:56:48.535 19645 19645 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 10:56:49.188 19645 19645 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 10:56:49.188 19645 19645 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 10:56:49.314 19645 19645 W com.mbwhatsapp: type=1400 audit(0.0:1606449): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:56:49.317 19645 19645 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) 03-07 10:56:49.326 19645 19645 W com.mbwhatsapp: type=1400 audit(0.0:1606450): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:56:49.346 19645 19645 W com.mbwhatsapp: type=1400 audit(0.0:1606451): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:56:49.434 19645 19645 W com.mbwhatsapp: type=1400 audit(0.0:1606452): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:56:49.462 19645 19645 W com.mbwhatsapp: type=1400 audit(0.0:1606453): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 10:56:49.552 19645 19645 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 935ms 03-07 10:56:49.554 19645 19694 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 10:56:49.554 19645 19694 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 10:56:49.554 19645 19694 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 10:56:49.567 19645 19645 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1403ms 03-07 10:56:49.567 19645 19645 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 11:04:37.801 23099 23099 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 11:04:38.136 23099 23099 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 11:04:38.138 23099 23099 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 11:04:38.138 23099 23099 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 11:04:38.138 23099 23099 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 11:04:38.138 23099 23099 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 11:04:38.138 23099 23099 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 11:04:38.138 23099 23099 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 11:04:38.138 23099 23099 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 11:04:38.138 23099 23099 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 11:04:38.138 23099 23099 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 11:04:38.138 23099 23099 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 11:04:38.138 23099 23099 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 11:04:38.138 23099 23099 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 11:04:38.138 23099 23099 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 11:04:38.138 23099 23099 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 11:04:38.138 23099 23099 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 11:04:38.138 23099 23099 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 11:04:38.138 23099 23099 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 11:04:38.138 23099 23099 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 11:04:38.138 23099 23099 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 11:04:38.138 23099 23099 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 11:04:38.191 23099 23099 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 11:04:38.592 23099 23099 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 11:04:38.592 23099 23099 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 11:04:38.718 23099 23099 W com.mbwhatsapp: type=1400 audit(0.0:1607151): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 11:04:38.724 23099 23099 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) 03-07 11:04:38.730 23099 23099 W com.mbwhatsapp: type=1400 audit(0.0:1607152): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 11:04:38.738 23099 23099 W com.mbwhatsapp: type=1400 audit(0.0:1607153): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 11:04:38.810 23099 23099 W com.mbwhatsapp: type=1400 audit(0.0:1607154): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 11:04:38.834 23099 23099 W com.mbwhatsapp: type=1400 audit(0.0:1607155): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 11:04:38.943 23099 23099 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 670ms 03-07 11:04:38.948 23099 23099 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1130ms --------- beginning of system 03-07 11:04:38.948 23099 23099 W ActivityThread: Main thread can not be idle for a long time. 03-07 11:04:39.005 23099 23152 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 11:04:39.005 23099 23152 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 11:04:39.005 23099 23152 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 11:06:48.145 24821 24821 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 11:06:48.599 24821 24821 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 11:06:48.602 24821 24821 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 11:06:48.603 24821 24821 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 11:06:48.603 24821 24821 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 11:06:48.603 24821 24821 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 11:06:48.603 24821 24821 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 11:06:48.603 24821 24821 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 11:06:48.603 24821 24821 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 11:06:48.603 24821 24821 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 11:06:48.603 24821 24821 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 11:06:48.603 24821 24821 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 11:06:48.603 24821 24821 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 11:06:48.603 24821 24821 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 11:06:48.603 24821 24821 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 11:06:48.603 24821 24821 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 11:06:48.603 24821 24821 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 11:06:48.603 24821 24821 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 11:06:48.603 24821 24821 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 11:06:48.603 24821 24821 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 11:06:48.603 24821 24821 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 11:06:48.603 24821 24821 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 11:06:48.650 24821 24821 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 11:06:49.197 24821 24821 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 11:06:49.197 24821 24821 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 11:06:49.314 24821 24821 W com.mbwhatsapp: type=1400 audit(0.0:1607549): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 11:06:49.319 24821 24821 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) 03-07 11:06:49.330 24821 24821 W com.mbwhatsapp: type=1400 audit(0.0:1607550): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 11:06:49.346 24821 24821 W com.mbwhatsapp: type=1400 audit(0.0:1607551): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 11:06:49.438 24821 24821 W com.mbwhatsapp: type=1400 audit(0.0:1607552): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 11:06:49.450 24821 24821 W com.mbwhatsapp: type=1400 audit(0.0:1607553): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 11:06:49.450 24821 24821 W com.mbwhatsapp: type=1400 audit(0.0:1607554): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 11:06:49.450 24821 24821 W com.mbwhatsapp: type=1400 audit(0.0:1607555): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 11:06:49.530 24821 24821 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 800ms 03-07 11:06:49.545 24821 24869 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 11:06:49.545 24821 24869 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 11:06:49.545 24821 24869 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 11:06:49.548 24821 24821 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1385ms --------- beginning of system 03-07 11:06:49.548 24821 24821 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 11:08:39.175 25265 25265 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 11:08:39.395 25265 25265 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 11:08:39.402 25265 25265 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 11:08:39.403 25265 25265 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 11:08:39.403 25265 25265 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 11:08:39.403 25265 25265 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 11:08:39.403 25265 25265 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 11:08:39.403 25265 25265 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 11:08:39.403 25265 25265 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 11:08:39.403 25265 25265 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 11:08:39.403 25265 25265 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 11:08:39.403 25265 25265 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 11:08:39.403 25265 25265 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 11:08:39.403 25265 25265 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 11:08:39.403 25265 25265 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 11:08:39.403 25265 25265 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 11:08:39.403 25265 25265 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 11:08:39.403 25265 25265 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 11:08:39.403 25265 25265 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 11:08:39.403 25265 25265 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 11:08:39.403 25265 25265 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 11:08:39.403 25265 25265 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 11:08:39.437 25265 25265 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 11:08:39.812 25265 25265 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 11:08:39.812 25265 25265 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 11:08:39.882 25265 25265 W com.mbwhatsapp: type=1400 audit(0.0:1607562): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 11:08:39.888 25265 25265 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) 03-07 11:08:39.890 25265 25265 W com.mbwhatsapp: type=1400 audit(0.0:1607563): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 11:08:39.902 25265 25265 W com.mbwhatsapp: type=1400 audit(0.0:1607564): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 11:08:39.950 25265 25265 W com.mbwhatsapp: type=1400 audit(0.0:1607565): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 11:08:39.962 25265 25265 W com.mbwhatsapp: type=1400 audit(0.0:1607566): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 11:08:39.962 25265 25265 W com.mbwhatsapp: type=1400 audit(0.0:1607567): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 11:08:40.066 25265 25265 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 550ms 03-07 11:08:40.079 25265 25265 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 887ms --------- beginning of system 03-07 11:08:40.079 25265 25265 W ActivityThread: Main thread can not be idle for a long time. 03-07 11:08:40.091 25265 25327 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 11:08:40.091 25265 25327 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 11:08:40.091 25265 25327 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 11:09:22.406 25745 25745 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 11:09:22.605 25745 25745 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 11:09:22.613 25745 25745 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 11:09:22.613 25745 25745 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 11:09:22.613 25745 25745 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 11:09:22.613 25745 25745 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 11:09:22.613 25745 25745 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 11:09:22.613 25745 25745 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 11:09:22.613 25745 25745 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 11:09:22.613 25745 25745 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 11:09:22.613 25745 25745 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 11:09:22.613 25745 25745 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 11:09:22.613 25745 25745 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 11:09:22.613 25745 25745 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 11:09:22.613 25745 25745 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 11:09:22.613 25745 25745 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 11:09:22.613 25745 25745 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 11:09:22.613 25745 25745 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 11:09:22.613 25745 25745 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 11:09:22.613 25745 25745 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 11:09:22.613 25745 25745 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 11:09:22.613 25745 25745 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 11:09:22.635 25745 25745 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 11:09:22.991 25745 25745 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 11:09:22.992 25745 25745 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 11:09:23.035 25745 25745 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) 03-07 11:09:23.215 25745 25745 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 533ms 03-07 11:09:23.216 25745 25794 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 11:09:23.216 25745 25794 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 11:09:23.216 25745 25794 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 11:09:23.223 25745 25745 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 796ms --------- beginning of system 03-07 11:09:23.223 25745 25745 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 03-07 11:12:00.185 27039 27039 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 11:12:00.374 27039 27039 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 11:12:00.376 27039 27039 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 11:12:00.376 27039 27039 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 11:12:00.376 27039 27039 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 11:12:00.376 27039 27039 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 11:12:00.376 27039 27039 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 11:12:00.376 27039 27039 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 11:12:00.376 27039 27039 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 11:12:00.376 27039 27039 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 11:12:00.376 27039 27039 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 11:12:00.377 27039 27039 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 11:12:00.377 27039 27039 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 11:12:00.377 27039 27039 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 11:12:00.377 27039 27039 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 11:12:00.377 27039 27039 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 11:12:00.377 27039 27039 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 11:12:00.377 27039 27039 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 11:12:00.377 27039 27039 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 11:12:00.377 27039 27039 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 11:12:00.377 27039 27039 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 11:12:00.377 27039 27039 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 11:12:00.414 27039 27039 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 11:12:00.776 27039 27039 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 11:12:00.776 27039 27039 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 11:12:00.842 27039 27039 W com.mbwhatsapp: type=1400 audit(0.0:1607771): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 11:12:00.847 27039 27039 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) 03-07 11:12:00.850 27039 27039 W com.mbwhatsapp: type=1400 audit(0.0:1607772): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 11:12:00.866 27039 27039 W com.mbwhatsapp: type=1400 audit(0.0:1607773): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 11:12:00.938 27039 27039 W com.mbwhatsapp: type=1400 audit(0.0:1607774): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 11:12:00.954 27039 27039 W com.mbwhatsapp: type=1400 audit(0.0:1607775): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 11:12:00.954 27039 27039 W com.mbwhatsapp: type=1400 audit(0.0:1607776): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 11:12:01.056 27039 27039 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 592ms 03-07 11:12:01.062 27039 27039 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 863ms --------- beginning of system 03-07 11:12:01.062 27039 27039 W ActivityThread: Main thread can not be idle for a long time. 03-07 11:12:01.067 27039 27099 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 11:12:01.067 27039 27099 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 11:12:01.067 27039 27099 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 11:12:41.956 27351 27351 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 11:12:42.229 27351 27351 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 11:12:42.232 27351 27351 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 11:12:42.232 27351 27351 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 11:12:42.232 27351 27351 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 11:12:42.232 27351 27351 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 11:12:42.232 27351 27351 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 11:12:42.232 27351 27351 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 11:12:42.232 27351 27351 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 11:12:42.232 27351 27351 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 11:12:42.232 27351 27351 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 11:12:42.232 27351 27351 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 11:12:42.232 27351 27351 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 11:12:42.232 27351 27351 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 11:12:42.232 27351 27351 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 11:12:42.232 27351 27351 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 11:12:42.232 27351 27351 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 11:12:42.232 27351 27351 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 11:12:42.232 27351 27351 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 11:12:42.232 27351 27351 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 11:12:42.232 27351 27351 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 11:12:42.232 27351 27351 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 11:12:42.276 27351 27351 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 11:12:42.748 27351 27351 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 11:12:42.748 27351 27351 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 11:12:42.814 27351 27351 W com.mbwhatsapp: type=1400 audit(0.0:1607778): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 11:12:42.821 27351 27351 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) 03-07 11:12:42.838 27351 27351 W com.mbwhatsapp: type=1400 audit(0.0:1607779): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 11:12:42.850 27351 27351 W com.mbwhatsapp: type=1400 audit(0.0:1607780): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 11:12:42.938 27351 27351 W com.mbwhatsapp: type=1400 audit(0.0:1607781): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=7675 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 11:12:42.950 27351 27351 W com.mbwhatsapp: type=1400 audit(0.0:1607782): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=10592 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 11:12:43.073 27351 27351 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 727ms 03-07 11:12:43.080 27351 27351 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1108ms --------- beginning of system 03-07 11:12:43.080 27351 27351 W ActivityThread: Main thread can not be idle for a long time. 03-07 11:12:43.099 27351 27468 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 11:12:43.099 27351 27468 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 11:12:43.099 27351 27468 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 11:13:22.412 27977 27977 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 11:13:22.908 27977 27977 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 11:13:22.920 27977 27977 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 11:13:22.920 27977 27977 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 11:13:22.920 27977 27977 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 11:13:22.920 27977 27977 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 11:13:22.920 27977 27977 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 11:13:22.920 27977 27977 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 11:13:22.920 27977 27977 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 11:13:22.920 27977 27977 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 11:13:22.920 27977 27977 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 11:13:22.920 27977 27977 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 11:13:22.920 27977 27977 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 11:13:22.920 27977 27977 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 11:13:22.920 27977 27977 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 11:13:22.920 27977 27977 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 11:13:22.920 27977 27977 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 11:13:22.920 27977 27977 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 11:13:22.920 27977 27977 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 11:13:22.920 27977 27977 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 11:13:22.920 27977 27977 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 11:13:22.920 27977 27977 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 11:13:22.960 27977 27977 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 11:13:23.908 27977 27977 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 11:13:23.908 27977 27977 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 11:13:23.986 27977 27977 W com.mbwhatsapp: type=1400 audit(0.0:1607835): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 11:13:23.990 27977 27977 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) 03-07 11:13:24.244 27977 27977 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1089ms 03-07 11:13:24.258 27977 28105 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 11:13:24.258 27977 28105 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 11:13:24.258 27977 28105 W com.mbwhatsapp: and incorrect proguard optimizations. 03-07 11:13:24.265 27977 27977 W CheckTime: App running slow: Executing com.mbwhatsapp.yo.autoschedreply.Receiver scheduleReceive took 1804ms --------- beginning of system 03-07 11:13:24.265 27977 27977 W ActivityThread: Main thread can not be idle for a long time. 03-07 11:13:24.925 28118 28118 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. --------- beginning of main 03-07 11:13:25.112 28118 28118 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 11:13:25.115 28118 28118 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 11:13:25.115 28118 28118 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 11:13:25.115 28118 28118 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 11:13:25.115 28118 28118 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 11:13:25.115 28118 28118 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 11:13:25.115 28118 28118 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 11:13:25.115 28118 28118 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 11:13:25.115 28118 28118 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 11:13:25.115 28118 28118 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 11:13:25.115 28118 28118 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 11:13:25.115 28118 28118 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 11:13:25.115 28118 28118 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 11:13:25.115 28118 28118 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 11:13:25.115 28118 28118 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 11:13:25.115 28118 28118 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 11:13:25.115 28118 28118 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 11:13:25.115 28118 28118 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 11:13:25.115 28118 28118 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 11:13:25.115 28118 28118 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 11:13:25.115 28118 28118 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 11:13:25.136 28118 28118 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 11:13:25.522 28118 28118 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 11:13:25.523 28118 28118 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 11:13:25.574 28118 28118 W com.mbwhatsapp: type=1400 audit(0.0:1607846): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=9380 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 11:13:25.580 28118 28118 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) 03-07 11:13:25.586 28118 28118 W com.mbwhatsapp: type=1400 audit(0.0:1607847): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=4006 scontext=u:r:untrusted_app:s0:c216,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c216,c256,c512,c768 tclass=file app=com.mbwhatsapp 03-07 11:13:25.781 28118 28118 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 577ms 03-07 11:13:25.816 28118 28196 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 03-07 11:13:25.816 28118 28196 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-07 11:13:25.816 28118 28196 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 03-07 11:13:56.200 28391 28391 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-07 11:13:56.451 28391 28391 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-07 11:13:56.454 28391 28391 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-07 11:13:56.454 28391 28391 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1131) 03-07 11:13:56.454 28391 28391 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1085) 03-07 11:13:56.454 28391 28391 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) 03-07 11:13:56.454 28391 28391 W System.err: at java.lang.System.loadLibrary(System.java:1664) 03-07 11:13:56.454 28391 28391 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-07 11:13:56.454 28391 28391 W System.err: at java.lang.Class.newInstance(Native Method) 03-07 11:13:56.454 28391 28391 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-07 11:13:56.454 28391 28391 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-07 11:13:56.454 28391 28391 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1158) 03-07 11:13:56.454 28391 28391 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1271) 03-07 11:13:56.454 28391 28391 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6884) 03-07 11:13:56.454 28391 28391 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:260) 03-07 11:13:56.454 28391 28391 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955) 03-07 11:13:56.454 28391 28391 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-07 11:13:56.454 28391 28391 W System.err: at android.os.Looper.loop(Looper.java:223) 03-07 11:13:56.454 28391 28391 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7950) 03-07 11:13:56.454 28391 28391 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-07 11:13:56.454 28391 28391 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) 03-07 11:13:56.454 28391 28391 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 03-07 11:13:56.503 28391 28391 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-07 11:13:56.863 28391 28391 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist- max-q,core-platform-api, reflection, denied) 03-07 11:13:56.863 28391 28391 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (greylist-max-q, reflection, denied) 03-07 11:13:56.903 28391 28391 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) 03-07 11:13:57.030 28391 28391 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 459ms 03-07 11:13:57.034 28391 28440 W com.mbwhatsapp: Class X.2rL fa