The document contains log output from an Android application. It reports errors loading classes and resources, and slow execution times for certain processes during app startup.
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
15 views
Logcat
The document contains log output from an Android application. It reports errors loading classes and resources, and slow execution times for certain processes during app startup.
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 34
--------- beginning of main
04-29 00:57:52.374 31957 31957 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent. 04-29 00:57:53.067 31957 31957 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 04-29 00:57:53.075 31957 31957 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 04-29 00:57:53.075 31957 31957 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1121) 04-29 00:57:53.075 31957 31957 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1075) 04-29 00:57:53.075 31957 31957 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:998) 04-29 00:57:53.075 31957 31957 W System.err: at java.lang.System.loadLibrary(System.java:1656) 04-29 00:57:53.075 31957 31957 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 04-29 00:57:53.075 31957 31957 W System.err: at java.lang.Class.newInstance(Native Method) 04-29 00:57:53.075 31957 31957 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 04-29 00:57:53.075 31957 31957 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 04-29 00:57:53.075 31957 31957 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1177) 04-29 00:57:53.075 31957 31957 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1366) 04-29 00:57:53.075 31957 31957 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6804) 04-29 00:57:53.075 31957 31957 W System.err: at android.app.ActivityThread.access$1500(ActivityThread.java:272) 04-29 00:57:53.075 31957 31957 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2119) 04-29 00:57:53.075 31957 31957 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 04-29 00:57:53.075 31957 31957 W System.err: at android.os.Looper.loopOnce(Looper.java:201) 04-29 00:57:53.075 31957 31957 W System.err: at android.os.Looper.loop(Looper.java:288) 04-29 00:57:53.075 31957 31957 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7981) 04-29 00:57:53.075 31957 31957 W System.err: at java.lang.reflect.Method.invoke(Native Method) 04-29 00:57:53.075 31957 31957 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:553) 04-29 00:57:53.075 31957 31957 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) 04-29 00:57:53.201 31957 31957 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 210ms 04-29 00:57:53.219 31957 31957 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 04-29 00:57:53.421 31957 31957 W CheckTime: App running slow: Executing handleBindApplication : installContentProviders took 220ms 04-29 00:57:54.781 31957 31989 W LibraryVersion: Failed to get app version for libraryName: firebase-iid 04-29 00:57:55.478 32019 32019 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 04-29 00:57:55.667 32019 32019 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 04-29 00:57:55.668 32019 32019 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 04-29 00:57:55.668 32019 32019 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1121) 04-29 00:57:55.668 32019 32019 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1075) 04-29 00:57:55.668 32019 32019 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:998) 04-29 00:57:55.668 32019 32019 W System.err: at java.lang.System.loadLibrary(System.java:1656) 04-29 00:57:55.668 32019 32019 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 04-29 00:57:55.668 32019 32019 W System.err: at java.lang.Class.newInstance(Native Method) 04-29 00:57:55.668 32019 32019 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 04-29 00:57:55.668 32019 32019 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 04-29 00:57:55.668 32019 32019 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1177) 04-29 00:57:55.668 32019 32019 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1366) 04-29 00:57:55.668 32019 32019 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6804) 04-29 00:57:55.668 32019 32019 W System.err: at android.app.ActivityThread.access$1500(ActivityThread.java:272) 04-29 00:57:55.668 32019 32019 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2119) 04-29 00:57:55.668 32019 32019 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 04-29 00:57:55.668 32019 32019 W System.err: at android.os.Looper.loopOnce(Looper.java:201) 04-29 00:57:55.668 32019 32019 W System.err: at android.os.Looper.loop(Looper.java:288) 04-29 00:57:55.668 32019 32019 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7981) 04-29 00:57:55.668 32019 32019 W System.err: at java.lang.reflect.Method.invoke(Native Method) 04-29 00:57:55.668 32019 32019 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:553) 04-29 00:57:55.668 32019 32019 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) 04-29 00:57:55.770 32019 32019 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 04-29 00:57:55.877 32019 32039 W LibraryVersion: Failed to get app version for libraryName: firebase-iid 04-29 00:57:56.542 32019 32019 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max- target-q,core-platform-api, reflection, denied) 04-29 00:57:56.542 32019 32019 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max- target-q, reflection, denied) 04-29 00:57:58.514 32019 32019 W com.mbwhatsapp: type=1400 audit(0.0:3627): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-15" ino=680861 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 04-29 00:57:58.518 32019 32019 W com.mbwhatsapp: type=1400 audit(0.0:3628): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 15" ino=680747 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 04-29 00:57:58.530 32019 32019 W com.mbwhatsapp: type=1400 audit(0.0:3629): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-15" ino=680783 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 04-29 00:57:58.586 32019 32019 W com.mbwhatsapp: type=1400 audit(0.0:3630): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-15" ino=680845 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 04-29 00:57:58.602 32019 32019 W com.mbwhatsapp: type=1400 audit(0.0:3631): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-15" ino=680783 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 04-29 00:57:58.755 32019 32019 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 2887ms 04-29 00:57:58.772 32019 32124 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 04-29 00:57:58.772 32019 32124 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 04-29 00:57:58.772 32019 32124 W com.mbwhatsapp: and incorrect proguard optimizations. 04-29 00:57:58.803 32019 32019 W com.mbwhatsapp: Class X.0eU failed lock verification and will run slower. 04-29 00:57:59.897 32019 32019 E com.mbwhatsapp: Invalid ID 0x00000000. 04-29 00:57:59.913 32019 32019 W System.err: android.content.res.Resources$NotFoundException: String resource ID #0x0 04-29 00:57:59.913 32019 32019 W System.err: 04-29 00:57:59.921 32019 32019 W System.err: at android.content.res.Resources.getText(Resources.java:444) 04-29 00:57:59.921 32019 32019 W System.err: 04-29 00:57:59.921 32019 32019 W System.err: at android.content.res.Resources.getString(Resources.java:537) 04-29 00:57:59.922 32019 32019 W System.err: 04-29 00:57:59.922 32019 32019 W System.err: at X.35t.A0E(Unknown Source:46) 04-29 00:57:59.922 32019 32019 W System.err: 04-29 00:57:59.923 32019 32019 W System.err: at com.mbwhatsapp.yo.yo.getString(Native Method) 04-29 00:57:59.923 32019 32019 W System.err: 04-29 00:57:59.924 32019 32019 W System.err: at com.mbwhatsapp.yo.yo.getString(Native Method) 04-29 00:57:59.924 32019 32019 W System.err: 04-29 00:57:59.924 32019 32019 W System.err: at com.mbwhatsapp.youbasha.task.utils.requestAllFilesAccess14(Native Method) 04-29 00:57:59.924 32019 32019 W System.err: 04-29 00:57:59.924 32019 32019 W System.err: at com.mbwhatsapp.yo.dep.showStoragePermissionRequest(Native Method) 04-29 00:57:59.925 32019 32019 W System.err: 04-29 00:57:59.925 32019 32019 W System.err: at com.mbwhatsapp.registration.EULA.onCreate(Unknown Source:248) 04-29 00:57:59.925 32019 32019 W System.err: 04-29 00:57:59.925 32019 32019 W System.err: at android.app.Activity.performCreate(Activity.java:8094) 04-29 00:57:59.926 32019 32019 W System.err: 04-29 00:57:59.926 32019 32019 W System.err: at android.app.Activity.performCreate(Activity.java:8074) 04-29 00:57:59.926 32019 32019 W System.err: 04-29 00:57:59.927 32019 32019 W System.err: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1329) 04-29 00:57:59.927 32019 32019 W System.err: 04-29 00:57:59.927 32019 32019 W System.err: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3677) 04-29 00:57:59.927 32019 32019 W System.err: 04-29 00:57:59.927 32019 32019 W System.err: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3864) 04-29 00:57:59.927 32019 32019 W System.err: 04-29 00:57:59.927 32019 32019 W System.err: at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:10 5) 04-29 00:57:59.927 32019 32019 W System.err: 04-29 00:57:59.927 32019 32019 W System.err: at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu tor.java:136) 04-29 00:57:59.927 32019 32019 W System.err: 04-29 00:57:59.928 32019 32019 W System.err: at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java: 96) 04-29 00:57:59.928 32019 32019 W System.err: 04-29 00:57:59.928 32019 32019 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2276) 04-29 00:57:59.928 32019 32019 W System.err: 04-29 00:57:59.929 32019 32019 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 04-29 00:57:59.929 32019 32019 W System.err: 04-29 00:57:59.929 32019 32019 W System.err: at android.os.Looper.loopOnce(Looper.java:201) 04-29 00:57:59.929 32019 32019 W System.err: 04-29 00:57:59.929 32019 32019 W System.err: at android.os.Looper.loop(Looper.java:288) 04-29 00:57:59.929 32019 32019 W System.err: 04-29 00:57:59.929 32019 32019 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7981) 04-29 00:57:59.930 32019 32019 W System.err: 04-29 00:57:59.930 32019 32019 W System.err: at java.lang.reflect.Method.invoke(Native Method) 04-29 00:57:59.930 32019 32019 W System.err: 04-29 00:57:59.930 32019 32019 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:553) 04-29 00:57:59.931 32019 32019 W System.err: 04-29 00:57:59.931 32019 32019 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) 04-29 00:57:59.931 32019 32019 W System.err: 04-29 00:58:00.387 32019 32019 W CheckTime: App running slow: Executing activity onCreate took 878ms 04-29 00:58:00.738 32019 32019 W Activity: Can request only one set of permissions at a time 04-29 00:58:01.171 32019 32190 E RenderScript: Failed to find hal setup entry points: undefined symbol: rsdHalAbort 04-29 00:58:01.172 32019 32190 E RenderScript: Failed to load runtime , loading default 04-29 00:58:01.415 32019 32019 E ArmVmp : Match on catch block at 0x0a in for 0x121 04-29 00:58:01.824 32019 32019 E Dialog : show dialog view = DecorView@d38d99b[EULA] 04-29 00:58:02.373 32019 32019 W CheckTime: App running slow: Executing com.google.firebase.iid.FirebaseInstanceIdReceiver scheduleReceive took 294ms 04-29 00:58:04.580 32019 32019 E com.mbwhatsapp: Invalid ID 0x00000000. 04-29 00:58:04.587 32019 32019 E com.mbwhatsapp: Invalid ID 0x00000000. 04-29 00:58:04.588 32019 32019 E com.mbwhatsapp: Invalid ID 0x00000000. 04-29 00:58:04.589 32019 32019 E com.mbwhatsapp: Invalid ID 0x00000000. 04-29 00:58:04.589 32019 32019 E com.mbwhatsapp: Invalid ID 0x00000000. 04-29 00:58:04.592 32019 32019 E com.mbwhatsapp: Invalid ID 0x00000000. 04-29 00:58:04.593 32019 32019 E com.mbwhatsapp: Invalid ID 0x00000000. 04-29 00:58:04.593 32019 32019 E com.mbwhatsapp: Invalid ID 0x00000000. --------- beginning of system 04-29 00:58:15.707 32019 32136 W CheckTime: System running slow: Executing root = android.view.UnisocViewRootImpl@11583e0 , this = DecorView@3979699[EULA] [Warning] Frame time too long , Received frameCompleteCallback frameNum = 1 took 895ms 04-29 00:58:17.877 32019 32019 E Dialog : remove dialog view = DecorView@d38d99b[EULA] 04-29 00:58:22.310 32019 907 E ShortcutInfoCompatSaver: Failed to load saved values from file /data/user/0/com.mbwhatsapp/files/ShortcutInfoCompatSaver_share_targets/ targets.xml. Old state removed, new added 04-29 00:58:22.310 32019 907 E ShortcutInfoCompatSaver: java.io.FileNotFoundException: /data/user/0/com.mbwhatsapp/files/ShortcutInfoCompatSaver_share_targets/ targets.xml: open failed: ENOENT (No such file or directory) 04-29 00:58:22.310 32019 907 E ShortcutInfoCompatSaver: at libcore.io.IoBridge.open(IoBridge.java:575) 04-29 00:58:22.310 32019 907 E ShortcutInfoCompatSaver: at java.io.FileInputStream.<init>(FileInputStream.java:160) 04-29 00:58:22.310 32019 907 E ShortcutInfoCompatSaver: at X.0nz.run(Unknown Source:82) 04-29 00:58:22.310 32019 907 E ShortcutInfoCompatSaver: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462) 04-29 00:58:22.310 32019 907 E ShortcutInfoCompatSaver: at java.util.concurrent.FutureTask.run(FutureTask.java:266) 04-29 00:58:22.310 32019 907 E ShortcutInfoCompatSaver: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 04-29 00:58:22.310 32019 907 E ShortcutInfoCompatSaver: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 04-29 00:58:22.310 32019 907 E ShortcutInfoCompatSaver: at java.lang.Thread.run(Thread.java:920) 04-29 00:58:22.310 32019 907 E ShortcutInfoCompatSaver: Caused by: android.system.ErrnoException: open failed: ENOENT (No such file or directory) 04-29 00:58:22.310 32019 907 E ShortcutInfoCompatSaver: at libcore.io.Linux.open(Native Method) 04-29 00:58:22.310 32019 907 E ShortcutInfoCompatSaver: at libcore.io.ForwardingOs.open(ForwardingOs.java:567) 04-29 00:58:22.310 32019 907 E ShortcutInfoCompatSaver: at libcore.io.BlockGuardOs.open(BlockGuardOs.java:273) 04-29 00:58:22.310 32019 907 E ShortcutInfoCompatSaver: at libcore.io.ForwardingOs.open(ForwardingOs.java:567) 04-29 00:58:22.310 32019 907 E ShortcutInfoCompatSaver: at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:7865) 04-29 00:58:22.310 32019 907 E ShortcutInfoCompatSaver: at libcore.io.IoBridge.open(IoBridge.java:561) 04-29 00:58:22.310 32019 907 E ShortcutInfoCompatSaver: ... 7 more 04-29 00:58:22.565 32019 32136 E FrameEvents: updateAcquireFence: Did not find frame. 04-29 00:58:22.587 32019 32136 E FrameEvents: updateAcquireFence: Did not find frame. 04-29 00:58:22.607 32019 32136 E FrameEvents: updateAcquireFence: Did not find frame. 04-29 00:58:22.630 32019 32019 W com.mbwhatsapp: type=1400 audit(0.0:3732): avc: denied { read } for name="osrelease" dev="proc" ino=1701053 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 app=com.mbwhatsapp 04-29 00:58:22.634 32019 32019 W com.mbwhatsapp: type=1400 audit(0.0:3733): avc: denied { read } for name="version" dev="proc" ino=1701054 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 app=com.mbwhatsapp 04-29 00:58:26.771 32019 32019 E Dialog : show dialog view = DecorView@2e04083[RegisterPhone] 04-29 00:58:38.906 32019 32019 E Dialog : remove dialog view = DecorView@2e04083[RegisterPhone] 04-29 00:58:40.637 32019 32029 W System : A resource failed to call destroy. 04-29 00:58:40.637 32019 32029 W System : A resource failed to call destroy. --------- beginning of main 04-29 17:26:14.381 1907 1907 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 04-29 17:26:15.043 1907 1907 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 04-29 17:26:15.052 1907 1907 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 04-29 17:26:15.052 1907 1907 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1121) 04-29 17:26:15.052 1907 1907 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1075) 04-29 17:26:15.052 1907 1907 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:998) 04-29 17:26:15.052 1907 1907 W System.err: at java.lang.System.loadLibrary(System.java:1656) 04-29 17:26:15.052 1907 1907 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 04-29 17:26:15.052 1907 1907 W System.err: at java.lang.Class.newInstance(Native Method) 04-29 17:26:15.052 1907 1907 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 04-29 17:26:15.052 1907 1907 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 04-29 17:26:15.052 1907 1907 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1177) 04-29 17:26:15.052 1907 1907 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1366) 04-29 17:26:15.052 1907 1907 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6804) 04-29 17:26:15.052 1907 1907 W System.err: at android.app.ActivityThread.access$1500(ActivityThread.java:272) 04-29 17:26:15.052 1907 1907 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2119) 04-29 17:26:15.052 1907 1907 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 04-29 17:26:15.052 1907 1907 W System.err: at android.os.Looper.loopOnce(Looper.java:201) 04-29 17:26:15.052 1907 1907 W System.err: at android.os.Looper.loop(Looper.java:288) 04-29 17:26:15.052 1907 1907 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7981) 04-29 17:26:15.052 1907 1907 W System.err: at java.lang.reflect.Method.invoke(Native Method) 04-29 17:26:15.052 1907 1907 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:553) 04-29 17:26:15.052 1907 1907 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) 04-29 17:26:15.173 1907 1907 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 04-29 17:26:15.797 1907 1907 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max- target-q,core-platform-api, reflection, denied) 04-29 17:26:15.798 1907 1907 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max- target-q, reflection, denied) 04-29 17:26:15.850 1907 1907 W com.mbwhatsapp: type=1400 audit(0.0:46442): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-15" ino=680861 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 04-29 17:26:15.866 1907 1907 W com.mbwhatsapp: type=1400 audit(0.0:46443): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 15" ino=680747 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 04-29 17:26:15.878 1907 1907 W com.mbwhatsapp: type=1400 audit(0.0:46444): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-15" ino=680783 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 04-29 17:26:15.998 1907 1907 W com.mbwhatsapp: type=1400 audit(0.0:46445): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-15" ino=680845 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 04-29 17:26:16.010 1907 1907 W com.mbwhatsapp: type=1400 audit(0.0:46446): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-15" ino=680783 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 04-29 17:26:16.010 1907 1907 W com.mbwhatsapp: type=1400 audit(0.0:46447): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-15" ino=680783 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 04-29 17:26:16.010 1907 1907 W com.mbwhatsapp: type=1400 audit(0.0:46448): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-15" ino=680783 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 04-29 17:26:16.145 1907 1907 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 854ms 04-29 17:26:16.175 1907 1907 W com.mbwhatsapp: Class X.0eU failed lock verification and will run slower. 04-29 17:26:16.175 1907 1907 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 04-29 17:26:16.175 1907 1907 W com.mbwhatsapp: and incorrect proguard optimizations. 04-29 17:26:16.185 1907 1963 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 04-29 17:26:19.590 1907 1907 W com.mbwhatsapp: type=1400 audit(0.0:46457): avc: denied { read } for name="osrelease" dev="proc" ino=12659816 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 app=com.mbwhatsapp 04-29 17:26:19.590 1907 1907 W com.mbwhatsapp: type=1400 audit(0.0:46458): avc: denied { read } for name="version" dev="proc" ino=12659817 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 app=com.mbwhatsapp --------- beginning of main 05-01 18:28:56.646 4133 4133 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 05-01 18:28:57.478 4133 4133 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 05-01 18:28:57.482 4133 4133 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 05-01 18:28:57.482 4133 4133 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1121) 05-01 18:28:57.482 4133 4133 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1075) 05-01 18:28:57.482 4133 4133 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:998) 05-01 18:28:57.482 4133 4133 W System.err: at java.lang.System.loadLibrary(System.java:1656) 05-01 18:28:57.482 4133 4133 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 05-01 18:28:57.482 4133 4133 W System.err: at java.lang.Class.newInstance(Native Method) 05-01 18:28:57.482 4133 4133 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 05-01 18:28:57.482 4133 4133 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 05-01 18:28:57.482 4133 4133 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1177) 05-01 18:28:57.482 4133 4133 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1366) 05-01 18:28:57.482 4133 4133 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6804) 05-01 18:28:57.482 4133 4133 W System.err: at android.app.ActivityThread.access$1500(ActivityThread.java:272) 05-01 18:28:57.482 4133 4133 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2119) 05-01 18:28:57.482 4133 4133 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 05-01 18:28:57.482 4133 4133 W System.err: at android.os.Looper.loopOnce(Looper.java:201) 05-01 18:28:57.482 4133 4133 W System.err: at android.os.Looper.loop(Looper.java:288) 05-01 18:28:57.482 4133 4133 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7981) 05-01 18:28:57.482 4133 4133 W System.err: at java.lang.reflect.Method.invoke(Native Method) 05-01 18:28:57.482 4133 4133 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:553) 05-01 18:28:57.482 4133 4133 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) 05-01 18:28:57.618 4133 4133 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 267ms 05-01 18:28:57.631 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. 05-01 18:28:58.499 4133 4133 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max- target-q,core-platform-api, reflection, denied) 05-01 18:28:58.499 4133 4133 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max- target-q, reflection, denied) 05-01 18:28:58.581 4133 4133 W com.mbwhatsapp: type=1400 audit(0.0:9221): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-15" ino=680861 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-01 18:28:58.597 4133 4133 W com.mbwhatsapp: type=1400 audit(0.0:9222): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 15" ino=680747 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-01 18:28:58.625 4133 4133 W com.mbwhatsapp: type=1400 audit(0.0:9223): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-15" ino=680783 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-01 18:28:58.797 4133 4133 W com.mbwhatsapp: type=1400 audit(0.0:9224): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-15" ino=680845 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-01 18:28:58.817 4133 4133 W com.mbwhatsapp: type=1400 audit(0.0:9225): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-15" ino=680783 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-01 18:28:58.972 4133 4133 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1218ms 05-01 18:28:58.990 4133 4224 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 05-01 18:28:58.990 4133 4224 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 05-01 18:28:58.990 4133 4224 W com.mbwhatsapp: and incorrect proguard optimizations. 05-01 18:28:59.675 4133 4295 W WM-Processor: Didn't find WorkSpec for id WorkGenerationalId(workSpecId=dde8396d-9aae-47c7-bdfd-4872ea5c0d77, generation=0) 05-01 18:28:59.691 4133 4253 W WM-Processor: Didn't find WorkSpec for id WorkGenerationalId(workSpecId=dde8396d-9aae-47c7-bdfd-4872ea5c0d77, generation=0) --------- beginning of main 05-02 23:24:32.401 18688 18688 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 05-02 23:24:33.159 18688 18688 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 05-02 23:24:33.165 18688 18688 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 05-02 23:24:33.165 18688 18688 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1121) 05-02 23:24:33.165 18688 18688 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1075) 05-02 23:24:33.165 18688 18688 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:998) 05-02 23:24:33.165 18688 18688 W System.err: at java.lang.System.loadLibrary(System.java:1656) 05-02 23:24:33.165 18688 18688 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 05-02 23:24:33.165 18688 18688 W System.err: at java.lang.Class.newInstance(Native Method) 05-02 23:24:33.165 18688 18688 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 05-02 23:24:33.165 18688 18688 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 05-02 23:24:33.165 18688 18688 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1177) 05-02 23:24:33.165 18688 18688 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1366) 05-02 23:24:33.165 18688 18688 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6804) 05-02 23:24:33.165 18688 18688 W System.err: at android.app.ActivityThread.access$1500(ActivityThread.java:272) 05-02 23:24:33.165 18688 18688 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2119) 05-02 23:24:33.165 18688 18688 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 05-02 23:24:33.165 18688 18688 W System.err: at android.os.Looper.loopOnce(Looper.java:201) 05-02 23:24:33.165 18688 18688 W System.err: at android.os.Looper.loop(Looper.java:288) 05-02 23:24:33.165 18688 18688 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7981) 05-02 23:24:33.165 18688 18688 W System.err: at java.lang.reflect.Method.invoke(Native Method) 05-02 23:24:33.165 18688 18688 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:553) 05-02 23:24:33.165 18688 18688 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) 05-02 23:24:33.308 18688 18688 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 241ms 05-02 23:24:33.351 18688 18688 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 05-02 23:24:33.652 18688 18688 W CheckTime: App running slow: Executing handleBindApplication : installContentProviders took 344ms 05-02 23:24:34.704 18688 18688 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max- target-q,core-platform-api, reflection, denied) 05-02 23:24:34.704 18688 18688 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max- target-q, reflection, denied) 05-02 23:24:34.829 18688 18688 W com.mbwhatsapp: type=1400 audit(0.0:17333): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-15" ino=680861 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-02 23:24:35.531 18688 18688 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1879ms 05-02 23:24:35.614 18688 18688 W com.mbwhatsapp: Class X.0eU failed lock verification and will run slower. 05-02 23:24:35.614 18688 18688 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 05-02 23:24:35.614 18688 18688 W com.mbwhatsapp: and incorrect proguard optimizations. 05-02 23:24:35.645 18688 18870 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 05-02 23:24:36.526 18688 18688 W CheckTime: App running slow: Executing activity onCreate took 874ms 05-02 23:24:37.968 18688 18947 W WM-Processor: Didn't find WorkSpec for id WorkGenerationalId(workSpecId=37248b65-4cc6-41aa-b578-fd166d53f21c, generation=0) 05-02 23:24:37.972 18688 18947 W WM-Processor: Didn't find WorkSpec for id WorkGenerationalId(workSpecId=37248b65-4cc6-41aa-b578-fd166d53f21c, generation=0) --------- beginning of main 05-03 09:08:03.924 3403 3403 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 05-03 09:08:04.561 3403 3403 W CheckTime: App running slow: Executing application classloader create took 536ms 05-03 09:08:04.664 3403 3403 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 05-03 09:08:04.665 3403 3403 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 05-03 09:08:04.666 3403 3403 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1121) 05-03 09:08:04.666 3403 3403 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1075) 05-03 09:08:04.666 3403 3403 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:998) 05-03 09:08:04.666 3403 3403 W System.err: at java.lang.System.loadLibrary(System.java:1656) 05-03 09:08:04.666 3403 3403 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 05-03 09:08:04.666 3403 3403 W System.err: at java.lang.Class.newInstance(Native Method) 05-03 09:08:04.666 3403 3403 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 05-03 09:08:04.666 3403 3403 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 05-03 09:08:04.666 3403 3403 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1177) 05-03 09:08:04.666 3403 3403 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1366) 05-03 09:08:04.666 3403 3403 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6804) 05-03 09:08:04.666 3403 3403 W System.err: at android.app.ActivityThread.access$1500(ActivityThread.java:272) 05-03 09:08:04.666 3403 3403 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2119) 05-03 09:08:04.666 3403 3403 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 05-03 09:08:04.666 3403 3403 W System.err: at android.os.Looper.loopOnce(Looper.java:201) 05-03 09:08:04.666 3403 3403 W System.err: at android.os.Looper.loop(Looper.java:288) 05-03 09:08:04.666 3403 3403 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7981) 05-03 09:08:04.666 3403 3403 W System.err: at java.lang.reflect.Method.invoke(Native Method) 05-03 09:08:04.666 3403 3403 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:553) 05-03 09:08:04.666 3403 3403 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) 05-03 09:08:04.786 3403 3403 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 05-03 09:08:05.583 3403 3403 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max- target-q,core-platform-api, reflection, denied) 05-03 09:08:05.584 3403 3403 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max- target-q, reflection, denied) 05-03 09:08:05.652 3403 3403 W com.mbwhatsapp: type=1400 audit(0.0:41718): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-15" ino=680861 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-03 09:08:05.672 3403 3403 W com.mbwhatsapp: type=1400 audit(0.0:41719): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 15" ino=680747 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-03 09:08:05.688 3403 3403 W com.mbwhatsapp: type=1400 audit(0.0:41720): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-15" ino=680783 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-03 09:08:05.840 3403 3403 W com.mbwhatsapp: type=1400 audit(0.0:41721): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-15" ino=680845 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-03 09:08:06.030 3403 3403 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1086ms 05-03 09:08:06.052 3403 3509 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 05-03 09:08:06.052 3403 3509 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 05-03 09:08:06.052 3403 3509 W com.mbwhatsapp: and incorrect proguard optimizations. 05-03 09:08:06.064 3403 3403 W com.mbwhatsapp: Class X.0eU failed lock verification and will run slower. 05-03 09:08:12.080 3403 3403 E Dialog : show dialog view = DecorView@ad3b705[RegisterPhone] 05-03 09:08:14.971 3403 3403 E Dialog : remove dialog view = DecorView@ad3b705[RegisterPhone] 05-03 09:08:14.971 3403 3403 W InputEventReceiver: Attempted to finish an input event but the input event receiver has already been disposed. 05-03 09:08:18.665 3403 3403 E Dialog : show dialog view = DecorView@c4978d4[RegisterPhone] 05-03 09:08:23.461 3403 3403 E Dialog : remove dialog view = DecorView@c4978d4[RegisterPhone] 05-03 09:08:23.461 3403 3403 W InputEventReceiver: Attempted to finish an input event but the input event receiver has already been disposed. --------- beginning of main 05-03 10:45:05.621 9274 9274 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 05-03 10:45:06.260 9274 9274 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 05-03 10:45:06.262 9274 9274 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 05-03 10:45:06.262 9274 9274 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1121) 05-03 10:45:06.262 9274 9274 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1075) 05-03 10:45:06.262 9274 9274 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:998) 05-03 10:45:06.262 9274 9274 W System.err: at java.lang.System.loadLibrary(System.java:1656) 05-03 10:45:06.262 9274 9274 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 05-03 10:45:06.262 9274 9274 W System.err: at java.lang.Class.newInstance(Native Method) 05-03 10:45:06.262 9274 9274 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 05-03 10:45:06.262 9274 9274 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 05-03 10:45:06.262 9274 9274 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1177) 05-03 10:45:06.262 9274 9274 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1366) 05-03 10:45:06.262 9274 9274 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6804) 05-03 10:45:06.262 9274 9274 W System.err: at android.app.ActivityThread.access$1500(ActivityThread.java:272) 05-03 10:45:06.262 9274 9274 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2119) 05-03 10:45:06.262 9274 9274 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 05-03 10:45:06.262 9274 9274 W System.err: at android.os.Looper.loopOnce(Looper.java:201) 05-03 10:45:06.262 9274 9274 W System.err: at android.os.Looper.loop(Looper.java:288) 05-03 10:45:06.262 9274 9274 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7981) 05-03 10:45:06.262 9274 9274 W System.err: at java.lang.reflect.Method.invoke(Native Method) 05-03 10:45:06.262 9274 9274 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:553) 05-03 10:45:06.262 9274 9274 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) 05-03 10:45:06.361 9274 9274 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 05-03 10:45:07.182 9274 9274 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max- target-q,core-platform-api, reflection, denied) 05-03 10:45:07.182 9274 9274 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max- target-q, reflection, denied) 05-03 10:45:07.231 9274 9274 W com.mbwhatsapp: type=1400 audit(0.0:49618): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-15" ino=680861 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-03 10:45:07.243 9274 9274 W com.mbwhatsapp: type=1400 audit(0.0:49619): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 15" ino=680747 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-03 10:45:07.259 9274 9274 W com.mbwhatsapp: type=1400 audit(0.0:49620): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-15" ino=680783 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-03 10:45:07.375 9274 9274 W com.mbwhatsapp: type=1400 audit(0.0:49621): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-15" ino=680845 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-03 10:45:07.391 9274 9274 W com.mbwhatsapp: type=1400 audit(0.0:49622): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-15" ino=680783 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-03 10:45:07.391 9274 9274 W com.mbwhatsapp: type=1400 audit(0.0:49623): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-15" ino=680783 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-03 10:45:07.508 9274 9274 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1066ms 05-03 10:45:07.531 9274 9380 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 05-03 10:45:07.531 9274 9380 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 05-03 10:45:07.531 9274 9380 W com.mbwhatsapp: and incorrect proguard optimizations. 05-03 10:45:07.539 9274 9274 W com.mbwhatsapp: Class X.0eU failed lock verification and will run slower. 05-03 10:45:09.507 9274 9274 W com.mbwhatsapp: type=1400 audit(0.0:49640): avc: denied { read } for name="osrelease" dev="proc" ino=12357466 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 app=com.mbwhatsapp 05-03 10:45:09.507 9274 9274 W com.mbwhatsapp: type=1400 audit(0.0:49641): avc: denied { read } for name="version" dev="proc" ino=12357467 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 app=com.mbwhatsapp --------- beginning of main 05-03 14:05:47.615 3672 3672 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 05-03 14:05:48.580 3672 3672 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 05-03 14:05:48.585 3672 3672 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 05-03 14:05:48.585 3672 3672 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1121) 05-03 14:05:48.585 3672 3672 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1075) 05-03 14:05:48.585 3672 3672 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:998) 05-03 14:05:48.585 3672 3672 W System.err: at java.lang.System.loadLibrary(System.java:1656) 05-03 14:05:48.585 3672 3672 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 05-03 14:05:48.585 3672 3672 W System.err: at java.lang.Class.newInstance(Native Method) 05-03 14:05:48.585 3672 3672 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 05-03 14:05:48.585 3672 3672 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 05-03 14:05:48.585 3672 3672 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1177) 05-03 14:05:48.585 3672 3672 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1366) 05-03 14:05:48.585 3672 3672 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6804) 05-03 14:05:48.585 3672 3672 W System.err: at android.app.ActivityThread.access$1500(ActivityThread.java:272) 05-03 14:05:48.585 3672 3672 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2119) 05-03 14:05:48.585 3672 3672 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 05-03 14:05:48.585 3672 3672 W System.err: at android.os.Looper.loopOnce(Looper.java:201) 05-03 14:05:48.585 3672 3672 W System.err: at android.os.Looper.loop(Looper.java:288) 05-03 14:05:48.585 3672 3672 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7981) 05-03 14:05:48.585 3672 3672 W System.err: at java.lang.reflect.Method.invoke(Native Method) 05-03 14:05:48.585 3672 3672 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:553) 05-03 14:05:48.585 3672 3672 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) 05-03 14:05:48.751 3672 3672 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 281ms 05-03 14:05:48.763 3672 3672 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 05-03 14:05:49.745 3672 3672 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max- target-q,core-platform-api, reflection, denied) 05-03 14:05:49.746 3672 3672 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max- target-q, reflection, denied) 05-03 14:05:49.842 3672 3672 W com.mbwhatsapp: type=1400 audit(0.0:65669): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-15" ino=680861 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-03 14:05:49.858 3672 3672 W com.mbwhatsapp: type=1400 audit(0.0:65670): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 15" ino=680747 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-03 14:05:49.886 3672 3672 W com.mbwhatsapp: type=1400 audit(0.0:65671): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-15" ino=680783 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-03 14:05:50.046 3672 3672 W com.mbwhatsapp: type=1400 audit(0.0:65672): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-15" ino=680845 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-03 14:05:50.070 3672 3672 W com.mbwhatsapp: type=1400 audit(0.0:65673): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-15" ino=680783 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-03 14:05:50.299 3672 3672 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1411ms 05-03 14:05:50.376 3672 3767 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 05-03 14:05:50.376 3672 3767 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 05-03 14:05:50.376 3672 3767 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 05-04 14:07:16.510 25298 25298 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 05-04 14:07:16.895 25298 25298 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 05-04 14:07:16.895 25298 25298 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 05-04 14:07:16.895 25298 25298 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1121) 05-04 14:07:16.895 25298 25298 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1075) 05-04 14:07:16.895 25298 25298 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:998) 05-04 14:07:16.895 25298 25298 W System.err: at java.lang.System.loadLibrary(System.java:1656) 05-04 14:07:16.895 25298 25298 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 05-04 14:07:16.895 25298 25298 W System.err: at java.lang.Class.newInstance(Native Method) 05-04 14:07:16.895 25298 25298 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 05-04 14:07:16.895 25298 25298 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 05-04 14:07:16.895 25298 25298 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1177) 05-04 14:07:16.895 25298 25298 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1366) 05-04 14:07:16.895 25298 25298 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6804) 05-04 14:07:16.895 25298 25298 W System.err: at android.app.ActivityThread.access$1500(ActivityThread.java:272) 05-04 14:07:16.895 25298 25298 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2119) 05-04 14:07:16.895 25298 25298 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 05-04 14:07:16.895 25298 25298 W System.err: at android.os.Looper.loopOnce(Looper.java:201) 05-04 14:07:16.895 25298 25298 W System.err: at android.os.Looper.loop(Looper.java:288) 05-04 14:07:16.895 25298 25298 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7981) 05-04 14:07:16.896 25298 25298 W System.err: at java.lang.reflect.Method.invoke(Native Method) 05-04 14:07:16.896 25298 25298 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:553) 05-04 14:07:16.896 25298 25298 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) 05-04 14:07:16.919 25298 25298 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 05-04 14:07:17.720 25298 25298 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max- target-q,core-platform-api, reflection, denied) 05-04 14:07:17.721 25298 25298 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max- target-q, reflection, denied) 05-04 14:07:17.759 25298 25298 W com.mbwhatsapp: type=1400 audit(0.0:133885): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-15" ino=680861 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-04 14:07:17.775 25298 25298 W com.mbwhatsapp: type=1400 audit(0.0:133886): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 15" ino=680747 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-04 14:07:17.791 25298 25298 W com.mbwhatsapp: type=1400 audit(0.0:133887): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-15" ino=680783 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-04 14:07:17.907 25298 25298 W com.mbwhatsapp: type=1400 audit(0.0:133888): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-15" ino=680845 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-04 14:07:17.919 25298 25298 W com.mbwhatsapp: type=1400 audit(0.0:133889): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-15" ino=680783 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-04 14:07:17.994 25298 25298 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 996ms 05-04 14:07:18.009 25298 25363 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 05-04 14:07:18.009 25298 25363 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 05-04 14:07:18.009 25298 25363 W com.mbwhatsapp: and incorrect proguard optimizations. 05-04 14:07:18.016 25298 25298 W com.mbwhatsapp: Class X.0eU failed lock verification and will run slower. --------- beginning of main 05-05 05:54:52.126 29355 29355 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 05-05 05:54:52.592 29355 29355 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 05-05 05:54:52.603 29355 29355 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 05-05 05:54:52.603 29355 29355 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1121) 05-05 05:54:52.603 29355 29355 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1075) 05-05 05:54:52.603 29355 29355 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:998) 05-05 05:54:52.603 29355 29355 W System.err: at java.lang.System.loadLibrary(System.java:1656) 05-05 05:54:52.604 29355 29355 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 05-05 05:54:52.604 29355 29355 W System.err: at java.lang.Class.newInstance(Native Method) 05-05 05:54:52.604 29355 29355 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 05-05 05:54:52.604 29355 29355 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 05-05 05:54:52.604 29355 29355 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1177) 05-05 05:54:52.604 29355 29355 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1366) 05-05 05:54:52.604 29355 29355 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6804) 05-05 05:54:52.604 29355 29355 W System.err: at android.app.ActivityThread.access$1500(ActivityThread.java:272) 05-05 05:54:52.604 29355 29355 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2119) 05-05 05:54:52.604 29355 29355 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 05-05 05:54:52.604 29355 29355 W System.err: at android.os.Looper.loopOnce(Looper.java:201) 05-05 05:54:52.604 29355 29355 W System.err: at android.os.Looper.loop(Looper.java:288) 05-05 05:54:52.604 29355 29355 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7981) 05-05 05:54:52.604 29355 29355 W System.err: at java.lang.reflect.Method.invoke(Native Method) 05-05 05:54:52.604 29355 29355 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:553) 05-05 05:54:52.604 29355 29355 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) 05-05 05:54:52.710 29355 29355 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 05-05 05:54:52.932 29355 29355 W CheckTime: App running slow: Executing handleBindApplication : installContentProviders took 307ms 05-05 05:54:53.553 29355 29355 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max- target-q,core-platform-api, reflection, denied) 05-05 05:54:53.553 29355 29355 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max- target-q, reflection, denied) 05-05 05:54:53.607 29355 29355 W com.mbwhatsapp: type=1400 audit(0.0:1679): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-15" ino=680861 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-05 05:54:53.619 29355 29355 W com.mbwhatsapp: type=1400 audit(0.0:1680): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 15" ino=680747 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-05 05:54:53.639 29355 29355 W com.mbwhatsapp: type=1400 audit(0.0:1681): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-15" ino=680783 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-05 05:54:53.763 29355 29355 W com.mbwhatsapp: type=1400 audit(0.0:1682): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-15" ino=680845 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-05 05:54:53.775 29355 29355 W com.mbwhatsapp: type=1400 audit(0.0:1683): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-15" ino=680783 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-05 05:54:53.845 29355 29355 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 913ms 05-05 05:54:53.857 29355 29410 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 05-05 05:54:53.857 29355 29410 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 05-05 05:54:53.857 29355 29410 W com.mbwhatsapp: and incorrect proguard optimizations. 05-05 05:54:53.869 29355 29355 W com.mbwhatsapp: Class X.0eU failed lock verification and will run slower. 05-05 05:54:54.637 29355 29449 W WM-Processor: Didn't find WorkSpec for id WorkGenerationalId(workSpecId=8f2b8a2c-b508-45c6-bd37-c9c9707cbb57, generation=0) 05-05 05:54:54.652 29355 29449 W WM-Processor: Didn't find WorkSpec for id WorkGenerationalId(workSpecId=8f2b8a2c-b508-45c6-bd37-c9c9707cbb57, generation=0) --------- beginning of main 05-06 03:12:46.367 1509 1509 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 05-06 03:12:47.303 1509 1509 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 05-06 03:12:47.307 1509 1509 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 05-06 03:12:47.307 1509 1509 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1121) 05-06 03:12:47.307 1509 1509 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1075) 05-06 03:12:47.307 1509 1509 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:998) 05-06 03:12:47.307 1509 1509 W System.err: at java.lang.System.loadLibrary(System.java:1656) 05-06 03:12:47.307 1509 1509 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 05-06 03:12:47.307 1509 1509 W System.err: at java.lang.Class.newInstance(Native Method) 05-06 03:12:47.307 1509 1509 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 05-06 03:12:47.307 1509 1509 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 05-06 03:12:47.307 1509 1509 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1177) 05-06 03:12:47.307 1509 1509 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1366) 05-06 03:12:47.307 1509 1509 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6804) 05-06 03:12:47.307 1509 1509 W System.err: at android.app.ActivityThread.access$1500(ActivityThread.java:272) 05-06 03:12:47.307 1509 1509 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2119) 05-06 03:12:47.307 1509 1509 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 05-06 03:12:47.307 1509 1509 W System.err: at android.os.Looper.loopOnce(Looper.java:201) 05-06 03:12:47.307 1509 1509 W System.err: at android.os.Looper.loop(Looper.java:288) 05-06 03:12:47.307 1509 1509 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7981) 05-06 03:12:47.307 1509 1509 W System.err: at java.lang.reflect.Method.invoke(Native Method) 05-06 03:12:47.308 1509 1509 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:553) 05-06 03:12:47.308 1509 1509 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) 05-06 03:12:47.324 1509 1509 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 218ms 05-06 03:12:47.390 1509 1509 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 05-06 03:12:47.617 1509 1509 W CheckTime: App running slow: Executing handleBindApplication : installContentProviders took 293ms 05-06 03:12:47.643 1509 1568 W LibraryVersion: Failed to get app version for libraryName: firebase-iid 05-06 03:12:49.314 1509 1509 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max- target-q,core-platform-api, reflection, denied) 05-06 03:12:49.315 1509 1509 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max- target-q, reflection, denied) 05-06 03:12:49.485 1509 1509 W com.mbwhatsapp: type=1400 audit(0.0:22308): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-15" ino=680861 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-06 03:12:49.501 1509 1509 W com.mbwhatsapp: type=1400 audit(0.0:22309): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 15" ino=680747 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-06 03:12:49.541 1509 1509 W com.mbwhatsapp: type=1400 audit(0.0:22310): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-15" ino=680783 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-06 03:12:49.749 1509 1509 W com.mbwhatsapp: type=1400 audit(0.0:22311): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-15" ino=680845 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-06 03:12:49.793 1509 1509 W com.mbwhatsapp: type=1400 audit(0.0:22313): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-15" ino=680783 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-06 03:12:49.793 1509 1509 W com.mbwhatsapp: type=1400 audit(0.0:22314): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-15" ino=680783 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-06 03:12:49.793 1509 1509 W com.mbwhatsapp: type=1400 audit(0.0:22315): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-15" ino=680783 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-06 03:12:49.948 1509 1509 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 2330ms 05-06 03:12:49.981 1509 1722 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 05-06 03:12:49.981 1509 1722 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 05-06 03:12:49.981 1509 1722 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 05-07 14:31:36.957 13702 13702 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 05-07 14:31:37.450 13702 13702 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 05-07 14:31:37.455 13702 13702 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 05-07 14:31:37.455 13702 13702 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1121) 05-07 14:31:37.455 13702 13702 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1075) 05-07 14:31:37.455 13702 13702 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:998) 05-07 14:31:37.455 13702 13702 W System.err: at java.lang.System.loadLibrary(System.java:1656) 05-07 14:31:37.455 13702 13702 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 05-07 14:31:37.455 13702 13702 W System.err: at java.lang.Class.newInstance(Native Method) 05-07 14:31:37.455 13702 13702 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 05-07 14:31:37.455 13702 13702 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 05-07 14:31:37.455 13702 13702 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1177) 05-07 14:31:37.455 13702 13702 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1366) 05-07 14:31:37.455 13702 13702 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6804) 05-07 14:31:37.455 13702 13702 W System.err: at android.app.ActivityThread.access$1500(ActivityThread.java:272) 05-07 14:31:37.455 13702 13702 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2119) 05-07 14:31:37.455 13702 13702 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 05-07 14:31:37.455 13702 13702 W System.err: at android.os.Looper.loopOnce(Looper.java:201) 05-07 14:31:37.455 13702 13702 W System.err: at android.os.Looper.loop(Looper.java:288) 05-07 14:31:37.455 13702 13702 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7981) 05-07 14:31:37.455 13702 13702 W System.err: at java.lang.reflect.Method.invoke(Native Method) 05-07 14:31:37.455 13702 13702 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:553) 05-07 14:31:37.455 13702 13702 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) 05-07 14:31:37.480 13702 13702 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 05-07 14:31:38.048 13702 13702 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max- target-q,core-platform-api, reflection, denied) 05-07 14:31:38.049 13702 13702 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max- target-q, reflection, denied) 05-07 14:31:38.105 13702 13702 W com.mbwhatsapp: type=1400 audit(0.0:30004): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-15" ino=680861 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-07 14:31:38.121 13702 13702 W com.mbwhatsapp: type=1400 audit(0.0:30005): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 15" ino=680747 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-07 14:31:38.141 13702 13702 W com.mbwhatsapp: type=1400 audit(0.0:30006): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-15" ino=680783 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-07 14:31:38.257 13702 13702 W com.mbwhatsapp: type=1400 audit(0.0:30008): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-15" ino=680845 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-07 14:31:38.337 13702 13702 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 746ms 05-07 14:31:38.342 13702 13757 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 05-07 14:31:38.342 13702 13757 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 05-07 14:31:38.342 13702 13757 W com.mbwhatsapp: and incorrect proguard optimizations. 05-07 14:31:38.356 13702 13702 W com.mbwhatsapp: Class X.0eU failed lock verification and will run slower. 05-07 14:31:39.651 13702 13809 W WM-Processor: Didn't find WorkSpec for id WorkGenerationalId(workSpecId=32b8b3c2-534a-4f53-a0e9-85d8ffa6c1ad, generation=0) 05-07 14:31:39.654 13702 13798 W WM-Processor: Didn't find WorkSpec for id WorkGenerationalId(workSpecId=32b8b3c2-534a-4f53-a0e9-85d8ffa6c1ad, generation=0) 05-07 14:31:40.549 13702 13702 W com.mbwhatsapp: type=1400 audit(0.0:30034): avc: denied { read } for name="osrelease" dev="proc" ino=8751303 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 app=com.mbwhatsapp --------- beginning of main 05-07 14:32:36.892 15046 15046 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 05-07 14:32:36.903 15046 15046 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 05-07 14:32:36.903 15046 15046 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1121) 05-07 14:32:36.903 15046 15046 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1075) 05-07 14:32:36.903 15046 15046 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:998) 05-07 14:32:36.903 15046 15046 W System.err: at java.lang.System.loadLibrary(System.java:1656) 05-07 14:32:36.903 15046 15046 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 05-07 14:32:36.903 15046 15046 W System.err: at java.lang.Class.newInstance(Native Method) 05-07 14:32:36.903 15046 15046 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 05-07 14:32:36.903 15046 15046 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 05-07 14:32:36.903 15046 15046 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1177) 05-07 14:32:36.903 15046 15046 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1366) 05-07 14:32:36.903 15046 15046 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6804) 05-07 14:32:36.903 15046 15046 W System.err: at android.app.ActivityThread.access$1500(ActivityThread.java:272) 05-07 14:32:36.903 15046 15046 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2119) 05-07 14:32:36.903 15046 15046 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 05-07 14:32:36.903 15046 15046 W System.err: at android.os.Looper.loopOnce(Looper.java:201) 05-07 14:32:36.903 15046 15046 W System.err: at android.os.Looper.loop(Looper.java:288) 05-07 14:32:36.903 15046 15046 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7981) 05-07 14:32:36.903 15046 15046 W System.err: at java.lang.reflect.Method.invoke(Native Method) 05-07 14:32:36.903 15046 15046 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:553) 05-07 14:32:36.903 15046 15046 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) 05-07 14:32:36.995 15046 15046 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 05-07 14:32:37.281 15046 15046 W CheckTime: App running slow: Executing handleBindApplication : installContentProviders took 317ms 05-07 14:32:38.664 15046 15046 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max- target-q,core-platform-api, reflection, denied) 05-07 14:32:38.665 15046 15046 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max- target-q, reflection, denied) 05-07 14:32:38.809 15046 15046 W com.mbwhatsapp: type=1400 audit(0.0:30266): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-15" ino=680861 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-07 14:32:38.833 15046 15046 W com.mbwhatsapp: type=1400 audit(0.0:30267): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 15" ino=680747 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-07 14:32:38.873 15046 15046 W com.mbwhatsapp: type=1400 audit(0.0:30268): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-15" ino=680783 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-07 14:32:39.141 15046 15046 W com.mbwhatsapp: type=1400 audit(0.0:30270): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-15" ino=680845 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-07 14:32:39.295 15046 15046 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 2013ms 05-07 14:32:39.306 15046 15132 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 05-07 14:32:39.306 15046 15132 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 05-07 14:32:39.306 15046 15132 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 05-08 04:12:18.048 12182 12182 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 05-08 04:12:18.608 12182 12182 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 05-08 04:12:18.611 12182 12182 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 05-08 04:12:18.611 12182 12182 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1121) 05-08 04:12:18.611 12182 12182 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1075) 05-08 04:12:18.611 12182 12182 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:998) 05-08 04:12:18.611 12182 12182 W System.err: at java.lang.System.loadLibrary(System.java:1656) 05-08 04:12:18.611 12182 12182 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 05-08 04:12:18.611 12182 12182 W System.err: at java.lang.Class.newInstance(Native Method) 05-08 04:12:18.611 12182 12182 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 05-08 04:12:18.611 12182 12182 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 05-08 04:12:18.611 12182 12182 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1177) 05-08 04:12:18.611 12182 12182 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1366) 05-08 04:12:18.611 12182 12182 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6804) 05-08 04:12:18.611 12182 12182 W System.err: at android.app.ActivityThread.access$1500(ActivityThread.java:272) 05-08 04:12:18.611 12182 12182 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2119) 05-08 04:12:18.611 12182 12182 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 05-08 04:12:18.611 12182 12182 W System.err: at android.os.Looper.loopOnce(Looper.java:201) 05-08 04:12:18.611 12182 12182 W System.err: at android.os.Looper.loop(Looper.java:288) 05-08 04:12:18.611 12182 12182 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7981) 05-08 04:12:18.611 12182 12182 W System.err: at java.lang.reflect.Method.invoke(Native Method) 05-08 04:12:18.611 12182 12182 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:553) 05-08 04:12:18.611 12182 12182 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) 05-08 04:12:18.639 12182 12182 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 05-08 04:12:19.491 12182 12182 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max- target-q,core-platform-api, reflection, denied) 05-08 04:12:19.492 12182 12182 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max- target-q, reflection, denied) 05-08 04:12:19.540 12182 12182 W com.mbwhatsapp: type=1400 audit(0.0:14305): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-15" ino=680861 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-08 04:12:19.556 12182 12182 W com.mbwhatsapp: type=1400 audit(0.0:14306): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 15" ino=680747 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-08 04:12:19.580 12182 12182 W com.mbwhatsapp: type=1400 audit(0.0:14307): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-15" ino=680783 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-08 04:12:19.712 12182 12182 W com.mbwhatsapp: type=1400 audit(0.0:14308): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-15" ino=680845 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-08 04:12:19.728 12182 12182 W com.mbwhatsapp: type=1400 audit(0.0:14309): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-15" ino=680783 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-08 04:12:19.808 12182 12182 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1063ms 05-08 04:12:19.815 12182 12252 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 05-08 04:12:19.815 12182 12252 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 05-08 04:12:19.815 12182 12252 W com.mbwhatsapp: and incorrect proguard optimizations. 05-08 04:12:20.140 12182 12297 W WM-Processor: Didn't find WorkSpec for id WorkGenerationalId(workSpecId=98d54191-e04b-4be8-9ec2-f5b010c11957, generation=0) 05-08 04:12:20.143 12182 12297 W WM-Processor: Didn't find WorkSpec for id WorkGenerationalId(workSpecId=98d54191-e04b-4be8-9ec2-f5b010c11957, generation=0) --------- beginning of main 05-09 12:19:09.166 6739 6739 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 05-09 12:19:09.958 6739 6739 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 05-09 12:19:09.975 6739 6739 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 05-09 12:19:09.976 6739 6739 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1121) 05-09 12:19:09.976 6739 6739 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1075) 05-09 12:19:09.976 6739 6739 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:998) 05-09 12:19:09.976 6739 6739 W System.err: at java.lang.System.loadLibrary(System.java:1656) 05-09 12:19:09.976 6739 6739 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 05-09 12:19:09.976 6739 6739 W System.err: at java.lang.Class.newInstance(Native Method) 05-09 12:19:09.976 6739 6739 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 05-09 12:19:09.977 6739 6739 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 05-09 12:19:09.977 6739 6739 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1177) 05-09 12:19:09.977 6739 6739 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1366) 05-09 12:19:09.977 6739 6739 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6804) 05-09 12:19:09.977 6739 6739 W System.err: at android.app.ActivityThread.access$1500(ActivityThread.java:272) 05-09 12:19:09.977 6739 6739 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2119) 05-09 12:19:09.977 6739 6739 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 05-09 12:19:09.977 6739 6739 W System.err: at android.os.Looper.loopOnce(Looper.java:201) 05-09 12:19:09.977 6739 6739 W System.err: at android.os.Looper.loop(Looper.java:288) 05-09 12:19:09.977 6739 6739 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7981) 05-09 12:19:09.977 6739 6739 W System.err: at java.lang.reflect.Method.invoke(Native Method) 05-09 12:19:09.977 6739 6739 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:553) 05-09 12:19:09.977 6739 6739 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) 05-09 12:19:10.027 6739 6739 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 223ms 05-09 12:19:10.056 6739 6739 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 05-09 12:19:10.239 6739 6739 W CheckTime: App running slow: Executing handleBindApplication : installContentProviders took 212ms 05-09 12:19:11.129 6739 6739 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max- target-q,core-platform-api, reflection, denied) 05-09 12:19:11.131 6739 6739 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max- target-q, reflection, denied) 05-09 12:19:11.761 6739 6739 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1521ms 05-09 12:19:11.796 6739 6739 W com.mbwhatsapp: Class X.0eU failed lock verification and will run slower. 05-09 12:19:11.796 6739 6739 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 05-09 12:19:11.796 6739 6739 W com.mbwhatsapp: and incorrect proguard optimizations. 05-09 12:19:11.797 6739 6959 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 05-09 12:19:13.154 6739 7094 W WM-Processor: Didn't find WorkSpec for id WorkGenerationalId(workSpecId=014280fc-3a1f-45b4-8881-8bbf8759a1ca, generation=0) 05-09 12:19:13.157 6739 7094 W WM-Processor: Didn't find WorkSpec for id WorkGenerationalId(workSpecId=014280fc-3a1f-45b4-8881-8bbf8759a1ca, generation=0) --------- beginning of main 05-11 01:51:34.331 21308 21308 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 05-11 01:51:34.730 21308 21308 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 05-11 01:51:34.733 21308 21308 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 05-11 01:51:34.733 21308 21308 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1121) 05-11 01:51:34.733 21308 21308 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1075) 05-11 01:51:34.733 21308 21308 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:998) 05-11 01:51:34.733 21308 21308 W System.err: at java.lang.System.loadLibrary(System.java:1656) 05-11 01:51:34.733 21308 21308 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 05-11 01:51:34.733 21308 21308 W System.err: at java.lang.Class.newInstance(Native Method) 05-11 01:51:34.733 21308 21308 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 05-11 01:51:34.733 21308 21308 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 05-11 01:51:34.733 21308 21308 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1177) 05-11 01:51:34.733 21308 21308 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1366) 05-11 01:51:34.733 21308 21308 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6804) 05-11 01:51:34.733 21308 21308 W System.err: at android.app.ActivityThread.access$1500(ActivityThread.java:272) 05-11 01:51:34.733 21308 21308 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2119) 05-11 01:51:34.733 21308 21308 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 05-11 01:51:34.733 21308 21308 W System.err: at android.os.Looper.loopOnce(Looper.java:201) 05-11 01:51:34.733 21308 21308 W System.err: at android.os.Looper.loop(Looper.java:288) 05-11 01:51:34.733 21308 21308 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7981) 05-11 01:51:34.733 21308 21308 W System.err: at java.lang.reflect.Method.invoke(Native Method) 05-11 01:51:34.733 21308 21308 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:553) 05-11 01:51:34.733 21308 21308 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) 05-11 01:51:34.754 21308 21308 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 05-11 01:51:35.153 21308 21308 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max- target-q,core-platform-api, reflection, denied) 05-11 01:51:35.153 21308 21308 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max- target-q, reflection, denied) 05-11 01:51:35.189 21308 21308 W com.mbwhatsapp: type=1400 audit(0.0:6238): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-15" ino=680861 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-11 01:51:35.201 21308 21308 W com.mbwhatsapp: type=1400 audit(0.0:6239): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 15" ino=680747 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-11 01:51:35.213 21308 21308 W com.mbwhatsapp: type=1400 audit(0.0:6240): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-15" ino=680783 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-11 01:51:35.309 21308 21308 W com.mbwhatsapp: type=1400 audit(0.0:6241): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-15" ino=680845 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-11 01:51:35.377 21308 21308 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 555ms 05-11 01:51:35.385 21308 21360 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 05-11 01:51:35.385 21308 21360 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 05-11 01:51:35.385 21308 21360 W com.mbwhatsapp: and incorrect proguard optimizations. 05-11 01:51:35.395 21308 21308 W com.mbwhatsapp: Class X.0eU failed lock verification and will run slower. 05-11 01:51:36.368 21308 21419 W WM-Processor: Didn't find WorkSpec for id WorkGenerationalId(workSpecId=3caefbdd-861e-4386-ad27-898529e72d5c, generation=0) 05-11 01:51:36.370 21308 21399 W WM-Processor: Didn't find WorkSpec for id WorkGenerationalId(workSpecId=3caefbdd-861e-4386-ad27-898529e72d5c, generation=0) 05-11 01:51:36.945 21308 21308 W com.mbwhatsapp: type=1400 audit(0.0:6249): avc: denied { read } for name="osrelease" dev="proc" ino=2320103 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 app=com.mbwhatsapp 05-11 01:51:36.949 21308 21308 W com.mbwhatsapp: type=1400 audit(0.0:6250): avc: denied { read } for name="version" dev="proc" ino=2320104 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 app=com.mbwhatsapp --------- beginning of main 05-11 03:59:05.359 5967 5967 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 05-11 03:59:05.953 5967 5967 W CheckTime: App running slow: Executing application classloader create took 527ms 05-11 03:59:06.784 5967 5967 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 05-11 03:59:06.799 5967 5967 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 05-11 03:59:06.799 5967 5967 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1121) 05-11 03:59:06.799 5967 5967 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1075) 05-11 03:59:06.799 5967 5967 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:998) 05-11 03:59:06.799 5967 5967 W System.err: at java.lang.System.loadLibrary(System.java:1656) 05-11 03:59:06.799 5967 5967 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 05-11 03:59:06.799 5967 5967 W System.err: at java.lang.Class.newInstance(Native Method) 05-11 03:59:06.799 5967 5967 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 05-11 03:59:06.799 5967 5967 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 05-11 03:59:06.799 5967 5967 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1177) 05-11 03:59:06.799 5967 5967 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1366) 05-11 03:59:06.799 5967 5967 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6804) 05-11 03:59:06.799 5967 5967 W System.err: at android.app.ActivityThread.access$1500(ActivityThread.java:272) 05-11 03:59:06.799 5967 5967 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2119) 05-11 03:59:06.799 5967 5967 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 05-11 03:59:06.799 5967 5967 W System.err: at android.os.Looper.loopOnce(Looper.java:201) 05-11 03:59:06.799 5967 5967 W System.err: at android.os.Looper.loop(Looper.java:288) 05-11 03:59:06.799 5967 5967 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7981) 05-11 03:59:06.799 5967 5967 W System.err: at java.lang.reflect.Method.invoke(Native Method) 05-11 03:59:06.800 5967 5967 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:553) 05-11 03:59:06.800 5967 5967 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) 05-11 03:59:06.828 5967 5967 W CheckTime: App running slow: Executing handleBindApplication : makeApplication took 346ms 05-11 03:59:06.842 5967 5967 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 05-11 03:59:08.637 5967 5967 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max- target-q,core-platform-api, reflection, denied) 05-11 03:59:08.638 5967 5967 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max- target-q, reflection, denied) 05-11 03:59:08.736 5967 5967 W com.mbwhatsapp: type=1400 audit(0.0:12450): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-15" ino=680861 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-11 03:59:08.748 5967 5967 W com.mbwhatsapp: type=1400 audit(0.0:12451): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 15" ino=680747 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-11 03:59:08.776 5967 5967 W com.mbwhatsapp: type=1400 audit(0.0:12452): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-15" ino=680783 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-11 03:59:09.016 5967 5967 W com.mbwhatsapp: type=1400 audit(0.0:12453): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-15" ino=680845 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-11 03:59:09.036 5967 5967 W com.mbwhatsapp: type=1400 audit(0.0:12454): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-15" ino=680783 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-11 03:59:09.036 5967 5967 W com.mbwhatsapp: type=1400 audit(0.0:12455): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-15" ino=680783 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-11 03:59:09.036 5967 5967 W com.mbwhatsapp: type=1400 audit(0.0:12456): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-15" ino=680783 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c11,c257,c512,c768 tclass=file app=com.mbwhatsapp 05-11 03:59:09.129 5967 5967 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 2108ms 05-11 03:59:09.225 5967 6074 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 05-11 03:59:09.225 5967 6074 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 05-11 03:59:09.225 5967 6074 W com.mbwhatsapp: and incorrect proguard optimizations. --------- beginning of main 05-11 10:21:22.274 12907 12907 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 05-11 10:21:22.773 12907 12907 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 05-11 10:21:22.778 12907 12907 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 05-11 10:21:22.778 12907 12907 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1121) 05-11 10:21:22.778 12907 12907 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1075) 05-11 10:21:22.778 12907 12907 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:998) 05-11 10:21:22.778 12907 12907 W System.err: at java.lang.System.loadLibrary(System.java:1656) 05-11 10:21:22.778 12907 12907 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 05-11 10:21:22.778 12907 12907 W System.err: at java.lang.Class.newInstance(Native Method) 05-11 10:21:22.778 12907 12907 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 05-11 10:21:22.778 12907 12907 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 05-11 10:21:22.778 12907 12907 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1177) 05-11 10:21:22.778 12907 12907 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1366) 05-11 10:21:22.778 12907 12907 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6804) 05-11 10:21:22.778 12907 12907 W System.err: at android.app.ActivityThread.access$1500(ActivityThread.java:272) 05-11 10:21:22.778 12907 12907 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2119) 05-11 10:21:22.778 12907 12907 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 05-11 10:21:22.778 12907 12907 W System.err: at android.os.Looper.loopOnce(Looper.java:201) 05-11 10:21:22.778 12907 12907 W System.err: at android.os.Looper.loop(Looper.java:288) 05-11 10:21:22.778 12907 12907 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7981) 05-11 10:21:22.778 12907 12907 W System.err: at java.lang.reflect.Method.invoke(Native Method) 05-11 10:21:22.778 12907 12907 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:553) 05-11 10:21:22.778 12907 12907 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) 05-11 10:21:22.815 12907 12907 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 05-11 10:21:24.390 12907 12907 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max- target-q,core-platform-api, reflection, denied) 05-11 10:21:24.390 12907 12907 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max- target-q, reflection, denied) 05-11 10:21:24.909 12907 12907 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1909ms 05-11 10:21:24.941 12907 13086 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 05-11 10:21:24.941 12907 13086 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 05-11 10:21:24.941 12907 13086 W com.mbwhatsapp: and incorrect proguard optimizations. 05-11 10:21:24.957 12907 12907 W com.mbwhatsapp: Class X.0eU failed lock verification and will run slower. --------- beginning of main 05-11 10:55:39.514 23149 23149 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 05-11 10:55:39.968 23149 23149 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 05-11 10:55:39.974 23149 23149 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 05-11 10:55:39.974 23149 23149 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1121) 05-11 10:55:39.974 23149 23149 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1075) 05-11 10:55:39.974 23149 23149 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:998) 05-11 10:55:39.974 23149 23149 W System.err: at java.lang.System.loadLibrary(System.java:1656) 05-11 10:55:39.974 23149 23149 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 05-11 10:55:39.974 23149 23149 W System.err: at java.lang.Class.newInstance(Native Method) 05-11 10:55:39.974 23149 23149 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 05-11 10:55:39.974 23149 23149 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 05-11 10:55:39.974 23149 23149 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1177) 05-11 10:55:39.974 23149 23149 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1366) 05-11 10:55:39.974 23149 23149 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6804) 05-11 10:55:39.974 23149 23149 W System.err: at android.app.ActivityThread.access$1500(ActivityThread.java:272) 05-11 10:55:39.974 23149 23149 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2119) 05-11 10:55:39.974 23149 23149 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 05-11 10:55:39.974 23149 23149 W System.err: at android.os.Looper.loopOnce(Looper.java:201) 05-11 10:55:39.974 23149 23149 W System.err: at android.os.Looper.loop(Looper.java:288) 05-11 10:55:39.974 23149 23149 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7981) 05-11 10:55:39.974 23149 23149 W System.err: at java.lang.reflect.Method.invoke(Native Method) 05-11 10:55:39.974 23149 23149 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:553) 05-11 10:55:39.974 23149 23149 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) 05-11 10:55:40.003 23149 23149 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 05-11 10:55:40.540 23149 23149 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max- target-q,core-platform-api, reflection, denied) 05-11 10:55:40.541 23149 23149 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max- target-q, reflection, denied) 05-11 10:55:40.820 23149 23149 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 713ms 05-11 10:55:40.829 23149 23251 W com.mbwhatsapp: Class X.2rL failed lock verification and will run slower. 05-11 10:55:40.829 23149 23251 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 05-11 10:55:40.829 23149 23251 W com.mbwhatsapp: and incorrect proguard optimizations. 05-11 10:55:40.842 23149 23149 W com.mbwhatsapp: Class X.0eU failed lock verification and will run slower. 05-11 10:55:42.375 23149 23149 W com.mbwhatsapp: type=1400 audit(0.0:24306): avc: denied { read } for name="osrelease" dev="proc" ino=6813157 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 app=com.mbwhatsapp 05-11 10:55:42.375 23149 23149 W com.mbwhatsapp: type=1400 audit(0.0:24307): avc: denied { read } for name="version" dev="proc" ino=6813158 scontext=u:r:untrusted_app:s0:c11,c257,c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 app=com.mbwhatsapp