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

Logcat

The log file records errors and warnings from an Android application. It shows that the application failed to start due to a class not being found. It also shows warnings about performance issues with database access during the application startup process.

Uploaded by

sihamboulaich21
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)
57 views

Logcat

The log file records errors and warnings from an Android application. It shows that the application failed to start due to a class not being found. It also shows warnings about performance issues with database access during the application startup process.

Uploaded by

sihamboulaich21
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/ 10

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

03-20 20:36:05.347 10205 10205 E com.mbwhatsapp: Not starting debugger since


process cannot load the jdwp agent.
03-20 20:36:06.121 10205 10205 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
03-20 20:36:06.123 10205 10205 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
03-20 20:36:06.123 10205 10205 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
03-20 20:36:06.123 10205 10205 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
03-20 20:36:06.123 10205 10205 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
03-20 20:36:06.123 10205 10205 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
03-20 20:36:06.123 10205 10205 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
03-20 20:36:06.123 10205 10205 W System.err: at
java.lang.Class.newInstance(Native Method)
03-20 20:36:06.124 10205 10205 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
03-20 20:36:06.124 10205 10205 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
03-20 20:36:06.124 10205 10205 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1286)
03-20 20:36:06.124 10205 10205 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1487)
03-20 20:36:06.124 10205 10205 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1424)
03-20 20:36:06.124 10205 10205 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7420)
03-20 20:36:06.124 10205 10205 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
03-20 20:36:06.124 10205 10205 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2374)
03-20 20:36:06.124 10205 10205 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-20 20:36:06.124 10205 10205 W System.err: at
android.os.Looper.loopOnce(Looper.java:224)
03-20 20:36:06.124 10205 10205 W System.err: at
android.os.Looper.loop(Looper.java:318)
03-20 20:36:06.124 10205 10205 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8727)
03-20 20:36:06.124 10205 10205 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
03-20 20:36:06.124 10205 10205 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:561)
03-20 20:36:06.124 10205 10205 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1013)
03-20 20:36:06.295 10205 10205 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
--------- beginning of system
03-20 20:36:07.028 10205 10205 W BpBinder: PerfMonitor binderTransact: time=355ms
interface=android.app.IActivityManager code=31
03-20 20:36:07.626 10205 10318 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
03-20 20:36:08.101 10205 10205 W BpBinder: PerfMonitor binderTransact: time=511ms
interface=android.app.IActivityManager code=19
03-20 20:36:08.236 10205 10233 W MIUIScout App: Enter APP_SCOUT_WARNING State
03-20 20:36:08.237 10205 10233 W MIUIScout App: (Current message: duration=2580ms
seq=2 late=2ms h=android.app.ActivityThread$H w=110)
03-20 20:36:08.282 10205 10524 W MIUIScout App: Event:APP_SCOUT_WARNING Thread:main
backtrace:
03-20 20:36:08.282 10205 10524 W MIUIScout App: at
android.database.sqlite.SQLiteConnection.nativeExecute(Native Method)
03-20 20:36:08.282 10205 10524 W MIUIScout App: at
android.database.sqlite.SQLiteConnection.execute(SQLiteConnection.java:730)
03-20 20:36:08.282 10205 10524 W MIUIScout App: at
android.database.sqlite.SQLiteSession.endTransactionUnchecked(SQLiteSession.java:43
9)
03-20 20:36:08.282 10205 10524 W MIUIScout App: at
android.database.sqlite.SQLiteSession.endTransaction(SQLiteSession.java:403)
03-20 20:36:08.282 10205 10524 W MIUIScout App: at
android.database.sqlite.SQLiteDatabase.endTransaction(SQLiteDatabase.java:757)
03-20 20:36:08.282 10205 10524 W MIUIScout App: at
android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:42
2)
03-20 20:36:08.282 10205 10524 W MIUIScout App: at
android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:
316)
03-20 20:36:08.282 10205 10524 W MIUIScout App: at
com.mbwhatsapp.yo.c1.getWritableDatabase(Native Method)
03-20 20:36:08.282 10205 10524 W MIUIScout App: at
com.mbwhatsapp.yo.c1.d(Native Method)
03-20 20:36:08.282 10205 10524 W MIUIScout App: at
com.mbwhatsapp.yo.yo.yo(Native Method)
03-20 20:36:08.282 10205 10524 W MIUIScout App: at
com.mbwhatsapp.yo.mbyo.yo(Native Method)
03-20 20:36:08.282 10205 10524 W MIUIScout App: at X.0yS.onCreate(Unknown
Source:3)
03-20 20:36:08.282 10205 10524 W MIUIScout App: at X.1FT.onCreate(Unknown
Source:3)
03-20 20:36:08.282 10205 10524 W MIUIScout App: at
android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1323)
03-20 20:36:08.282 10205 10524 W MIUIScout App: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7475)
03-20 20:36:08.282 10205 10524 W MIUIScout App: at android.app.ActivityThread.-
$$Nest$mhandleBindApplication(Unknown Source:0)
03-20 20:36:08.282 10205 10524 W MIUIScout App: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2374)
03-20 20:36:08.282 10205 10524 W MIUIScout App: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-20 20:36:08.282 10205 10524 W MIUIScout App: at
android.os.Looper.loopOnce(Looper.java:224)
03-20 20:36:08.282 10205 10524 W MIUIScout App: at
android.os.Looper.loop(Looper.java:318)
03-20 20:36:08.282 10205 10524 W MIUIScout App: at
android.app.ActivityThread.main(ActivityThread.java:8727)
03-20 20:36:08.282 10205 10524 W MIUIScout App: at
java.lang.reflect.Method.invoke(Native Method)
03-20 20:36:08.282 10205 10524 W MIUIScout App: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:561)
03-20 20:36:08.282 10205 10524 W MIUIScout App: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1013)
03-20 20:36:08.306 10205 10498 W BpBinder: PerfMonitor binderTransact: time=674ms
interface=android.app.IActivityManager code=37
03-20 20:37:33.723 16848 16848 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
03-20 20:37:34.038 16848 16848 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
03-20 20:37:34.039 16848 16848 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
03-20 20:37:34.039 16848 16848 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
03-20 20:37:34.039 16848 16848 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
03-20 20:37:34.039 16848 16848 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
03-20 20:37:34.039 16848 16848 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
03-20 20:37:34.039 16848 16848 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
03-20 20:37:34.039 16848 16848 W System.err: at
java.lang.Class.newInstance(Native Method)
03-20 20:37:34.039 16848 16848 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
03-20 20:37:34.039 16848 16848 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
03-20 20:37:34.039 16848 16848 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1286)
03-20 20:37:34.039 16848 16848 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1487)
03-20 20:37:34.039 16848 16848 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1424)
03-20 20:37:34.039 16848 16848 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7420)
03-20 20:37:34.039 16848 16848 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
03-20 20:37:34.039 16848 16848 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2374)
03-20 20:37:34.039 16848 16848 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-20 20:37:34.039 16848 16848 W System.err: at
android.os.Looper.loopOnce(Looper.java:224)
03-20 20:37:34.039 16848 16848 W System.err: at
android.os.Looper.loop(Looper.java:318)
03-20 20:37:34.039 16848 16848 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8727)
03-20 20:37:34.039 16848 16848 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
03-20 20:37:34.039 16848 16848 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:561)
03-20 20:37:34.039 16848 16848 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1013)
03-20 20:37:34.095 16848 16848 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
03-20 20:37:34.128 16848 16922 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
03-20 20:37:34.521 16848 16848 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
03-20 20:37:34.522 16848 16848 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
03-20 20:37:34.623 16981 16981 W libprocessgroup: JoinCgroup: controller schedtune
is not found
03-20 20:37:35.293 16848 16848 W Looper : PerfMonitor longMsg : seq=2
plan=20:37:33.761 late=11ms wall=1514ms h=android.app.ActivityThread$H w=110
procState=-1
03-20 20:37:35.296 16848 17087 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
03-20 20:37:35.296 16848 17087 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
03-20 20:37:35.296 16848 17087 W com.mbwhatsapp: and incorrect proguard
optimizations.
03-20 20:37:35.305 16848 16848 W com.mbwhatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
03-20 20:37:35.422 16848 16848 W libc : Access denied finding property
"ro.vendor.df.effect.conflict"
03-20 20:37:35.479 16848 16848 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.Icon0 time=186ms latency=1528ms procState=-1
historyMsgCount=2 (msgIndex=2 wall=1514ms seq=2 late=11ms
h=android.app.ActivityThread$H w=110)
03-20 20:37:35.480 16848 16848 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.Icon0 time=0ms latency=1713ms procState=-1
historyMsgCount=3 (msgIndex=2 wall=1514ms seq=2 late=11ms
h=android.app.ActivityThread$H w=110) (msgIndex=3 wall=186ms seq=3 late=1528ms
h=android.app.ActivityThread$H w=159)
03-20 20:37:35.534 16848 17143 W libc : Access denied finding property
"vendor.migl.debug"
03-20 20:37:35.756 16848 16848 E com.mbwhatsapp: Invalid resource ID 0x00000000.
03-20 20:37:35.756 16848 16848 W System.err:
android.content.res.Resources$NotFoundException: String resource ID #0x0
03-20 20:37:35.758 16848 16848 W System.err: at
android.content.res.Resources.getText(Resources.java:486)
03-20 20:37:35.758 16848 16848 W System.err: at
android.content.res.MiuiResources.getText(MiuiResources.java:106)
03-20 20:37:35.758 16848 16848 W System.err: at
android.content.res.Resources.getString(Resources.java:579)
03-20 20:37:35.758 16848 16848 W System.err: at X.35t.A0E(Unknown Source:46)
03-20 20:37:35.758 16848 16848 W System.err: at
com.mbwhatsapp.yo.yo.getString(Native Method)
03-20 20:37:35.758 16848 16848 W System.err: at
com.mbwhatsapp.yo.yo.getString(Native Method)
03-20 20:37:35.758 16848 16848 W System.err: at
com.mbwhatsapp.youbasha.task.utils.requestAllFilesAccess14(Native Method)
03-20 20:37:35.758 16848 16848 W System.err: at
com.mbwhatsapp.yo.dep.showStoragePermissionRequest(Native Method)
03-20 20:37:35.759 16848 16848 W System.err: at
com.mbwhatsapp.registration.EULA.onCreate(Unknown Source:248)
03-20 20:37:35.759 16848 16848 W System.err: at
android.app.Activity.performCreate(Activity.java:8891)
03-20 20:37:35.759 16848 16848 W System.err: at
android.app.Activity.performCreate(Activity.java:8856)
03-20 20:37:35.759 16848 16848 W System.err: at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1468)
03-20 20:37:35.759 16848 16848 W System.err: at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3965)
03-20 20:37:35.759 16848 16848 W System.err: at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4136)
03-20 20:37:35.759 16848 16848 W System.err: at
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:10
3)
03-20 20:37:35.759 16848 16848 W System.err: at
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu
tor.java:149)
03-20 20:37:35.759 16848 16848 W System.err: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
99)
03-20 20:37:35.759 16848 16848 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2581)
03-20 20:37:35.759 16848 16848 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-20 20:37:35.759 16848 16848 W System.err: at
android.os.Looper.loopOnce(Looper.java:224)
03-20 20:37:35.759 16848 16848 W System.err: at
android.os.Looper.loop(Looper.java:318)
03-20 20:37:35.759 16848 16848 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8727)
03-20 20:37:35.759 16848 16848 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
03-20 20:37:35.759 16848 16848 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:561)
03-20 20:37:35.759 16848 16848 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1013)
03-20 20:37:35.887 16848 16848 W Activity: Can request only one set of permissions
at a time
03-20 20:37:35.909 16848 17240 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
03-20 20:37:35.909 16848 17240 E RenderScript: Failed to load runtime , loading
default
03-20 20:37:35.951 16848 16848 E ArmVmp : Match on catch block at 0x0a in for
0x771141b04d
03-20 20:37:35.968 16848 17276 W ziparchive: Unable to open
'/system/framework/QXPerformance.dm': No such file or directory
03-20 20:37:35.968 16848 17276 W ziparchive: Unable to open
'/system/framework/QXPerformance.dm': No such file or directory
03-20 20:37:35.976 16848 16848 W OpenGLRenderer: Unknown dataspace 0
03-20 20:37:35.996 16848 16848 W MessageMonitor: PerfMonitor: Slow Operation:
Activity com.mbwhatsapp/.registration.EULA onStart took 201ms
03-20 20:37:36.029 16848 16848 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.registration.EULA time=0ms latency=528ms procState=-1
historyMsgCount=2 (msgIndex=2 wall=526ms seq=13 late=6ms
h=android.app.ActivityThread$H w=159)
03-20 20:37:36.258 16848 17127 E libEGL : pre_cache appList: ,,
03-20 20:37:36.281 16848 17127 E OpenGLRenderer: Unable to match the desired swap
behavior.
03-20 20:37:36.377 16848 17127 E LB : fail to open file: No such file or
directory
03-20 20:37:36.377 16848 17127 E LB : fail to open node: No such file or
directory
03-20 20:37:36.384 16848 17127 E libEGL : pre_cache appList: ,,
03-20 20:37:37.126 16848 16848 W Looper : PerfMonitor longMsg : seq=27
plan=20:37:36.002 late=65ms wall=1059ms h=android.view.Choreographer$FrameHandler
c=android.view.Choreographer$FrameDisplayEventReceiver procState=-1
03-20 20:37:37.127 16848 16848 W Looper : PerfMonitor doFrame : time=1059ms
vsyncFrame=0 latency=65ms procState=-1 historyMsgCount=14 (msgIndex=1 wall=526ms
seq=13 late=6ms h=android.app.ActivityThread$H w=159)
03-20 20:37:3--------- beginning of system
03-20 20:37:37.173 16848 16848 W Looper : PerfMonitor doFrame : time=45ms
vsyncFrame=0 latency=1043ms procState=-1 historyMsgCount=2 (msgIndex=1 wall=1059ms
seq=27 late=65ms h=android.view.Choreographer$FrameHandler
c=android.view.Choreographer$FrameDisplayEventReceiver)
03-20 20:37:37.199 16848 16848 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.registration.EULA time=14ms latency=677ms procState=-1
historyMsgCount=6 (msgIndex=1 wall=1059ms seq=27 late=65ms
h=android.view.Choreographer$FrameHandler
c=android.view.Choreographer$FrameDisplayEventReceiver)
--------- beginning of main
03-20 20:37:37.206 16848 16848 W MiuiStubRegistry: Failed to collect stub providers
in android.magicpointer.util.MiuiMagicPointerUtilsStubHeadManifest$$:
/system_ext/framework/miui-framework-pointer-pad.jar not exist
03-20 20:37:42.410 18357 18357 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
03-20 20:37:42.733 18357 18357 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
03-20 20:37:42.735 18357 18357 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
03-20 20:37:42.735 18357 18357 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
03-20 20:37:42.735 18357 18357 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
03-20 20:37:42.735 18357 18357 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
03-20 20:37:42.735 18357 18357 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
03-20 20:37:42.735 18357 18357 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
03-20 20:37:42.735 18357 18357 W System.err: at
java.lang.Class.newInstance(Native Method)
03-20 20:37:42.736 18357 18357 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
03-20 20:37:42.736 18357 18357 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
03-20 20:37:42.736 18357 18357 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1286)
03-20 20:37:42.736 18357 18357 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1487)
03-20 20:37:42.736 18357 18357 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1424)
03-20 20:37:42.736 18357 18357 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7420)
03-20 20:37:42.736 18357 18357 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
03-20 20:37:42.736 18357 18357 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2374)
03-20 20:37:42.736 18357 18357 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-20 20:37:42.736 18357 18357 W System.err: at
android.os.Looper.loopOnce(Looper.java:224)
03-20 20:37:42.736 18357 18357 W System.err: at
android.os.Looper.loop(Looper.java:318)
03-20 20:37:42.736 18357 18357 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8727)
03-20 20:37:42.736 18357 18357 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
03-20 20:37:42.736 18357 18357 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:561)
03-20 20:37:42.736 18357 18357 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1013)
03-20 20:37:42.795 18357 18357 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
03-20 20:37:42.831 18357 18446 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
03-20 20:37:43.150 18357 18357 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
03-20 20:37:43.150 18357 18357 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
03-20 20:37:43.179 18504 18504 W libprocessgroup: JoinCgroup: controller schedtune
is not found
03-20 20:37:43.264 18357 18528 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
03-20 20:37:43.264 18357 18528 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
03-20 20:37:43.264 18357 18528 W com.mbwhatsapp: and incorrect proguard
optimizations.
03-20 20:37:43.278 18357 18537 W libc : Access denied finding property
"vendor.migl.debug"
03-20 20:37:43.279 18357 18357 W com.mbwhatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
03-20 20:37:43.408 18357 18357 W libc : Access denied finding property
"ro.vendor.df.effect.conflict"
03-20 20:37:43.487 18357 18357 W Activity: Can request only one set of permissions
at a time
03-20 20:37:43.488 18357 18357 W Activity: Can request only one set of permissions
at a time
03-20 20:37:43.522 18357 18585 W ziparchive: Unable to open
'/system/framework/QXPerformance.dm': No such file or directory
03-20 20:37:43.522 18357 18585 W ziparchive: Unable to open
'/system/framework/QXPerformance.dm': No such file or directory
03-20 20:37:43.528 18357 18357 W OpenGLRenderer: Unknown dataspace 0
03-20 20:37:43.550 18357 18357 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.registration.EULA time=284ms latency=742ms procState=-1
historyMsgCount=1 (msgIndex=1 wall=792ms seq=2 late=31ms
h=android.app.ActivityThread$H w=110)
03-20 20:37:43.550 18357 18357 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.registration.EULA time=0ms latency=1027ms procState=-1
historyMsgCount=2 (msgIndex=1 wall=792ms seq=2 late=31ms
h=android.app.ActivityThread$H w=110) (msgIndex=2 wall=284ms seq=3 late=742ms
h=android.app.ActivityThread$H w=159)
03-20 20:37:43.812 18357 18535 E libEGL : pre_cache appList: ,,
03-20 20:37:43.815 18357 18535 E OpenGLRenderer: Unable to match the desired swap
behavior.
03-20 20:37:44.002 18357 18535 E LB : fail to open file: No such file or
directory
03-20 20:37:44.002 18357 18535 E LB : fail to open node: No such file or
directory
03-20 20:37:44.054 18357 18535 E libEGL : pre_cache appList: ,,
03-20 20:37:44.287 18357 18357 W Looper : PerfMonitor doFrame : time=724ms
vsyncFrame=0 latency=9ms procState=-1 historyMsgCount=8
03-20 20:37:44.288 18357 18357 W Looper : PerfMonitor doFrame : time=1ms
vsyncFrame=0 latency=717ms procState=-1 historyMsgCount=2 (msgIndex=1 wall=724ms
seq=18 late=9ms h=android.view.Choreographer$FrameHandler
c=android.view.Choreographer$FrameDisplayEventReceiver)
03-20 20:37:44.734 18357 18357 E com.mbwhatsapp: Invalid resource ID 0x00000000.
03-20 20:37:44.735 18357 18357 E com.mbwhatsapp: Invalid resource ID 0x00000000.
03-20 20:37:44.737 18357 18357 E com.mbwhatsapp: Invalid resource ID 0x00000000.
03-20 20:37:44.739 18357 18357 E com.mbwhatsapp: Invalid resource ID 0x00000000.
03-20 20:37:44.740 18357 18357 E com.mbwhatsapp: Invalid resource ID 0x00000000.
03-20 20:37:44.741 18357 18357 E com.mbwhatsapp: Invalid resource ID 0x00000000.
03-20 20:37:44.742 18357 18357 E com.mbwhatsapp: Invalid resource ID 0x00000000.
03-20 20:37:44.743 18357 18357 E com.mbwhatsapp: Invalid resource ID 0x00000000.
03-20 20:37:46.575 18357 18357 W MirrorManager: this model don't Support
03-20 20:37:46.676 18357 19060 E ShortcutInfoCompatSaver: Failed to load saved
values from file
/data/user/0/com.mbwhatsapp/files/ShortcutInfoCompatSaver_share_targets/
targets.xml. Old state removed, new added
03-20 20:37:46.676 18357 19060 E ShortcutInfoCompatSaver:
java.io.FileNotFoundException:
/data/user/0/com.mbwhatsapp/files/ShortcutInfoCompatSaver_share_targets/
targets.xml: open failed: ENOENT (No such file or directory)
03-20 20:37:46.676 18357 19060 E ShortcutInfoCompatSaver: at
libcore.io.IoBridge.open(IoBridge.java:574)
03-20 20:37:46.676 18357 19060 E--------- beginning of main
03-20 20:37:46.708 18357 18535 E FrameEvents: updateAcquireFence: Did not find
frame.
03-20 20:37:46.727 18357 18535 E FrameEvents: updateAcquireFence: Did not find
frame.
03-20 20:37:46.740 18357 18535 E FrameEvents: updateAcquireFence: Did not find
frame.
03-20 20:37:48.157 18357 18535 E com.mbwhatsapp: DynamicFPS DF open fail: No such
file or directory
03-20 20:37:48.254 18357 18535 W RenderInspector: QueueBuffer time out on
com.mbwhatsapp/com.mbwhatsapp.registration.EULA, count=1, avg=33 ms, max=33 ms.
03-20 20:37:48.465 18357 18535 E OpenGLRenderer: Unable to match the desired swap
behavior.
03-20 20:37:49.411 18357 18357 W MiuiStubRegistry: Failed to collect stub providers
in android.magicpointer.util.MiuiMagicPointerUtilsStubHeadManifest$$:
/system_ext/framework/miui-framework-pointer-pad.jar not exist
03-20 20:37:49.433 18357 18357 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda22@8f39e4f
03-20 20:37:55.823 18357 18357 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=ImeCallback=ImeOnBackInvokedCallback@126229398
Callback=android.window.IOnBackInvokedCallback$Stub$Proxy@8c6e50e
03-20 20:37:55.904 18357 18535 W RenderInspector: DequeueBuffer time out on
com.mbwhatsapp/com.mbwhatsapp.registration.RegisterPhone, count=4, avg=19 ms,
max=31 ms.
--------- beginning of system
03-20 20:37:58.947 18357 18508 W BpBinder: PerfMonitor binderTransact: time=10508ms
interface=android.system.keystore2.IKeystoreSecurityLevel code=2
03-20 20:39:57.469 27412 27412 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
03-20 20:39:57.672 27412 27412 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
03-20 20:39:57.672 27412 27412 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
03-20 20:39:57.672 27412 27412 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
03-20 20:39:57.672 27412 27412 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
03-20 20:39:57.672 27412 27412 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
03-20 20:39:57.672 27412 27412 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
03-20 20:39:57.672 27412 27412 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
03-20 20:39:57.672 27412 27412 W System.err: at
java.lang.Class.newInstance(Native Method)
03-20 20:39:57.672 27412 27412 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
03-20 20:39:57.672 27412 27412 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
03-20 20:39:57.672 27412 27412 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1286)
03-20 20:39:57.673 27412 27412 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1487)
03-20 20:39:57.673 27412 27412 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1424)
03-20 20:39:57.673 27412 27412 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7420)
03-20 20:39:57.673 27412 27412 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
03-20 20:39:57.673 27412 27412 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2374)
03-20 20:39:57.673 27412 27412 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
03-20 20:39:57.673 27412 27412 W System.err: at
android.os.Looper.loopOnce(Looper.java:224)
03-20 20:39:57.673 27412 27412 W System.err: at
android.os.Looper.loop(Looper.java:318)
03-20 20:39:57.673 27412 27412 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8727)
03-20 20:39:57.673 27412 27412 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
03-20 20:39:57.673 27412 27412 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:561)
03-20 20:39:57.673 27412 27412 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1013)
03-20 20:39:57.679 27412 27412 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
03-20 20:39:57.924 27412 27412 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
03-20 20:39:57.924 27412 27412 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
03-20 20:39:57.931 27461 27461 W libprocessgroup: JoinCgroup: controller schedtune
is not found
03-20 20:39:58.019 27412 27501 W libc : Access denied finding property
"vendor.migl.debug"
03-20 20:39:58.093 27412 27412 W libc : Access denied finding property
"ro.vendor.df.effect.conflict"
03-20 20:39:58.260 27412 27521 W ziparchive: Unable to open
'/system/framework/QXPerformance.dm': No such file or directory
03-20 20:39:58.260 27412 27521 W ziparchive: Unable to open
'/system/framework/QXPerformance.dm': No such file or directory
03-20 20:39:58.291 27412 27412 W OpenGLRenderer: Unknown dataspace 0
03-20 20:39:58.309 27412 27412 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.registration.RegisterPhone time=302ms latency=483ms
procState=-1 historyMsgCount=2 (msgIndex=2 wall=464ms seq=2 late=20ms
h=android.app.ActivityThread$H w=110)
03-20 20:39:58.309 27412 27412 W Looper : PerfMonitor looperActivity :
package=com.mbwhatsapp/.registration.RegisterPhone time=0ms latency=786ms
procState=-1 historyMsgCount=3 (msgIndex=2 wall=464ms seq=2 late=20ms
h=android.app.ActivityThread$H w=110) (msgIndex=3 wall=302ms seq=3 late=483ms
h=android.app.ActivityThread$H w=159)
03-20 20:39:58.450 27412 27499 E libEGL : pre_cache appList: ,,
03-20 20:39:58.461 27412 27499 E OpenGLRenderer: Unable to match the desired swap
behavior.
03-20 20:39:58.470 27412 27412 W MirrorManager: this model don't Support
03-20 20:39:58.507 27412 27499 E LB : fail to open file: No such file or
directory
03-20 20:39:58.507 27412 27499 E LB : fail to open node: No such file or
directory
03-20 20:39:58.653 27412 27499 W RenderInspector: DequeueBuffer time out on
com.mbwhatsapp/com.mbwhatsapp.registration.RegisterPhone, count=1, avg=31 ms,
max=31 ms.
03-20 20:40:01.647 27412 27499 E com.mbwhatsapp: DynamicFPS DF open fail: No such
file or directory
03-20 20:40:05.666 27412 27499 E OpenGLRenderer: Unable to match the desired swap
behavior.
03-20 20:40:06.064 27412 27528 E PlayCore: UID: [10387] PID: [27412]
StandardIntegrity : Phonesky is not installed.
03-20 20:40:07.494 27412 27412 W WindowOnBackDispatcher: sendCancelIfRunning:
isInProgress=falsecallback=android.view.ViewRootImpl$
$ExternalSyntheticLambda22@ce371e8
03-20 20:40:07.496 27412 27412 W MiuiStubRegistry: Failed to collect stub providers
in android.magicpointer.util.MiuiMagicPointerUtilsStubHeadManifest$$:
/system_ext/framework/miui-framework-pointer-pad.jar not exist
03-20 20:40:07.588 27412 27425 W System : A resource failed to call release.
03-20 20:40:07.588 27412 27425 W com.mbwhatsapp: ApkAssets: Deleting an ApkAssets
object '<empty> and /data/app/~~P2JqVh2D6vic2emckx-92g==/com.google.android.gms-
tHU2uWYnLVNVAZJYig5b6A==/base.apk' with 1 weak references
03-20 20:40:07.589 27412 27425 W com.mbwhatsapp: ApkAssets: Deleting an ApkAssets
object '<empty> and /data/app/~~P2JqVh2D6vic2emckx-92g==/com.google.android.gms-
tHU2uWYnLVNVAZJYig5b6A==/split_config.fr.apk' with 1 weak references
03-20 20:40:07.590 27412 27425 W com.mbwhatsapp: ApkAssets: Deleting an ApkAssets
object '<empty> and /data/app/~~P2JqVh2D6vic2emckx-92g==/com.google.android.gms-
tHU2uWYnLVNVAZJYig5b6A==/split_config.xxhdpi.apk' with 1 weak references
03-20 20:40:07.604 27412 27499 E OpenGLRenderer: Unable to match the desired swap
behavior.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy