0% found this document useful (0 votes)
28 views34 pages

Logcat

The log file records errors and warnings from an Android application startup. It shows that the application failed to load a class called BtnBK and crashed with a ClassNotFoundException. It also shows warnings about potential issues with lock verification and ProGuard optimizations. The application restarted multiple times, always crashing at startup with the same ClassNotFoundException.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views34 pages

Logcat

The log file records errors and warnings from an Android application startup. It shows that the application failed to load a class called BtnBK and crashed with a ClassNotFoundException. It also shows warnings about potential issues with lock verification and ProGuard optimizations. The application restarted multiple times, always crashing at startup with the same ClassNotFoundException.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 34

--------- beginning of system

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


03-15 21:07:46.820 15767 15767 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
03-15 21:07:47.238 15767 15767 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
03-15 21:07:47.242 15767 15767 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
03-15 21:07:47.242 15767 15767 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
03-15 21:07:47.242 15767 15767 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
03-15 21:07:47.242 15767 15767 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
03-15 21:07:47.242 15767 15767 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
03-15 21:07:47.242 15767 15767 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
03-15 21:07:47.242 15767 15767 W System.err: at
java.lang.Class.newInstance(Native Method)
03-15 21:07:47.242 15767 15767 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
03-15 21:07:47.242 15767 15767 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
03-15 21:07:47.242 15767 15767 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
03-15 21:07:47.242 15767 15767 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
03-15 21:07:47.242 15767 15767 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7532)
03-15 21:07:47.243 15767 15767 W System.err: at
android.app.ActivityThread.access$1400(ActivityThread.java:301)
03-15 21:07:47.243 15767 15767 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2166)
03-15 21:07:47.243 15767 15767 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-15 21:07:47.243 15767 15767 W System.err: at
android.os.Looper.loop(Looper.java:246)
03-15 21:07:47.243 15767 15767 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8633)
03-15 21:07:47.243 15767 15767 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
03-15 21:07:47.243 15767 15767 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
03-15 21:07:47.243 15767 15767 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)
03-15 21:07:47.296 15767 15767 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
03-15 21:07:48.059 15767 15767 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,core-platform-api, reflection, denied)
03-15 21:07:48.060 15767 15767 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
03-15 21:07:48.174 15767 15767 W linker : Warning:
"/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
03-15 21:07:48.489 15767 15832 W com.mbwhatsapp: Class X.2rL failed lock
verification and will run slower.
03-15 21:07:48.489 15767 15832 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
03-15 21:07:48.489 15767 15832 W com.mbwhatsapp: and incorrect proguard
optimizations.
--------- beginning of main
03-15 21:07:50.623 15936 15936 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
--------- beginning of system
03-15 21:07:50.783 15936 15936 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
03-15 21:07:50.783 15936 15936 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
03-15 21:07:50.783 15936 15936 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
03-15 21:07:50.783 15936 15936 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
03-15 21:07:50.783 15936 15936 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
03-15 21:07:50.783 15936 15936 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
03-15 21:07:50.783 15936 15936 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
03-15 21:07:50.783 15936 15936 W System.err: at
java.lang.Class.newInstance(Native Method)
03-15 21:07:50.783 15936 15936 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
03-15 21:07:50.783 15936 15936 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
03-15 21:07:50.783 15936 15936 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
03-15 21:07:50.783 15936 15936 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
03-15 21:07:50.783 15936 15936 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7532)
03-15 21:07:50.783 15936 15936 W System.err: at
android.app.ActivityThread.access$1400(ActivityThread.java:301)
03-15 21:07:50.783 15936 15936 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2166)
03-15 21:07:50.783 15936 15936 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-15 21:07:50.783 15936 15936 W System.err: at
android.os.Looper.loop(Looper.java:246)
03-15 21:07:50.783 15936 15936 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8633)
03-15 21:07:50.783 15936 15936 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
03-15 21:07:50.783 15936 15936 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
03-15 21:07:50.783 15936 15936 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)
03-15 21:07:50.789 15936 15936 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
03-15 21:07:50.940 15936 15936 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,core-platform-api, reflection, denied)
03-15 21:07:50.940 15936 15936 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
03-15 21:07:50.969 15936 15936 W linker : Warning:
"/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
03-15 21:07:51.082 15936 15985 W com.mbwhatsapp: Class X.2rL failed lock
verification and will run slower.
03-15 21:07:51.082 15936 15985 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
03-15 21:07:51.082 15936 15985 W com.mbwhatsapp: and incorrect proguard
optimizations.
--------- beginning of main
03-15 21:07:55.362 16269 16269 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
--------- beginning of system
03-15 21:07:55.575 16269 16269 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
03-15 21:07:55.575 16269 16269 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
03-15 21:07:55.576 16269 16269 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
03-15 21:07:55.576 16269 16269 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
03-15 21:07:55.576 16269 16269 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
03-15 21:07:55.576 16269 16269 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
03-15 21:07:55.576 16269 16269 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
03-15 21:07:55.576 16269 16269 W System.err: at
java.lang.Class.newInstance(Native Method)
03-15 21:07:55.576 16269 16269 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
03-15 21:07:55.576 16269 16269 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
03-15 21:07:55.576 16269 16269 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
03-15 21:07:55.576 16269 16269 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
03-15 21:07:55.576 16269 16269 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7532)
03-15 21:07:55.576 16269 16269 W System.err: at
android.app.ActivityThread.access$1400(ActivityThread.java:301)
03-15 21:07:55.576 16269 16269 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2166)
03-15 21:07:55.576 16269 16269 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-15 21:07:55.576 16269 16269 W System.err: at
android.os.Looper.loop(Looper.java:246)
03-15 21:07:55.576 16269 16269 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8633)
03-15 21:07:55.576 16269 16269 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
03-15 21:07:55.576 16269 16269 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
03-15 21:07:55.576 16269 16269 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)
03-15 21:07:55.584 16269 16269 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
03-15 21:07:55.876 16269 16269 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,core-platform-api, reflection, denied)
03-15 21:07:55.876 16269 16269 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
03-15 21:07:55.968 16269 16269 W linker : Warning:
"/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
03-15 21:07:56.437 16269 16381 W com.mbwhatsapp: Class X.2rL failed lock
verification and will run slower.
03-15 21:07:56.437 16269 16381 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
03-15 21:07:56.437 16269 16381 W com.mbwhatsapp: and incorrect proguard
optimizations.
03-15 21:07:57.774 16269 16423 W com.mbwhatsapp: Long monitor contention with owner
MBWhatsApp Worker #1 (16381) at X.2U6 X.35t.A08()(:-1) waiters=0 in X.2U6
X.35t.A08() for 365ms
--------- beginning of main
03-15 21:12:53.188 23340 23340 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
--------- beginning of system
03-15 21:12:53.824 23340 23340 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
03-15 21:12:53.825 23340 23340 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
03-15 21:12:53.826 23340 23340 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
03-15 21:12:53.826 23340 23340 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
03-15 21:12:53.826 23340 23340 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
03-15 21:12:53.826 23340 23340 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
03-15 21:12:53.826 23340 23340 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
03-15 21:12:53.826 23340 23340 W System.err: at
java.lang.Class.newInstance(Native Method)
03-15 21:12:53.826 23340 23340 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
03-15 21:12:53.826 23340 23340 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
03-15 21:12:53.826 23340 23340 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
03-15 21:12:53.826 23340 23340 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
03-15 21:12:53.826 23340 23340 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7532)
03-15 21:12:53.826 23340 23340 W System.err: at
android.app.ActivityThread.access$1400(ActivityThread.java:301)
03-15 21:12:53.826 23340 23340 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2166)
03-15 21:12:53.826 23340 23340 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-15 21:12:53.826 23340 23340 W System.err: at
android.os.Looper.loop(Looper.java:246)
03-15 21:12:53.826 23340 23340 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8633)
03-15 21:12:53.826 23340 23340 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
03-15 21:12:53.826 23340 23340 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
03-15 21:12:53.826 23340 23340 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)
03-15 21:12:53.881 23340 23340 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
03-15 21:12:54.515 23340 23340 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,core-platform-api, reflection, denied)
03-15 21:12:54.515 23340 23340 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
03-15 21:12:54.640 23340 23340 W linker : Warning:
"/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
03-15 21:12:55.057 23340 23391 W com.mbwhatsapp: Class X.2rL failed lock
verification and will run slower.
03-15 21:12:55.057 23340 23391 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
03-15 21:12:55.057 23340 23391 W com.mbwhatsapp: and incorrect proguard
optimizations.
--------- beginning of main
03-15 21:16:11.894 24106 24106 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
--------- beginning of system
03-15 21:16:12.385 24106 24106 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
03-15 21:16:12.386 24106 24106 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
03-15 21:16:12.386 24106 24106 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
03-15 21:16:12.386 24106 24106 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
03-15 21:16:12.386 24106 24106 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
03-15 21:16:12.386 24106 24106 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
03-15 21:16:12.386 24106 24106 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
03-15 21:16:12.386 24106 24106 W System.err: at
java.lang.Class.newInstance(Native Method)
03-15 21:16:12.386 24106 24106 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
03-15 21:16:12.386 24106 24106 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
03-15 21:16:12.386 24106 24106 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
03-15 21:16:12.386 24106 24106 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
03-15 21:16:12.386 24106 24106 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7532)
03-15 21:16:12.386 24106 24106 W System.err: at
android.app.ActivityThread.access$1400(ActivityThread.java:301)
03-15 21:16:12.386 24106 24106 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2166)
03-15 21:16:12.386 24106 24106 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-15 21:16:12.386 24106 24106 W System.err: at
android.os.Looper.loop(Looper.java:246)
03-15 21:16:12.386 24106 24106 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8633)
03-15 21:16:12.386 24106 24106 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
03-15 21:16:12.386 24106 24106 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
03-15 21:16:12.387 24106 24106 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)
03-15 21:16:12.443 24106 24106 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
03-15 21:16:13.168 24106 24106 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,core-platform-api, reflection, denied)
03-15 21:16:13.168 24106 24106 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
03-15 21:16:13.293 24106 24106 W linker : Warning:
"/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
03-15 21:16:13.730 24106 24166 W com.mbwhatsapp: Class X.2rL failed lock
verification and will run slower.
03-15 21:16:13.730 24106 24166 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
03-15 21:16:13.730 24106 24166 W com.mbwhatsapp: and incorrect proguard
optimizations.
--------- beginning of main
03-15 21:16:14.787 24224 24224 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
--------- beginning of system
03-15 21:16:15.012 24224 24224 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
03-15 21:16:15.012 24224 24224 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
03-15 21:16:15.012 24224 24224 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
03-15 21:16:15.012 24224 24224 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
03-15 21:16:15.012 24224 24224 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
03-15 21:16:15.013 24224 24224 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
03-15 21:16:15.013 24224 24224 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
03-15 21:16:15.013 24224 24224 W System.err: at
java.lang.Class.newInstance(Native Method)
03-15 21:16:15.013 24224 24224 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
03-15 21:16:15.013 24224 24224 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
03-15 21:16:15.013 24224 24224 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
03-15 21:16:15.013 24224 24224 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
03-15 21:16:15.013 24224 24224 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7532)
03-15 21:16:15.013 24224 24224 W System.err: at
android.app.ActivityThread.access$1400(ActivityThread.java:301)
03-15 21:16:15.013 24224 24224 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2166)
03-15 21:16:15.013 24224 24224 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-15 21:16:15.013 24224 24224 W System.err: at
android.os.Looper.loop(Looper.java:246)
03-15 21:16:15.013 24224 24224 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8633)
03-15 21:16:15.013 24224 24224 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
03-15 21:16:15.013 24224 24224 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
03-15 21:16:15.013 24224 24224 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)
03-15 21:16:15.024 24224 24224 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
03-15 21:16:15.320 24224 24224 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,core-platform-api, reflection, denied)
03-15 21:16:15.321 24224 24224 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
03-15 21:16:15.382 24224 24224 W linker : Warning:
"/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
03-15 21:16:16.070 24224 24272 W com.mbwhatsapp: Class X.2rL failed lock
verification and will run slower.
03-15 21:16:16.070 24224 24272 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
03-15 21:16:16.070 24224 24272 W com.mbwhatsapp: and incorrect proguard
optimizations.
--------- beginning of main
03-15 21:17:52.766 24314 24314 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
--------- beginning of system
03-15 21:17:52.988 24314 24314 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
03-15 21:17:52.988 24314 24314 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
03-15 21:17:52.988 24314 24314 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
03-15 21:17:52.988 24314 24314 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
03-15 21:17:52.988 24314 24314 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
03-15 21:17:52.988 24314 24314 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
03-15 21:17:52.988 24314 24314 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
03-15 21:17:52.988 24314 24314 W System.err: at
java.lang.Class.newInstance(Native Method)
03-15 21:17:52.988 24314 24314 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
03-15 21:17:52.988 24314 24314 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
03-15 21:17:52.988 24314 24314 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
03-15 21:17:52.988 24314 24314 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
03-15 21:17:52.989 24314 24314 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7532)
03-15 21:17:52.989 24314 24314 W System.err: at
android.app.ActivityThread.access$1400(ActivityThread.java:301)
03-15 21:17:52.989 24314 24314 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2166)
03-15 21:17:52.989 24314 24314 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-15 21:17:52.989 24314 24314 W System.err: at
android.os.Looper.loop(Looper.java:246)
03-15 21:17:52.989 24314 24314 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8633)
03-15 21:17:52.989 24314 24314 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
03-15 21:17:52.989 24314 24314 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
03-15 21:17:52.989 24314 24314 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)
03-15 21:17:53.000 24314 24314 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
03-15 21:17:53.279 24314 24314 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,core-platform-api, reflection, denied)
03-15 21:17:53.279 24314 24314 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
03-15 21:17:53.340 24314 24314 W linker : Warning:
"/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
03-15 21:17:53.565 24314 24363 W com.mbwhatsapp: Class X.2rL failed lock
verification and will run slower.
03-15 21:17:53.565 24314 24363 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
03-15 21:17:53.565 24314 24363 W com.mbwhatsapp: and incorrect proguard
optimizations.
--------- beginning of main
03-15 21:22:52.782 24707 24707 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
--------- beginning of system
03-15 21:22:52.998 24707 24707 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
03-15 21:22:52.999 24707 24707 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
03-15 21:22:52.999 24707 24707 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
03-15 21:22:52.999 24707 24707 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
03-15 21:22:52.999 24707 24707 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
03-15 21:22:52.999 24707 24707 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
03-15 21:22:52.999 24707 24707 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
03-15 21:22:52.999 24707 24707 W System.err: at
java.lang.Class.newInstance(Native Method)
03-15 21:22:52.999 24707 24707 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
03-15 21:22:52.999 24707 24707 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
03-15 21:22:52.999 24707 24707 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
03-15 21:22:52.999 24707 24707 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
03-15 21:22:52.999 24707 24707 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7532)
03-15 21:22:52.999 24707 24707 W System.err: at
android.app.ActivityThread.access$1400(ActivityThread.java:301)
03-15 21:22:52.999 24707 24707 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2166)
03-15 21:22:52.999 24707 24707 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-15 21:22:52.999 24707 24707 W System.err: at
android.os.Looper.loop(Looper.java:246)
03-15 21:22:52.999 24707 24707 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8633)
03-15 21:22:52.999 24707 24707 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
03-15 21:22:52.999 24707 24707 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
03-15 21:22:52.999 24707 24707 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)
03-15 21:22:53.011 24707 24707 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
03-15 21:22:53.295 24707 24707 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,core-platform-api, reflection, denied)
03-15 21:22:53.295 24707 24707 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
03-15 21:22:53.367 24707 24707 W linker : Warning:
"/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
03-15 21:22:53.603 24707 24754 W com.mbwhatsapp: Class X.2rL failed lock
verification and will run slower.
03-15 21:22:53.603 24707 24754 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
03-15 21:22:53.603 24707 24754 W com.mbwhatsapp: and incorrect proguard
optimizations.
--------- beginning of main
03-15 21:27:58.671 25889 25889 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
--------- beginning of system
03-15 21:27:59.152 25889 25889 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
03-15 21:27:59.152 25889 25889 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
03-15 21:27:59.153 25889 25889 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
03-15 21:27:59.153 25889 25889 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
03-15 21:27:59.153 25889 25889 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
03-15 21:27:59.153 25889 25889 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
03-15 21:27:59.153 25889 25889 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
03-15 21:27:59.153 25889 25889 W System.err: at
java.lang.Class.newInstance(Native Method)
03-15 21:27:59.153 25889 25889 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
03-15 21:27:59.153 25889 25889 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
03-15 21:27:59.153 25889 25889 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
03-15 21:27:59.153 25889 25889 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
03-15 21:27:59.153 25889 25889 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7532)
03-15 21:27:59.153 25889 25889 W System.err: at
android.app.ActivityThread.access$1400(ActivityThread.java:301)
03-15 21:27:59.153 25889 25889 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2166)
03-15 21:27:59.153 25889 25889 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-15 21:27:59.153 25889 25889 W System.err: at
android.os.Looper.loop(Looper.java:246)
03-15 21:27:59.153 25889 25889 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8633)
03-15 21:27:59.153 25889 25889 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
03-15 21:27:59.153 25889 25889 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
03-15 21:27:59.153 25889 25889 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)
03-15 21:27:59.165 25889 25889 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
03-15 21:27:59.567 25889 25889 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,core-platform-api, reflection, denied)
03-15 21:27:59.568 25889 25889 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
03-15 21:27:59.666 25889 25889 W linker : Warning:
"/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
03-15 21:27:59.979 25889 25948 W com.mbwhatsapp: Class X.2rL failed lock
verification and will run slower.
03-15 21:27:59.979 25889 25948 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
03-15 21:27:59.979 25889 25948 W com.mbwhatsapp: and incorrect proguard
optimizations.
--------- beginning of main
03-15 21:32:53.060 26078 26078 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
--------- beginning of system
03-15 21:32:53.268 26078 26078 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
03-15 21:32:53.268 26078 26078 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
03-15 21:32:53.269 26078 26078 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
03-15 21:32:53.269 26078 26078 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
03-15 21:32:53.269 26078 26078 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
03-15 21:32:53.269 26078 26078 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
03-15 21:32:53.269 26078 26078 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
03-15 21:32:53.269 26078 26078 W System.err: at
java.lang.Class.newInstance(Native Method)
03-15 21:32:53.269 26078 26078 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
03-15 21:32:53.269 26078 26078 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
03-15 21:32:53.269 26078 26078 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
03-15 21:32:53.269 26078 26078 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
03-15 21:32:53.269 26078 26078 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7532)
03-15 21:32:53.269 26078 26078 W System.err: at
android.app.ActivityThread.access$1400(ActivityThread.java:301)
03-15 21:32:53.269 26078 26078 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2166)
03-15 21:32:53.269 26078 26078 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-15 21:32:53.269 26078 26078 W System.err: at
android.os.Looper.loop(Looper.java:246)
03-15 21:32:53.269 26078 26078 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8633)
03-15 21:32:53.269 26078 26078 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
03-15 21:32:53.269 26078 26078 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
03-15 21:32:53.269 26078 26078 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)
03-15 21:32:53.281 26078 26078 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
03-15 21:32:53.666 26078 26078 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,core-platform-api, reflection, denied)
03-15 21:32:53.667 26078 26078 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
03-15 21:32:53.731 26078 26078 W linker : Warning:
"/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
03-15 21:32:53.898 26078 26136 W com.mbwhatsapp: Class X.2rL failed lock
verification and will run slower.
03-15 21:32:53.898 26078 26136 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
03-15 21:32:53.898 26078 26136 W com.mbwhatsapp: and incorrect proguard
optimizations.
--------- beginning of main
03-15 21:37:52.779 26475 26475 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
--------- beginning of system
03-15 21:37:53.026 26475 26475 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
03-15 21:37:53.026 26475 26475 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
03-15 21:37:53.026 26475 26475 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
03-15 21:37:53.026 26475 26475 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
03-15 21:37:53.026 26475 26475 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
03-15 21:37:53.026 26475 26475 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
03-15 21:37:53.026 26475 26475 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
03-15 21:37:53.026 26475 26475 W System.err: at
java.lang.Class.newInstance(Native Method)
03-15 21:37:53.026 26475 26475 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
03-15 21:37:53.026 26475 26475 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
03-15 21:37:53.026 26475 26475 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
03-15 21:37:53.026 26475 26475 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
03-15 21:37:53.026 26475 26475 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7532)
03-15 21:37:53.026 26475 26475 W System.err: at
android.app.ActivityThread.access$1400(ActivityThread.java:301)
03-15 21:37:53.027 26475 26475 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2166)
03-15 21:37:53.027 26475 26475 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-15 21:37:53.027 26475 26475 W System.err: at
android.os.Looper.loop(Looper.java:246)
03-15 21:37:53.027 26475 26475 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8633)
03-15 21:37:53.027 26475 26475 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
03-15 21:37:53.027 26475 26475 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
03-15 21:37:53.027 26475 26475 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)
03-15 21:37:53.037 26475 26475 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
03-15 21:37:53.352 26475 26475 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,core-platform-api, reflection, denied)
03-15 21:37:53.352 26475 26475 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
03-15 21:37:53.415 26475 26475 W linker : Warning:
"/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
03-15 21:37:53.623 26475 26631 W com.mbwhatsapp: Class X.2rL failed lock
verification and will run slower.
03-15 21:37:53.623 26475 26631 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
03-15 21:37:53.623 26475 26631 W com.mbwhatsapp: and incorrect proguard
optimizations.
--------- beginning of main
03-15 21:42:52.751 27351 27351 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
--------- beginning of system
03-15 21:42:52.967 27351 27351 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
03-15 21:42:52.967 27351 27351 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
03-15 21:42:52.967 27351 27351 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
03-15 21:42:52.967 27351 27351 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
03-15 21:42:52.968 27351 27351 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
03-15 21:42:52.968 27351 27351 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
03-15 21:42:52.968 27351 27351 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
03-15 21:42:52.968 27351 27351 W System.err: at
java.lang.Class.newInstance(Native Method)
03-15 21:42:52.968 27351 27351 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
03-15 21:42:52.968 27351 27351 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
03-15 21:42:52.968 27351 27351 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
03-15 21:42:52.968 27351 27351 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
03-15 21:42:52.968 27351 27351 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7532)
03-15 21:42:52.968 27351 27351 W System.err: at
android.app.ActivityThread.access$1400(ActivityThread.java:301)
03-15 21:42:52.968 27351 27351 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2166)
03-15 21:42:52.968 27351 27351 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-15 21:42:52.968 27351 27351 W System.err: at
android.os.Looper.loop(Looper.java:246)
03-15 21:42:52.968 27351 27351 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8633)
03-15 21:42:52.968 27351 27351 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
03-15 21:42:52.968 27351 27351 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
03-15 21:42:52.968 27351 27351 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)
03-15 21:42:52.979 27351 27351 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
03-15 21:42:53.292 27351 27351 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,core-platform-api, reflection, denied)
03-15 21:42:53.293 27351 27351 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
03-15 21:42:53.351 27351 27351 W linker : Warning:
"/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
03-15 21:42:53.537 27351 27399 W com.mbwhatsapp: Class X.2rL failed lock
verification and will run slower.
03-15 21:42:53.537 27351 27399 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
03-15 21:42:53.537 27351 27399 W com.mbwhatsapp: and incorrect proguard
optimizations.
--------- beginning of main
03-15 21:47:53.800 31405 31405 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
--------- beginning of system
03-15 21:47:54.347 31405 31405 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
03-15 21:47:54.351 31405 31405 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
03-15 21:47:54.351 31405 31405 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
03-15 21:47:54.351 31405 31405 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
03-15 21:47:54.351 31405 31405 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
03-15 21:47:54.351 31405 31405 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
03-15 21:47:54.351 31405 31405 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
03-15 21:47:54.351 31405 31405 W System.err: at
java.lang.Class.newInstance(Native Method)
03-15 21:47:54.351 31405 31405 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
03-15 21:47:54.351 31405 31405 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
03-15 21:47:54.351 31405 31405 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
03-15 21:47:54.351 31405 31405 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
03-15 21:47:54.351 31405 31405 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7532)
03-15 21:47:54.351 31405 31405 W System.err: at
android.app.ActivityThread.access$1400(ActivityThread.java:301)
03-15 21:47:54.351 31405 31405 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2166)
03-15 21:47:54.351 31405 31405 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-15 21:47:54.351 31405 31405 W System.err: at
android.os.Looper.loop(Looper.java:246)
03-15 21:47:54.351 31405 31405 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8633)
03-15 21:47:54.351 31405 31405 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
03-15 21:47:54.351 31405 31405 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
03-15 21:47:54.352 31405 31405 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)
03-15 21:47:54.436 31405 31405 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
03-15 21:47:55.621 31405 31405 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,core-platform-api, reflection, denied)
03-15 21:47:55.622 31405 31405 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
03-15 21:47:55.952 31405 31405 W linker : Warning:
"/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
03-15 21:47:56.588 31405 31452 W com.mbwhatsapp: Class X.2rL failed lock
verification and will run slower.
03-15 21:47:56.588 31405 31452 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
03-15 21:47:56.588 31405 31452 W com.mbwhatsapp: and incorrect proguard
optimizations.
--------- beginning of main
03-15 21:50:03.340 32346 32346 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
--------- beginning of system
03-15 21:50:03.952 32346 32346 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
03-15 21:50:03.955 32346 32346 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
03-15 21:50:03.955 32346 32346 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
03-15 21:50:03.955 32346 32346 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
03-15 21:50:03.955 32346 32346 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
03-15 21:50:03.955 32346 32346 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
03-15 21:50:03.955 32346 32346 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
03-15 21:50:03.955 32346 32346 W System.err: at
java.lang.Class.newInstance(Native Method)
03-15 21:50:03.955 32346 32346 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
03-15 21:50:03.955 32346 32346 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
03-15 21:50:03.955 32346 32346 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
03-15 21:50:03.955 32346 32346 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
03-15 21:50:03.955 32346 32346 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7532)
03-15 21:50:03.955 32346 32346 W System.err: at
android.app.ActivityThread.access$1400(ActivityThread.java:301)
03-15 21:50:03.955 32346 32346 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2166)
03-15 21:50:03.955 32346 32346 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-15 21:50:03.955 32346 32346 W System.err: at
android.os.Looper.loop(Looper.java:246)
03-15 21:50:03.955 32346 32346 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8633)
03-15 21:50:03.955 32346 32346 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
03-15 21:50:03.955 32346 32346 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
03-15 21:50:03.955 32346 32346 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)
03-15 21:50:04.034 32346 32346 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
03-15 21:50:05.660 32346 32346 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,core-platform-api, reflection, denied)
03-15 21:50:05.661 32346 32346 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
03-15 21:50:05.880 32346 32346 W linker : Warning:
"/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
03-15 21:50:06.526 32346 32529 W com.mbwhatsapp: Class X.2rL failed lock
verification and will run slower.
03-15 21:50:06.526 32346 32529 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
03-15 21:50:06.526 32346 32529 W com.mbwhatsapp: and incorrect proguard
optimizations.
--------- beginning of main
03-15 21:51:32.781 1543 1543 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
--------- beginning of system
03-15 21:51:33.207 1543 1543 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
03-15 21:51:33.209 1543 1543 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
03-15 21:51:33.209 1543 1543 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
03-15 21:51:33.209 1543 1543 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
03-15 21:51:33.209 1543 1543 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
03-15 21:51:33.209 1543 1543 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
03-15 21:51:33.209 1543 1543 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
03-15 21:51:33.209 1543 1543 W System.err: at
java.lang.Class.newInstance(Native Method)
03-15 21:51:33.209 1543 1543 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
03-15 21:51:33.210 1543 1543 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
03-15 21:51:33.210 1543 1543 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
03-15 21:51:33.210 1543 1543 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
03-15 21:51:33.210 1543 1543 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7532)
03-15 21:51:33.210 1543 1543 W System.err: at
android.app.ActivityThread.access$1400(ActivityThread.java:301)
03-15 21:51:33.210 1543 1543 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2166)
03-15 21:51:33.210 1543 1543 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-15 21:51:33.210 1543 1543 W System.err: at
android.os.Looper.loop(Looper.java:246)
03-15 21:51:33.210 1543 1543 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8633)
03-15 21:51:33.210 1543 1543 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
03-15 21:51:33.210 1543 1543 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
03-15 21:51:33.210 1543 1543 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)
03-15 21:51:33.289 1543 1543 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
03-15 21:51:34.598 1543 1543 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,core-platform-api, reflection, denied)
03-15 21:51:34.598 1543 1543 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
03-15 21:51:34.962 1543 1543 W linker : Warning:
"/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
03-15 21:51:36.004 1543 1855 W com.mbwhatsapp: Class X.2rL failed lock
verification and will run slower.
03-15 21:51:36.004 1543 1855 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
03-15 21:51:36.004 1543 1855 W com.mbwhatsapp: and incorrect proguard
optimizations.
03-15 21:51:36.999 1543 1855 W com.mbwhatsapp: Long monitor contention with owner
Logger (2.23.21.88(531124113)) (1655) at java.lang.Object
libcore.util.BasicLruCache.put(java.lang.Object, java.lang.Object)
(BasicLruCache.java:97) waiters=0 in java.lang.String
libcore.icu.ICU.getBestDateTimePattern(java.lang.String, java.util.Locale) for
282ms
03-15 21:51:37.139 1543 1894 W com.mbwhatsapp: Long monitor contention with owner
MBWhatsApp Worker #1 (1855) at X.2U6 X.35t.A08()(:-1) waiters=0 in X.2U6
X.35t.A08() for 566ms
03-15 21:51:40.689 1543 2067 W com.mbwhatsapp: Long monitor contention with owner
MBWhatsApp Worker #5 (1876) at android.database.sqlite.SQLiteConnection
android.database.sqlite.SQLiteConnectionPool.waitForConnection(java.lang.String,
int, android.os.CancellationSignal)(SQLiteConnectionPool.java:977) waiters=0 in
void
android.database.sqlite.SQLiteConnectionPool.releaseConnection(android.database.sql
ite.SQLiteConnection) for 282ms
03-15 21:51:42.031 1543 2068 W com.mbwhatsapp: Long monitor contention with owner
MBWhatsApp Worker #10 (2093) at android.database.sqlite.SQLiteConnection
android.database.sqlite.SQLiteConnectionPool.waitForConnection(java.lang.String,
int, android.os.CancellationSignal)(SQLiteConnectionPool.java:977) waiters=0 in
void
android.database.sqlite.SQLiteConnectionPool.releaseConnection(android.database.sql
ite.SQLiteConnection) for 863ms
03-15 21:51:42.037 1543 1876 W com.mbwhatsapp: Long monitor contention with owner
MBWhatsApp Worker #10 (2093) at android.database.sqlite.SQLiteConnection
android.database.sqlite.SQLiteConnectionPool.waitForConnection(java.lang.String,
int, android.os.CancellationSignal)(SQLiteConnectionPool.java:977) waiters=3 in
void
android.database.sqlite.SQLiteConnectionPool.releaseConnection(android.database.sql
ite.SQLiteConnection) for 850ms
03-15 21:51:42.040 1543 2091 W com.mbwhatsapp: Long monitor contention with owner
MBWhatsApp Worker #10 (2093) at android.database.sqlite.SQLiteConnection
android.database.sqlite.SQLiteConnectionPool.waitForConnection(java.lang.String,
int, android.os.CancellationSignal)(SQLiteConnectionPool.java:977) waiters=1 in
android.database.sqlite.SQLiteConnection
android.database.sqlite.SQLiteConnectionPool.waitForConnection(java.lang.String,
int, android.os.CancellationSignal) for 888ms
03-15 21:51:42.085 1543 1875 W com.mbwhatsapp: Long monitor contention with owner
MBWhatsApp Worker #10 (2093) at android.database.sqlite.SQLiteConnection
android.database.sqlite.SQLiteConnectionPool.waitForConnection(java.lang.String,
int, android.os.CancellationSignal)(SQLiteConnectionPool.java:977) waiters=2 in
android.database.sqlite.SQLiteConnection
android.database.sqlite.SQLiteConnectionPool.waitForConnection(java.lang.String,
int, android.os.CancellationSignal) for 927ms
03-15 21:51:44.317 1543 1842 W com.mbwhatsapp: Verification of void X.3e2.run()
took 295.889ms (13153.57 bytecodes/s) (101616B approximate peak alloc)
03-15 21:51:48.589 1543 1843 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=e2464663-74b3-49d2-b605-5db6a064a67c transcoded=0 gif_attribution=0
first_scan_length=4515 direct_path=/v/t62.7118-
24/32539589_797761762225266_5908960512074791982_n.enc?ccb=11-
4&oh=01_AdQnJVUnXDxxkMWPZ-T5CG2dE5ZfooltneiiynIW9qAOxA&oe=661C546E&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=WCUHUVnl4QAc+PbsNfTai7TBpnCIqo0dvOO/+0CgQts=
file_path=Media/.Statuses/2480028887b44666a9320f68422ebbfd.jpg file_size=42917
partial_media_hash=ohxLyw/YiNkai51QGoaxoRuuINy3wHjKI2U/FjMrXW4= face_x=147
face_y=110 height=960 trim_to=0 media_key_timestamp=1710554253000
message_url=https://mmg.whatsapp.net/v/t62.7118-
24/32539589_797761762225266_5908960512074791982_n.enc?ccb=11-
4&oh=01_AdQnJVUnXDxxkMWPZ-
T5CG2dE5ZfooltneiiynIW9qAOxA&oe=661C546E&_nc_sid=5e03e0&mms3=true
media_caption=null trim_from=0 mime_type=image/jpeg partial_media_enc_hash=null
width=540 original_file_hash=null has_streaming_sidecar=1
autotransfer_retry_enabled=1 media_upload_handle=null message_row_id=1585
multicast_id=null enc_file_hash=SEp7x4mNWKBHcoOS8KDhSSTLikrzU1mhhcQercQWm7w=
mute_video=0 page_count=0 first_scan_sidecar=[B@219884 suspicious_content=0
file_length=42917 media_name=null media_duration=0 chat_row_id=9
media_key=[B@4de586d
03-15 21:51:48.589 1543 1843 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
03-15 21:51:48.589 1543 1843 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
03-15 21:51:48.589 1543 1843 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1217)
03-15 21:51:48.589 1543 1843 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
03-15 21:51:48.589 1543 1843 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
03-15 21:51:48.589 1543 1843 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:221
9)
03-15 21:51:48.589 1543 1843 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2088)
03-15 21:51:48.589 1543 1843 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
03-15 21:51:48.589 1543 1843 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
03-15 21:51:48.589 1543 1843 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
03-15 21:51:48.589 1543 1843 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
03-15 21:51:48.589 1543 1843 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
03-15 21:51:48.589 1543 1843 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
03-15 21:51:48.589 1543 1843 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
03-15 21:51:48.589 1543 1843 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:246)
03-15 21:51:48.589 1543 1843 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
03-15 21:51:49.714 1543 1843 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=e443dd7c-e0d6-4ee4-aa4a-9d6a5c894bf3 transcoded=0 gif_attribution=0
first_scan_length=4584 direct_path=/o1/v/t62.7118-24/f1/m232/up-oil-image-fd05ef99-
cd73-4d5d-bfc6-bea6a06d094c?ccb=9-4&oh=01_AdTysbsbQ0-EyiUXzmf-
ykiDZIc6VIoNGEtILlXQSRQULQ&oe=661C8647&_nc_sid=000000
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=vu0+go6tDxTBuTBQQuGEbqt2zN1fbCl54qBeuuQ5cYI=
file_path=Media/.Statuses/2bfab8cb520d4b42a735e21b2d1f48c2.jpg file_size=43642
partial_media_hash=87I5tsYAN2c7vOfxRdxIItHfLcgCgCBsmffH3WooVCg= face_x=147
face_y=110 height=960 trim_to=0 media_key_timestamp=1710554094000
message_url=https://mmg.whatsapp.net/o1/v/t62.7118-24/f1/m232/up-oil-image-
fd05ef99-cd73-4d5d-bfc6-bea6a06d094c?ccb=9-4&oh=01_AdTysbsbQ0-EyiUXzmf-
ykiDZIc6VIoNGEtILlXQSRQULQ&oe=661C8647&_nc_sid=000000&mms3=true media_caption=null
trim_from=0 mime_type=image/jpeg partial_media_enc_hash=null width=540
original_file_hash=null has_streaming_sidecar=1 autotransfer_retry_enabled=1
media_upload_handle=null message_row_id=1584 multicast_id=null
enc_file_hash=CihFb9fLP78eLQ6mJh6Xse/wc8mhl1B7njv7G8skXVU= mute_video=0
page_count=0 first_scan_sidecar=[B@220947f suspicious_content=0 file_length=43642
media_name=null media_duration=0 chat_row_id=9 media_key=[B@e581c4c
03-15 21:51:49.714 1543 1843 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
03-15 21:51:49.714 1543 1843 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
03-15 21:51:49.714 1543 1843 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1217)
03-15 21:51:49.714 1543 1843 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
03-15 21:51:49.714 1543 1843 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
03-15 21:51:49.714 1543 1843 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:221
9)
03-15 21:51:49.714 1543 1843 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2088)
03-15 21:51:49.714 1543 1843 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
03-15 21:51:49.714 1543 1843 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
03-15 21:51:49.714 1543 1843 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
03-15 21:51:49.714 1543 1843 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
03-15 21:51:49.714 1543 1843 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
03-15 21:51:49.714 1543 1843 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
03-15 21:51:49.714 1543 1843 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
03-15 21:51:49.714 1543 1843 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:246)
03-15 21:51:49.714 1543 1843 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
--------- beginning of main
03-15 21:52:03.782 2786 2786 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
--------- beginning of system
03-15 21:52:04.118 2786 2786 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
03-15 21:52:04.123 2786 2786 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
03-15 21:52:04.124 2786 2786 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
03-15 21:52:04.124 2786 2786 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
03-15 21:52:04.124 2786 2786 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
03-15 21:52:04.124 2786 2786 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
03-15 21:52:04.124 2786 2786 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
03-15 21:52:04.124 2786 2786 W System.err: at
java.lang.Class.newInstance(Native Method)
03-15 21:52:04.124 2786 2786 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
03-15 21:52:04.124 2786 2786 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
03-15 21:52:04.124 2786 2786 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
03-15 21:52:04.124 2786 2786 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
03-15 21:52:04.124 2786 2786 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7532)
03-15 21:52:04.124 2786 2786 W System.err: at
android.app.ActivityThread.access$1400(ActivityThread.java:301)
03-15 21:52:04.124 2786 2786 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2166)
03-15 21:52:04.124 2786 2786 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-15 21:52:04.124 2786 2786 W System.err: at
android.os.Looper.loop(Looper.java:246)
03-15 21:52:04.124 2786 2786 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8633)
03-15 21:52:04.124 2786 2786 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
03-15 21:52:04.124 2786 2786 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
03-15 21:52:04.124 2786 2786 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)
03-15 21:52:04.144 2786 2786 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
03-15 21:52:04.857 2786 2786 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,core-platform-api, reflection, denied)
03-15 21:52:04.861 2786 2786 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
03-15 21:52:04.957 2786 2786 W linker : Warning:
"/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
03-15 21:52:05.318 2786 2901 W com.mbwhatsapp: Class X.2rL failed lock
verification and will run slower.
03-15 21:52:05.318 2786 2901 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
03-15 21:52:05.318 2786 2901 W com.mbwhatsapp: and incorrect proguard
optimizations.
--------- beginning of main
03-15 21:52:07.343 3124 3124 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
--------- beginning of system
03-15 21:52:07.519 3124 3124 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
03-15 21:52:07.519 3124 3124 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
03-15 21:52:07.519 3124 3124 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
03-15 21:52:07.519 3124 3124 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
03-15 21:52:07.520 3124 3124 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
03-15 21:52:07.520 3124 3124 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
03-15 21:52:07.520 3124 3124 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
03-15 21:52:07.520 3124 3124 W System.err: at
java.lang.Class.newInstance(Native Method)
03-15 21:52:07.520 3124 3124 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
03-15 21:52:07.520 3124 3124 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
03-15 21:52:07.520 3124 3124 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
03-15 21:52:07.520 3124 3124 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
03-15 21:52:07.520 3124 3124 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7532)
03-15 21:52:07.520 3124 3124 W System.err: at
android.app.ActivityThread.access$1400(ActivityThread.java:301)
03-15 21:52:07.520 3124 3124 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2166)
03-15 21:52:07.520 3124 3124 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-15 21:52:07.520 3124 3124 W System.err: at
android.os.Looper.loop(Looper.java:246)
03-15 21:52:07.520 3124 3124 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8633)
03-15 21:52:07.520 3124 3124 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
03-15 21:52:07.520 3124 3124 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
03-15 21:52:07.520 3124 3124 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)
03-15 21:52:07.530 3124 3124 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
03-15 21:52:07.873 3124 3124 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,core-platform-api, reflection, denied)
03-15 21:52:07.873 3124 3124 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
03-15 21:52:07.910 3124 3124 W linker : Warning:
"/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
03-15 21:52:08.246 3124 3223 W com.mbwhatsapp: Class X.2rL failed lock
verification and will run slower.
03-15 21:52:08.246 3124 3223 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
03-15 21:52:08.246 3124 3223 W com.mbwhatsapp: and incorrect proguard
optimizations.
--------- beginning of main
03-15 21:52:17.642 3581 3581 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
--------- beginning of system
03-15 21:52:17.749 3581 3581 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
03-15 21:52:17.749 3581 3581 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
03-15 21:52:17.749 3581 3581 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
03-15 21:52:17.749 3581 3581 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
03-15 21:52:17.749 3581 3581 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
03-15 21:52:17.749 3581 3581 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
03-15 21:52:17.749 3581 3581 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
03-15 21:52:17.749 3581 3581 W System.err: at
java.lang.Class.newInstance(Native Method)
03-15 21:52:17.749 3581 3581 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
03-15 21:52:17.749 3581 3581 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
03-15 21:52:17.749 3581 3581 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
03-15 21:52:17.749 3581 3581 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
03-15 21:52:17.749 3581 3581 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7532)
03-15 21:52:17.749 3581 3581 W System.err: at
android.app.ActivityThread.access$1400(ActivityThread.java:301)
03-15 21:52:17.749 3581 3581 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2166)
03-15 21:52:17.749 3581 3581 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-15 21:52:17.749 3581 3581 W System.err: at
android.os.Looper.loop(Looper.java:246)
03-15 21:52:17.749 3581 3581 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8633)
03-15 21:52:17.749 3581 3581 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
03-15 21:52:17.749 3581 3581 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
03-15 21:52:17.749 3581 3581 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)
03-15 21:52:17.755 3581 3581 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
03-15 21:52:17.918 3581 3581 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,core-platform-api, reflection, denied)
03-15 21:52:17.918 3581 3581 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
03-15 21:52:17.948 3581 3581 W linker : Warning:
"/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
03-15 21:52:18.027 3581 3641 W com.mbwhatsapp: Class X.2rL failed lock
verification and will run slower.
03-15 21:52:18.027 3581 3641 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
03-15 21:52:18.027 3581 3641 W com.mbwhatsapp: and incorrect proguard
optimizations.
--------- beginning of main
03-15 22:03:02.603 17375 17375 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
--------- beginning of system
03-15 22:03:03.051 17375 17375 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
03-15 22:03:03.052 17375 17375 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
03-15 22:03:03.052 17375 17375 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
03-15 22:03:03.052 17375 17375 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
03-15 22:03:03.052 17375 17375 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
03-15 22:03:03.052 17375 17375 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
03-15 22:03:03.052 17375 17375 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
03-15 22:03:03.052 17375 17375 W System.err: at
java.lang.Class.newInstance(Native Method)
03-15 22:03:03.052 17375 17375 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
03-15 22:03:03.052 17375 17375 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
03-15 22:03:03.052 17375 17375 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
03-15 22:03:03.052 17375 17375 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
03-15 22:03:03.052 17375 17375 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7532)
03-15 22:03:03.052 17375 17375 W System.err: at
android.app.ActivityThread.access$1400(ActivityThread.java:301)
03-15 22:03:03.052 17375 17375 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2166)
03-15 22:03:03.052 17375 17375 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-15 22:03:03.052 17375 17375 W System.err: at
android.os.Looper.loop(Looper.java:246)
03-15 22:03:03.052 17375 17375 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8633)
03-15 22:03:03.052 17375 17375 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
03-15 22:03:03.052 17375 17375 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
03-15 22:03:03.052 17375 17375 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)
03-15 22:03:03.100 17375 17375 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
03-15 22:03:03.877 17375 17375 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,core-platform-api, reflection, denied)
03-15 22:03:03.877 17375 17375 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
03-15 22:03:04.019 17375 17375 W linker : Warning:
"/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
03-15 22:03:04.291 17375 17428 W com.mbwhatsapp: Class X.2rL failed lock
verification and will run slower.
03-15 22:03:04.291 17375 17428 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
03-15 22:03:04.291 17375 17428 W com.mbwhatsapp: and incorrect proguard
optimizations.
--------- beginning of main
03-15 22:12:53.150 28944 28944 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
--------- beginning of system
03-15 22:12:53.555 28944 28944 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
03-15 22:12:53.556 28944 28944 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
03-15 22:12:53.557 28944 28944 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
03-15 22:12:53.557 28944 28944 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
03-15 22:12:53.557 28944 28944 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
03-15 22:12:53.557 28944 28944 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
03-15 22:12:53.557 28944 28944 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
03-15 22:12:53.557 28944 28944 W System.err: at
java.lang.Class.newInstance(Native Method)
03-15 22:12:53.557 28944 28944 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
03-15 22:12:53.557 28944 28944 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
03-15 22:12:53.557 28944 28944 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
03-15 22:12:53.557 28944 28944 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
03-15 22:12:53.557 28944 28944 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7532)
03-15 22:12:53.557 28944 28944 W System.err: at
android.app.ActivityThread.access$1400(ActivityThread.java:301)
03-15 22:12:53.557 28944 28944 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2166)
03-15 22:12:53.557 28944 28944 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-15 22:12:53.557 28944 28944 W System.err: at
android.os.Looper.loop(Looper.java:246)
03-15 22:12:53.557 28944 28944 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8633)
03-15 22:12:53.557 28944 28944 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
03-15 22:12:53.557 28944 28944 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
03-15 22:12:53.557 28944 28944 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)
03-15 22:12:53.675 28944 28944 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
03-15 22:12:54.566 28944 28944 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,core-platform-api, reflection, denied)
03-15 22:12:54.568 28944 28944 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
03-15 22:12:54.751 28944 28944 W linker : Warning:
"/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
03-15 22:12:55.432 28944 28996 W com.mbwhatsapp: Class X.2rL failed lock
verification and will run slower.
03-15 22:12:55.432 28944 28996 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
03-15 22:12:55.432 28944 28996 W com.mbwhatsapp: and incorrect proguard
optimizations.
03-15 22:13:00.163 28944 29010 W com.mbwhatsapp: Long monitor contention with owner
MBWhatsApp Worker #1 (28996) at android.database.sqlite.SQLiteConnection
android.database.sqlite.SQLiteConnectionPool.waitForConnection(java.lang.String,
int, android.os.CancellationSignal)(SQLiteConnectionPool.java:977) waiters=0 in
android.database.sqlite.SQLiteConnection
android.database.sqlite.SQLiteConnectionPool.waitForConnection(java.lang.String,
int, android.os.CancellationSignal) for 865ms
03-15 22:13:01.607 28944 28960 W com.mbwhatsapp: Suspending all threads took:
12.208ms
03-15 22:13:03.534 28944 28993 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=83e2e9a9-edfd-44c5-9251-6350aacaa65b transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7118-
24/11428400_1152433582584887_9050186913938088574_n.enc?ccb=11-
4&oh=01_AdTB5X7AhzsV9dEyd_yCxNRv3_tiBZrPO_P9tit5kTTQjg&oe=661C6490&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=zlQbPjPis4ee72gNC5Zf2Jp3G+dCuiqP8Yjd8kX1ykA=
file_path=Media/.Statuses/5b6b3011f65a4d33b5c705189aee7d93.jpg file_size=64711
partial_media_hash=null face_x=0 face_y=0 height=1280 trim_to=0
media_key_timestamp=1710557724000 message_url=https://mmg.whatsapp.net/v/t62.7118-
24/11428400_1152433582584887_9050186913938088574_n.enc?ccb=11-
4&oh=01_AdTB5X7AhzsV9dEyd_yCxNRv3_tiBZrPO_P9tit5kTTQjg&oe=661C6490&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=image/jpeg
partial_media_enc_hash=null width=720 original_file_hash=null
has_streaming_sidecar=0 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=1586 multicast_id=null
enc_file_hash=c+8u8Re1T2FKfiq37EFrXOs0Inxn55j97PLMx+HTJbY= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=64711
media_name=null media_duration=0 chat_row_id=9 media_key=[B@6d63300
03-15 22:13:03.534 28944 28993 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
03-15 22:13:03.534 28944 28993 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
03-15 22:13:03.534 28944 28993 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1217)
03-15 22:13:03.534 28944 28993 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
03-15 22:13:03.534 28944 28993 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
03-15 22:13:03.534 28944 28993 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:221
9)
03-15 22:13:03.534 28944 28993 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2088)
03-15 22:13:03.534 28944 28993 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
03-15 22:13:03.534 28944 28993 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
03-15 22:13:03.534 28944 28993 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
03-15 22:13:03.534 28944 28993 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
03-15 22:13:03.534 28944 28993 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
03-15 22:13:03.534 28944 28993 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
03-15 22:13:03.534 28944 28993 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
03-15 22:13:03.534 28944 28993 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:246)
03-15 22:13:03.534 28944 28993 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
--------- beginning of main
03-15 22:17:52.719 6567 6567 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
--------- beginning of system
03-15 22:17:53.219 6567 6567 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
03-15 22:17:53.221 6567 6567 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
03-15 22:17:53.221 6567 6567 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
03-15 22:17:53.221 6567 6567 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
03-15 22:17:53.221 6567 6567 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
03-15 22:17:53.221 6567 6567 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
03-15 22:17:53.221 6567 6567 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
03-15 22:17:53.221 6567 6567 W System.err: at
java.lang.Class.newInstance(Native Method)
03-15 22:17:53.221 6567 6567 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
03-15 22:17:53.221 6567 6567 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
03-15 22:17:53.221 6567 6567 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
03-15 22:17:53.222 6567 6567 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
03-15 22:17:53.222 6567 6567 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7532)
03-15 22:17:53.222 6567 6567 W System.err: at
android.app.ActivityThread.access$1400(ActivityThread.java:301)
03-15 22:17:53.222 6567 6567 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2166)
03-15 22:17:53.222 6567 6567 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-15 22:17:53.222 6567 6567 W System.err: at
android.os.Looper.loop(Looper.java:246)
03-15 22:17:53.222 6567 6567 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8633)
03-15 22:17:53.222 6567 6567 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
03-15 22:17:53.222 6567 6567 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
03-15 22:17:53.222 6567 6567 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)
03-15 22:17:53.286 6567 6567 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
03-15 22:17:54.023 6567 6567 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,core-platform-api, reflection, denied)
03-15 22:17:54.024 6567 6567 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
03-15 22:17:54.190 6567 6567 W linker : Warning:
"/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
03-15 22:17:54.734 6567 6635 W com.mbwhatsapp: Class X.2rL failed lock
verification and will run slower.
03-15 22:17:54.734 6567 6635 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
03-15 22:17:54.734 6567 6635 W com.mbwhatsapp: and incorrect proguard
optimizations.
--------- beginning of main
03-15 22:22:23.094 11364 11364 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
--------- beginning of system
03-15 22:22:23.424 11364 11364 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
03-15 22:22:23.426 11364 11364 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
03-15 22:22:23.426 11364 11364 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
03-15 22:22:23.426 11364 11364 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
03-15 22:22:23.426 11364 11364 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
03-15 22:22:23.426 11364 11364 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
03-15 22:22:23.426 11364 11364 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
03-15 22:22:23.426 11364 11364 W System.err: at
java.lang.Class.newInstance(Native Method)
03-15 22:22:23.426 11364 11364 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
03-15 22:22:23.426 11364 11364 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
03-15 22:22:23.426 11364 11364 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
03-15 22:22:23.426 11364 11364 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
03-15 22:22:23.426 11364 11364 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7532)
03-15 22:22:23.426 11364 11364 W System.err: at
android.app.ActivityThread.access$1400(ActivityThread.java:301)
03-15 22:22:23.427 11364 11364 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2166)
03-15 22:22:23.427 11364 11364 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-15 22:22:23.427 11364 11364 W System.err: at
android.os.Looper.loop(Looper.java:246)
03-15 22:22:23.427 11364 11364 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8633)
03-15 22:22:23.427 11364 11364 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
03-15 22:22:23.427 11364 11364 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
03-15 22:22:23.427 11364 11364 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)
03-15 22:22:23.478 11364 11364 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
03-15 22:22:24.046 11364 11364 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,core-platform-api, reflection, denied)
03-15 22:22:24.046 11364 11364 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
03-15 22:22:24.119 11364 11364 W linker : Warning:
"/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
03-15 22:22:24.335 11364 13970 W com.mbwhatsapp: Class X.2rL failed lock
verification and will run slower.
03-15 22:22:24.335 11364 13970 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
03-15 22:22:24.335 11364 13970 W com.mbwhatsapp: and incorrect proguard
optimizations.
03-15 22:22:24.362 11364 11364 W com.mbwhatsapp: Class X.0eU failed lock
verification and will run slower.
03-15 22:22:24.727 11364 13994 E linker : library ""
("/apex/com.android.vndk.v30/lib64") needed or dlopened by
"/apex/com.android.vndk.v30/lib64/libRS_internal.so" is not accessible for the
namespace: [name="rs", ld_library_paths="",
default_library_paths="/apex/com.android.vndk.v30/lib64:/vendor/lib64",
permitted_paths="/odm/lib64:/vendor/lib64:/system/vendor/lib64:/data"]
03-15 22:22:24.727 11364 13994 E RenderScript: Failed loading RS driver: dlopen
failed: library "" needed or dlopened by
"/apex/com.android.vndk.v30/lib64/libRS_internal.so" is not accessible for the
namespace "rs"
03-15 22:22:24.727 11364 13994 E RenderScript: Failed to load runtime , loading
default
--------- beginning of crash
03-15 22:22:24.989 11364 11364 E AndroidRuntime: FATAL EXCEPTION: main
03-15 22:22:24.989 11364 11364 E AndroidRuntime: Process: com.mbwhatsapp, PID:
11364
03-15 22:22:24.989 11364 11364 E AndroidRuntime: java.lang.RuntimeException: Unable
to start activity ComponentInfo{com.mbwhatsapp/com.mbwhatsapp.Conversation}:
java.lang.NullPointerException: null cannot be cast to non-null type
com.mbwhatsapp.newsletter.cache.NewsletterState
03-15 22:22:24.989 11364 11364 E AndroidRuntime: at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3835)
03-15 22:22:24.989 11364 11364 E AndroidRuntime: at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4011)
03-15 22:22:24.989 11364 11364 E AndroidRuntime: at
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:85
)
03-15 22:22:24.989 11364 11364 E AndroidRuntime: at
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu
tor.java:135)
03-15 22:22:24.989 11364 11364 E AndroidRuntime: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
95)
03-15 22:22:24.989 11364 11364 E AndroidRuntime: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2325)
03-15 22:22:24.989 11364 11364 E AndroidRuntime: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-15 22:22:24.989 11364 11364 E AndroidRuntime: at
android.os.Looper.loop(Looper.java:246)
03-15 22:22:24.989 11364 11364 E AndroidRuntime: at
android.app.ActivityThread.main(ActivityThread.java:8633)
03-15 22:22:24.989 11364 11364 E AndroidRuntime: at
java.lang.reflect.Method.invoke(Native Method)
03-15 22:22:24.989 11364 11364 E AndroidRuntime: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
03-15 22:22:24.989 11364 11364 E AndroidRuntime: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)
03-15 22:22:24.989 11364 11364 E AndroidRuntime: Caused by:
java.lang.NullPointerException: null cannot be cast to non-null type
com.mbwhatsapp.newsletter.cache.NewsletterState
03-15 22:22:24.989 11364 11364 E AndroidRuntime: at X.4E2.A0c(Unknown
Source:10)
03-15 22:22:24.989 11364 11364 E AndroidRuntime: at X.4pb.A0A(Unknown
Source:6)
03-15 22:22:24.989 11364 11364 E AndroidRuntime: at X.4pb.<init>(Unknown
Source:174)
03-15 22:22:24.989 11364 11364 E AndroidRuntime: at X.5pH.A1Z(Unknown
Source:6485)
03-15 22:22:24.989 11364 11364 E AndroidRuntime: at
com.mbwhatsapp.Conversation.onCreate(Unknown Source:43)
03-15 22:22:24.989 11364 11364 E AndroidRuntime: at
android.app.Activity.performCreate(Activity.java:8207)
03-15 22:22:24.989 11364 11364 E AndroidRuntime: at
android.app.Activity.performCreate(Activity.java:8191)
03-15 22:22:24.989 11364 11364 E AndroidRuntime: at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1309)
03-15 22:22:24.989 11364 11364 E AndroidRuntime: at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3808)
03-15 22:22:24.989 11364 11364 E AndroidRuntime: ... 11 more
03-15 22:22:24.989 11364 11364 E CustomActivityOnCrash: App has crashed, executing
CustomActivityOnCrash's UncaughtExceptionHandler
03-15 22:22:24.989 11364 11364 E CustomActivityOnCrash: java.lang.RuntimeException:
Unable to start activity ComponentInfo{com.mbwhatsapp/com.mbwhatsapp.Conversation}:
java.lang.NullPointerException: null cannot be cast to non-null type
com.mbwhatsapp.newsletter.cache.NewsletterState
03-15 22:22:24.989 11364 11364 E CustomActivityOnCrash: at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3835)
03-15 22:22:24.989 11364 11364 E CustomActivityOnCrash: at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4011)
03-15 22:22:24.989 11364 11364 E CustomActivityOnCrash: at
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:85
)
03-15 22:22:24.989 11364 11364 E CustomActivityOnCrash: at
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu
tor.java:135)
03-15 22:22:24.989 11364 11364 E CustomActivityOnCrash: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
95)
03-15 22:22:24.989 11364 11364 E CustomActivityOnCrash: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2325)
03-15 22:22:24.989 11364 11364 E CustomActivityOnCrash: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-15 22:22:24.989 11364 11364 E CustomActivityOnCrash: at
android.os.Looper.loop(Looper.java:246)
03-15 22:22:24.989 11364 11364 E CustomActivityOnCrash: at
android.app.ActivityThread.main(ActivityThread.java:8633)
03-15 22:22:24.989 11364 11364 E CustomActivityOnCrash: at
java.lang.reflect.Method.invoke(Native Method)
03-15 22:22:24.989 11364 11364 E CustomActivityOnCrash: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
03-15 22:22:24.989 11364 11364 E CustomActivityOnCrash: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)
03-15 22:22:24.989 11364 11364 E CustomActivityOnCrash: Caused by:
java.lang.NullPointerException: null cannot be cast to non-null type
com.mbwhatsapp.newsletter.cache.NewsletterState
03-15 22:22:24.989 11364 11364 E CustomActivityOnCrash: at X.4E2.A0c(Unknown
Source:10)
03-15 22:22:24.989 11364 11364 E CustomActivityOnCrash: at X.4pb.A0A(Unknown
Source:6)
03-15 22:22:24.989 11364 11364 E CustomActivityOnCrash: at X.4pb.<init>(Unknown
Source:174)
03-15 22:22:24.989 11364 11364 E CustomActivityOnCrash: at X.5pH.A1Z(Unknown
Source:6485)
03-15 22:22:24.989 11364 11364 E CustomActivityOnCrash: at
com.mbwhatsapp.Conversation.onCreate(Unknown Source:43)
03-15 22:22:24.989 11364 11364 E CustomActivityOnCrash: at
android.app.Activity.performCreate(Activity.java:8207)
03-15 22:22:24.989 11364 11364 E CustomActivityOnCrash: at
android.app.Activity.performCreate(Activity.java:8191)
03-15 22:22:24.989 11364 11364 E CustomActivityOnCrash: at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1309)
03-15 22:22:24.989 11364 11364 E CustomActivityOnCrash: at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3808)
03-15 22:22:24.989 11364 11364 E CustomActivityOnCrash: ... 11 more
03-15 22:22:25.007 11364 11364 E ArmVmp : Match on catch block at 0x1c in for
0x179
03-15 22:22:25.007 11364 11364 E CustomActivityOnCrash: Failed when resolving the
restart activity class via getLaunchIntentForPackage, stack trace follows!
03-15 22:22:25.007 11364 11364 E CustomActivityOnCrash:
java.lang.ClassNotFoundException: com.mbwhatsapp.Icon0
03-15 22:22:25.007 11364 11364 E CustomActivityOnCrash: at
java.lang.Class.classForName(Native Method)
03-15 22:22:25.007 11364 11364 E CustomActivityOnCrash: at
java.lang.Class.forName(Class.java:454)
03-15 22:22:25.007 11364 11364 E CustomActivityOnCrash: at
java.lang.Class.forName(Class.java:379)
03-15 22:22:25.007 11364 11364 E CustomActivityOnCrash: at
mbmodsd.mbmodsw.crashv2.CustomActivityOnCrash.getLauncherActivity(Native Method)
03-15 22:22:25.007 11364 11364 E CustomActivityOnCrash: at
mbmodsd.mbmodsw.crashv2.CustomActivityOnCrash.guessRestartActivityClass(Native
Method)
03-15 22:22:25.007 11364 11364 E CustomActivityOnCrash: at
mbmodsd.mbmodsw.crashv2.CustomActivityOnCrash.lambda$install$0(Native Method)
03-15 22:22:25.007 11364 11364 E CustomActivityOnCrash: at
mbmodsd.mbmodsw.crashv2.CustomActivityOnCrash$
$ExternalSyntheticLambda0.uncaughtException(Native Method)
03-15 22:22:25.007 11364 11364 E CustomActivityOnCrash: at
java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1073)
03-15 22:22:25.007 11364 11364 E CustomActivityOnCrash: at
java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1068)
03-15 22:22:25.007 11364 11364 E CustomActivityOnCrash: at
java.lang.Thread.dispatchUncaughtException(Thread.java:2203)
03-15 22:22:25.007 11364 11364 E CustomActivityOnCrash: Caused by:
java.lang.ClassNotFoundException: com.mbwhatsapp.Icon0
03-15 22:22:25.007 11364 11364 E CustomActivityOnCrash: ... 10 more
--------- beginning of main
03-15 22:22:25.171 11833 11833 E :error_activit: Not starting debugger since
process cannot load the jdwp agent.
--------- beginning of system
03-15 22:22:25.298 11833 11833 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
03-15 22:22:25.299 11833 11833 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
03-15 22:22:25.299 11833 11833 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
03-15 22:22:25.299 11833 11833 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
03-15 22:22:25.299 11833 11833 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
03-15 22:22:25.299 11833 11833 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
03-15 22:22:25.299 11833 11833 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
03-15 22:22:25.299 11833 11833 W System.err: at
java.lang.Class.newInstance(Native Method)
03-15 22:22:25.299 11833 11833 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
03-15 22:22:25.299 11833 11833 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
03-15 22:22:25.299 11833 11833 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
03-15 22:22:25.299 11833 11833 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
03-15 22:22:25.299 11833 11833 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7532)
03-15 22:22:25.299 11833 11833 W System.err: at
android.app.ActivityThread.access$1400(ActivityThread.java:301)
03-15 22:22:25.299 11833 11833 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2166)
03-15 22:22:25.299 11833 11833 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-15 22:22:25.299 11833 11833 W System.err: at
android.os.Looper.loop(Looper.java:246)
03-15 22:22:25.299 11833 11833 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8633)
03-15 22:22:25.299 11833 11833 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
03-15 22:22:25.299 11833 11833 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
03-15 22:22:25.299 11833 11833 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)
03-15 22:22:25.412 11833 11833 W :error_activit: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,core-platform-api, reflection, denied)
03-15 22:22:25.413 11833 11833 W :error_activit: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
03-15 22:22:25.428 11833 11833 W linker : Warning:
"/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
03-15 22:22:25.567 11833 14060 E linker : library ""
("/apex/com.android.vndk.v30/lib64") needed or dlopened by
"/apex/com.android.vndk.v30/lib64/libRS_internal.so" is not accessible for the
namespace: [name="rs", ld_library_paths="",
default_library_paths="/apex/com.android.vndk.v30/lib64:/vendor/lib64",
permitted_paths="/odm/lib64:/vendor/lib64:/system/vendor/lib64:/data"]
03-15 22:22:25.567 11833 14060 E RenderScript: Failed loading RS driver: dlopen
failed: library "" needed or dlopened by
"/apex/com.android.vndk.v30/lib64/libRS_internal.so" is not accessible for the
namespace "rs"
03-15 22:22:25.567 11833 14060 E RenderScript: Failed to load runtime , loading
default
03-15 22:22:25.593 11833 11833 E ArmVmp : Match on catch block at 0x0a in for
0x189
03-15 22:22:25.749 11833 14046 W Gralloc3: mapper 3.x is not supported
03-15 22:22:26.054 11833 14046 W libEGL : EGLNativeWindowType 0x7707609010
disconnect failed
03-15 22:22:26.134 14076 14076 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
03-15 22:22:26.544 14076 14076 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
03-15 22:22:26.547 14076 14076 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
03-15 22:22:26.547 14076 14076 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
03-15 22:22:26.547 14076 14076 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
03-15 22:22:26.547 14076 14076 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
03-15 22:22:26.547 14076 14076 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
03-15 22:22:26.547 14076 14076 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
03-15 22:22:26.547 14076 14076 W System.err: at
java.lang.Class.newInstance(Native Method)
03-15 22:22:26.547 14076 14076 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
03-15 22:22:26.547 14076 14076 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
03-15 22:22:26.547 14076 14076 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
03-15 22:22:26.551 14076 14076 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
03-15 22:22:26.551 14076 14076 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7532)
03-15 22:22:26.551 14076 14076 W System.err: at
android.app.ActivityThread.access$1400(ActivityThread.java:301)
03-15 22:22:26.551 14076 14076 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2166)
03-15 22:22:26.551 14076 14076 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-15 22:22:26.551 14076 14076 W System.err: at
android.os.Looper.loop(Looper.java:246)
03-15 22:22:26.551 14076 14076 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8633)
03-15 22:22:26.551 14076 14076 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
03-15 22:22:26.551 14076 14076 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
03-15 22:22:26.551 14076 14076 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)
03-15 22:22:26.574 14076 14076 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
03-15 22:22:26.960 14076 14076 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,core-platform-api, reflection, denied)
03-15 22:22:26.961 14076 14076 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
03-15 22:22:27.055 14076 14076 W linker : Warning:
"/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
--------- beginning of main
--------- beginning of system
03-15 22:22:26.960 14076 14076 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,core-platform-api, reflection, denied)
03-15 22:22:26.961 14076 14076 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
03-15 22:22:27.055 14076 14076 W linker : Warning:
"/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
03-15 22:22:27.612 14076 14127 W com.mbwhatsapp: Class X.2rL failed lock
verification and will run slower.
03-15 22:22:27.612 14076 14127 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
03-15 22:22:27.612 14076 14127 W com.mbwhatsapp: and incorrect proguard
optimizations.
03-15 22:22:27.612 14076 14127 W com.mbwhatsapp: Class X.2rL failed lock
verification and will run slower.
03-15 22:22:27.612 14076 14127 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
03-15 22:22:27.612 14076 14127 W com.mbwhatsapp: and incorrect proguard
optimizations.
03-15 22:22:30.875 11833 14046 W libEGL : EGLNativeWindowType 0x77076be010
disconnect failed
03-15 22:22:30.875 11833 14046 W libEGL : EGLNativeWindowType 0x77076be010
disconnect failed
03-15 22:22:42.308 11833 14046 W libEGL : EGLNativeWindowType 0x7707609010
disconnect failed
03-15 22:22:42.308 11833 14046 W libEGL : EGLNativeWindowType 0x7707609010
disconnect failed
03-15 22:24:19.177 11833 14046 W libEGL : EGLNativeWindowType 0x7707609010
disconnect failed

You might also like