0% found this document useful (0 votes)
12 views59 pages

Logcat

The document contains error logs from an application, indicating issues such as ClassNotFoundException for a specific class, problems with loading libraries, and invalid resource IDs. It also highlights warnings regarding custom UncaughtExceptionHandlers and access to hidden methods. Overall, the logs suggest multiple failures in application initialization and resource management.

Uploaded by

habibamosaaa
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)
12 views59 pages

Logcat

The document contains error logs from an application, indicating issues such as ClassNotFoundException for a specific class, problems with loading libraries, and invalid resource IDs. It also highlights warnings regarding custom UncaughtExceptionHandlers and access to hidden methods. Overall, the logs suggest multiple failures in application initialization and resource management.

Uploaded by

habibamosaaa
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/ 59

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

05-11 14:29:21.057 14919 14919 E com.mbwhatsapp: Not starting debugger since


process cannot load the jdwp agent.
05-11 14:29:21.436 14919 14919 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 14:29:21.437 14919 14919 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 14:29:21.437 14919 14919 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-11 14:29:21.437 14919 14919 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-11 14:29:21.437 14919 14919 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-11 14:29:21.437 14919 14919 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-11 14:29:21.437 14919 14919 W System.err: at
java.lang.Class.newInstance(Native Method)
05-11 14:29:21.437 14919 14919 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-11 14:29:21.437 14919 14919 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-11 14:29:21.437 14919 14919 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-11 14:29:21.437 14919 14919 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
05-11 14:29:21.437 14919 14919 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
05-11 14:29:21.437 14919 14919 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
05-11 14:29:21.437 14919 14919 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
05-11 14:29:21.437 14919 14919 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
05-11 14:29:21.437 14919 14919 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-11 14:29:21.437 14919 14919 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-11 14:29:21.437 14919 14919 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-11 14:29:21.437 14919 14919 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-11 14:29:21.437 14919 14919 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-11 14:29:21.437 14919 14919 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-11 14:29:21.437 14919 14919 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-11 14:29:21.524 14919 14919 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-11 14:29:22.124 14959 14959 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-11 14:29:22.205 14959 14959 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 14:29:22.206 14959 14959 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 14:29:22.206 14959 14959 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-11 14:29:22.206 14959 14959 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-11 14:29:22.206 14959 14959 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-11 14:29:22.206 14959 14959 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-11 14:29:22.206 14959 14959 W System.err: at
java.lang.Class.newInstance(Native Method)
05-11 14:29:22.206 14959 14959 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-11 14:29:22.206 14959 14959 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-11 14:29:22.206 14959 14959 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-11 14:29:22.206 14959 14959 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
05-11 14:29:22.206 14959 14959 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
05-11 14:29:22.206 14959 14959 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
05-11 14:29:22.206 14959 14959 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
05-11 14:29:22.206 14959 14959 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
05-11 14:29:22.206 14959 14959 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-11 14:29:22.206 14959 14959 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-11 14:29:22.206 14959 14959 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-11 14:29:22.206 14959 14959 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-11 14:29:22.206 14959 14959 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-11 14:29:22.206 14959 14959 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-11 14:29:22.206 14959 14959 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-11 14:29:22.265 14959 14959 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-11 14:29:22.511 14959 14959 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
05-11 14:29:22.511 14959 14959 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
05-11 14:29:22.921 14959 14976 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
05-11 14:29:23.163 14959 14959 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locatorIcEEEE to be hooked in lib
05-11 14:29:23.163 14959 14959 W SigquitBasedANRDetector: Failed to hook function
05-11 14:29:23.256 14959 14959 W com.mbwhatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
05-11 14:29:23.256 14959 14959 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
05-11 14:29:23.256 14959 14959 W com.mbwhatsapp: and incorrect proguard
optimizations.
05-11 14:29:23.264 14959 15017 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
05-11 14:29:23.540 14959 15029 E QT : [QT]file does not exist
05-11 14:29:23.569 14959 15029 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
05-11 14:29:23.569 14959 15029 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
05-11 14:29:23.716 14959 14959 E com.mbwhatsapp: Invalid resource ID 0x00000000.
05-11 14:29:23.718 14959 14959 W System.err:
android.content.res.Resources$NotFoundException: String resource ID #0x0
05-11 14:29:23.721 14959 14959 W System.err: at
android.content.res.Resources.getText(Resources.java:511)
05-11 14:29:23.721 14959 14959 W System.err: at
android.content.res.Resources.getString(Resources.java:604)
05-11 14:29:23.721 14959 14959 W System.err: at X.35t.A0E(Unknown Source:46)
05-11 14:29:23.721 14959 14959 W System.err: at
com.mbwhatsapp.yo.yo.getString(Native Method)
05-11 14:29:23.721 14959 14959 W System.err: at
com.mbwhatsapp.yo.yo.getString(Native Method)
05-11 14:29:23.721 14959 14959 W System.err: at
com.mbwhatsapp.youbasha.task.utils.requestAllFilesAccess14(Native Method)
05-11 14:29:23.721 14959 14959 W System.err: at
com.mbwhatsapp.yo.dep.showStoragePermissionRequest(Native Method)
05-11 14:29:23.722 14959 14959 W System.err: at
com.mbwhatsapp.registration.EULA.onCreate(Unknown Source:248)
05-11 14:29:23.722 14959 14959 W System.err: at
android.app.Activity.performCreate(Activity.java:8975)
05-11 14:29:23.722 14959 14959 W System.err: at
android.app.Activity.performCreate(Activity.java:8944)
05-11 14:29:23.722 14959 14959 W System.err: at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1456)
05-11 14:29:23.722 14959 14959 W System.err: at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4146)
05-11 14:29:23.722 14959 14959 W System.err: at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4322)
05-11 14:29:23.722 14959 14959 W System.err: at
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:10
3)
05-11 14:29:23.722 14959 14959 W System.err: at
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu
tor.java:139)
05-11 14:29:23.722 14959 14959 W System.err: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
96)
05-11 14:29:23.722 14959 14959 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2685)
05-11 14:29:23.722 14959 14959 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-11 14:29:23.722 14959 14959 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-11 14:29:23.722 14959 14959 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-11 14:29:23.722 14959 14959 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-11 14:29:23.722 14959 14959 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-11 14:29:23.722 14959 14959 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-11 14:29:23.723 14959 14959 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-11 14:29:23.889 14959 14959 W Activity: Can request only one set of permissions
at a time
05-11 14:29:23.964 14959 15068 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriver_mtk.so" not found
05-11 14:29:23.964 14959 15068 E RenderScript: Failed to load runtime
libRSDriver_mtk.so, loading default
05-11 14:29:24.045 14959 14959 E ArmVmp : Match on catch block at 0x0a in for
0xefa60049
05-11 14:29:24.059 14959 14959 W OpenGLRenderer: Unknown dataspace 0
05-11 14:29:24.220 14959 14959 E FBI : Can't load library: dlopen failed:
library "libmagtsync.so" not found
05-11 14:29:24.793 14959 14959 E ViewRootImpl@327671f[EULA]: Surface is not valid.
05-11 14:29:25.458 14959 14959 E com.mbwhatsapp: Invalid resource ID 0x00000000.
05-11 14:29:25.458 14959 14959 E com.mbwhatsapp: Invalid resource ID 0x00000000.
05-11 14:29:25.467 14959 14959 E com.mbwhatsapp: Invalid resource ID 0x00000000.
05-11 14:29:25.468 14959 14959 E com.mbwhatsapp: Invalid resource ID 0x00000000.
05-11 14:29:25.468 14959 14959 E com.mbwhatsapp: Invalid resource ID 0x00000000.
05-11 14:29:25.469 14959 14959 E com.mbwhatsapp: Invalid resource ID 0x00000000.
05-11 14:29:25.473 14959 14959 E com.mbwhatsapp: Invalid resource ID 0x00000000.
05-11 14:29:25.474 14959 14959 E com.mbwhatsapp: Invalid resource ID 0x00000000.
05-11 14:29:29.994 14959 15017 W com.mbwhatsapp: Cleared Reference was only
reachable from finalizer (only reported once)
05-11 14:29:31.788 14959 14959 W Activity: Can request only one set of permissions
at a time
05-11 14:29:31.790 14959 14959 W Activity: Can request only one set of permissions
at a time
05-11 14:29:34.552 14959 14959 W Choreographer: Frame time is 0.027357 ms in the
future! Check that graphics HAL is generating vsync timestamps using the correct
timebase.
05-11 14:29:34.813 14959 14959 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@aba51b3
05-11 14:29:37.818 14959 14959 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@1f801e
05-11 14:29:39.431 14959 16308 E ShortcutInfoCompatSaver: Failed to load---------
beginning of main
05-11 14:29:40.261 14959 14959 W Activity: Can request only one set of permissions
at a time
05-11 14:29:58.725 18249 18249 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-11 14:29:59.367 18249 18249 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 14:29:59.369 18249 18249 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 14:29:59.369 18249 18249 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-11 14:29:59.369 18249 18249 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-11 14:29:59.369 18249 18249 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-11 14:29:59.369 18249 18249 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-11 14:29:59.369 18249 18249 W System.err: at
java.lang.Class.newInstance(Native Method)
05-11 14:29:59.369 18249 18249 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-11 14:29:59.369 18249 18249 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-11 14:29:59.369 18249 18249 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-11 14:29:59.369 18249 18249 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
05-11 14:29:59.370 18249 18249 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
05-11 14:29:59.370 18249 18249 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
05-11 14:29:59.370 18249 18249 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
05-11 14:29:59.370 18249 18249 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
05-11 14:29:59.370 18249 18249 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-11 14:29:59.370 18249 18249 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-11 14:29:59.370 18249 18249 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-11 14:29:59.370 18249 18249 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-11 14:29:59.370 18249 18249 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-11 14:29:59.370 18249 18249 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-11 14:29:59.370 18249 18249 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-11 14:29:59.453 18249 18249 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-11 14:30:02.268 18249 18249 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
05-11 14:30:02.268 18249 18249 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
05-11 14:30:02.868 18249 18249 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locatorIcEEEE to be hooked in lib
05-11 14:30:02.868 18249 18249 W SigquitBasedANRDetector: Failed to hook function
05-11 14:30:12.774 18249 19640 E QT : [QT]file does not exist
05-11 14:30:12.805 18249 19640 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
05-11 14:30:12.805 18249 19640 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
05-11 14:30:13.066 18249 18249 W OpenGLRenderer: Unknown dataspace 0
05-11 14:30:13.105 18249 18249 W Activity: Can request only one set of permissions
at a time
05-11 14:30:13.194 18249 18249 E--------- beginning of main
05-11 14:30:28.177 20356 20356 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-11 14:30:28.412 20356 20356 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 14:30:28.412 20356 20356 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 14:30:28.412 20356 20356 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-11 14:30:28.412 20356 20356 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-11 14:30:28.412 20356 20356 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-11 14:30:28.412 20356 20356 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-11 14:30:28.412 20356 20356 W System.err: at
java.lang.Class.newInstance(Native Method)
05-11 14:30:28.412 20356 20356 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-11 14:30:28.412 20356 20356 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-11 14:30:28.412 20356 20356 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-11 14:30:28.412 20356 20356 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
05-11 14:30:28.412 20356 20356 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
05-11 14:30:28.412 20356 20356 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
05-11 14:30:28.412 20356 20356 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
05-11 14:30:28.412 20356 20356 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
05-11 14:30:28.412 20356 20356 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-11 14:30:28.412 20356 20356 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-11 14:30:28.413 20356 20356 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-11 14:30:28.413 20356 20356 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-11 14:30:28.413 20356 20356 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-11 14:30:28.413 20356 20356 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-11 14:30:28.413 20356 20356 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-11 14:30:28.425 20356 20356 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-11 14:30:28.843 20356 20356 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
05-11 14:30:28.843 20356 20356 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
05-11 14:30:28.929 20356 20356 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locatorIcEEEE to be hooked in lib
05-11 14:30:28.929 20356 20356 W SigquitBasedANRDetector: Failed to hook function
05-11 14:30:29.294 20356 20533 E QT : [QT]file does not exist
05-11 14:30:29.301 20356 20533 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
05-11 14:30:29.301 20356 20533 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
05-11 14:30:29.732 20356 20356 W OpenGLRenderer: Unknown dataspace 0
05-11 14:30:29.782 20356 20356 W Activity: Can request only one set of permissions
at a time
05-11 14:30:29.979 20356 20356 E FBI : Can't load library: dlopen failed:
library "libmagtsync.so" not found
05-11 14:30:--------- beginning of main
05-11 14:30:32.245 20356 20356 W Activity: Can request only one set of permissions
at a time
05-11 14:30:38.772 20356 20371 W com.mbwhatsapp: Cleared Reference was only
reachable from finalizer (only reported once)
05-11 14:31:30.552 28641 28641 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-11 14:31:31.728 28641 28641 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 14:31:31.730 28641 28641 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 14:31:31.730 28641 28641 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-11 14:31:31.730 28641 28641 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-11 14:31:31.730 28641 28641 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-11 14:31:31.730 28641 28641 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-11 14:31:31.730 28641 28641 W System.err: at
java.lang.Class.newInstance(Native Method)
05-11 14:31:31.730 28641 28641 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-11 14:31:31.730 28641 28641 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-11 14:31:31.730 28641 28641 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-11 14:31:31.730 28641 28641 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
05-11 14:31:31.730 28641 28641 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
05-11 14:31:31.730 28641 28641 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
05-11 14:31:31.730 28641 28641 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
05-11 14:31:31.730 28641 28641 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
05-11 14:31:31.730 28641 28641 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-11 14:31:31.730 28641 28641 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-11 14:31:31.730 28641 28641 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-11 14:31:31.730 28641 28641 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-11 14:31:31.730 28641 28641 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-11 14:31:31.730 28641 28641 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-11 14:31:31.730 28641 28641 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-11 14:31:31.860 28641 28641 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-11 14:31:33.138 28641 28641 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
05-11 14:31:33.138 28641 28641 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
05-11 14:31:34.182 28641 28641 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locatorIcEEEE to be hooked in lib
05-11 14:31:34.182 28641 28641 W SigquitBasedANRDetector: Failed to hook function
05-11 14:34:29.095 12725 12725 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-11 14:34:30.400 12725 12725 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 14:34:30.411 12725 12725 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 14:34:30.411 12725 12725 W System.err: at java.lang--------- beginning of
main
05-11 14:34:30.412 12725 12725 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-11 14:34:30.412 12725 12725 W System.err: at
java.lang.Class.newInstance(Native Method)
05-11 14:34:30.412 12725 12725 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-11 14:34:30.412 12725 12725 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-11 14:34:30.412 12725 12725 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-11 14:34:30.412 12725 12725 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
05-11 14:34:30.412 12725 12725 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
05-11 14:34:30.412 12725 12725 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
05-11 14:34:30.412 12725 12725 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
05-11 14:34:30.412 12725 12725 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
05-11 14:34:30.412 12725 12725 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-11 14:34:30.412 12725 12725 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-11 14:34:30.412 12725 12725 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-11 14:34:30.412 12725 12725 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-11 14:34:30.412 12725 12725 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-11 14:34:30.412 12725 12725 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-11 14:34:30.412 12725 12725 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-11 14:34:30.515 12725 12725 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-11 14:34:31.364 12725 12725 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
05-11 14:34:31.364 12725 12725 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
05-11 14:34:32.360 12725 12725 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locatorIcEEEE to be hooked in lib
05-11 14:34:32.360 12725 12725 W SigquitBasedANRDetector: Failed to hook function
05-11 14:37:28.796 12725 18616 E QT : [QT]file does not exist
05-11 14:37:28.805 12725 18616 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
05-11 14:37:28.806 12725 18616 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
05-11 14:37:29.062 12725 12725 W OpenGLRenderer: Unknown dataspace 0
05-11 14:37:29.155 12725 12725 W Activity: Can request only one set of permissions
at a time
05-11 14:37:29.225 12725 12725 E FBI : Can't load library: dlopen failed:
library "libmagtsync.so" not found
05-11 14:37:33.115 18825 18825 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-11 14:37:33.340 18825 18825 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 14:37:33.341 18825 18825 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 14:37:33.341 18825 18825 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-11 14:37:33.341 18825 18825 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-11 14:37:33.341 18825 18825 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-11 14:37:--------- beginning of main
05-11 14:37:33.342 18825 18825 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
05-11 14:37:33.342 18825 18825 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-11 14:37:33.342 18825 18825 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-11 14:37:33.342 18825 18825 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-11 14:37:33.342 18825 18825 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-11 14:37:33.342 18825 18825 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-11 14:37:33.342 18825 18825 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-11 14:37:33.342 18825 18825 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-11 14:37:33.355 18825 18825 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-11 14:37:33.625 18825 18825 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
05-11 14:37:33.625 18825 18825 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
05-11 14:37:33.773 18825 18825 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locatorIcEEEE to be hooked in lib
05-11 14:37:33.773 18825 18825 W SigquitBasedANRDetector: Failed to hook function
05-11 14:37:38.711 18825 19143 E QT : [QT]file does not exist
05-11 14:37:38.730 18825 19143 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
05-11 14:37:38.731 18825 19143 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
05-11 14:37:39.182 18825 18825 W OpenGLRenderer: Unknown dataspace 0
05-11 14:37:39.227 18825 18825 W Activity: Can request only one set of permissions
at a time
05-11 14:37:39.444 18825 18825 E FBI : Can't load library: dlopen failed:
library "libmagtsync.so" not found
05-11 14:37:43.877 18825 18829 W com.mbwhatsapp: Cleared Reference was only
reachable from finalizer (only reported once)
05-11 14:37:52.562 18825 18825 W Activity: Can request only one set of permissions
at a time
05-11 14:37:59.636 18825 18825 W Activity: Can request only one set of permissions
at a time
05-11 14:37:59.644 18825 18825 W Activity: Can request only one set of permissions
at a time
05-11 14:38:14.426 23658 23658 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-11 14:38:15.387 23658 23658 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 14:38:15.390 23658 23658 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 14:38:15.390 23658 23658 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-11 14:38:15.390 23658 23658 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-11 14:38:15.390 23658 23658 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-11 14:38:15.390 23658 23658 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-11 14:38:15.390 23658 23658 W System.err: at
java.lang.Class.newInstance(Native Method)
05-11 14:38:15.390 23658 23658 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-11 14:38:15.390 23658 23658 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-11 14:38:15.390 23658 23658 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-11 14:38:15.390 23658 23658 W System.err: at
android.app.LoadedApk.makeApplication--------- beginning of main
05-11 14:38:15.441 23658 23658 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-11 14:38:17.369 23658 23658 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
05-11 14:38:17.369 23658 23658 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
05-11 14:38:17.691 23658 23658 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locatorIcEEEE to be hooked in lib
05-11 14:38:17.691 23658 23658 W SigquitBasedANRDetector: Failed to hook function
05-11 14:38:42.099 25858 25858 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-11 14:38:45.344 25858 25858 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 14:38:45.345 25858 25858 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 14:38:45.345 25858 25858 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-11 14:38:45.345 25858 25858 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-11 14:38:45.345 25858 25858 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-11 14:38:45.345 25858 25858 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-11 14:38:45.345 25858 25858 W System.err: at
java.lang.Class.newInstance(Native Method)
05-11 14:38:45.345 25858 25858 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-11 14:38:45.345 25858 25858 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-11 14:38:45.345 25858 25858 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-11 14:38:45.345 25858 25858 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
05-11 14:38:45.345 25858 25858 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
05-11 14:38:45.345 25858 25858 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
05-11 14:38:45.345 25858 25858 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
05-11 14:38:45.345 25858 25858 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
05-11 14:38:45.345 25858 25858 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-11 14:38:45.345 25858 25858 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-11 14:38:45.345 25858 25858 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-11 14:38:45.345 25858 25858 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-11 14:38:45.345 25858 25858 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-11 14:38:45.345 25858 25858 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-11 14:38:45.345 25858 25858 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-11 14:38:45.936 25858 25858 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-11 14:38:50.120 25858 25858 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
05-11 14:38:50.120 25858 25858 W com.mbwhatsapp: Accessing hidden method
Lcom/and--------- beginning of main
05-11 14:34:29.095 12725 12725 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-11 14:34:30.400 12725 12725 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 14:34:30.411 12725 12725 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 14:34:30.411 12725 12725 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-11 14:34:30.411 12725 12725 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-11 14:34:30.411 12725 12725 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-11 14:34:30.412 12725 12725 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-11 14:34:30.412 12725 12725 W System.err: at
java.lang.Class.newInstance(Native Method)
05-11 14:34:30.412 12725 12725 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-11 14:34:30.412 12725 12725 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-11 14:34:30.412 12725 12725 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-11 14:34:30.412 12725 12725 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
05-11 14:34:30.412 12725 12725 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
05-11 14:34:30.412 12725 12725 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
05-11 14:34:30.412 12725 12725 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
05-11 14:34:30.412 12725 12725 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
05-11 14:34:30.412 12725 12725 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-11 14:34:30.412 12725 12725 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-11 14:34:30.412 12725 12725 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-11 14:34:30.412 12725 12725 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-11 14:34:30.412 12725 12725 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-11 14:34:30.412 12725 12725 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-11 14:34:30.412 12725 12725 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-11 14:34:30.515 12725 12725 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-11 14:34:31.364 12725 12725 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
05-11 14:34:31.364 12725 12725 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
05-11 14:34:32.360 12725 12725 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locatorIcEEEE to be hooked in lib
05-11 14:34:32.360 12725 12725 W SigquitBasedANRDetector: Failed to hook function
05-11 14:37:28.796 12725 18616 E QT : [QT]file does not exist
05-11 14:37:28.805 12725 18616 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
05-11 14:37:28.806 12725 18616 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
05-11 14:37:29.062 12725 12725 W OpenGLRenderer: Unknown dataspace 0
05-11 14:37:29.155 12725 12725 W Activity: Can request only one set of permissions
at a time
05-11 14:37:29.225 12725 12725 E FBI : Can't load library: dlopen failed:
library "libmagtsync.so" not found
05-11 14:37:33.115 18825 18825 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-11 14:37:33.340 18825 18825 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 14:37:33.341 18825 18825 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 14:37:33.341 18825 18825 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-11 14:37:33.341 18825 18825 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-11 14:37:33.341 18825 18825 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-11 14:37:33.341 18825 18825 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-11 14:37:33.341 18825 18825 W System.err: at
java.lang.Class.newInstance(Native Method)
05-11 14:37:33.341 18825 18825 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-11 14:37:33.341 18825 18825 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-11 14:37:33.341 18825 18825 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-11 14:37:33.341 18825 18825 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
05-11 14:37:33.341 18825 18825 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
05-11 14:37:33.341 18825 18825 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
05-11 14:37:33.341 18825 18825 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
05-11 14:37:33.342 18825 18825 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
05-11 14:37:33.342 18825 18825 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-11 14:37:33.342 18825 18825 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-11 14:37:33.342 18825 18825 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-11 14:37:33.342 18825 18825 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-11 14:37:33.342 18825 18825 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-11 14:37:33.342 18825 18825 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-11 14:37:33.342 18825 18825 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-11 14:37:33.355 18825 18825 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-11 14:37:33.625 18825 18825 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
05-11 14:37:33.625 18825 18825 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
05-11 14:37:33.773 18825 18825 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locatorIcEEEE to be hooked in lib
05-11 14:37:33.773 18825 18825 W SigquitBasedANRDetector: Failed to hook function
05-11 14:37:38.711 18825 19143 E QT : [QT]file does not exist
05-11 14:37:38.730 18825 19143 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
05-11 14:37:38.731 18825 19143 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
05-11 14:37:39.182 18825 18825 W OpenGLRenderer: Unknown dataspace 0
05-11 14:37:39.227 18825 18825 W Activity: Can request only one set of permissions
at a time
05-11 14:37:39.444 18825 18825 E FBI : Can't load library: dlopen failed:
library "libmagtsync.so" not found
05-11 14:37:43.877 18825 18829 W com.mbwhatsapp: Cleared Reference was only
reachable from finalizer (only reported once)
05-11 14:37:52.562 18825 18825 W Activity: Can request only one set of permissions
at a time
05-11 14:37:59.636 18825 18825 W Activity: Can request only one set of permissions
at a time
05-11 14:37:59.644 18825 18825 W Activity: Can request only one set of permissions
at a time
05-11 14:38:14.426 23658 23658 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-11 14:38:15.387 23658 23658 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 14:38:15.390 23658 23658 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 14:38:15.390 23658 23658 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-11 14:38:15.390 23658 23658 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-11 14:38:15.390 23658 23658 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-11 14:38:15.390 23658 23658 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-11 14:38:15.390 23658 23658 W System.err: at
java.lang.Class.newInstance(Native Method)
05-11 14:38:15.390 23658 23658 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-11 14:38:15.390 23658 23658 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-11 14:38:15.390 23658 23658 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-11 14:38:15.390 23658 23658 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
05-11 14:38:15.390 23658 23658 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
05-11 14:38:15.390 23658 23658 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
05-11 14:38:15.390 23658 23658 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
05-11 14:38:15.390 23658 23658 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
05-11 14:38:15.390 23658 23658 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-11 14:38:15.390 23658 23658 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-11 14:38:15.390 23658 23658 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-11 14:38:15.390 23658 23658 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-11 14:38:15.390 23658 23658 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-11 14:38:15.390 23658 23658 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-11 14:38:15.390 23658 23658 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-11 14:38:15.441 23658 23658 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-11 14:38:17.369 23658 23658 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
05-11 14:38:17.369 23658 23658 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
05-11 14:38:17.691 23658 23658 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locatorIcEEEE to be hooked in lib
05-11 14:38:17.691 23658 23658 W SigquitBasedANRDetector: Failed to hook function
05-11 14:38:42.099 25858 25858 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-11 14:38:45.344 25858 25858 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 14:38:45.345 25858 25858 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 14:38:45.345 25858 25858 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-11 14:38:45.345 25858 25858 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-11 14:38:45.345 25858 25858 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-11 14:38:45.345 25858 25858 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-11 14:38:45.345 25858 25858 W System.err: at
java.lang.Class.newInstance(Native Method)
05-11 14:38:45.345 25858 25858 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-11 14:38:45.345 25858 25858 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-11 14:38:45.345 25858 25858 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-11 14:38:45.345 25858 25858 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
05-11 14:38:45.345 25858 25858 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
05-11 14:38:45.345 25858 25858 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
05-11 14:38:45.345 25858 25858 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
05-11 14:38:45.345 25858 25858 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
05-11 14:38:45.345 25858 25858 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-11 14:38:45.345 25858 25858 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-11 14:38:45.345 25858 25858 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-11 14:38:45.345 25858 25858 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-11 14:38:45.345 25858 25858 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-11 14:38:45.345 25858 25858 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-11 14:38:45.345 25858 25858 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-11 14:38:45.936 25858 25858 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-11 14:38:50.120 25858 25858 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
05-11 14:38:50.120 25858 25858 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
05-11 14:38:50.457 25858 25858 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locatorIcEEEE to be hooked in lib
05-11 14:38:50.457 25858 25858 W SigquitBasedANRDetector: Failed to hook function
05-11 14:38:51.307 25858 26621 E QT : [QT]file does not exist
05-11 14:38:51.327 25858 26621 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
05-11 14:38:51.328 25858 26621 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
05-11 14:38:51.741 25858 25858 W OpenGLRenderer: Unknown dataspace 0
05-11 14:38:52.100 25858 25858 W Activity: Can request only one set of permissions
at a time
05-11 14:38:53.237 25858 25858 E FBI : Can't load library: dlopen failed:
library "libmagtsync.so" not found
05-11 14:38:54.264 25858 26942 E SurfaceSyncGroup: Failed to receive transaction
ready in 1000ms. Marking SurfaceSyncGroup(wmsSync-ViewRootImpl@cb85e75[EULA]#0) as
ready
05-11 14:38:54.268 25858 26942 E SurfaceSyncGroup: Failed to receive transaction
ready in 1000ms. Marking SurfaceSyncGroup(ViewRootImpl@cb85e7--------- beginning of
main
05-11 14:34:29.095 12725 12725 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-11 14:34:30.400 12725 12725 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 14:34:30.411 12725 12725 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 14:34:30.411 12725 12725 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-11 14:34:30.411 12725 12725 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-11 14:34:30.411 12725 12725 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-11 14:34:30.412 12725 12725 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-11 14:34:30.412 12725 12725 W System.err: at
java.lang.Class.newInstance(Native Method)
05-11 14:34:30.412 12725 12725 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-11 14:34:30.412 12725 12725 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-11 14:34:30.412 12725 12725 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-11 14:34:30.412 12725 12725 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
05-11 14:34:30.412 12725 12725 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
05-11 14:34:30.412 12725 12725 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
05-11 14:34:30.412 12725 12725 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
05-11 14:34:30.412 12725 12725 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
05-11 14:34:30.412 12725 12725 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-11 14:34:30.412 12725 12725 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-11 14:34:30.412 12725 12725 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-11 14:34:30.412 12725 12725 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-11 14:34:30.412 12725 12725 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-11 14:34:30.412 12725 12725 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-11 14:34:30.412 12725 12725 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-11 14:34:30.515 12725 12725 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-11 14:34:31.364 12725 12725 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
05-11 14:34:31.364 12725 12725 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
05-11 14:34:32.360 12725 12725 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locatorIcEEEE to be hooked in lib
05-11 14:34:32.360 12725 12725 W SigquitBasedANRDetector: Failed to hook function
05-11 14:37:28.796 12725 18616 E QT : [QT]file does not exist
05-11 14:37:28.805 12725 18616 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
05-11 14:37:28.806 12725 18616 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
05-11 14:37:29.062 12725 12725 W OpenGLRenderer: Unknown dataspace 0
05-11 14:37:29.155 12725 12725 W Activity: Can request only one set of permissions
at a time
05-11 14:37:29.225 12725 12725 E FBI : Can't load library: dlopen failed:
library "libmagtsync.so" not found
05-11 14:37:33.115 18825 18825 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-11 14:37:33.340 18825 18825 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 14:37:33.341 18825 18825 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 14:37:33.341 18825 18825 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-11 14:37:33.341 18825 18825 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-11 14:37:33.341 18825 18825 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-11 14:37:33.341 18825 18825 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-11 14:37:33.341 18825 18825 W System.err: at
java.lang.Class.newInstance(Native Method)
05-11 14:37:33.341 18825 18825 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-11 14:37:33.341 18825 18825 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-11 14:37:33.341 18825 18825 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-11 14:37:33.341 18825 18825 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
05-11 14:37:33.341 18825 18825 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
05-11 14:37:33.341 18825 18825 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
05-11 14:37:33.341 18825 18825 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
05-11 14:37:33.342 18825 18825 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
05-11 14:37:33.342 18825 18825 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-11 14:37:33.342 18825 18825 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-11 14:37:33.342 18825 18825 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-11 14:37:33.342 18825 18825 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-11 14:37:33.342 18825 18825 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-11 14:37:33.342 18825 18825 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-11 14:37:33.342 18825 18825 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-11 14:37:33.355 18825 18825 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-11 14:37:33.625 18825 18825 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
05-11 14:37:33.625 18825 18825 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
05-11 14:37:33.773 18825 18825 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locatorIcEEEE to be hooked in lib
05-11 14:37:33.773 18825 18825 W SigquitBasedANRDetector: Failed to hook function
05-11 14:37:38.711 18825 19143 E QT : [QT]file does not exist
05-11 14:37:38.730 18825 19143 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
05-11 14:37:38.731 18825 19143 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
05-11 14:37:39.182 18825 18825 W OpenGLRenderer: Unknown dataspace 0
05-11 14:37:39.227 18825 18825 W Activity: Can request only one set of permissions
at a time
05-11 14:37:39.444 18825 18825 E FBI : Can't load library: dlopen failed:
library "libmagtsync.so" not found
05-11 14:37:43.877 18825 18829 W com.mbwhatsapp: Cleared Reference was only
reachable from finalizer (only reported once)
05-11 14:37:52.562 18825 18825 W Activity: Can request only one set of permissions
at a time
05-11 14:37:59.636 18825 18825 W Activity: Can request only one set of permissions
at a time
05-11 14:37:59.644 18825 18825 W Activity: Can request only one set of permissions
at a time
05-11 14:38:14.426 23658 23658 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-11 14:38:15.387 23658 23658 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 14:38:15.390 23658 23658 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 14:38:15.390 23658 23658 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-11 14:38:15.390 23658 23658 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-11 14:38:15.390 23658 23658 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-11 14:38:15.390 23658 23658 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-11 14:38:15.390 23658 23658 W System.err: at
java.lang.Class.newInstance(Native Method)
05-11 14:38:15.390 23658 23658 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-11 14:38:15.390 23658 23658 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-11 14:38:15.390 23658 23658 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-11 14:38:15.390 23658 23658 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
05-11 14:38:15.390 23658 23658 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
05-11 14:38:15.390 23658 23658 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
05-11 14:38:15.390 23658 23658 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
05-11 14:38:15.390 23658 23658 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
05-11 14:38:15.390 23658 23658 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-11 14:38:15.390 23658 23658 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-11 14:38:15.390 23658 23658 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-11 14:38:15.390 23658 23658 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-11 14:38:15.390 23658 23658 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-11 14:38:15.390 23658 23658 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-11 14:38:15.390 23658 23658 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-11 14:38:15.441 23658 23658 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-11 14:38:17.369 23658 23658 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
05-11 14:38:17.369 23658 23658 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
05-11 14:38:17.691 23658 23658 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locatorIcEEEE to be hooked in lib
05-11 14:38:17.691 23658 23658 W SigquitBasedANRDetector: Failed to hook function
05-11 14:38:42.099 25858 25858 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-11 14:38:45.344 25858 25858 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 14:38:45.345 25858 25858 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 14:38:45.345 25858 25858 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-11 14:38:45.345 25858 25858 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-11 14:38:45.345 25858 25858 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-11 14:38:45.345 25858 25858 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-11 14:38:45.345 25858 25858 W System.err: at
java.lang.Class.newInstance(Native Method)
05-11 14:38:45.345 25858 25858 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-11 14:38:45.345 25858 25858 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-11 14:38:45.345 25858 25858 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-11 14:38:45.345 25858 25858 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
05-11 14:38:45.345 25858 25858 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
05-11 14:38:45.345 25858 25858 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
05-11 14:38:45.345 25858 25858 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
05-11 14:38:45.345 25858 25858 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
05-11 14:38:45.345 25858 25858 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-11 14:38:45.345 25858 25858 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-11 14:38:45.345 25858 25858 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-11 14:38:45.345 25858 25858 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-11 14:38:45.345 25858 25858 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-11 14:38:45.345 25858 25858 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-11 14:38:45.345 25858 25858 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-11 14:38:45.936 25858 25858 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-11 14:38:50.120 25858 25858 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
05-11 14:38:50.120 25858 25858 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
05-11 14:38:50.457 25858 25858 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locatorIcEEEE to be hooked in lib
05-11 14:38:50.457 25858 25858 W SigquitBasedANRDetector: Failed to hook function
05-11 14:38:51.307 25858 26621 E QT : [QT]file does not exist
05-11 14:38:51.327 25858 26621 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
05-11 14:38:51.328 25858 26621 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
05-11 14:38:51.741 25858 25858 W OpenGLRenderer: Unknown dataspace 0
05-11 14:38:52.100 25858 25858 W Activity: Can request only one set of permissions
at a time
05-11 14:38:53.237 25858 25858 E FBI : Can't load library: dlopen failed:
library "libmagtsync.so" not found
05-11 14:38:54.264 25858 26942 E SurfaceSyncGroup: Failed to receive transaction
ready in 1000ms. Marking SurfaceSyncGroup(wmsSync-ViewRootImpl@cb85e75[EULA]#0) as
ready
05-11 14:38:54.268 25858 26942 E SurfaceSyncGroup: Failed to receive transaction
ready in 1000ms. Marking SurfaceSyncGroup(ViewRootImpl@cb85e75[EULA]#1) as ready
05-03 14:39:53.820 30077 30077 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-03 14:39:54.607 30077 30077 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-03 14:39:54.608 30077 30077 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-03 14:39:54.608 30077 30077 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-03 14:39:54.608 30077 30077 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-03 14:39:54.608 30077 30077 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-03 14:39:54.608 30077 30077 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-03 14:39:54.608 30077 30077 W System.err: at
java.lang.Class.newInstance(Native Method)
05-03 14:39:54.608 30077 30077 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-03 14:39:54.608 30077 30077 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-03 14:39:54.609 30077 30077 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-03 14:39:54.609 30077 30077 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
05-03 14:39:54.609 30077 30077 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
05-03 14:39:54.609 30077 30077 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
05-03 14:39:54.609 30077 30077 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
05-03 14:39:54.609 30077 30077 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
05-03 14:39:54.609 30077 30077 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-03 14:39:54.609 30077 30077 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-03 14:39:54.609 30077 30077 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-03 14:39:54.609 30077 30077 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-03 14:39:54.609 30077 30077 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-03 14:39:54.609 30077 30077 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-03 14:39:54.609 30077 30077 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-03 14:39:54.628 30077 30077 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-03 14:39:55.512 30077 30077 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
05-03 14:39:55.512 30077 30077 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
05-03 14:39:55.682 30077 30077 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locatorIcEEEE to be hooked in lib
05-03 14:39:55.682 30077 30077 W SigquitBasedANRDetector: Failed to hook function
05-03 14:39:55.978 30077 30311 E QT : [QT]file does not exist
05-03 14:39:56.003 30077 30311 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
05-03 14:39:56.004 30077 30311 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
05-03 14:39:56.221 30077 30077 W OpenGLRenderer: Unknown dataspace 0
05-03 14:39:56.354 30077 30077 W Activity: Can request only one set of permissions
at a time
05-03 14:39:56.431 30077 30077 E FBI : Can't load library: dlopen failed:
library "libmagtsync.so" not found
05-03 14:40:48.135 --------- beginning of main
05-11 07:41:40.491 14334 14334 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-11 07:41:41.358 14334 14334 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 07:41:41.364 14334 14334 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 07:41:41.364 14334 14334 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-11 07:41:41.364 14334 14334 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-11 07:41:41.364 14334 14334 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-11 07:41:41.364 14334 14334 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-11 07:41:41.364 14334 14334 W System.err: at
java.lang.Class.newInstance(Native Method)
05-11 07:41:41.364 14334 14334 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-11 07:41:41.364 14334 14334 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-11 07:41:41.364 14334 14334 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-11 07:41:41.364 14334 14334 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
05-11 07:41:41.364 14334 14334 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
05-11 07:41:41.365 14334 14334 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
05-11 07:41:41.365 14334 14334 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
05-11 07:41:41.365 14334 14334 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
05-11 07:41:41.365 14334 14334 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-11 07:41:41.365 14334 14334 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-11 07:41:41.365 14334 14334 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-11 07:41:41.365 14334 14334 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-11 07:41:41.365 14334 14334 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-11 07:41:41.365 14334 14334 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-11 07:41:41.365 14334 14334 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-11 07:41:41.460 14334 14334 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-11 07:41:44.261 14334 14334 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
05-11 07:41:44.261 14334 14334 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
05-11 07:41:45.038 14334 14334 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locatorIcEEEE to be hooked in lib
05-11 07:41:45.039 14334 14334 W SigquitBasedANRDetector: Failed to hook function
05-11 07:53:45.227 28845 28845 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-11 07:53:45.386 28845 28845 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 07:53:45.388 28845 28845 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 07:53:45.388 28845 28845 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-11 07:53:45.388 28845 28845 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-11 07:53:45.388 28845 28845 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-11 07:53:45.388 28845 28845 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-11 07:53:45.388 28845 28845 W System.err: at
java.lang.Class.newInstance(Native Method)
05-11 07:53:45.388 28845 28845 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-11 07:53:45.388 28845 28845 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-11 07:53:45.388 28845 28845 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-11 07:53:45.388 28845 28845 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
05-11 07:53:45.388 28845 28845 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
05-11 07:53:45.388 28845 28845 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
05-11 07:53:45.388 28845 28845 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
05-11 07:53:45.388 28845 28845 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
05-11 07:53:45.388 28845 28845 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-11 07:53:45.388 28845 28845 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-11 07:53:45.388 28845 28845 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-11 07:53:45.388 28845 28845 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-11 07:53:45.388 28845 28845 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-11 07:53:45.388 28845 28845 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-11 07:53:45.388 28845 28845 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-11 07:53:45.430 28845 28845 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-11 07:53:45.862 28845 28845 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
05-11 07:53:45.862 28845 28845 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
05-11 07:53:45.971 28845 28845 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locatorIcEEEE to be hooked in lib
05-11 07:53:45.971 28845 28845 W SigquitBasedANRDetector: Failed to hook function
05-11 07:53:46.181 28845 28904 E QT : [QT]file does not exist
05-11 07:53:46.188 28845 28904 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
05-11 07:53:46.189 28845 28904 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
05-11 07:53:46.351 28845 28845 W OpenGLRenderer: Unknown dataspace 0
05-11 07:53:46.430 28845 28845 W Activity: Can request only one set of permissions
at a time
05-11 07:53:46.461 28845 28935 W MessageQueue: Handler (X.10J) {5543322} sending
message to a Handler on a dead thread
05-11 07:53:46.461 28845 28935 W MessageQueue: java.lang.IllegalStateException:
Handler (X.10J) {5543322} sending message to a Handler on a dead thread
05-11 07:53:46.461 28845 28935 W MessageQueue: at
android.os.MessageQueue.enqueueMessage(MessageQueue.java:560)
05-11 07:53:46.461 28845 28935 W MessageQueue: at
android.os.Handler.enqueueMessage(Handler.java:786)
05-11 07:53:46.461 28845 28935 W MessageQueue: at
android.os.Handler.sendMessageAtTime(Handler.java:735)
05-11 07:53:46.461 28845 28935 W MessageQueue: at
android.os.Handler.sendMessageDelayed(Handler.java:705)
05-11 07:53:46.461 28845 28935 W MessageQueue:--------- beginning of main
05-11 07:53:46.493 28845 28845 E FBI : Can't load library: dlopen failed:
library "libmagtsync.so" not found
05-11 07:53:53.211 28845 28845 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@7dd047a
05-11 07:53:53.773 28845 28845 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@a6d5b39
05-11 07:53:54.580 28845 28845 W Activity: Can request only one set of permissions
at a time
05-11 07:53:55.710 28845 28851 W com.mbwhatsapp: Cleared Reference was only
reachable from finalizer (only reported once)
05-11 07:53:55.755 28845 28845 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@7f6df84
05-11 07:53:56.081 28845 28845 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@bc46ff0
05-11 07:53:56.872 28845 28845 W Activity: Can request only one set of permissions
at a time
05-11 07:54:00.212 29385 29385 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-11 07:54:00.334 29385 29385 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 07:54:00.334 29385 29385 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 07:54:00.334 29385 29385 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-11 07:54:00.334 29385 29385 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-11 07:54:00.334 29385 29385 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-11 07:54:00.334 29385 29385 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-11 07:54:00.334 29385 29385 W System.err: at
java.lang.Class.newInstance(Native Method)
05-11 07:54:00.334 29385 29385 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-11 07:54:00.334 29385 29385 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-11 07:54:00.334 29385 29385 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-11 07:54:00.334 29385 29385 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
05-11 07:54:00.334 29385 29385 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
05-11 07:54:00.334 29385 29385 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
05-11 07:54:00.334 29385 29385 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
05-11 07:54:00.334 29385 29385 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
05-11 07:54:00.334 29385 29385 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-11 07:54:00.334 29385 29385 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-11 07:54:00.334 29385 29385 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-11 07:54:00.334 29385 29385 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-11 07:54:00.334 29385 29385 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-11 07:54:00.335 29385 29385 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-11 07:54:00.335 29385 29385 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-11 07:54:00.345 29385 29385 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-11 07:54:00.564 29385 29385 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform---------- beginning of main
05-11 14:53:45.227 28845 28845 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-11 14:53:45.386 28845 28845 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 14:53:45.388 28845 28845 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 14:53:45.388 28845 28845 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-11 14:53:45.388 28845 28845 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-11 14:53:45.388 28845 28845 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-11 14:53:45.388 28845 28845 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-11 14:53:45.388 28845 28845 W System.err: at
java.lang.Class.newInstance(Native Method)
05-11 14:53:45.388 28845 28845 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-11 14:53:45.388 28845 28845 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-11 14:53:45.388 28845 28845 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-11 14:53:45.388 28845 28845 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
05-11 14:53:45.388 28845 28845 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
05-11 14:53:45.388 28845 28845 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
05-11 14:53:45.388 28845 28845 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
05-11 14:53:45.388 28845 28845 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
05-11 14:53:45.388 28845 28845 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-11 14:53:45.388 28845 28845 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-11 14:53:45.388 28845 28845 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-11 14:53:45.388 28845 28845 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-11 14:53:45.388 28845 28845 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-11 14:53:45.388 28845 28845 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-11 14:53:45.388 28845 28845 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-11 14:53:45.430 28845 28845 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-11 14:53:45.862 28845 28845 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
05-11 14:53:45.862 28845 28845 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
05-11 14:53:45.971 28845 28845 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locatorIcEEEE to be hooked in lib
05-11 14:53:45.971 28845 28845 W SigquitBasedANRDetector: Failed to hook function
05-11 14:53:46.181 28845 28904 E QT : [QT]file does not exist
05-11 14:53:46.188 28845 28904 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
05-11 14:53:46.189 28845 28904 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
05-11 14:53:46.351 28845 28845 W OpenGLRenderer: Unknown dataspace 0
05-11 14:53:46.430 28845 28845 W Activity: Can request only one set of permissions
at a time
05-11 14:53:46.461 28845 28935 W MessageQueue: Handler (X.10J) {5543322} sending
message to a Handler on a dead thread
05-11 14:53:46.461 28845 28935 W MessageQueue: java.lang.IllegalStateException:
Handler (X.10J) {5543322} sending message to a Handler on a dead thread
05-11 14:53:46.461 28845 28935 W MessageQueue: at
android.os.MessageQueue.enqueueMessage(MessageQueue.java:560)
05-11 14:53:46.461 28845 28935 W MessageQueue: at
android.os.Handler.enqueueMessage(Handler.java:786)
05-11 14:53:46.461 28845 28935 W MessageQueue: at
android.os.Handler.sendMessageAtTime(Handler.java:735)
05-11 14:53:46.461 28845 28935 W MessageQueue: at
android.os.Handler.sendMessageDelayed(Handler.java:705)
05-11 14:53:46.461 28845 28935 W MessageQueue: at
android.os.Handler.sendMessage(Handler.java:643)
05-11 14:53:46.461 28845 28935 W MessageQueue: at
android.os.Message.sendToTarget(Message.java:468)
05-11 14:53:46.461 28845 28935 W MessageQueue: at X.0yH.A0v(Unknown Source:4)
05-11 14:53:46.461 28845 28935 W MessageQueue: at X.10L.onLooperPrepared(Unknown
Source:14)
05-11 14:53:46.461 28845 28935 W MessageQueue: at
android.os.HandlerThread.run(HandlerThread.java:66)
05-11 14:53:46.493 28845 28845 E FBI : Can't load library: dlopen failed:
library "libmagtsync.so" not found
05-11 14:53:53.211 28845 28845 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@7dd047a
05-11 14:53:53.773 28845 28845 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@a6d5b39
05-11 14:53:54.580 28845 28845 W Activity: Can request only one set of permissions
at a time
05-11 14:53:55.710 28845 28851 W com.mbwhatsapp: Cleared Reference was only
reachable from finalizer (only reported once)
05-11 14:53:55.755 28845 28845 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@7f6df84
05-11 14:53:56.081 28845 28845 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@bc46ff0
05-11 14:53:56.872 28845 28845 W Activity: Can request only one set of permissions
at a time
05-11 14:54:00.212 29385 29385 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-11 14:54:00.334 29385 29385 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 14:54:00.334 29385 29385 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 14:54:00.334 29385 29385 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-11 14:54:00.334 29385 29385 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-11 14:54:00.334 29385 29385 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-11 14:54:00.334 29385 29385 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-11 14:54:00.334 29385 29385 W System.err: at
java.lang.Class.newInstance(Native Method)
05-11 14:54:00.334 29385 29385 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-11 14:54:00.334 29385 29385 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-11 14:54:00.334 29385 29385 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-11 14:54:00.334 29385 29385 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
05-11 14:54:00.334 29385 29385 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
05-11 14:54:00.334 29385 29385 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
05-11 14:54:00.334 29385 29385 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
05-11 14:54:00.334 29385 29385 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
05-11 14:54:00.334 29385 29385 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-11 14:54:00.334 29385 29385 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-11 14:54:00.334 29385 29385 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-11 14:54:00.334 29385 29385 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-11 14:54:00.334 29385 29385 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-11 14:54:00.335 29385 29385 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-11 14:54:00.335 29385 29385 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-11 14:54:00.345 29385 29385 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-11 14:54:00.564 29385 29385 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
05-11 14:54:00.565 29385 29385 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
05-11 14:54:00.667 29385 29385 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locatorIcEEEE to be hooked in lib
05-11 14:54:00.667 29385 29385 W SigquitBasedANRDetector: Failed to hook function
05-11 14:55:24.858 29385 6679 E QT : [QT]file does not exist
05-11 14:55:24.867 29385 6679 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
05-11 14:55:24.867 29385 6679 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
05-11 14:55:25.789 29385 29385 W OpenGLRenderer: Unknown dataspace 0
05-11 14:55:25.903 29385 29385 W Activity: Can request only one set of permissions
at a time
05-11 14:55:26.246 29385 29385 E FBI : Can't load library: dlopen failed:
library "libmagtsync.so" not found
05-11 14:55:49.863 29385 29385 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@f278b89
05-11 14:55:50.651 29385 29385 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@4bd63cb
05-11 14:55:51.533 29385 29385 W Activity: Can request only one set of permissions
at a time
05-11 14:55:56.818 10036 10036 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-11 14:55:56.997 10036 10036 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 14:55:56.999 10036 10036 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 14:55:56.999 10036 10036 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-11 14:55:56.999 10036 10036 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-11 14:55:56.999 10036 10036 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-11 14:55:56.999 10036 10036 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-11 14:55:56.999 10036 10036 W System.err: at
java.lang.Class.newInstance(Native Method)
05-11 14:55:56.999 10036 10036 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-11 14:55:56.999 10036 10036 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-11 14:55:56.999 10036 10036 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-11 14:55:56.999 10036 10036 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
05-11 14:55:56.999 10036 10036 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
05-11 14:55:56.999 10036 10036 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
05-11 14:55:56.999 10036 10036 W System.err: at an--------- beginning of main
05-11 14:55:57.014 10036 10036 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-11 14:55:57.416 10036 10036 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
05-11 14:55:57.416 10036 10036 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
05-11 14:55:57.543 10036 10036 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locatorIcEEEE to be hooked in lib
05-11 14:55:57.544 10036 10036 W SigquitBasedANRDetector: Failed to hook function
05-11 14:55:57.753 10036 10119 E QT : [QT]file does not exist
05-11 14:55:57.769 10036 10119 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
05-11 14:55:57.770 10036 10119 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
05-11 14:55:57.906 10036 10036 W OpenGLRenderer: Unknown dataspace 0
05-11 14:55:57.936 10036 10036 W Activity: Can request only one set of permissions
at a time
05-11 14:55:58.009 10036 10036 E FBI : Can't load library: dlopen failed:
library "libmagtsync.so" not found
05-11 14:56:33.464 12415 12415 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-11 14:56:33.876 12415 12415 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 14:56:33.879 12415 12415 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 14:56:33.879 12415 12415 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-11 14:56:33.879 12415 12415 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-11 14:56:33.879 12415 12415 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-11 14:56:33.879 12415 12415 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-11 14:56:33.879 12415 12415 W System.err: at
java.lang.Class.newInstance(Native Method)
05-11 14:56:33.879 12415 12415 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-11 14:56:33.879 12415 12415 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-11 14:56:33.879 12415 12415 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-11 14:56:33.879 12415 12415 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
05-11 14:56:33.879 12415 12415 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
05-11 14:56:33.879 12415 12415 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
05-11 14:56:33.879 12415 12415 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
05-11 14:56:33.879 12415 12415 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
05-11 14:56:33.879 12415 12415 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-11 14:56:33.879 12415 12415 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-11 14:56:33.879 12415 12415 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-11 14:56:33.879 12415 12415 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-11 14:56:33.879 12415 12415 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-11 14:56:33.879 12415 12415 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-11 14:56:33.879 12415 12415 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-11 14:56:--------- beginning of main
05-11 16:32:59.284 17439 17439 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-11 16:32:59.666 17439 17439 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 16:32:59.667 17439 17439 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 16:32:59.667 17439 17439 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-11 16:32:59.667 17439 17439 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-11 16:32:59.667 17439 17439 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-11 16:32:59.667 17439 17439 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-11 16:32:59.667 17439 17439 W System.err: at
java.lang.Class.newInstance(Native Method)
05-11 16:32:59.667 17439 17439 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-11 16:32:59.667 17439 17439 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-11 16:32:59.667 17439 17439 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-11 16:32:59.667 17439 17439 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
05-11 16:32:59.667 17439 17439 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
05-11 16:32:59.670 17439 17439 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
05-11 16:32:59.670 17439 17439 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
05-11 16:32:59.670 17439 17439 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
05-11 16:32:59.670 17439 17439 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-11 16:32:59.670 17439 17439 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-11 16:32:59.670 17439 17439 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-11 16:32:59.670 17439 17439 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-11 16:32:59.670 17439 17439 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-11 16:32:59.670 17439 17439 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-11 16:32:59.670 17439 17439 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-11 16:32:59.687 17439 17439 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-11 16:33:00.021 17439 17439 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
05-11 16:33:00.021 17439 17439 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
05-11 16:33:00.133 17439 17439 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locatorIcEEEE to be hooked in lib
05-11 16:33:00.133 17439 17439 W SigquitBasedANRDetector: Failed to hook function
05-11 16:33:00.282 17439 17522 E QT : [QT]file does not exist
05-11 16:33:00.292 17439 17522 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
05-11 16:33:00.292 17439 17522 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
05-11 16:33:00.412 17439 17439 W OpenGLRenderer: Unknown dataspace 0
05-11 16:33:00.497 17439 17439 W Activity: Can request only one set of permissions
at a time
05-11 16:33:00.552 17439 17439 E FBI : Can't load library: dlopen failed:
library "libmagtsync.so" not found
05-11 16:33:--------- beginning of main
05-11 16:33:08.917 17439 17557 W com.mbwhatsapp: Cleared Reference was only
reachable from finalizer (only reported once)
05-11 16:35:13.653 17439 17439 W Activity: Can request only one set of permissions
at a time
05-11 16:35:21.153 21280 21280 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-11 16:35:21.456 21280 21280 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 16:35:21.457 21280 21280 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 16:35:21.458 21280 21280 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-11 16:35:21.458 21280 21280 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-11 16:35:21.458 21280 21280 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-11 16:35:21.458 21280 21280 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-11 16:35:21.458 21280 21280 W System.err: at
java.lang.Class.newInstance(Native Method)
05-11 16:35:21.458 21280 21280 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-11 16:35:21.458 21280 21280 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-11 16:35:21.458 21280 21280 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-11 16:35:21.458 21280 21280 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
05-11 16:35:21.458 21280 21280 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
05-11 16:35:21.458 21280 21280 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
05-11 16:35:21.458 21280 21280 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
05-11 16:35:21.458 21280 21280 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
05-11 16:35:21.458 21280 21280 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-11 16:35:21.458 21280 21280 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-11 16:35:21.458 21280 21280 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-11 16:35:21.458 21280 21280 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-11 16:35:21.458 21280 21280 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-11 16:35:21.458 21280 21280 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-11 16:35:21.458 21280 21280 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-11 16:35:21.475 21280 21280 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-11 16:35:21.914 21280 21280 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
05-11 16:35:21.914 21280 21280 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
05-11 16:35:22.064 21280 21280 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locatorIcEEEE to be hooked in lib
05-11 16:35:22.064 21280 21280 W SigquitBasedANRDetector: Failed to hook function
05-11 16:35:25.314 21280 21552 E QT : [QT]file does not exist
05-11 16:35:25.347 21280 21552 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
05-11 16:35:25.347 21280 21552 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
05-11 16:35:25.610 21280 21280 W OpenGLRenderer: Unknown dataspace 0
05---------- beginning of main
05-11 16:35:25.634 21280 21280 W Activity: Can request only one set of permissions
at a time
05-11 16:35:25.696 21280 21280 E FBI : Can't load library: dlopen failed:
library "libmagtsync.so" not found
05-11 16:35:27.231 21280 21280 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@da5c548
05-11 16:35:27.556 21280 21280 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@7eed91d
05-11 16:35:32.627 21280 21330 W com.mbwhatsapp: Cleared Reference was only
reachable from finalizer (only reported once)
05-11 16:35:44.585 21280 21552 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
05-11 16:35:44.585 21280 21552 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
05-11 16:35:44.682 21280 21280 W Activity: Can request only one set of permissions
at a time
05-11 16:35:47.600 21904 21904 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-11 16:35:47.802 21904 21904 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 16:35:47.803 21904 21904 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 16:35:47.803 21904 21904 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-11 16:35:47.804 21904 21904 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-11 16:35:47.804 21904 21904 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-11 16:35:47.804 21904 21904 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-11 16:35:47.804 21904 21904 W System.err: at
java.lang.Class.newInstance(Native Method)
05-11 16:35:47.804 21904 21904 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-11 16:35:47.804 21904 21904 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-11 16:35:47.804 21904 21904 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-11 16:35:47.804 21904 21904 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
05-11 16:35:47.804 21904 21904 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
05-11 16:35:47.804 21904 21904 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
05-11 16:35:47.804 21904 21904 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
05-11 16:35:47.804 21904 21904 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
05-11 16:35:47.804 21904 21904 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-11 16:35:47.804 21904 21904 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-11 16:35:47.804 21904 21904 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-11 16:35:47.804 21904 21904 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-11 16:35:47.804 21904 21904 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-11 16:35:47.804 21904 21904 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-11 16:35:47.804 21904 21904 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-11 16:35:47.816 21904 21904 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-11 16:35:48.078 21904 21904 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
05-11 16:35:48.078 21904 21904 W com.mbwhatsapp: Accessing hidden me---------
beginning of main
05-11 16:32:59.284 17439 17439 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-11 16:32:59.666 17439 17439 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 16:32:59.667 17439 17439 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 16:32:59.667 17439 17439 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-11 16:32:59.667 17439 17439 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-11 16:32:59.667 17439 17439 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-11 16:32:59.667 17439 17439 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-11 16:32:59.667 17439 17439 W System.err: at
java.lang.Class.newInstance(Native Method)
05-11 16:32:59.667 17439 17439 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-11 16:32:59.667 17439 17439 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-11 16:32:59.667 17439 17439 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-11 16:32:59.667 17439 17439 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
05-11 16:32:59.667 17439 17439 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
05-11 16:32:59.670 17439 17439 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
05-11 16:32:59.670 17439 17439 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
05-11 16:32:59.670 17439 17439 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
05-11 16:32:59.670 17439 17439 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-11 16:32:59.670 17439 17439 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-11 16:32:59.670 17439 17439 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-11 16:32:59.670 17439 17439 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-11 16:32:59.670 17439 17439 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-11 16:32:59.670 17439 17439 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-11 16:32:59.670 17439 17439 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-11 16:32:59.687 17439 17439 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-11 16:33:00.021 17439 17439 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
05-11 16:33:00.021 17439 17439 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
05-11 16:33:00.133 17439 17439 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locatorIcEEEE to be hooked in lib
05-11 16:33:00.133 17439 17439 W SigquitBasedANRDetector: Failed to hook function
05-11 16:33:00.282 17439 17522 E QT : [QT]file does not exist
05-11 16:33:00.292 17439 17522 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
05-11 16:33:00.292 17439 17522 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
05-11 16:33:00.412 17439 17439 W OpenGLRenderer: Unknown dataspace 0
05-11 16:33:00.497 17439 17439 W Activity: Can request only one set of permissions
at a time
05-11 16:33:00.552 17439 17439 E FBI : Can't load library: dlopen failed:
library "libmagtsync.so" not found
05-11 16:33:08.917 17439 17557 W com.mbwhatsapp: Cleared Reference was only
reachable from finalizer (only reported once)
05-11 16:35:13.653 17439 17439 W Activity: Can request only one set of permissions
at a time
05-11 16:35:21.153 21280 21280 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-11 16:35:21.456 21280 21280 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 16:35:21.457 21280 21280 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 16:35:21.458 21280 21280 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-11 16:35:21.458 21280 21280 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-11 16:35:21.458 21280 21280 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-11 16:35:21.458 21280 21280 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-11 16:35:21.458 21280 21280 W System.err: at
java.lang.Class.newInstance(Native Method)
05-11 16:35:21.458 21280 21280 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-11 16:35:21.458 21280 21280 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-11 16:35:21.458 21280 21280 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-11 16:35:21.458 21280 21280 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
05-11 16:35:21.458 21280 21280 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
05-11 16:35:21.458 21280 21280 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
05-11 16:35:21.458 21280 21280 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
05-11 16:35:21.458 21280 21280 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
05-11 16:35:21.458 21280 21280 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-11 16:35:21.458 21280 21280 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-11 16:35:21.458 21280 21280 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-11 16:35:21.458 21280 21280 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-11 16:35:21.458 21280 21280 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-11 16:35:21.458 21280 21280 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-11 16:35:21.458 21280 21280 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-11 16:35:21.475 21280 21280 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-11 16:35:21.914 21280 21280 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
05-11 16:35:21.914 21280 21280 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
05-11 16:35:22.064 21280 21280 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locatorIcEEEE to be hooked in lib
05-11 16:35:22.064 21280 21280 W SigquitBasedANRDetector: Failed to hook function
05-11 16:35:25.314 21280 21552 E QT : [QT]file does not exist
05-11 16:35:25.347 21280 21552 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
05-11 16:35:25.347 21280 21552 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
05-11 16:35:25.610 21280 21280 W OpenGLRenderer: Unknown dataspace 0
05-11 16:35:25.634 21280 21280 W Activity: Can request only one set of permissions
at a time
05-11 16:35:25.696 21280 21280 E FBI : Can't load library: dlopen failed:
library "libmagtsync.so" not found
05-11 16:35:27.231 21280 21280 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@da5c548
05-11 16:35:27.556 21280 21280 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@7eed91d
05-11 16:35:32.627 21280 21330 W com.mbwhatsapp: Cleared Reference was only
reachable from finalizer (only reported once)
05-11 16:35:44.585 21280 21552 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
05-11 16:35:44.585 21280 21552 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
05-11 16:35:44.682 21280 21280 W Activity: Can request only one set of permissions
at a time
05-11 16:35:47.600 21904 21904 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-11 16:35:47.802 21904 21904 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 16:35:47.803 21904 21904 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 16:35:47.803 21904 21904 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-11 16:35:47.804 21904 21904 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-11 16:35:47.804 21904 21904 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-11 16:35:47.804 21904 21904 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-11 16:35:47.804 21904 21904 W System.err: at
java.lang.Class.newInstance(Native Method)
05-11 16:35:47.804 21904 21904 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-11 16:35:47.804 21904 21904 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-11 16:35:47.804 21904 21904 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-11 16:35:47.804 21904 21904 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
05-11 16:35:47.804 21904 21904 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
05-11 16:35:47.804 21904 21904 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
05-11 16:35:47.804 21904 21904 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
05-11 16:35:47.804 21904 21904 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
05-11 16:35:47.804 21904 21904 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-11 16:35:47.804 21904 21904 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-11 16:35:47.804 21904 21904 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-11 16:35:47.804 21904 21904 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-11 16:35:47.804 21904 21904 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-11 16:35:47.804 21904 21904 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-11 16:35:47.804 21904 21904 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-11 16:35:47.816 21904 21904 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-11 16:35:48.078 21904 21904 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
05-11 16:35:48.078 21904 21904 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
05-11 16:35:48.190 21904 21904 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locatorIcEEEE to be hooked in lib
05-11 16:35:48.190 21904 21904 W SigquitBasedANRDetector: Failed to hook function
03-30 16:36:18.623 21904 23078 E QT : [QT]file does not exist
03-30 16:36:18.674 21904 23078 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
03-30 16:36:18.674 21904 23078 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
03-30 16:36:19.003 21904 21904 W Activity: Can request only one set of permissions
at a time
03-30 16:36:19.053 21904 21904 W OpenGLRenderer: Unknown dataspace 0
03-30 16:36:19.179 21904 21904 E FBI : Can't load library: dlopen failed:
library "libmagtsync.so" not found
03-30 16:36:23.061 21904 21904 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@411c265
03-30 16:36:37.872 21904 21904 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@f0d30b3
03-30 16:36:38.501 21904 21904 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@4544fa5
03-30 16:36:43.015 26349 26349 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
03-30 16:36:44.582 26349 26349 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
03-30 16:36:44.585 26349 26349 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
03-30 16:36:44.585 26349 26349 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
03-30 16:36:44.585 26349 26349 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
03-30 16:36:44.585 26349 26349 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
03-30 16:36:44.585 26349 26349 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
03-30 16:36:44.585 26349 26349 W System.err: at
java.lang.Class.newInstance(Native Method)
03-30 16:36:44.585 26349 26349 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
03-30 16:36:44.585 26349 26349 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
03-30 16:36:44.585 26349 26349 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
03-30 16:36:44.585 26349 26349 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
03-30 16:36:44.585 26349 26349 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
03-30 16:36:44.585 26349 26349 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
03-30 16:36:44.585 26349 26349 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
03-30 16:36:44.585 26349 26349 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
03-30 16:36:44.585 26349 26349 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-30 16:36:44.585 26349 26349 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
03-30 16:36:44.585 26349 26349 W System.err: at
android.os.Looper.loop(Looper.java:319)
03-30 16:36:44.585 26349 26349 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
03-30 16:36:44.585 26349 26349 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
03-30 16:36:44.585 26349 26349 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
03-30 16:36:44.585 26349 26349 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
03-30 16:36:44.662 26349 26349 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandl--------- beginning of main
05-11 16:32:59.284 17439 17439 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-11 16:32:59.666 17439 17439 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 16:32:59.667 17439 17439 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 16:32:59.667 17439 17439 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-11 16:32:59.667 17439 17439 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-11 16:32:59.667 17439 17439 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-11 16:32:59.667 17439 17439 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-11 16:32:59.667 17439 17439 W System.err: at
java.lang.Class.newInstance(Native Method)
05-11 16:32:59.667 17439 17439 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-11 16:32:59.667 17439 17439 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-11 16:32:59.667 17439 17439 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-11 16:32:59.667 17439 17439 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
05-11 16:32:59.667 17439 17439 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
05-11 16:32:59.670 17439 17439 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
05-11 16:32:59.670 17439 17439 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
05-11 16:32:59.670 17439 17439 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
05-11 16:32:59.670 17439 17439 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-11 16:32:59.670 17439 17439 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-11 16:32:59.670 17439 17439 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-11 16:32:59.670 17439 17439 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-11 16:32:59.670 17439 17439 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-11 16:32:59.670 17439 17439 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-11 16:32:59.670 17439 17439 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-11 16:32:59.687 17439 17439 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-11 16:33:00.021 17439 17439 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
05-11 16:33:00.021 17439 17439 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
05-11 16:33:00.133 17439 17439 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locatorIcEEEE to be hooked in lib
05-11 16:33:00.133 17439 17439 W SigquitBasedANRDetector: Failed to hook function
05-11 16:33:00.282 17439 17522 E QT : [QT]file does not exist
05-11 16:33:00.292 17439 17522 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
05-11 16:33:00.292 17439 17522 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
05-11 16:33:00.412 17439 17439 W OpenGLRenderer: Unknown dataspace 0
05-11 16:33:00.497 17439 17439 W Activity: Can request only one set of permissions
at a time
05-11 16:33:00.552 17439 17439 E FBI : Can't load library: dlopen failed:
library "libmagtsync.so" not found
05-11 16:33:08.917 17439 17557 W com.mbwhatsapp: Cleared Reference was only
reachable from finalizer (only reported once)
05-11 16:35:13.653 17439 17439 W Activity: Can request only one set of permissions
at a time
05-11 16:35:21.153 21280 21280 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-11 16:35:21.456 21280 21280 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 16:35:21.457 21280 21280 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 16:35:21.458 21280 21280 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-11 16:35:21.458 21280 21280 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-11 16:35:21.458 21280 21280 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-11 16:35:21.458 21280 21280 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-11 16:35:21.458 21280 21280 W System.err: at
java.lang.Class.newInstance(Native Method)
05-11 16:35:21.458 21280 21280 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-11 16:35:21.458 21280 21280 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-11 16:35:21.458 21280 21280 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-11 16:35:21.458 21280 21280 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
05-11 16:35:21.458 21280 21280 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
05-11 16:35:21.458 21280 21280 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
05-11 16:35:21.458 21280 21280 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
05-11 16:35:21.458 21280 21280 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
05-11 16:35:21.458 21280 21280 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-11 16:35:21.458 21280 21280 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-11 16:35:21.458 21280 21280 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-11 16:35:21.458 21280 21280 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-11 16:35:21.458 21280 21280 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-11 16:35:21.458 21280 21280 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-11 16:35:21.458 21280 21280 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-11 16:35:21.475 21280 21280 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-11 16:35:21.914 21280 21280 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
05-11 16:35:21.914 21280 21280 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
05-11 16:35:22.064 21280 21280 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locatorIcEEEE to be hooked in lib
05-11 16:35:22.064 21280 21280 W SigquitBasedANRDetector: Failed to hook function
05-11 16:35:25.314 21280 21552 E QT : [QT]file does not exist
05-11 16:35:25.347 21280 21552 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
05-11 16:35:25.347 21280 21552 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
05-11 16:35:25.610 21280 21280 W OpenGLRenderer: Unknown dataspace 0
05-11 16:35:25.634 21280 21280 W Activity: Can request only one set of permissions
at a time
05-11 16:35:25.696 21280 21280 E FBI : Can't load library: dlopen failed:
library "libmagtsync.so" not found
05-11 16:35:27.231 21280 21280 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@da5c548
05-11 16:35:27.556 21280 21280 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@7eed91d
05-11 16:35:32.627 21280 21330 W com.mbwhatsapp: Cleared Reference was only
reachable from finalizer (only reported once)
05-11 16:35:44.585 21280 21552 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
05-11 16:35:44.585 21280 21552 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
05-11 16:35:44.682 21280 21280 W Activity: Can request only one set of permissions
at a time
05-11 16:35:47.600 21904 21904 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-11 16:35:47.802 21904 21904 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 16:35:47.803 21904 21904 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 16:35:47.803 21904 21904 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-11 16:35:47.804 21904 21904 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-11 16:35:47.804 21904 21904 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-11 16:35:47.804 21904 21904 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-11 16:35:47.804 21904 21904 W System.err: at
java.lang.Class.newInstance(Native Method)
05-11 16:35:47.804 21904 21904 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-11 16:35:47.804 21904 21904 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-11 16:35:47.804 21904 21904 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-11 16:35:47.804 21904 21904 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
05-11 16:35:47.804 21904 21904 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
05-11 16:35:47.804 21904 21904 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
05-11 16:35:47.804 21904 21904 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
05-11 16:35:47.804 21904 21904 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
05-11 16:35:47.804 21904 21904 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-11 16:35:47.804 21904 21904 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-11 16:35:47.804 21904 21904 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-11 16:35:47.804 21904 21904 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-11 16:35:47.804 21904 21904 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-11 16:35:47.804 21904 21904 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-11 16:35:47.804 21904 21904 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-11 16:35:47.816 21904 21904 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-11 16:35:48.078 21904 21904 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
05-11 16:35:48.078 21904 21904 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
05-11 16:35:48.190 21904 21904 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locatorIcEEEE to be hooked in lib
05-11 16:35:48.190 21904 21904 W SigquitBasedANRDetector: Failed to hook function
03-30 16:36:18.623 21904 23078 E QT : [QT]file does not exist
03-30 16:36:18.674 21904 23078 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
03-30 16:36:18.674 21904 23078 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
03-30 16:36:19.003 21904 21904 W Activity: Can request only one set of permissions
at a time
03-30 16:36:19.053 21904 21904 W OpenGLRenderer: Unknown dataspace 0
03-30 16:36:19.179 21904 21904 E FBI : Can't load library: dlopen failed:
library "libmagtsync.so" not found
03-30 16:36:23.061 21904 21904 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@411c265
03-30 16:36:37.872 21904 21904 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@f0d30b3
03-30 16:36:38.501 21904 21904 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@4544fa5
03-30 16:36:43.015 26349 26349 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
03-30 16:36:44.582 26349 26349 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
03-30 16:36:44.585 26349 26349 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
03-30 16:36:44.585 26349 26349 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
03-30 16:36:44.585 26349 26349 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
03-30 16:36:44.585 26349 26349 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
03-30 16:36:44.585 26349 26349 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
03-30 16:36:44.585 26349 26349 W System.err: at
java.lang.Class.newInstance(Native Method)
03-30 16:36:44.585 26349 26349 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
03-30 16:36:44.585 26349 26349 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
03-30 16:36:44.585 26349 26349 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
03-30 16:36:44.585 26349 26349 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
03-30 16:36:44.585 26349 26349 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
03-30 16:36:44.585 26349 26349 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
03-30 16:36:44.585 26349 26349 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
03-30 16:36:44.585 26349 26349 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
03-30 16:36:44.585 26349 26349 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-30 16:36:44.585 26349 26349 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
03-30 16:36:44.585 26349 26349 W System.err: at
android.os.Looper.loop(Looper.java:319)
03-30 16:36:44.585 26349 26349 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
03-30 16:36:44.585 26349 26349 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
03-30 16:36:44.585 26349 26349 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
03-30 16:36:44.585 26349 26349 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
03-30 16:36:44.662 26349 26349 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
03-30 16:36:46.496 26349 26349 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
03-30 16:36:46.496 26349 26349 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
03-30 16:36:46.746 26349 26349 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locatorIcEEEE to be hooked in lib
03-30 16:36:46.746 26349 26349 W SigquitBasedANRDetector: Failed to hook function
03-30 16:36:47.070 26349 26885 E QT : [QT]file does not exist
03-30 16:36:47.082 26349 26885 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
03-30 16:36:47.082 26349 26885 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
03-30 16:36:47.393 26349 26349 W Activity: Can request only one set of permissions
at a time
03-30 16:36:47.425 26349 26349 W OpenGLRenderer: Unknown dataspace 0
03-30 16:36:47.587 26349 26349 E FBI : Can't load library: dlopen failed:
library "libmagtsync.so" not found
03-30 16:36:48.218 26349 26349 W InputMethodManager: Ignoring onBind: cur seq=4184,
given seq=4183
03-30 16:36:52.438 26349 26349 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
03-30 16:36:55.266 26349 26358 W com.mbwhatsapp: Cleared Reference was only
reachable from finalizer (only reported once)
03-30 16:36:55.376 26349 26349 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@45b034b
03-30 16:36:55.464 26349 26349 W Choreographer: Frame time is 0.073977 ms in the
future! Check that graphics HAL is generating vsync timestamps using the correct
timebase.
03-30 16:36:55.586 26349 26349 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@bc1e9e4
03-30 16:36:55.955 26349 26349 W Activity: Can request only one set of permissions
at a time
02-28 16:37:38.197 26349 26349 W Choreographer: Frame time is 0.031727 ms in the
future! Check that graphics HAL is generating vsync timestamps using the correct
timebase.
02-28 16:37:40.570 26349 26349 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@45a6ae5
02-28 16:37:40.638 26349 26349 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@64b7786
02-28 16:37:46.620 32418 32418 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
02-28 16:37:47.889 32418 32418 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-28 16:37:47.925 32418 32418 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-28 16:37:47.925 32418 32418 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
02-28 16:37:47.925 32418 32418 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-28 16:37:47.925 32418 32418 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
02-28 16:37:47.925 32418 32418 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-28 16:37:47.925 32418 32418 W System.err: at
java.lang.Class.newInstance(Native Method)
02-28 16:37:47.926 32418 32418 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-28 16:37:47.926 32418 32418 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-28 16:37:47.926 32418 32418 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
02-28 16:37:47.926 32418 32418 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
02-28 16:37:47.926 32418 32418 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
02-28 16:37:47.926 32418 32418 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
02-28 16:37:47.926 32418 32418 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-28 16:37:47.926 32418 32418 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
02-28 16:37:47.926 32418 32418 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-28 16:37:47.926 32418 32418 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
02-28 16:37:47.926 32418 32418 W System.err: at
android.os.Looper.loop(Looper.java:319)
02-28 16:37:47.926 32418 32418 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
02-28 16:37:47.926 32418 32418 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-28 16:37:47.926 32418 32418 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
02-28 16:37:47.926 32418 32418 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
02-28 16:37:48.203 32418 32418 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-28 16:37:50.479 32418 32418 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-28 16:37:50.479 32418 32418 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-28 16:37:50.896 32418 32418 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locatorIcEEEE to be hooked in lib
02-28 16:37:50.896 32418 32418 W SigquitBasedANRDetector: Failed to hook function
02-28 16:37:51.869 32418 1040 E QT : [QT]file does not exist
02-28 16:37:51.881 32418 1040 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
02-28 16:37:51.881 32418 1040 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
02-28 16:37:53.391 32418 32418 W Activity: Can request only one set of permissions
at a time
02-28 16:37:53.448 32418 32418 W OpenGLRenderer: Unknown dataspace 0
02-28 16:37:53.621 32418 32418 E FBI : Can't load library: dlopen failed:
library "libmagtsync.so" not found
02-28 16:37:56.724 32418 32418 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@a622bb4
02-28 16:37:56.749 32418 32422 W com.mbwhatsapp: Cleared Reference was only
reachable from finalizer (only reported once)
02-28 16:37:59.163 32418 32418 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@ae67670
02-28 16:38:00.863 32418 32418 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@4544fa5
02-28 16:38:13.875 32418 32418 W Activity: Can request only one set of permissions
at a time
02-28 16:38:17.221 32418 32418 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `remove--------- beginning of main
05-11 16:32:59.284 17439 17439 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-11 16:32:59.666 17439 17439 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 16:32:59.667 17439 17439 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 16:32:59.667 17439 17439 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-11 16:32:59.667 17439 17439 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-11 16:32:59.667 17439 17439 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-11 16:32:59.667 17439 17439 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-11 16:32:59.667 17439 17439 W System.err: at
java.lang.Class.newInstance(Native Method)
05-11 16:32:59.667 17439 17439 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-11 16:32:59.667 17439 17439 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-11 16:32:59.667 17439 17439 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-11 16:32:59.667 17439 17439 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
05-11 16:32:59.667 17439 17439 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
05-11 16:32:59.670 17439 17439 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
05-11 16:32:59.670 17439 17439 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
05-11 16:32:59.670 17439 17439 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
05-11 16:32:59.670 17439 17439 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-11 16:32:59.670 17439 17439 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-11 16:32:59.670 17439 17439 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-11 16:32:59.670 17439 17439 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-11 16:32:59.670 17439 17439 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-11 16:32:59.670 17439 17439 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-11 16:32:59.670 17439 17439 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-11 16:32:59.687 17439 17439 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-11 16:33:00.021 17439 17439 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
05-11 16:33:00.021 17439 17439 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
05-11 16:33:00.133 17439 17439 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locatorIcEEEE to be hooked in lib
05-11 16:33:00.133 17439 17439 W SigquitBasedANRDetector: Failed to hook function
05-11 16:33:00.282 17439 17522 E QT : [QT]file does not exist
05-11 16:33:00.292 17439 17522 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
05-11 16:33:00.292 17439 17522 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
05-11 16:33:00.412 17439 17439 W OpenGLRenderer: Unknown dataspace 0
05-11 16:33:00.497 17439 17439 W Activity: Can request only one set of permissions
at a time
05-11 16:33:00.552 17439 17439 E FBI : Can't load library: dlopen failed:
library "libmagtsync.so" not found
05-11 16:33:08.917 17439 17557 W com.mbwhatsapp: Cleared Reference was only
reachable from finalizer (only reported once)
05-11 16:35:13.653 17439 17439 W Activity: Can request only one set of permissions
at a time
05-11 16:35:21.153 21280 21280 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-11 16:35:21.456 21280 21280 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 16:35:21.457 21280 21280 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 16:35:21.458 21280 21280 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-11 16:35:21.458 21280 21280 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-11 16:35:21.458 21280 21280 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-11 16:35:21.458 21280 21280 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-11 16:35:21.458 21280 21280 W System.err: at
java.lang.Class.newInstance(Native Method)
05-11 16:35:21.458 21280 21280 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-11 16:35:21.458 21280 21280 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-11 16:35:21.458 21280 21280 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-11 16:35:21.458 21280 21280 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
05-11 16:35:21.458 21280 21280 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
05-11 16:35:21.458 21280 21280 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
05-11 16:35:21.458 21280 21280 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
05-11 16:35:21.458 21280 21280 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
05-11 16:35:21.458 21280 21280 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-11 16:35:21.458 21280 21280 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-11 16:35:21.458 21280 21280 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-11 16:35:21.458 21280 21280 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-11 16:35:21.458 21280 21280 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-11 16:35:21.458 21280 21280 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-11 16:35:21.458 21280 21280 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-11 16:35:21.475 21280 21280 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-11 16:35:21.914 21280 21280 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
05-11 16:35:21.914 21280 21280 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
05-11 16:35:22.064 21280 21280 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locatorIcEEEE to be hooked in lib
05-11 16:35:22.064 21280 21280 W SigquitBasedANRDetector: Failed to hook function
05-11 16:35:25.314 21280 21552 E QT : [QT]file does not exist
05-11 16:35:25.347 21280 21552 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
05-11 16:35:25.347 21280 21552 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
05-11 16:35:25.610 21280 21280 W OpenGLRenderer: Unknown dataspace 0
05-11 16:35:25.634 21280 21280 W Activity: Can request only one set of permissions
at a time
05-11 16:35:25.696 21280 21280 E FBI : Can't load library: dlopen failed:
library "libmagtsync.so" not found
05-11 16:35:27.231 21280 21280 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@da5c548
05-11 16:35:27.556 21280 21280 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@7eed91d
05-11 16:35:32.627 21280 21330 W com.mbwhatsapp: Cleared Reference was only
reachable from finalizer (only reported once)
05-11 16:35:44.585 21280 21552 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
05-11 16:35:44.585 21280 21552 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
05-11 16:35:44.682 21280 21280 W Activity: Can request only one set of permissions
at a time
05-11 16:35:47.600 21904 21904 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-11 16:35:47.802 21904 21904 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 16:35:47.803 21904 21904 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 16:35:47.803 21904 21904 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-11 16:35:47.804 21904 21904 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-11 16:35:47.804 21904 21904 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-11 16:35:47.804 21904 21904 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-11 16:35:47.804 21904 21904 W System.err: at
java.lang.Class.newInstance(Native Method)
05-11 16:35:47.804 21904 21904 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-11 16:35:47.804 21904 21904 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-11 16:35:47.804 21904 21904 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-11 16:35:47.804 21904 21904 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
05-11 16:35:47.804 21904 21904 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
05-11 16:35:47.804 21904 21904 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
05-11 16:35:47.804 21904 21904 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
05-11 16:35:47.804 21904 21904 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
05-11 16:35:47.804 21904 21904 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-11 16:35:47.804 21904 21904 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-11 16:35:47.804 21904 21904 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-11 16:35:47.804 21904 21904 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-11 16:35:47.804 21904 21904 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-11 16:35:47.804 21904 21904 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-11 16:35:47.804 21904 21904 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-11 16:35:47.816 21904 21904 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-11 16:35:48.078 21904 21904 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
05-11 16:35:48.078 21904 21904 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
05-11 16:35:48.190 21904 21904 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locatorIcEEEE to be hooked in lib
05-11 16:35:48.190 21904 21904 W SigquitBasedANRDetector: Failed to hook function
03-30 16:36:18.623 21904 23078 E QT : [QT]file does not exist
03-30 16:36:18.674 21904 23078 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
03-30 16:36:18.674 21904 23078 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
03-30 16:36:19.003 21904 21904 W Activity: Can request only one set of permissions
at a time
03-30 16:36:19.053 21904 21904 W OpenGLRenderer: Unknown dataspace 0
03-30 16:36:19.179 21904 21904 E FBI : Can't load library: dlopen failed:
library "libmagtsync.so" not found
03-30 16:36:23.061 21904 21904 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@411c265
03-30 16:36:37.872 21904 21904 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@f0d30b3
03-30 16:36:38.501 21904 21904 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@4544fa5
03-30 16:36:43.015 26349 26349 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
03-30 16:36:44.582 26349 26349 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
03-30 16:36:44.585 26349 26349 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
03-30 16:36:44.585 26349 26349 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
03-30 16:36:44.585 26349 26349 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
03-30 16:36:44.585 26349 26349 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
03-30 16:36:44.585 26349 26349 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
03-30 16:36:44.585 26349 26349 W System.err: at
java.lang.Class.newInstance(Native Method)
03-30 16:36:44.585 26349 26349 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
03-30 16:36:44.585 26349 26349 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
03-30 16:36:44.585 26349 26349 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
03-30 16:36:44.585 26349 26349 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
03-30 16:36:44.585 26349 26349 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
03-30 16:36:44.585 26349 26349 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
03-30 16:36:44.585 26349 26349 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
03-30 16:36:44.585 26349 26349 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
03-30 16:36:44.585 26349 26349 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-30 16:36:44.585 26349 26349 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
03-30 16:36:44.585 26349 26349 W System.err: at
android.os.Looper.loop(Looper.java:319)
03-30 16:36:44.585 26349 26349 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
03-30 16:36:44.585 26349 26349 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
03-30 16:36:44.585 26349 26349 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
03-30 16:36:44.585 26349 26349 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
03-30 16:36:44.662 26349 26349 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
03-30 16:36:46.496 26349 26349 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
03-30 16:36:46.496 26349 26349 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
03-30 16:36:46.746 26349 26349 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locatorIcEEEE to be hooked in lib
03-30 16:36:46.746 26349 26349 W SigquitBasedANRDetector: Failed to hook function
03-30 16:36:47.070 26349 26885 E QT : [QT]file does not exist
03-30 16:36:47.082 26349 26885 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
03-30 16:36:47.082 26349 26885 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
03-30 16:36:47.393 26349 26349 W Activity: Can request only one set of permissions
at a time
03-30 16:36:47.425 26349 26349 W OpenGLRenderer: Unknown dataspace 0
03-30 16:36:47.587 26349 26349 E FBI : Can't load library: dlopen failed:
library "libmagtsync.so" not found
03-30 16:36:48.218 26349 26349 W InputMethodManager: Ignoring onBind: cur seq=4184,
given seq=4183
03-30 16:36:52.438 26349 26349 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
03-30 16:36:55.266 26349 26358 W com.mbwhatsapp: Cleared Reference was only
reachable from finalizer (only reported once)
03-30 16:36:55.376 26349 26349 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@45b034b
03-30 16:36:55.464 26349 26349 W Choreographer: Frame time is 0.073977 ms in the
future! Check that graphics HAL is generating vsync timestamps using the correct
timebase.
03-30 16:36:55.586 26349 26349 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@bc1e9e4
03-30 16:36:55.955 26349 26349 W Activity: Can request only one set of permissions
at a time
02-28 16:37:38.197 26349 26349 W Choreographer: Frame time is 0.031727 ms in the
future! Check that graphics HAL is generating vsync timestamps using the correct
timebase.
02-28 16:37:40.570 26349 26349 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@45a6ae5
02-28 16:37:40.638 26349 26349 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@64b7786
02-28 16:37:46.620 32418 32418 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
02-28 16:37:47.889 32418 32418 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-28 16:37:47.925 32418 32418 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-28 16:37:47.925 32418 32418 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
02-28 16:37:47.925 32418 32418 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-28 16:37:47.925 32418 32418 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
02-28 16:37:47.925 32418 32418 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-28 16:37:47.925 32418 32418 W System.err: at
java.lang.Class.newInstance(Native Method)
02-28 16:37:47.926 32418 32418 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-28 16:37:47.926 32418 32418 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-28 16:37:47.926 32418 32418 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
02-28 16:37:47.926 32418 32418 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
02-28 16:37:47.926 32418 32418 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
02-28 16:37:47.926 32418 32418 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
02-28 16:37:47.926 32418 32418 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-28 16:37:47.926 32418 32418 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
02-28 16:37:47.926 32418 32418 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-28 16:37:47.926 32418 32418 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
02-28 16:37:47.926 32418 32418 W System.err: at
android.os.Looper.loop(Looper.java:319)
02-28 16:37:47.926 32418 32418 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
02-28 16:37:47.926 32418 32418 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-28 16:37:47.926 32418 32418 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
02-28 16:37:47.926 32418 32418 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
02-28 16:37:48.203 32418 32418 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-28 16:37:50.479 32418 32418 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-28 16:37:50.479 32418 32418 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-28 16:37:50.896 32418 32418 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locatorIcEEEE to be hooked in lib
02-28 16:37:50.896 32418 32418 W SigquitBasedANRDetector: Failed to hook function
02-28 16:37:51.869 32418 1040 E QT : [QT]file does not exist
02-28 16:37:51.881 32418 1040 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
02-28 16:37:51.881 32418 1040 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
02-28 16:37:53.391 32418 32418 W Activity: Can request only one set of permissions
at a time
02-28 16:37:53.448 32418 32418 W OpenGLRenderer: Unknown dataspace 0
02-28 16:37:53.621 32418 32418 E FBI : Can't load library: dlopen failed:
library "libmagtsync.so" not found
02-28 16:37:56.724 32418 32418 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@a622bb4
02-28 16:37:56.749 32418 32422 W com.mbwhatsapp: Cleared Reference was only
reachable from finalizer (only reported once)
02-28 16:37:59.163 32418 32418 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@ae67670
02-28 16:38:00.863 32418 32418 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@4544fa5
02-28 16:38:13.875 32418 32418 W Activity: Can request only one set of permissions
at a time
02-28 16:38:17.221 32418 32418 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
02-28 16:38:18.668 32418 32418 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@756c939
02-28 16:38:18.945 32418 32418 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-28 16:38:19.121 32418 32418 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@de08e0d
02-28 16:38:19.667 32418 32418 W Activity: Can request only one set of permissions
at a time
01-28 16:38:48.059 32418 32418 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@bbfb21f
01-28 16:38:48.083 32418 32418 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda19@eefc058
01-28 16:39:04.215 9780 9780 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
01-28 16:39:08.230 9780 9780 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-28 16:39:08.240 9780 9780 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 16:39:08.240 9780 9780 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
01-28 16:39:08.240 9780 9780 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
01-28 16:39:08.240 9780 9780 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
01-28 16:39:08.240 9780 9780 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-28 16:39:08.240 9780 9780 W System.err: at
java.lang.Class.newInstance(Native Method)
01-28 16:39:08.240 9780 9780 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-28 16:39:08.240 9780 9780 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-28 16:39:08.240 9780 9780 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
01-28 16:39:08.240 9780 9780 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
01-28 16:39:08.240 9780 9780 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
01-28 16:39:08.240 9780 9780 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
01-28 16:39:08.240 9780 9780 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-28 16:39:08.241 9780 9780 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
01-28 16:39:08.241 9780 9780 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-28 16:39:08.241 9780 9780 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
01-28 16:39:08.241 9780 9780 W System.err: at
android.os.Looper.loop(Looper.java:319)
01-28 16:39:08.241 9780 9780 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
01-28 16:39:08.241 9780 9780 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-28 16:39:08.241 9780 9780 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
01-28 16:39:08.241 9780 9780 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
01-28 16:39:08.566 9780 9780 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
01-28 16:39:12.485 9780 9780 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 16:39:12.485 9780 9780 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->set--------- beginning of main
05-11 16:40:01.997 9780 16583 E QT : [QT]file does not exist
05-11 16:40:02.037 9780 16583 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
05-11 16:40:02.037 9780 16583 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
05-11 16:40:02.849 9780 9780 W OpenGLRenderer: Unknown dataspace 0
05-11 16:40:03.191 9780 9780 W Activity: Can request only one set of permissions
at a time
05-11 16:40:03.284 9780 9780 E FBI : Can't load library: dlopen failed:
library "libmagtsync.so" not found
05-11 16:40:08.985 17466 17466 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-11 16:40:09.801 17466 17466 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 16:40:09.802 17466 17466 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 16:40:09.802 17466 17466 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-11 16:40:09.802 17466 17466 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-11 16:40:09.802 17466 17466 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-11 16:40:09.802 17466 17466 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-11 16:40:09.802 17466 17466 W System.err: at
java.lang.Class.newInstance(Native Method)
05-11 16:40:09.803 17466 17466 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-11 16:40:09.803 17466 17466 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-11 16:40:09.803 17466 17466 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-11 16:40:09.803 17466 17466 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
05-11 16:40:09.803 17466 17466 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
05-11 16:40:09.803 17466 17466 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
05-11 16:40:09.803 17466 17466 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
05-11 16:40:09.803 17466 17466 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
05-11 16:40:09.803 17466 17466 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-11 16:40:09.803 17466 17466 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-11 16:40:09.803 17466 17466 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-11 16:40:09.803 17466 17466 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-11 16:40:09.803 17466 17466 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-11 16:40:09.803 17466 17466 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-11 16:40:09.803 17466 17466 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-11 16:40:09.863 17466 17466 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-11 16:40:12.802 17466 17466 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
05-11 16:40:12.802 17466 17466 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
05-11 16:40:13.309 17466 17466 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locatorIcEEEE to be hooked in lib
05-11 16:40:13.309 17466 17466 W SigquitBasedANRDetector: Failed to hook function
05-11 16:40:--------- beginning of main
05-11 16:40:13.979 17466 17884 E QT : [QT]file does not exist
05-11 16:40:13.993 17466 17884 E OpenGLRenderer: Device claims wide gamut support,
cannot find matching config, error = EGL_SUCCESS
05-11 16:40:13.993 17466 17884 W OpenGLRenderer: Failed to initialize 101010-2
format, error = EGL_SUCCESS
05-11 16:40:14.313 17466 17466 W OpenGLRenderer: Unknown dataspace 0
05-11 16:40:14.347 17466 17466 W Activity: Can request only one set of permissions
at a time
05-11 16:40:14.472 17466 17466 E FBI : Can't load library: dlopen failed:
library "libmagtsync.so" not found
05-11 16:40:19.483 17466 17473 W com.mbwhatsapp: Cleared Reference was only
reachable from finalizer (only reported once)
05-11 16:40:27.932 18569 18569 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-11 16:40:28.212 18569 18569 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 16:40:28.217 18569 18569 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 16:40:28.217 18569 18569 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-11 16:40:28.217 18569 18569 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-11 16:40:28.217 18569 18569 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-11 16:40:28.217 18569 18569 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-11 16:40:28.217 18569 18569 W System.err: at
java.lang.Class.newInstance(Native Method)
05-11 16:40:28.217 18569 18569 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-11 16:40:28.217 18569 18569 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-11 16:40:28.217 18569 18569 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-11 16:40:28.217 18569 18569 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
05-11 16:40:28.217 18569 18569 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
05-11 16:40:28.217 18569 18569 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
05-11 16:40:28.217 18569 18569 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
05-11 16:40:28.217 18569 18569 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
05-11 16:40:28.217 18569 18569 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-11 16:40:28.217 18569 18569 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-11 16:40:28.217 18569 18569 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-11 16:40:28.217 18569 18569 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-11 16:40:28.217 18569 18569 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-11 16:40:28.217 18569 18569 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-11 16:40:28.217 18569 18569 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-11 16:40:28.292 18569 18569 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-11 16:40:29.553 18569 18569 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
05-11 16:40:29.553 18569 18569 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
05-11 16:40:29.941 18569 18569 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locato--------- beginning of main
05-11 16:41:49.734 20674 20674 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
05-11 16:41:50.113 20674 20674 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
05-11 16:41:50.115 20674 20674 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
05-11 16:41:50.115 20674 20674 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1079)
05-11 16:41:50.115 20674 20674 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
05-11 16:41:50.115 20674 20674 W System.err: at
java.lang.System.loadLibrary(System.java:1765)
05-11 16:41:50.115 20674 20674 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
05-11 16:41:50.115 20674 20674 W System.err: at
java.lang.Class.newInstance(Native Method)
05-11 16:41:50.115 20674 20674 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
05-11 16:41:50.115 20674 20674 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
05-11 16:41:50.115 20674 20674 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1282)
05-11 16:41:50.115 20674 20674 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1547)
05-11 16:41:50.115 20674 20674 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1484)
05-11 16:41:50.115 20674 20674 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7651)
05-11 16:41:50.115 20674 20674 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
05-11 16:41:50.115 20674 20674 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2478)
05-11 16:41:50.115 20674 20674 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
05-11 16:41:50.115 20674 20674 W System.err: at
android.os.Looper.loopOnce(Looper.java:230)
05-11 16:41:50.115 20674 20674 W System.err: at
android.os.Looper.loop(Looper.java:319)
05-11 16:41:50.115 20674 20674 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8919)
05-11 16:41:50.115 20674 20674 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
05-11 16:41:50.115 20674 20674 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
05-11 16:41:50.115 20674 20674 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
05-11 16:41:50.181 20674 20674 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
05-11 16:41:50.563 20674 20674 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
05-11 16:41:50.563 20674 20674 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
05-11 16:41:51.231 20674 20674 W SigquitBasedANRDetector: Could not find function
_ZN3art13SignalCatcher6OutputERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9al
locatorIcEEEE to be hooked in lib
05-11 16:41:51.231 20674 20674 W SigquitBasedANRDetector: Failed to hook function
05-11 16:41:51.307 20674 20734 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
05-11 16:41:51.307 20674 20734 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
05-11 16:41:51.307 20674 20734 W com.mbwhatsapp: and incorrect proguard
optimizations.
05-11 16:41:51.321 20674 20674 W com.mbwhatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
05-11 16:41:51.546 20674 20745 E QT : [QT]file does not exist
05-11 16:41:51.559 20674 20745 E OpenGLRenderer: De

You might also like