The logs document repeated errors from an Android application starting up, including class not found exceptions and missing library errors. There are also warnings about uncaught exceptions and memory leaks.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
33 views37 pages
Logcat
The logs document repeated errors from an Android application starting up, including class not found exceptions and missing library errors. There are also warnings about uncaught exceptions and memory leaks.
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/ 37
--------- beginning of system
--------- beginning of main
04-03 13:53:34.747 11129 11129 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 04-03 13:53:34.747 11129 11129 W System.err: at java.lang.VMClassLoader.findLoadedClass(Native Method) 04-03 13:53:34.747 11129 11129 W System.err: at java.lang.ClassLoader.findLoadedClass(ClassLoader.java:738) 04-03 13:53:34.747 11129 11129 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:363) 04-03 13:53:34.747 11129 11129 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-03 13:53:34.747 11129 11129 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 04-03 13:53:34.748 11129 11129 W System.err: at java.lang.Runtime.doLoad(Runtime.java:1099) 04-03 13:53:34.748 11129 11129 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1014) 04-03 13:53:34.748 11129 11129 W System.err: at java.lang.System.loadLibrary(System.java:1660) 04-03 13:53:34.748 11129 11129 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 04-03 13:53:34.748 11129 11129 W System.err: at java.lang.Class.newInstance(Native Method) 04-03 13:53:34.748 11129 11129 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1105) 04-03 13:53:34.748 11129 11129 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1090) 04-03 13:53:34.748 11129 11129 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1070) 04-03 13:53:34.748 11129 11129 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6602) 04-03 13:53:34.748 11129 11129 W System.err: at android.app.ActivityThread.- wrap2(Unknown Source:0) 04-03 13:53:34.748 11129 11129 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2084) 04-03 13:53:34.748 11129 11129 W System.err: at android.os.Handler.dispatchMessage(Handler.java:109) 04-03 13:53:34.748 11129 11129 W System.err: at android.os.Looper.loop(Looper.java:166) 04-03 13:53:34.748 11129 11129 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7555) 04-03 13:53:34.748 11129 11129 W System.err: at java.lang.reflect.Method.invoke(Native Method) 04-03 13:53:34.748 11129 11129 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:469) 04-03 13:53:34.748 11129 11129 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:963) 04-03 13:53:34.748 11129 11129 W System.err: Caused by: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/mbwhatsapp/components/Button; 04-03 13:53:34.748 11129 11129 W System.err: ... 18 more 04-03 13:53:34.748 11129 11129 W System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.mbwhatsapp.components.Button" on path: DexPathList[[zip file "/data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/base.apk"],nativeLibraryDirector ies=[/data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/lib/arm64, /data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64, /product/lib64]] 04-03 13:53:34.748 11129 11129 W System.err: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125) 04-03 13:53:34.748 11129 11129 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:379) 04-03 13:53:34.748 11129 11129 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-03 13:53:34.748 11129 11129 W System.err: ... 18 more 04-03 13:53:34.902 11129 11129 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 04-03 13:53:36.538 11129 11129 W linker : "/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused DT entry: type 0x70000001 arg 0x0 04-03 13:53:36.855 11129 11143 E MemoryLeakMonitorManager: MemoryLeakMonitor.jar is not exist! 04-03 13:53:36.856 11129 11185 W zygote64: Class X.2rL failed lock verification and will run slower. 04-03 13:53:36.856 11129 11185 W zygote64: Common causes for lock verification issues are non-optimized dex code 04-03 13:53:36.856 11129 11185 W zygote64: and incorrect proguard optimizations. 04-03 13:53:36.856 11129 11129 E Minikin : Could not get cmap table size! --------- beginning of system --------- beginning of main 04-03 13:54:03.908 11663 11663 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 04-03 13:54:03.908 11663 11663 W System.err: at java.lang.VMClassLoader.findLoadedClass(Native Method) 04-03 13:54:03.909 11663 11663 W System.err: at java.lang.ClassLoader.findLoadedClass(ClassLoader.java:738) 04-03 13:54:03.909 11663 11663 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:363) 04-03 13:54:03.909 11663 11663 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-03 13:54:03.909 11663 11663 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 04-03 13:54:03.909 11663 11663 W System.err: at java.lang.Runtime.doLoad(Runtime.java:1099) 04-03 13:54:03.909 11663 11663 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1014) 04-03 13:54:03.909 11663 11663 W System.err: at java.lang.System.loadLibrary(System.java:1660) 04-03 13:54:03.909 11663 11663 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 04-03 13:54:03.909 11663 11663 W System.err: at java.lang.Class.newInstance(Native Method) 04-03 13:54:03.909 11663 11663 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1105) 04-03 13:54:03.909 11663 11663 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1090) 04-03 13:54:03.909 11663 11663 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1070) 04-03 13:54:03.909 11663 11663 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6602) 04-03 13:54:03.909 11663 11663 W System.err: at android.app.ActivityThread.- wrap2(Unknown Source:0) 04-03 13:54:03.909 11663 11663 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2084) 04-03 13:54:03.909 11663 11663 W System.err: at android.os.Handler.dispatchMessage(Handler.java:109) 04-03 13:54:03.909 11663 11663 W System.err: at android.os.Looper.loop(Looper.java:166) 04-03 13:54:03.909 11663 11663 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7555) 04-03 13:54:03.909 11663 11663 W System.err: at java.lang.reflect.Method.invoke(Native Method) 04-03 13:54:03.909 11663 11663 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:469) 04-03 13:54:03.909 11663 11663 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:963) 04-03 13:54:03.909 11663 11663 W System.err: Caused by: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/mbwhatsapp/components/Button; 04-03 13:54:03.909 11663 11663 W System.err: ... 18 more 04-03 13:54:03.909 11663 11663 W System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.mbwhatsapp.components.Button" on path: DexPathList[[zip file "/data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/base.apk"],nativeLibraryDirector ies=[/data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/lib/arm64, /data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64, /product/lib64]] 04-03 13:54:03.909 11663 11663 W System.err: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125) 04-03 13:54:03.909 11663 11663 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:379) 04-03 13:54:03.909 11663 11663 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-03 13:54:03.909 11663 11663 W System.err: ... 18 more 04-03 13:54:03.945 11663 11663 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 04-03 13:54:03.957 11663 11682 E AwareLog: AtomicFileUtils: readFileLines file not exist: android.util.AtomicFile@24c6f3c 04-03 13:54:04.230 11663 11663 W linker : "/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused DT entry: type 0x70000001 arg 0x0 04-03 13:54:04.357 11663 11677 E MemoryLeakMonitorManager: MemoryLeakMonitor.jar is not exist! 04-03 13:54:04.358 11663 11663 E Minikin : Could not get cmap table size! 04-03 13:54:04.361 11663 11726 W zygote64: Class X.2rL failed lock verification and will run slower. 04-03 13:54:04.361 11663 11726 W zygote64: Common causes for lock verification issues are non-optimized dex code 04-03 13:54:04.361 11663 11726 W zygote64: and incorrect proguard optimizations. --------- beginning of system --------- beginning of main 04-03 13:57:15.564 13594 13594 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 04-03 13:57:15.564 13594 13594 W System.err: at java.lang.VMClassLoader.findLoadedClass(Native Method) 04-03 13:57:15.564 13594 13594 W System.err: at java.lang.ClassLoader.findLoadedClass(ClassLoader.java:738) 04-03 13:57:15.564 13594 13594 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:363) 04-03 13:57:15.564 13594 13594 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-03 13:57:15.564 13594 13594 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 04-03 13:57:15.564 13594 13594 W System.err: at java.lang.Runtime.doLoad(Runtime.java:1099) 04-03 13:57:15.564 13594 13594 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1014) 04-03 13:57:15.564 13594 13594 W System.err: at java.lang.System.loadLibrary(System.java:1660) 04-03 13:57:15.564 13594 13594 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 04-03 13:57:15.564 13594 13594 W System.err: at java.lang.Class.newInstance(Native Method) 04-03 13:57:15.564 13594 13594 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1105) 04-03 13:57:15.565 13594 13594 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1090) 04-03 13:57:15.565 13594 13594 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1070) 04-03 13:57:15.565 13594 13594 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6602) 04-03 13:57:15.565 13594 13594 W System.err: at android.app.ActivityThread.- wrap2(Unknown Source:0) 04-03 13:57:15.565 13594 13594 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2084) 04-03 13:57:15.565 13594 13594 W System.err: at android.os.Handler.dispatchMessage(Handler.java:109) 04-03 13:57:15.565 13594 13594 W System.err: at android.os.Looper.loop(Looper.java:166) 04-03 13:57:15.565 13594 13594 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7555) 04-03 13:57:15.565 13594 13594 W System.err: at java.lang.reflect.Method.invoke(Native Method) 04-03 13:57:15.565 13594 13594 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:469) 04-03 13:57:15.565 13594 13594 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:963) 04-03 13:57:15.565 13594 13594 W System.err: Caused by: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/mbwhatsapp/components/Button; 04-03 13:57:15.565 13594 13594 W System.err: ... 18 more 04-03 13:57:15.565 13594 13594 W System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.mbwhatsapp.components.Button" on path: DexPathList[[zip file "/data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/base.apk"],nativeLibraryDirector ies=[/data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/lib/arm64, /data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64, /product/lib64]] 04-03 13:57:15.565 13594 13594 W System.err: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125) 04-03 13:57:15.565 13594 13594 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:379) 04-03 13:57:15.565 13594 13594 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-03 13:57:15.565 13594 13594 W System.err: ... 18 more 04-03 13:57:15.607 13594 13594 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 04-03 13:57:15.619 13594 13617 E AwareLog: AtomicFileUtils: readFileLines file not exist: android.util.AtomicFile@24c6f3c 04-03 13:57:15.948 13594 13594 W linker : "/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused DT entry: type 0x70000001 arg 0x0 04-03 13:57:16.089 13594 13610 E MemoryLeakMonitorManager: MemoryLeakMonitor.jar is not exist! 04-03 13:57:16.090 13594 13594 E Minikin : Could not get cmap table size! 04-03 13:57:16.095 13594 13652 W zygote64: Class X.2rL failed lock verification and will run slower. 04-03 13:57:16.095 13594 13652 W zygote64: Common causes for lock verification issues are non-optimized dex code 04-03 13:57:16.095 13594 13652 W zygote64: and incorrect proguard optimizations. 04-03 13:57:16.112 13594 13594 W zygote64: Class X.0eU failed lock verification and will run slower. 04-03 13:57:17.099 13594 13594 W InputMethodManager: startInputReason = 1 04-03 13:57:17.103 13594 13594 W InputMethodManager: startInputOrWindowGainedFocus failed. Window focus may have already been lost. win=android.view.ViewRootImpl$W@b83ee90 view=DecorView@d3ca389[EULA],focus=false,windowFocus=true,window=android.view.ViewR ootImpl$W@b83ee90,temporaryDetach=false 04-03 13:57:17.193 13594 13594 W InputMethodManager: startInputReason = 1 04-03 13:57:17.207 13594 13594 W InputMethodManager: startInputReason = 5 04-03 13:57:19.500 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x6bbcc91,viewVisibility is0 04-03 13:57:19.522 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e943b1000)/@0x6bbcc91,relayoutResult is7 04-03 13:57:19.522 13594 13594 W ViewRootImpl[Toast]: EGLdebug Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e943b1000)/@0x6bbcc91 04-03 13:57:21.799 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0xcbfa0cd,viewVisibility is0 04-03 13:57:21.821 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e943b1000)/@0xcbfa0cd,relayoutResult is7 04-03 13:57:21.822 13594 13594 W ViewRootImpl[Toast]: EGLdebug Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e943b1000)/@0xcbfa0cd 04-03 13:57:22.172 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0xab27cc9,viewVisibility is0 04-03 13:57:22.196 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e943b1000)/@0xab27cc9,relayoutResult is7 04-03 13:57:22.196 13594 13594 W ViewRootImpl[Toast]: EGLdebug Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e943b1000)/@0xab27cc9 04-03 13:57:23.390 13594 13594 W InputMethodManager: startInputReason = 1 04-03 13:57:23.728 13594 13676 W OkHttpClient: A connection to https://v.whatsapp.net/ was leaked. Did you forget to close a response body? 04-03 13:57:36.324 13594 13594 W InputMethodManager: startInputReason = 1 04-03 13:57:51.674 13594 13594 E Input : getAxisValue(): y-122.9--166.0--43.1 04-03 13:57:51.674 13594 13594 E Input : getAxisValue(): y-122.9--166.0--43.1 04-03 13:57:51.705 13594 13594 E Input : getAxisValue(): y-87.9--166.0--78.1 04-03 13:57:51.705 13594 13594 E Input : getAxisValue(): y-87.9--166.0--78.1 04-03 13:57:51.736 13594 13594 E Input : getAxisValue(): y-61.0--166.0--105.0 04-03 13:57:51.736 13594 13594 E Input : getAxisValue(): y-61.0--166.0--105.0 04-03 13:57:51.766 13594 13594 E Input : getAxisValue(): y-52.0--166.0--114.0 04-03 13:57:51.766 13594 13594 E Input : getAxisValue(): y-52.0--166.0--114.0 04-03 13:57:51.797 13594 13594 E Input : getAxisValue(): y-28.8--166.0--137.2 04-03 13:57:51.797 13594 13594 E Input : getAxisValue(): y-28.8--166.0--137.2 04-03 13:57:51.827 13594 13594 E Input : getAxisValue(): y-12.1--166.0--153.9 04-03 13:57:51.828 13594 13594 E Input : getAxisValue(): y-12.1--166.0--153.9 04-03 13:57:51.857 13594 13594 E Input : getAxisValue(): y-11.0--166.0--155.0 04-03 13:57:51.858 13594 13594 E Input : getAxisValue(): y-11.0--166.0--155.0 04-03 13:57:58.964 13594 13594 W InputMethodManager: startInputReason = 1 04-03 13:58:04.043 13594 13594 W InputMethodManager: startInputReason = 1 04-03 13:58:16.038 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0xacb436f,viewVisibility is0 04-03 13:58:16.056 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdf9000)/@0xacb436f,relayoutResult is7 04-03 13:58:16.056 13594 13594 W ViewRootImpl[Toast]: EGLdebug Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdf9000)/@0xacb436f 04-03 13:58:17.573 13594 13594 W InputMethodManager: startInputReason = 1 04-03 13:58:17.575 13594 13594 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. 04-03 13:58:20.754 13594 13594 W InputMethodManager: startInputReason = 1 04-03 13:58:21.824 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x1543974,viewVisibility is0 04-03 13:58:21.852 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x1543974,relayoutResult is7 04-03 13:58:21.853 13594 13594 W ViewRootImpl[Toast]: EGLdebug Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x1543974 04-03 13:58:22.392 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x63578e0,viewVisibility is0 04-03 13:58:22.414 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x63578e0,relayoutResult is7 04-03 13:58:22.415 13594 13594 W ViewRootImpl[Toast]: EGLdebug Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x63578e0 04-03 13:58:22.565 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0xc29430c,viewVisibility is0 04-03 13:58:22.591 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0xc29430c,relayoutResult is7 04-03 13:58:22.591 13594 13594 W ViewRootImpl[Toast]: EGLdebug Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0xc29430c 04-03 13:58:22.712 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x7ad83f8,viewVisibility is0 04-03 13:58:22.735 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x7ad83f8,relayoutResult is7 04-03 13:58:22.735 13594 13594 W ViewRootImpl[Toast]: EGLdebug Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x7ad83f8 04-03 13:58:22.870 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x618c90d,viewVisibility is0 04-03 13:58:22.891 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x618c90d,relayoutResult is7 04-03 13:58:22.891 13594 13594 W ViewRootImpl[Toast]: EGLdebug Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x618c90d 04-03 13:58:23.040 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0xa4b270e,viewVisibility is0 04-03 13:58:23.068 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0xa4b270e,relayoutResult is7 04-03 13:58:23.068 13594 13594 W ViewRootImpl[Toast]: EGLdebug Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0xa4b270e 04-03 13:58:23.260 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0xc16a61a,viewVisibility is0 04-03 13:58:23.290 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0xc16a61a,relayoutResult is7 04-03 13:58:23.290 13594 13594 W ViewRootImpl[Toast]: EGLdebug Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0xc16a61a 04-03 13:58:23.399 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0xe909e6,viewVisibility is0 04-03 13:58:23.430 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0xe909e6,relayoutResult is7 04-03 13:58:23.430 13594 13594 W ViewRootImpl[Toast]: EGLdebug Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0xe909e6 04-03 13:58:23.587 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x12bde72,viewVisibility is0 04-03 13:58:23.613 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x12bde72,relayoutResult is7 04-03 13:58:23.614 13594 13594 W ViewRootImpl[Toast]: EGLdebug Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x12bde72 04-03 13:58:23.755 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x556fbe,viewVisibility is0 04-03 13:58:23.790 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x556fbe,relayoutResult is7 04-03 13:58:23.790 13594 13594 W ViewRootImpl[Toast]: EGLdebug Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x556fbe 04-03 13:58:23.949 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x9f1a73b,viewVisibility is0 04-03 13:58:23.989 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x9f1a73b,relayoutResult is7 04-03 13:58:23.990 13594 13594 W ViewRootImpl[Toast]: EGLdebug Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x9f1a73b 04-03 13:58:24.109 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x6c97c17,viewVisibility is0 04-03 13:58:24.140 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x6c97c17,relayoutResult is7 04-03 13:58:24.140 13594 13594 W ViewRootImpl[Toast]: EGLdebug Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x6c97c17 04-03 13:58:24.303 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x8dfc2b3,viewVisibility is0 04-03 13:58:24.370 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x8dfc2b3,relayoutResult is7 04-03 13:58:24.370 13594 13594 W ViewRootImpl[Toast]: EGLdebug Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x8dfc2b3 04-03 13:58:24.476 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x909d70f,viewVisibility is0 04-03 13:58:24.502 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x909d70f,relayoutResult is7 04-03 13:58:24.502 13594 13594 W ViewRootImpl[Toast]: EGLdebug Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x909d70f 04-03 13:58:24.661 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0xe16d52b,viewVisibility is0 04-03 13:58:24.685 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0xe16d52b,relayoutResult is7 04-03 13:58:24.685 13594 13594 W ViewRootImpl[Toast]: EGLdebug Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0xe16d52b 04-03 13:58:24.893 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x2ab9907,viewVisibility is0 04-03 13:58:24.923 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x2ab9907,relayoutResult is7 04-03 13:58:24.924 13594 13594 W ViewRootImpl[Toast]: EGLdebug Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x2ab9907 04-03 13:58:25.029 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0xcdebea3,viewVisibility is0 04-03 13:58:25.056 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0xcdebea3,relayoutResult is7 04-03 13:58:25.056 13594 13594 W ViewRootImpl[Toast]: EGLdebug Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0xcdebea3 04-03 13:58:25.215 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x394a1ff,viewVisibility is0 04-03 13:58:25.237 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x394a1ff,relayoutResult is7 04-03 13:58:25.237 13594 13594 W ViewRootImpl[Toast]: EGLdebug Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x394a1ff 04-03 13:58:39.024 13594 13594 W MessageQueue: Handler (X.10H) {76ad864} sending message to a Handler on a dead thread 04-03 13:58:39.024 13594 13594 W MessageQueue: java.lang.IllegalStateException: Handler (X.10H) {76ad864} sending message to a Handler on a dead thread 04-03 13:58:39.024 13594 13594 W MessageQueue: at android.os.MessageQueue.enqueueMessage(MessageQueue.java:639) 04-03 13:58:39.024 13594 13594 W MessageQueue: at android.os.Handler.enqueueMessage(Handler.java:681) 04-03 13:58:39.024 13594 13594 W MessageQueue: at android.os.Handler.sendMessageAtTime(Handler.java:650) 04-03 13:58:39.024 13594 13594 W MessageQueue: at android.os.Handler.sendMessageDelayed(Handler.java:620) 04-03 13:58:39.024 13594 13594 W MessageQueue: at android.os.Handler.sendMessage(Handler.java:545) 04-03 13:58:39.024 13594 13594 W MessageQueue: at android.os.Message.sendToTarget(Message.java:425) 04-03 13:58:39.024 13594 13594 W MessageQueue: at X.0yI.A19(Unknown Source:4) 04-03 13:58:39.024 13594 13594 W MessageQueue: at X.2tO.A02(Unknown Source:46) 04-03 13:58:39.024 13594 13594 W MessageQueue: at X.0yu.onReceive(Unknown Source:51) 04-03 13:58:39.024 13594 13594 W MessageQueue: at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$- android_app_LoadedApk$ReceiverDispatcher$Args_59936(LoadedApk.java:1459) 04-03 13:58:39.024 13594 13594 W MessageQueue: at android.app.- $Lambda$aS31cHIhRx41653CMnd4gZqshIQ.$m$7(Unknown Source:4) 04-03 13:58:39.024 13594 13594 W MessageQueue: at android.app.- $Lambda$aS31cHIhRx41653CMnd4gZqshIQ.run(Unknown Source:39) 04-03 13:58:39.024 13594 13594 W MessageQueue: at android.os.Handler.handleCallback(Handler.java:809) 04-03 13:58:39.024 13594 13594 W MessageQueue: at android.os.Handler.dispatchMessage(Handler.java:102) 04-03 13:58:39.024 13594 13594 W MessageQueue: at android.os.Looper.loop(Looper.java:166) 04-03 13:58:39.024 13594 13594 W MessageQueue: at android.app.ActivityThread.main(ActivityThread.java:7555) 04-03 13:58:39.024 13594 13594 W MessageQueue: at java.lang.reflect.Method.invoke(Native Method) 04-03 13:58:39.024 13594 13594 W MessageQueue: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:469) 04-03 13:58:39.024 13594 13594 W MessageQueue: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:963) --------- beginning of system 04-03 13:57:19.500 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x6bbcc91,viewVisibility is0 04-03 13:57:19.522 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e943b1000)/@0x6bbcc91,relayoutResult is7 04-03 13:57:21.799 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0xcbfa0cd,viewVisibility is0 04-03 13:57:21.821 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e943b1000)/@0xcbfa0cd,relayoutResult is7 04-03 13:57:22.172 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0xab27cc9,viewVisibility is0 04-03 13:57:22.196 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e943b1000)/@0xab27cc9,relayoutResult is7 04-03 13:58:16.038 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0xacb436f,viewVisibility is0 04-03 13:58:16.056 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdf9000)/@0xacb436f,relayoutResult is7 04-03 13:58:21.824 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x1543974,viewVisibility is0 04-03 13:58:21.852 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x1543974,relayoutResult is7 04-03 13:58:22.392 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x63578e0,viewVisibility is0 04-03 13:58:22.414 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x63578e0,relayoutResult is7 04-03 13:58:22.565 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0xc29430c,viewVisibility is0 04-03 13:58:22.591 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0xc29430c,relayoutResult is7 04-03 13:58:22.712 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x7ad83f8,viewVisibility is0 04-03 13:58:22.735 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x7ad83f8,relayoutResult is7 04-03 13:58:22.870 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x618c90d,viewVisibility is0 04-03 13:58:22.891 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x618c90d,relayoutResult is7 04-03 13:58:23.040 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0xa4b270e,viewVisibility is0 04-03 13:58:23.068 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0xa4b270e,relayoutResult is7 04-03 13:58:23.260 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0xc16a61a,viewVisibility is0 04-03 13:58:23.290 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0xc16a61a,relayoutResult is7 04-03 13:58:23.399 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0xe909e6,viewVisibility is0 04-03 13:58:23.430 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0xe909e6,relayoutResult is7 04-03 13:58:23.587 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x12bde72,viewVisibility is0 04-03 13:58:23.613 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x12bde72,relayoutResult is7 04-03 13:58:23.755 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x556fbe,viewVisibility is0 04-03 13:58:23.790 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x556fbe,relayoutResult is7 04-03 13:58:23.949 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x9f1a73b,viewVisibility is0 04-03 13:58:23.989 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x9f1a73b,relayoutResult is7 04-03 13:58:24.109 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x6c97c17,viewVisibility is0 04-03 13:58:24.140 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x6c97c17,relayoutResult is7 04-03 13:58:24.303 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x8dfc2b3,viewVisibility is0 04-03 13:58:24.370 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x8dfc2b3,relayoutResult is7 04-03 13:58:24.476 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x909d70f,viewVisibility is0 04-03 13:58:24.502 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x909d70f,relayoutResult is7 04-03 13:58:24.661 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0xe16d52b,viewVisibility is0 04-03 13:58:24.685 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0xe16d52b,relayoutResult is7 04-03 13:58:24.893 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x2ab9907,viewVisibility is0 04-03 13:58:24.923 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x2ab9907,relayoutResult is7 04-03 13:58:25.029 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0xcdebea3,viewVisibility is0 04-03 13:58:25.056 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0xcdebea3,relayoutResult is7 04-03 13:58:25.215 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x394a1ff,viewVisibility is0 04-03 13:58:25.237 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x394a1ff,relayoutResult is7 --------- beginning of main 04-03 14:00:33.978 13594 13594 W InputMethodManager: startInputReason = 3 04-03 14:00:33.994 13594 13594 W InputMethodManager: reStartinput failed, need refresh! 04-03 14:00:34.002 13594 13594 W InputMethodManager: startInputReason = 3 04-03 14:00:34.010 13594 13594 W InputMethodManager: reStartinput failed, need refresh! 04-03 14:00:34.073 13594 13594 W InputMethodManager: startInputReason = 1 04-03 14:00:42.323 13594 13594 W InputMethodManager: startInputReason = 3 04-03 14:00:42.326 13594 13594 W InputMethodManager: reStartinput failed, need refresh! 04-03 14:00:42.332 13594 13594 W InputMethodManager: startInputReason = 3 04-03 14:00:42.352 13594 13594 W InputMethodManager: reStartinput failed, need refresh! 04-03 14:00:42.400 13594 13594 W InputMethodManager: startInputReason = 1 04-03 14:00:44.608 13594 14645 E PlayCore: UID: [10210] PID: [13594] StandardIntegrity : Phonesky is not installed. 04-03 14:00:44.660 13594 13693 W ResourceType: ResTable_typeSpec entry count inconsistent: given 85, previously 88 04-03 14:00:44.661 13594 13693 W ResourceType: ResTable_typeSpec entry count inconsistent: given 3300, previously 3320 04-03 14:00:44.661 13594 13693 W ResourceType: ResTable_typeSpec entry count inconsistent: given 3300, previously 3320 04-03 14:00:44.661 13594 13693 W ResourceType: ResTable_typeSpec entry count inconsistent: given 487, previously 4838 04-03 14:00:45.531 13594 14656 E SQLiteLog: (1) 04-03 14:00:50.121 13594 13594 W InputMethodManager: startInputReason = 1 04-03 14:00:50.350 13594 13594 W InputMethodManager: startInputReason = 1 04-03 14:01:03.188 14733 14733 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 04-03 14:01:03.189 14733 14733 W System.err: at java.lang.VMClassLoader.findLoadedClass(Native Method) 04-03 14:01:03.189 14733 14733 W System.err: at java.lang.ClassLoader.findLoadedClass(ClassLoader.java:738) 04-03 14:01:03.189 14733 14733 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:363) 04-03 14:01:03.189 14733 14733 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-03 14:01:03.189 14733 14733 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 04-03 14:01:03.189 14733 14733 W System.err: at java.lang.Runtime.doLoad(Runtime.java:1099) 04-03 14:01:03.189 14733 14733 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1014) 04-03 14:01:03.189 14733 14733 W System.err: at java.lang.System.loadLibrary(System.java:1660) 04-03 14:01:03.189 14733 14733 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 04-03 14:01:03.189 14733 14733 W System.err: at java.lang.Class.newInstance(Native Method) 04-03 14:01:03.189 14733 14733 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1105) 04-03 14:01:03.189 14733 14733 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1090) 04-03 14:01:03.189 14733 14733 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1070) 04-03 14:01:03.189 14733 14733 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6602) 04-03 14:01:03.189 14733 14733 W System.err: at android.app.ActivityThread.- wrap2(Unknown Source:0) 04-03 14:01:03.189 14733 14733 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2084) 04-03 14:01:03.189 14733 14733 W System.err: at android.os.Handler.dispatchMessage(Handler.java:109) 04-03 14:01:03.189 14733 14733 W System.err: at android.os.Looper.loop(Looper.java:166) 04-03 14:01:03.189 14733 14733 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7555) 04-03 14:01:03.189 14733 14733 W System.err: at java.lang.reflect.Method.invoke(Native Method) 04-03 14:01:03.189 14733 14733 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:469) 04-03 14:01:03.189 14733 14733 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:963) 04-03 14:01:03.189 14733 14733 W System.err: Caused by: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/mbwhatsapp/components/Button; 04-03 14:01:03.189 14733 14733 W System.err: ... 18 more 04-03 14:01:03.189 14733 14733 W System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.mbwhatsapp.components.Button" on path: DexPathList[[zip file "/data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/base.apk"],nativeLibraryDirector ies=[/data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/lib/arm64, /data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64, /product/lib64]] 04-03 14:01:03.189 14733 14733 W System.err: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125) 04-03 14:01:03.189 14733 14733 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:379) 04-03 14:01:03.189 14733 14733 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-03 14:01:03.189 14733 14733 W System.err: ... 18 more 04-03 14:01:03.229 14733 14733 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 04-03 14:01:03.248 14733 14756 E AwareLog: AtomicFileUtils: readFileLines file not exist: android.util.AtomicFile@24c6f3c 04-03 14:01:04.108 14733 14733 W linker : "/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused DT entry: type 0x70000001 arg 0x0 04-03 14:01:04.259 14733 14792 W zygote64: Class X.2rL failed lock verification and will run slower. 04-03 14:01:04.259 14733 14792 W zygote64: Common causes for lock verification issues are non-optimized dex code 04-03 14:01:04.259 14733 14792 W zygote64: and incorrect proguard optimizations. 04-03 14:01:04.260 14733 14733 E Minikin : Could not get cmap table size! 04-03 14:01:04.260 14733 14747 E MemoryLeakMonitorManager: MemoryLeakMonitor.jar is not exist! --------- beginning of system 04-03 13:57:19.500 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x6bbcc91,viewVisibility is0 04-03 13:57:19.522 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e943b1000)/@0x6bbcc91,relayoutResult is7 04-03 13:57:21.799 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0xcbfa0cd,viewVisibility is0 04-03 13:57:21.821 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e943b1000)/@0xcbfa0cd,relayoutResult is7 04-03 13:57:22.172 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0xab27cc9,viewVisibility is0 04-03 13:57:22.196 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e943b1000)/@0xab27cc9,relayoutResult is7 04-03 13:58:16.038 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0xacb436f,viewVisibility is0 04-03 13:58:16.056 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdf9000)/@0xacb436f,relayoutResult is7 04-03 13:58:21.824 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x1543974,viewVisibility is0 04-03 13:58:21.852 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x1543974,relayoutResult is7 04-03 13:58:22.392 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x63578e0,viewVisibility is0 04-03 13:58:22.414 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x63578e0,relayoutResult is7 04-03 13:58:22.565 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0xc29430c,viewVisibility is0 04-03 13:58:22.591 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0xc29430c,relayoutResult is7 04-03 13:58:22.712 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x7ad83f8,viewVisibility is0 04-03 13:58:22.735 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x7ad83f8,relayoutResult is7 04-03 13:58:22.870 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x618c90d,viewVisibility is0 04-03 13:58:22.891 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x618c90d,relayoutResult is7 04-03 13:58:23.040 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0xa4b270e,viewVisibility is0 04-03 13:58:23.068 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0xa4b270e,relayoutResult is7 04-03 13:58:23.260 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0xc16a61a,viewVisibility is0 04-03 13:58:23.290 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0xc16a61a,relayoutResult is7 04-03 13:58:23.399 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0xe909e6,viewVisibility is0 04-03 13:58:23.430 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0xe909e6,relayoutResult is7 04-03 13:58:23.587 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x12bde72,viewVisibility is0 04-03 13:58:23.613 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x12bde72,relayoutResult is7 04-03 13:58:23.755 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x556fbe,viewVisibility is0 04-03 13:58:23.790 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x556fbe,relayoutResult is7 04-03 13:58:23.949 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x9f1a73b,viewVisibility is0 04-03 13:58:23.989 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x9f1a73b,relayoutResult is7 04-03 13:58:24.109 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x6c97c17,viewVisibility is0 04-03 13:58:24.140 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x6c97c17,relayoutResult is7 04-03 13:58:24.303 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x8dfc2b3,viewVisibility is0 04-03 13:58:24.370 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x8dfc2b3,relayoutResult is7 04-03 13:58:24.476 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x909d70f,viewVisibility is0 04-03 13:58:24.502 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x909d70f,relayoutResult is7 04-03 13:58:24.661 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0xe16d52b,viewVisibility is0 04-03 13:58:24.685 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0xe16d52b,relayoutResult is7 04-03 13:58:24.893 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x2ab9907,viewVisibility is0 04-03 13:58:24.923 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x2ab9907,relayoutResult is7 04-03 13:58:25.029 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0xcdebea3,viewVisibility is0 04-03 13:58:25.056 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0xcdebea3,relayoutResult is7 04-03 13:58:25.215 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =false) (mNativeObject =0)/@0x394a1ff,viewVisibility is0 04-03 13:58:25.237 13594 13594 W ViewRootImpl[Toast]: EGLdebug relayoutWindow Surface isSurface(name=null) (appName =com.mbwhatsapp) ( mSurfaceControllerIsValid =true) (mNativeObject =7e6cdfe000)/@0x394a1ff,relayoutResult is7 --------- beginning of main 04-03 14:05:31.856 14733 14733 W MessageQueue: Handler (X.10H) {2e82052} sending message to a Handler on a dead thread 04-03 14:05:31.856 14733 14733 W MessageQueue: java.lang.IllegalStateException: Handler (X.10H) {2e82052} sending message to a Handler on a dead thread 04-03 14:05:31.856 14733 14733 W MessageQueue: at android.os.MessageQueue.enqueueMessage(MessageQueue.java:639) 04-03 14:05:31.856 14733 14733 W MessageQueue: at android.os.Handler.enqueueMessage(Handler.java:681) 04-03 14:05:31.856 14733 14733 W MessageQueue: at android.os.Handler.sendMessageAtTime(Handler.java:650) 04-03 14:05:31.856 14733 14733 W MessageQueue: at android.os.Handler.sendMessageDelayed(Handler.java:620) 04-03 14:05:31.856 14733 14733 W MessageQueue: at android.os.Handler.sendMessage(Handler.java:545) 04-03 14:05:31.856 14733 14733 W MessageQueue: at android.os.Message.sendToTarget(Message.java:425) 04-03 14:05:31.856 14733 14733 W MessageQueue: at X.0yI.A19(Unknown Source:4) 04-03 14:05:31.856 14733 14733 W MessageQueue: at X.2tO.A02(Unknown Source:46) 04-03 14:05:31.856 14733 14733 W MessageQueue: at X.0yu.onReceive(Unknown Source:51) 04-03 14:05:31.856 14733 14733 W MessageQueue: at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$- android_app_LoadedApk$ReceiverDispatcher$Args_59936(LoadedApk.java:1459) 04-03 14:05:31.856 14733 14733 W MessageQueue: at android.app.- $Lambda$aS31cHIhRx41653CMnd4gZqshIQ.$m$7(Unknown Source:4) 04-03 14:05:31.856 14733 14733 W MessageQueue: at android.app.- $Lambda$aS31cHIhRx41653CMnd4gZqshIQ.run(Unknown Source:39) 04-03 14:05:31.856 14733 14733 W MessageQueue: at android.os.Handler.handleCallback(Handler.java:809) 04-03 14:05:31.856 14733 14733 W MessageQueue: at android.os.Handler.dispatchMessage(Handler.java:102) 04-03 14:05:31.856 14733 14733 W MessageQueue: at android.os.Looper.loop(Looper.java:166) 04-03 14:05:31.856 14733 14733 W MessageQueue: at android.app.ActivityThread.main(ActivityThread.java:7555) 04-03 14:05:31.856 14733 14733 W MessageQueue: at java.lang.reflect.Method.invoke(Native Method) 04-03 14:05:31.856 14733 14733 W MessageQueue: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:469) 04-03 14:05:31.856 14733 14733 W MessageQueue: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:963) 04-03 14:05:31.886 14733 14733 W InputMethodManager: startInputReason = 1 04-03 14:05:36.635 14733 14733 W X.0Z6 : Invalid or missing region code (Ecuador) provided. 04-03 14:05:36.790 14733 14733 W InputMethodManager: startInputReason = 1 04-03 14:05:39.697 17056 17056 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 04-03 14:05:39.697 17056 17056 W System.err: at java.lang.VMClassLoader.findLoadedClass(Native Method) 04-03 14:05:39.697 17056 17056 W System.err: at java.lang.ClassLoader.findLoadedClass(ClassLoader.java:738) 04-03 14:05:39.697 17056 17056 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:363) 04-03 14:05:39.697 17056 17056 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-03 14:05:39.698 17056 17056 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 04-03 14:05:39.698 17056 17056 W System.err: at java.lang.Runtime.doLoad(Runtime.java:1099) 04-03 14:05:39.698 17056 17056 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1014) 04-03 14:05:39.698 17056 17056 W System.err: at java.lang.System.loadLibrary(System.java:1660) 04-03 14:05:39.698 17056 17056 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 04-03 14:05:39.698 17056 17056 W System.err: at java.lang.Class.newInstance(Native Method) 04-03 14:05:39.698 17056 17056 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1105) 04-03 14:05:39.698 17056 17056 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1090) 04-03 14:05:39.698 17056 17056 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1070) 04-03 14:05:39.698 17056 17056 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6602) 04-03 14:05:39.698 17056 17056 W System.err: at android.app.ActivityThread.- wrap2(Unknown Source:0) 04-03 14:05:39.698 17056 17056 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2084) 04-03 14:05:39.698 17056 17056 W System.err: at android.os.Handler.dispatchMessage(Handler.java:109) 04-03 14:05:39.698 17056 17056 W System.err: at android.os.Looper.loop(Looper.java:166) 04-03 14:05:39.698 17056 17056 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7555) 04-03 14:05:39.698 17056 17056 W System.err: at java.lang.reflect.Method.invoke(Native Method) 04-03 14:05:39.698 17056 17056 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:469) 04-03 14:05:39.698 17056 17056 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:963) 04-03 14:05:39.698 17056 17056 W System.err: Caused by: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/mbwhatsapp/components/Button; 04-03 14:05:39.698 17056 17056 W System.err: ... 18 more 04-03 14:05:39.698 17056 17056 W System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.mbwhatsapp.components.Button" on path: DexPathList[[zip file "/data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/base.apk"],nativeLibraryDirector ies=[/data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/lib/arm64, /data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64, /product/lib64]] 04-03 14:05:39.698 17056 17056 W System.err: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125) 04-03 14:05:39.698 17056 17056 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:379) 04-03 14:05:39.698 17056 17056 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-03 14:05:39.698 17056 17056 W System.err: ... 18 more 04-03 14:05:39.781 17056 17056 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 04-03 14:05:39.938 17056 17088 E AwareLog: AtomicFileUtils: readFileLines file not exist: android.util.AtomicFile@7e29d59 04-03 14:05:40.934 17056 17056 W linker : "/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused DT entry: type 0x70000001 arg 0x0 04-03 14:05:41.068 17056 17070 E MemoryLeakMonitorManager: MemoryLeakMonitor.jar is not exist! 04-03 14:05:41.069 17056 17056 E Minikin : Could not get cmap table size! 04-03 14:05:41.076 17056 17117 W zygote64: Class X.2rL failed lock verification and will run slower. 04-03 14:05:41.076 17056 17117 W zygote64: Common causes for lock verification issues are non-optimized dex code 04-03 14:05:41.076 17056 17117 W zygote64: and incorrect proguard optimizations. --------- beginning of system --------- beginning of main 04-03 17:16:21.593 23137 23137 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 04-03 17:16:21.593 23137 23137 W System.err: at java.lang.VMClassLoader.findLoadedClass(Native Method) 04-03 17:16:21.593 23137 23137 W System.err: at java.lang.ClassLoader.findLoadedClass(ClassLoader.java:738) 04-03 17:16:21.593 23137 23137 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:363) 04-03 17:16:21.593 23137 23137 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-03 17:16:21.593 23137 23137 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 04-03 17:16:21.593 23137 23137 W System.err: at java.lang.Runtime.doLoad(Runtime.java:1099) 04-03 17:16:21.593 23137 23137 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1014) 04-03 17:16:21.593 23137 23137 W System.err: at java.lang.System.loadLibrary(System.java:1660) 04-03 17:16:21.593 23137 23137 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 04-03 17:16:21.593 23137 23137 W System.err: at java.lang.Class.newInstance(Native Method) 04-03 17:16:21.593 23137 23137 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1105) 04-03 17:16:21.593 23137 23137 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1090) 04-03 17:16:21.593 23137 23137 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1070) 04-03 17:16:21.593 23137 23137 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6602) 04-03 17:16:21.593 23137 23137 W System.err: at android.app.ActivityThread.- wrap2(Unknown Source:0) 04-03 17:16:21.593 23137 23137 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2084) 04-03 17:16:21.593 23137 23137 W System.err: at android.os.Handler.dispatchMessage(Handler.java:109) 04-03 17:16:21.593 23137 23137 W System.err: at android.os.Looper.loop(Looper.java:166) 04-03 17:16:21.593 23137 23137 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7555) 04-03 17:16:21.593 23137 23137 W System.err: at java.lang.reflect.Method.invoke(Native Method) 04-03 17:16:21.593 23137 23137 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:469) 04-03 17:16:21.593 23137 23137 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:963) 04-03 17:16:21.594 23137 23137 W System.err: Caused by: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/mbwhatsapp/components/Button; 04-03 17:16:21.594 23137 23137 W System.err: ... 18 more 04-03 17:16:21.594 23137 23137 W System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.mbwhatsapp.components.Button" on path: DexPathList[[zip file "/data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/base.apk"],nativeLibraryDirector ies=[/data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/lib/arm64, /data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64, /product/lib64]] 04-03 17:16:21.594 23137 23137 W System.err: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125) 04-03 17:16:21.594 23137 23137 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:379) 04-03 17:16:21.594 23137 23137 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-03 17:16:21.594 23137 23137 W System.err: ... 18 more 04-03 17:16:21.671 23137 23137 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 04-03 17:16:21.680 23137 23167 E AwareLog: AtomicFileUtils: readFileLines file not exist: android.util.AtomicFile@24c6f3c 04-03 17:16:23.042 23137 23137 W linker : "/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused DT entry: type 0x70000001 arg 0x0 04-03 17:16:23.456 23137 23153 E MemoryLeakMonitorManager: MemoryLeakMonitor.jar is not exist! 04-03 17:16:23.459 23137 23137 E Minikin : Could not get cmap table size! 04-03 17:16:23.466 23137 23235 W zygote64: Class X.2rL failed lock verification and will run slower. 04-03 17:16:23.467 23137 23235 W zygote64: Common causes for lock verification issues are non-optimized dex code 04-03 17:16:23.467 23137 23235 W zygote64: and incorrect proguard optimizations. --------- beginning of system --------- beginning of main 04-03 17:16:42.862 24137 24137 W main : type=1400 audit(0.0:1825258): avc: denied { create } for name="cgroup.procs" scontext=u:r:zygote:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 04-03 17:16:43.277 24137 24137 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 04-03 17:16:43.278 24137 24137 W System.err: at java.lang.VMClassLoader.findLoadedClass(Native Method) 04-03 17:16:43.278 24137 24137 W System.err: at java.lang.ClassLoader.findLoadedClass(ClassLoader.java:738) 04-03 17:16:43.278 24137 24137 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:363) 04-03 17:16:43.278 24137 24137 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-03 17:16:43.278 24137 24137 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 04-03 17:16:43.278 24137 24137 W System.err: at java.lang.Runtime.doLoad(Runtime.java:1099) 04-03 17:16:43.278 24137 24137 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1014) 04-03 17:16:43.278 24137 24137 W System.err: at java.lang.System.loadLibrary(System.java:1660) 04-03 17:16:43.278 24137 24137 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 04-03 17:16:43.278 24137 24137 W System.err: at java.lang.Class.newInstance(Native Method) 04-03 17:16:43.278 24137 24137 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1105) 04-03 17:16:43.278 24137 24137 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1090) 04-03 17:16:43.279 24137 24137 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1070) 04-03 17:16:43.279 24137 24137 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6602) 04-03 17:16:43.279 24137 24137 W System.err: at android.app.ActivityThread.- wrap2(Unknown Source:0) 04-03 17:16:43.279 24137 24137 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2084) 04-03 17:16:43.279 24137 24137 W System.err: at android.os.Handler.dispatchMessage(Handler.java:109) 04-03 17:16:43.279 24137 24137 W System.err: at android.os.Looper.loop(Looper.java:166) 04-03 17:16:43.279 24137 24137 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7555) 04-03 17:16:43.279 24137 24137 W System.err: at java.lang.reflect.Method.invoke(Native Method) 04-03 17:16:43.279 24137 24137 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:469) 04-03 17:16:43.279 24137 24137 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:963) 04-03 17:16:43.279 24137 24137 W System.err: Caused by: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/mbwhatsapp/components/Button; 04-03 17:16:43.279 24137 24137 W System.err: ... 18 more 04-03 17:16:43.279 24137 24137 W System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.mbwhatsapp.components.Button" on path: DexPathList[[zip file "/data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/base.apk"],nativeLibraryDirector ies=[/data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/lib/arm64, /data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64, /product/lib64]] 04-03 17:16:43.280 24137 24137 W System.err: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125) 04-03 17:16:43.280 24137 24137 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:379) 04-03 17:16:43.280 24137 24137 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-03 17:16:43.280 24137 24137 W System.err: ... 18 more 04-03 17:16:43.384 24137 24137 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 04-03 17:16:43.392 24137 24160 E AwareLog: AtomicFileUtils: readFileLines file not exist: android.util.AtomicFile@24c6f3c 04-03 17:16:44.258 24137 24137 W linker : "/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused DT entry: type 0x70000001 arg 0x0 04-03 17:16:44.567 24137 24151 E MemoryLeakMonitorManager: MemoryLeakMonitor.jar is not exist! 04-03 17:16:44.568 24137 24137 E Minikin : Could not get cmap table size! 04-03 17:16:44.599 24137 24205 W zygote64: Class X.2rL failed lock verification and will run slower. 04-03 17:16:44.599 24137 24205 W zygote64: Common causes for lock verification issues are non-optimized dex code 04-03 17:16:44.599 24137 24205 W zygote64: and incorrect proguard optimizations. --------- beginning of system --------- beginning of main 04-03 18:06:28.261 11089 11089 W main : type=1400 audit(0.0:1850325): avc: denied { create } for name="cgroup.procs" scontext=u:r:zygote:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 04-03 18:06:28.722 11089 11089 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 04-03 18:06:28.722 11089 11089 W System.err: at java.lang.VMClassLoader.findLoadedClass(Native Method) 04-03 18:06:28.722 11089 11089 W System.err: at java.lang.ClassLoader.findLoadedClass(ClassLoader.java:738) 04-03 18:06:28.722 11089 11089 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:363) 04-03 18:06:28.722 11089 11089 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-03 18:06:28.722 11089 11089 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 04-03 18:06:28.722 11089 11089 W System.err: at java.lang.Runtime.doLoad(Runtime.java:1099) 04-03 18:06:28.722 11089 11089 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1014) 04-03 18:06:28.722 11089 11089 W System.err: at java.lang.System.loadLibrary(System.java:1660) 04-03 18:06:28.722 11089 11089 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 04-03 18:06:28.722 11089 11089 W System.err: at java.lang.Class.newInstance(Native Method) 04-03 18:06:28.722 11089 11089 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1105) 04-03 18:06:28.722 11089 11089 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1090) 04-03 18:06:28.722 11089 11089 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1070) 04-03 18:06:28.722 11089 11089 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6602) 04-03 18:06:28.722 11089 11089 W System.err: at android.app.ActivityThread.- wrap2(Unknown Source:0) 04-03 18:06:28.722 11089 11089 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2084) 04-03 18:06:28.722 11089 11089 W System.err: at android.os.Handler.dispatchMessage(Handler.java:109) 04-03 18:06:28.722 11089 11089 W System.err: at android.os.Looper.loop(Looper.java:166) 04-03 18:06:28.722 11089 11089 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7555) 04-03 18:06:28.722 11089 11089 W System.err: at java.lang.reflect.Method.invoke(Native Method) 04-03 18:06:28.722 11089 11089 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:469) 04-03 18:06:28.722 11089 11089 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:963) 04-03 18:06:28.723 11089 11089 W System.err: Caused by: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/mbwhatsapp/components/Button; 04-03 18:06:28.723 11089 11089 W System.err: ... 18 more 04-03 18:06:28.723 11089 11089 W System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.mbwhatsapp.components.Button" on path: DexPathList[[zip file "/data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/base.apk"],nativeLibraryDirector ies=[/data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/lib/arm64, /data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64, /product/lib64]] 04-03 18:06:28.723 11089 11089 W System.err: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125) 04-03 18:06:28.723 11089 11089 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:379) 04-03 18:06:28.723 11089 11089 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-03 18:06:28.723 11089 11089 W System.err: ... 18 more 04-03 18:06:28.787 11089 11089 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 04-03 18:06:28.791 11089 11118 E AwareLog: AtomicFileUtils: readFileLines file not exist: android.util.AtomicFile@24c6f3c 04-03 18:06:29.498 11089 11089 W linker : "/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused DT entry: type 0x70000001 arg 0x0 04-03 18:06:29.804 11089 11106 E MemoryLeakMonitorManager: MemoryLeakMonitor.jar is not exist! 04-03 18:06:29.806 11089 11089 E Minikin : Could not get cmap table size! 04-03 18:06:29.832 11089 11155 W zygote64: Class X.2rL failed lock verification and will run slower. 04-03 18:06:29.832 11089 11155 W zygote64: Common causes for lock verification issues are non-optimized dex code 04-03 18:06:29.832 11089 11155 W zygote64: and incorrect proguard optimizations. --------- beginning of main 04-03 21:17:39.795 22806 22806 W main : type=1400 audit(0.0:1892126): avc: denied { create } for name="cgroup.procs" scontext=u:r:zygote:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 --------- beginning of system 04-03 21:17:40.229 22806 22806 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 04-03 21:17:40.229 22806 22806 W System.err: at java.lang.VMClassLoader.findLoadedClass(Native Method) 04-03 21:17:40.230 22806 22806 W System.err: at java.lang.ClassLoader.findLoadedClass(ClassLoader.java:738) 04-03 21:17:40.230 22806 22806 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:363) 04-03 21:17:40.230 22806 22806 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-03 21:17:40.230 22806 22806 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 04-03 21:17:40.230 22806 22806 W System.err: at java.lang.Runtime.doLoad(Runtime.java:1099) 04-03 21:17:40.230 22806 22806 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1014) 04-03 21:17:40.230 22806 22806 W System.err: at java.lang.System.loadLibrary(System.java:1660) 04-03 21:17:40.230 22806 22806 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 04-03 21:17:40.230 22806 22806 W System.err: at java.lang.Class.newInstance(Native Method) 04-03 21:17:40.230 22806 22806 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1105) 04-03 21:17:40.230 22806 22806 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1090) 04-03 21:17:40.230 22806 22806 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1070) 04-03 21:17:40.230 22806 22806 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6602) 04-03 21:17:40.230 22806 22806 W System.err: at android.app.ActivityThread.- wrap2(Unknown Source:0) 04-03 21:17:40.230 22806 22806 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2084) 04-03 21:17:40.230 22806 22806 W System.err: at android.os.Handler.dispatchMessage(Handler.java:109) 04-03 21:17:40.230 22806 22806 W System.err: at android.os.Looper.loop(Looper.java:166) 04-03 21:17:40.230 22806 22806 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7555) 04-03 21:17:40.230 22806 22806 W System.err: at java.lang.reflect.Method.invoke(Native Method) 04-03 21:17:40.230 22806 22806 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:469) 04-03 21:17:40.230 22806 22806 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:963) 04-03 21:17:40.230 22806 22806 W System.err: Caused by: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/mbwhatsapp/components/Button; 04-03 21:17:40.230 22806 22806 W System.err: ... 18 more 04-03 21:17:40.230 22806 22806 W System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.mbwhatsapp.components.Button" on path: DexPathList[[zip file "/data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/base.apk"],nativeLibraryDirector ies=[/data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/lib/arm64, /data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64, /product/lib64]] 04-03 21:17:40.230 22806 22806 W System.err: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125) 04-03 21:17:40.230 22806 22806 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:379) 04-03 21:17:40.230 22806 22806 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-03 21:17:40.231 22806 22806 W System.err: ... 18 more 04-03 21:17:40.283 22806 22806 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 04-03 21:17:40.289 22806 22824 E AwareLog: AtomicFileUtils: readFileLines file not exist: android.util.AtomicFile@24c6f3c 04-03 21:17:41.152 22806 22806 W linker : "/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused DT entry: type 0x70000001 arg 0x0 04-03 21:17:41.375 22806 22806 E Minikin : Could not get cmap table size! 04-03 21:17:41.376 22806 22820 E MemoryLeakMonitorManager: MemoryLeakMonitor.jar is not exist! 04-03 21:17:41.389 22806 22858 W zygote64: Class X.2rL failed lock verification and will run slower. 04-03 21:17:41.390 22806 22858 W zygote64: Common causes for lock verification issues are non-optimized dex code 04-03 21:17:41.390 22806 22858 W zygote64: and incorrect proguard optimizations. --------- beginning of main 04-03 23:51:05.382 5218 5218 W main : type=1400 audit(0.0:1952118): avc: denied { create } for name="cgroup.procs" scontext=u:r:zygote:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 --------- beginning of system 04-03 23:51:05.684 5218 5218 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 04-03 23:51:05.684 5218 5218 W System.err: at java.lang.VMClassLoader.findLoadedClass(Native Method) 04-03 23:51:05.684 5218 5218 W System.err: at java.lang.ClassLoader.findLoadedClass(ClassLoader.java:738) 04-03 23:51:05.684 5218 5218 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:363) 04-03 23:51:05.684 5218 5218 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-03 23:51:05.685 5218 5218 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 04-03 23:51:05.685 5218 5218 W System.err: at java.lang.Runtime.doLoad(Runtime.java:1099) 04-03 23:51:05.685 5218 5218 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1014) 04-03 23:51:05.685 5218 5218 W System.err: at java.lang.System.loadLibrary(System.java:1660) 04-03 23:51:05.685 5218 5218 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 04-03 23:51:05.685 5218 5218 W System.err: at java.lang.Class.newInstance(Native Method) 04-03 23:51:05.685 5218 5218 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1105) 04-03 23:51:05.685 5218 5218 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1090) 04-03 23:51:05.685 5218 5218 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1070) 04-03 23:51:05.685 5218 5218 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6602) 04-03 23:51:05.685 5218 5218 W System.err: at android.app.ActivityThread.- wrap2(Unknown Source:0) 04-03 23:51:05.685 5218 5218 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2084) 04-03 23:51:05.685 5218 5218 W System.err: at android.os.Handler.dispatchMessage(Handler.java:109) 04-03 23:51:05.685 5218 5218 W System.err: at android.os.Looper.loop(Looper.java:166) 04-03 23:51:05.685 5218 5218 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7555) 04-03 23:51:05.685 5218 5218 W System.err: at java.lang.reflect.Method.invoke(Native Method) 04-03 23:51:05.685 5218 5218 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:469) 04-03 23:51:05.685 5218 5218 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:963) 04-03 23:51:05.685 5218 5218 W System.err: Caused by: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/mbwhatsapp/components/Button; 04-03 23:51:05.685 5218 5218 W System.err: ... 18 more 04-03 23:51:05.685 5218 5218 W System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.mbwhatsapp.components.Button" on path: DexPathList[[zip file "/data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/base.apk"],nativeLibraryDirector ies=[/data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/lib/arm64, /data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64, /product/lib64]] 04-03 23:51:05.685 5218 5218 W System.err: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125) 04-03 23:51:05.685 5218 5218 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:379) 04-03 23:51:05.685 5218 5218 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-03 23:51:05.685 5218 5218 W System.err: ... 18 more 04-03 23:51:05.750 5218 5218 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 04-03 23:51:05.757 5218 5238 E AwareLog: AtomicFileUtils: readFileLines file not exist: android.util.AtomicFile@9179d2f 04-03 23:51:06.690 5218 5218 W linker : "/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused DT entry: type 0x70000001 arg 0x0 04-03 23:51:06.961 5218 5232 E MemoryLeakMonitorManager: MemoryLeakMonitor.jar is not exist! 04-03 23:51:06.962 5218 5218 E Minikin : Could not get cmap table size! 04-03 23:51:06.976 5218 5272 W zygote64: Class X.2rL failed lock verification and will run slower. 04-03 23:51:06.976 5218 5272 W zygote64: Common causes for lock verification issues are non-optimized dex code 04-03 23:51:06.977 5218 5272 W zygote64: and incorrect proguard optimizations. 04-03 23:51:07.651 5218 5280 W WM-Processor: Didn't find WorkSpec for id WorkGenerationalId(workSpecId=5aa2d070-27e0-4dea-8945-4189f649622a, generation=0) 04-03 23:51:07.660 5218 5282 W WM-Processor: Didn't find WorkSpec for id WorkGenerationalId(workSpecId=5aa2d070-27e0-4dea-8945-4189f649622a, generation=0) --------- beginning of main 04-04 02:00:01.587 20926 20926 W main : type=1400 audit(0.0:1960634): avc: denied { create } for name="cgroup.procs" scontext=u:r:zygote:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 --------- beginning of system 04-04 02:00:02.463 20926 20926 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 04-04 02:00:02.463 20926 20926 W System.err: at java.lang.VMClassLoader.findLoadedClass(Native Method) 04-04 02:00:02.463 20926 20926 W System.err: at java.lang.ClassLoader.findLoadedClass(ClassLoader.java:738) 04-04 02:00:02.463 20926 20926 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:363) 04-04 02:00:02.463 20926 20926 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-04 02:00:02.463 20926 20926 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 04-04 02:00:02.463 20926 20926 W System.err: at java.lang.Runtime.doLoad(Runtime.java:1099) 04-04 02:00:02.463 20926 20926 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1014) 04-04 02:00:02.463 20926 20926 W System.err: at java.lang.System.loadLibrary(System.java:1660) 04-04 02:00:02.463 20926 20926 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 04-04 02:00:02.463 20926 20926 W System.err: at java.lang.Class.newInstance(Native Method) 04-04 02:00:02.463 20926 20926 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1105) 04-04 02:00:02.463 20926 20926 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1090) 04-04 02:00:02.463 20926 20926 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1070) 04-04 02:00:02.463 20926 20926 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6602) 04-04 02:00:02.463 20926 20926 W System.err: at android.app.ActivityThread.- wrap2(Unknown Source:0) 04-04 02:00:02.463 20926 20926 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2084) 04-04 02:00:02.463 20926 20926 W System.err: at android.os.Handler.dispatchMessage(Handler.java:109) 04-04 02:00:02.463 20926 20926 W System.err: at android.os.Looper.loop(Looper.java:166) 04-04 02:00:02.463 20926 20926 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7555) 04-04 02:00:02.463 20926 20926 W System.err: at java.lang.reflect.Method.invoke(Native Method) 04-04 02:00:02.463 20926 20926 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:469) 04-04 02:00:02.463 20926 20926 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:963) 04-04 02:00:02.463 20926 20926 W System.err: Caused by: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/mbwhatsapp/components/Button; 04-04 02:00:02.463 20926 20926 W System.err: ... 18 more 04-04 02:00:02.463 20926 20926 W System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.mbwhatsapp.components.Button" on path: DexPathList[[zip file "/data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/base.apk"],nativeLibraryDirector ies=[/data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/lib/arm64, /data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64, /product/lib64]] 04-04 02:00:02.463 20926 20926 W System.err: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125) 04-04 02:00:02.463 20926 20926 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:379) 04-04 02:00:02.463 20926 20926 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-04 02:00:02.463 20926 20926 W System.err: ... 18 more 04-04 02:00:02.564 20926 20953 E AwareLog: AtomicFileUtils: readFileLines file not exist: android.util.AtomicFile@9179d2f 04-04 02:00:02.566 20926 20926 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 04-04 02:00:03.954 20926 20926 W linker : "/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused DT entry: type 0x70000001 arg 0x0 04-04 02:00:04.305 20926 20926 E Minikin : Could not get cmap table size! 04-04 02:00:04.311 20926 20996 W zygote64: Class X.2rL failed lock verification and will run slower. 04-04 02:00:04.311 20926 20996 W zygote64: Common causes for lock verification issues are non-optimized dex code 04-04 02:00:04.311 20926 20996 W zygote64: and incorrect proguard optimizations. --------- beginning of main 04-04 09:17:51.758 11608 11608 W main : type=1400 audit(0.0:1967080): avc: denied { create } for name="cgroup.procs" scontext=u:r:zygote:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 --------- beginning of system 04-04 09:17:52.441 11608 11608 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 04-04 09:17:52.441 11608 11608 W System.err: at java.lang.VMClassLoader.findLoadedClass(Native Method) 04-04 09:17:52.441 11608 11608 W System.err: at java.lang.ClassLoader.findLoadedClass(ClassLoader.java:738) 04-04 09:17:52.441 11608 11608 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:363) 04-04 09:17:52.442 11608 11608 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-04 09:17:52.442 11608 11608 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 04-04 09:17:52.442 11608 11608 W System.err: at java.lang.Runtime.doLoad(Runtime.java:1099) 04-04 09:17:52.442 11608 11608 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1014) 04-04 09:17:52.442 11608 11608 W System.err: at java.lang.System.loadLibrary(System.java:1660) 04-04 09:17:52.442 11608 11608 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 04-04 09:17:52.442 11608 11608 W System.err: at java.lang.Class.newInstance(Native Method) 04-04 09:17:52.442 11608 11608 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1105) 04-04 09:17:52.442 11608 11608 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1090) 04-04 09:17:52.442 11608 11608 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1070) 04-04 09:17:52.442 11608 11608 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6602) 04-04 09:17:52.442 11608 11608 W System.err: at android.app.ActivityThread.- wrap2(Unknown Source:0) 04-04 09:17:52.442 11608 11608 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2084) 04-04 09:17:52.442 11608 11608 W System.err: at android.os.Handler.dispatchMessage(Handler.java:109) 04-04 09:17:52.442 11608 11608 W System.err: at android.os.Looper.loop(Looper.java:166) 04-04 09:17:52.442 11608 11608 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7555) 04-04 09:17:52.442 11608 11608 W System.err: at java.lang.reflect.Method.invoke(Native Method) 04-04 09:17:52.442 11608 11608 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:469) 04-04 09:17:52.442 11608 11608 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:963) 04-04 09:17:52.443 11608 11608 W System.err: Caused by: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/mbwhatsapp/components/Button; 04-04 09:17:52.443 11608 11608 W System.err: ... 18 more 04-04 09:17:52.443 11608 11608 W System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.mbwhatsapp.components.Button" on path: DexPathList[[zip file "/data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/base.apk"],nativeLibraryDirector ies=[/data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/lib/arm64, /data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64, /product/lib64]] 04-04 09:17:52.443 11608 11608 W System.err: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125) 04-04 09:17:52.443 11608 11608 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:379) 04-04 09:17:52.443 11608 11608 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-04 09:17:52.443 11608 11608 W System.err: ... 18 more 04-04 09:17:52.533 11608 11608 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 04-04 09:17:52.543 11608 11633 E AwareLog: AtomicFileUtils: readFileLines file not exist: android.util.AtomicFile@24c6f3c 04-04 09:17:53.656 11608 11608 W linker : "/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused DT entry: type 0x70000001 arg 0x0 04-04 09:17:53.871 11608 11626 E MemoryLeakMonitorManager: MemoryLeakMonitor.jar is not exist! 04-04 09:17:53.872 11608 11608 E Minikin : Could not get cmap table size! 04-04 09:17:53.879 11608 11674 W zygote64: Class X.2rL failed lock verification and will run slower. 04-04 09:17:53.879 11608 11674 W zygote64: Common causes for lock verification issues are non-optimized dex code 04-04 09:17:53.879 11608 11674 W zygote64: and incorrect proguard optimizations. --------- beginning of system --------- beginning of main 04-04 21:17:42.041 30414 30414 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 04-04 21:17:42.041 30414 30414 W System.err: at java.lang.VMClassLoader.findLoadedClass(Native Method) 04-04 21:17:42.041 30414 30414 W System.err: at java.lang.ClassLoader.findLoadedClass(ClassLoader.java:738) 04-04 21:17:42.041 30414 30414 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:363) 04-04 21:17:42.041 30414 30414 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-04 21:17:42.041 30414 30414 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 04-04 21:17:42.041 30414 30414 W System.err: at java.lang.Runtime.doLoad(Runtime.java:1099) 04-04 21:17:42.041 30414 30414 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1014) 04-04 21:17:42.041 30414 30414 W System.err: at java.lang.System.loadLibrary(System.java:1660) 04-04 21:17:42.041 30414 30414 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 04-04 21:17:42.041 30414 30414 W System.err: at java.lang.Class.newInstance(Native Method) 04-04 21:17:42.041 30414 30414 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1105) 04-04 21:17:42.041 30414 30414 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1090) 04-04 21:17:42.041 30414 30414 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1070) 04-04 21:17:42.041 30414 30414 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6602) 04-04 21:17:42.041 30414 30414 W System.err: at android.app.ActivityThread.- wrap2(Unknown Source:0) 04-04 21:17:42.041 30414 30414 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2084) 04-04 21:17:42.041 30414 30414 W System.err: at android.os.Handler.dispatchMessage(Handler.java:109) 04-04 21:17:42.041 30414 30414 W System.err: at android.os.Looper.loop(Looper.java:166) 04-04 21:17:42.041 30414 30414 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7555) 04-04 21:17:42.041 30414 30414 W System.err: at java.lang.reflect.Method.invoke(Native Method) 04-04 21:17:42.041 30414 30414 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:469) 04-04 21:17:42.041 30414 30414 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:963) 04-04 21:17:42.042 30414 30414 W System.err: Caused by: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/mbwhatsapp/components/Button; 04-04 21:17:42.042 30414 30414 W System.err: ... 18 more 04-04 21:17:42.042 30414 30414 W System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.mbwhatsapp.components.Button" on path: DexPathList[[zip file "/data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/base.apk"],nativeLibraryDirector ies=[/data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/lib/arm64, /data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64, /product/lib64]] 04-04 21:17:42.042 30414 30414 W System.err: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125) 04-04 21:17:42.042 30414 30414 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:379) 04-04 21:17:42.042 30414 30414 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-04 21:17:42.042 30414 30414 W System.err: ... 18 more 04-04 21:17:42.099 30414 30414 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 04-04 21:17:42.099 30414 30432 E AwareLog: AtomicFileUtils: readFileLines file not exist: android.util.AtomicFile@9179d2f 04-04 21:17:43.520 30414 30414 W linker : "/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused DT entry: type 0x70000001 arg 0x0 04-04 21:17:43.725 30414 30427 E MemoryLeakMonitorManager: MemoryLeakMonitor.jar is not exist! 04-04 21:17:43.726 30414 30414 E Minikin : Could not get cmap table size! 04-04 21:17:43.735 30414 30465 W zygote64: Class X.2rL failed lock verification and will run slower. 04-04 21:17:43.735 30414 30465 W zygote64: Common causes for lock verification issues are non-optimized dex code 04-04 21:17:43.735 30414 30465 W zygote64: and incorrect proguard optimizations. --------- beginning of system --------- beginning of main 04-04 21:51:43.088 8101 8101 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 04-04 21:51:43.089 8101 8101 W System.err: at java.lang.VMClassLoader.findLoadedClass(Native Method) 04-04 21:51:43.089 8101 8101 W System.err: at java.lang.ClassLoader.findLoadedClass(ClassLoader.java:738) 04-04 21:51:43.089 8101 8101 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:363) 04-04 21:51:43.089 8101 8101 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-04 21:51:43.089 8101 8101 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 04-04 21:51:43.089 8101 8101 W System.err: at java.lang.Runtime.doLoad(Runtime.java:1099) 04-04 21:51:43.089 8101 8101 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1014) 04-04 21:51:43.089 8101 8101 W System.err: at java.lang.System.loadLibrary(System.java:1660) 04-04 21:51:43.089 8101 8101 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 04-04 21:51:43.089 8101 8101 W System.err: at java.lang.Class.newInstance(Native Method) 04-04 21:51:43.089 8101 8101 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1105) 04-04 21:51:43.089 8101 8101 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1090) 04-04 21:51:43.089 8101 8101 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1070) 04-04 21:51:43.089 8101 8101 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6602) 04-04 21:51:43.089 8101 8101 W System.err: at android.app.ActivityThread.- wrap2(Unknown Source:0) 04-04 21:51:43.089 8101 8101 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2084) 04-04 21:51:43.089 8101 8101 W System.err: at android.os.Handler.dispatchMessage(Handler.java:109) 04-04 21:51:43.089 8101 8101 W System.err: at android.os.Looper.loop(Looper.java:166) 04-04 21:51:43.089 8101 8101 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7555) 04-04 21:51:43.089 8101 8101 W System.err: at java.lang.reflect.Method.invoke(Native Method) 04-04 21:51:43.089 8101 8101 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:469) 04-04 21:51:43.089 8101 8101 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:963) 04-04 21:51:43.089 8101 8101 W System.err: Caused by: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/mbwhatsapp/components/Button; 04-04 21:51:43.089 8101 8101 W System.err: ... 18 more 04-04 21:51:43.090 8101 8101 W System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.mbwhatsapp.components.Button" on path: DexPathList[[zip file "/data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/base.apk"],nativeLibraryDirector ies=[/data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/lib/arm64, /data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64, /product/lib64]] 04-04 21:51:43.090 8101 8101 W System.err: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125) 04-04 21:51:43.090 8101 8101 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:379) 04-04 21:51:43.090 8101 8101 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-04 21:51:43.090 8101 8101 W System.err: ... 18 more 04-04 21:51:43.133 8101 8101 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 04-04 21:51:43.144 8101 8124 E AwareLog: AtomicFileUtils: readFileLines file not exist: android.util.AtomicFile@24c6f3c 04-04 21:51:43.485 8101 8101 W linker : "/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused DT entry: type 0x70000001 arg 0x0 04-04 21:51:43.616 8101 8118 E MemoryLeakMonitorManager: MemoryLeakMonitor.jar is not exist! 04-04 21:51:43.617 8101 8101 E Minikin : Could not get cmap table size! 04-04 21:51:43.626 8101 8157 W zygote64: Class X.2rL failed lock verification and will run slower. 04-04 21:51:43.626 8101 8157 W zygote64: Common causes for lock verification issues are non-optimized dex code 04-04 21:51:43.626 8101 8157 W zygote64: and incorrect proguard optimizations. 04-04 21:51:43.640 8101 8101 W zygote64: Class X.0eU failed lock verification and will run slower. 04-04 21:51:45.001 8101 8101 W InputMethodManager: startInputReason = 1 04-04 21:51:45.004 8101 8101 W InputMethodManager: startInputReason = 5 04-04 21:51:47.177 8101 8101 W InputMethodManager: startInputReason = 1 04-04 21:51:52.020 8101 8101 W InputMethodManager: startInputReason = 1 --------- beginning of system --------- beginning of main 04-04 21:52:55.370 9503 9503 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 04-04 21:52:55.370 9503 9503 W System.err: at java.lang.VMClassLoader.findLoadedClass(Native Method) 04-04 21:52:55.371 9503 9503 W System.err: at java.lang.ClassLoader.findLoadedClass(ClassLoader.java:738) 04-04 21:52:55.371 9503 9503 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:363) 04-04 21:52:55.371 9503 9503 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-04 21:52:55.371 9503 9503 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 04-04 21:52:55.371 9503 9503 W System.err: at java.lang.Runtime.doLoad(Runtime.java:1099) 04-04 21:52:55.371 9503 9503 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1014) 04-04 21:52:55.371 9503 9503 W System.err: at java.lang.System.loadLibrary(System.java:1660) 04-04 21:52:55.371 9503 9503 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 04-04 21:52:55.371 9503 9503 W System.err: at java.lang.Class.newInstance(Native Method) 04-04 21:52:55.371 9503 9503 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1105) 04-04 21:52:55.371 9503 9503 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1090) 04-04 21:52:55.371 9503 9503 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1070) 04-04 21:52:55.371 9503 9503 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6602) 04-04 21:52:55.371 9503 9503 W System.err: at android.app.ActivityThread.- wrap2(Unknown Source:0) 04-04 21:52:55.371 9503 9503 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2084) 04-04 21:52:55.371 9503 9503 W System.err: at android.os.Handler.dispatchMessage(Handler.java:109) 04-04 21:52:55.371 9503 9503 W System.err: at android.os.Looper.loop(Looper.java:166) 04-04 21:52:55.371 9503 9503 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7555) 04-04 21:52:55.371 9503 9503 W System.err: at java.lang.reflect.Method.invoke(Native Method) 04-04 21:52:55.371 9503 9503 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:469) 04-04 21:52:55.371 9503 9503 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:963) 04-04 21:52:55.371 9503 9503 W System.err: Caused by: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/mbwhatsapp/components/Button; 04-04 21:52:55.371 9503 9503 W System.err: ... 18 more 04-04 21:52:55.371 9503 9503 W System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.mbwhatsapp.components.Button" on path: DexPathList[[zip file "/data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/base.apk"],nativeLibraryDirector ies=[/data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/lib/arm64, /data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64, /product/lib64]] 04-04 21:52:55.371 9503 9503 W System.err: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125) 04-04 21:52:55.371 9503 9503 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:379) 04-04 21:52:55.371 9503 9503 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-04 21:52:55.371 9503 9503 W System.err: ... 18 more 04-04 21:52:55.950 9503 9503 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 04-04 21:52:55.952 9503 9591 E AwareLog: AtomicFileUtils: readFileLines file not exist: android.util.AtomicFile@24c6f3c 04-04 21:52:57.668 9503 9503 W linker : "/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused DT entry: type 0x70000001 arg 0x0 04-04 21:52:58.062 9503 9518 E MemoryLeakMonitorManager: MemoryLeakMonitor.jar is not exist! 04-04 21:52:58.062 9503 9503 E Minikin : Could not get cmap table size! 04-04 21:52:58.119 9503 9647 W zygote64: Class X.2rL failed lock verification and will run slower. 04-04 21:52:58.119 9503 9647 W zygote64: Common causes for lock verification issues are non-optimized dex code 04-04 21:52:58.119 9503 9647 W zygote64: and incorrect proguard optimizations. --------- beginning of system --------- beginning of main 04-04 21:53:31.386 10404 10404 W main : type=1400 audit(0.0:2090863): avc: denied { create } for name="cgroup.procs" scontext=u:r:zygote:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 04-04 21:53:31.614 10404 10404 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 04-04 21:53:31.614 10404 10404 W System.err: at java.lang.VMClassLoader.findLoadedClass(Native Method) 04-04 21:53:31.614 10404 10404 W System.err: at java.lang.ClassLoader.findLoadedClass(ClassLoader.java:738) 04-04 21:53:31.614 10404 10404 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:363) 04-04 21:53:31.614 10404 10404 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-04 21:53:31.614 10404 10404 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 04-04 21:53:31.614 10404 10404 W System.err: at java.lang.Runtime.doLoad(Runtime.java:1099) 04-04 21:53:31.614 10404 10404 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1014) 04-04 21:53:31.614 10404 10404 W System.err: at java.lang.System.loadLibrary(System.java:1660) 04-04 21:53:31.614 10404 10404 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 04-04 21:53:31.614 10404 10404 W System.err: at java.lang.Class.newInstance(Native Method) 04-04 21:53:31.614 10404 10404 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1105) 04-04 21:53:31.614 10404 10404 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1090) 04-04 21:53:31.614 10404 10404 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1070) 04-04 21:53:31.614 10404 10404 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6602) 04-04 21:53:31.614 10404 10404 W System.err: at android.app.ActivityThread.- wrap2(Unknown Source:0) 04-04 21:53:31.614 10404 10404 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2084) 04-04 21:53:31.614 10404 10404 W System.err: at android.os.Handler.dispatchMessage(Handler.java:109) 04-04 21:53:31.614 10404 10404 W System.err: at android.os.Looper.loop(Looper.java:166) 04-04 21:53:31.614 10404 10404 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7555) 04-04 21:53:31.614 10404 10404 W System.err: at java.lang.reflect.Method.invoke(Native Method) 04-04 21:53:31.614 10404 10404 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:469) 04-04 21:53:31.614 10404 10404 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:963) 04-04 21:53:31.615 10404 10404 W System.err: Caused by: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/mbwhatsapp/components/Button; 04-04 21:53:31.615 10404 10404 W System.err: ... 18 more 04-04 21:53:31.615 10404 10404 W System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.mbwhatsapp.components.Button" on path: DexPathList[[zip file "/data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/base.apk"],nativeLibraryDirector ies=[/data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/lib/arm64, /data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64, /product/lib64]] 04-04 21:53:31.615 10404 10404 W System.err: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125) 04-04 21:53:31.615 10404 10404 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:379) 04-04 21:53:31.615 10404 10404 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-04 21:53:31.615 10404 10404 W System.err: ... 18 more 04-04 21:53:31.643 10404 10404 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 04-04 21:53:31.649 10404 10425 E AwareLog: AtomicFileUtils: readFileLines file not exist: android.util.AtomicFile@24c6f3c 04-04 21:53:31.878 10404 10404 W linker : "/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused DT entry: type 0x70000001 arg 0x0 04-04 21:53:31.990 10404 10419 E MemoryLeakMonitorManager: MemoryLeakMonitor.jar is not exist! 04-04 21:53:31.991 10404 10404 E Minikin : Could not get cmap table size! 04-04 21:53:31.993 10404 10460 W zygote64: Class X.2rL failed lock verification and will run slower. 04-04 21:53:31.993 10404 10460 W zygote64: Common causes for lock verification issues are non-optimized dex code 04-04 21:53:31.993 10404 10460 W zygote64: and incorrect proguard optimizations. 04-04 21:53:32.047 10404 10404 W zygote64: Class X.0eU failed lock verification and will run slower. 04-04 21:53:33.007 10404 10404 W InputMethodManager: startInputReason = 1 04-04 21:53:33.013 10404 10404 W InputMethodManager: startInputOrWindowGainedFocus failed. Window focus may have already been lost. win=android.view.ViewRootImpl$W@45649a7 view=DecorView@1586e54[EULA],focus=false,windowFocus=true,window=android.view.ViewR ootImpl$W@45649a7,temporaryDetach=false 04-04 21:53:33.929 10404 10404 W InputMethodManager: startInputReason = 1 04-04 21:53:33.939 10404 10404 W InputMethodManager: startInputOrWindowGainedFocus failed. Window focus may have already been lost. win=android.view.ViewRootImpl$W@45649a7 view=DecorView@1586e54[EULA],focus=false,windowFocus=true,window=android.view.ViewR ootImpl$W@45649a7,temporaryDetach=false 04-04 21:53:34.143 10404 10404 W InputMethodManager: startInputReason = 1 04-04 21:53:34.201 10404 10404 W InputMethodManager: startInputReason = 5 04-04 21:53:34.289 10404 10404 W com.mbwhatsapp: type=1400 audit(0.0:2090873): avc: denied { read } for name="osrelease" dev="proc" ino=35248135 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 04-04 21:53:35.138 10404 10404 W InputMethodManager: startInputReason = 1 04-04 21:53:38.621 10404 10404 W InputMethodManager: startInputReason = 1 04-04 21:53:43.128 10404 10404 W X.0Z6 : Invalid or missing region code (Ecuador) provided. 04-04 21:53:43.282 10404 10404 W InputMethodManager: startInputReason = 1 04-04 21:53:45.477 10404 10514 W OkHttpClient: A connection to https://v.whatsapp.net/ was leaked. Did you forget to close a response body? 04-04 21:53:45.484 10404 10404 W InputMethodManager: startInputReason = 1 04-04 21:53:50.670 10404 10404 W X.0Z6 : Invalid or missing region code (Ecuador) provided. 04-04 21:53:50.757 10404 10404 W InputMethodManager: startInputReason = 1 04-04 21:53:56.382 10404 10404 W InputMethodManager: startInputReason = 1 04-04 21:53:58.355 10404 10404 W X.0Z6 : Invalid or missing region code (Ecuador) provided. 04-04 21:53:58.452 10404 10404 W InputMethodManager: startInputReason = 1 04-04 21:54:00.761 10404 10404 W InputMethodManager: startInputReason = 1 --------- beginning of system --------- beginning of main 04-04 21:55:28.773 10404 10404 W StaticLayout: maxLineHeight should not be -1. maxLines:2 lineCount:2 04-04 21:55:28.773 10404 10404 W StaticLayout: maxLineHeight should not be -1. maxLines:2 lineCount:2 04-04 21:55:28.774 10404 10404 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1 04-04 21:55:28.776 10404 10404 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1 04-04 21:55:28.814 10404 10404 W StaticLayout: maxLineHeight should not be -1. maxLines:2 lineCount:2 04-04 21:55:28.814 10404 10404 W StaticLayout: maxLineHeight should not be -1. maxLines:2 lineCount:2 04-04 21:55:28.814 10404 10404 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1 04-04 21:55:28.815 10404 10404 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1 04-04 21:55:28.815 10404 10404 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1 04-04 21:55:28.816 10404 10404 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1 04-04 21:55:28.829 10404 10404 W View : requestLayout() improperly called by android.widget.Space{93d2d55 I.ED..... ......I. 24,72-32,80 #7f0b00ba app:id/action_tile_spacing} during layout: running second layout pass 04-04 21:55:28.830 10404 10404 W View : requestLayout() improperly called by android.widget.Space{79a636a I.ED..... ......I. 24,72-32,80 #7f0b00ba app:id/action_tile_spacing} during layout: running second layout pass 04-04 21:55:28.830 10404 10404 W View : requestLayout() improperly called by android.widget.Space{502d05b I.ED..... ......I. 24,72-32,80 #7f0b00ba app:id/action_tile_spacing} during layout: running second layout pass 04-04 21:55:28.892 10404 10404 W InputMethodManager: startInputReason = 1 04-04 21:55:28.968 10404 10404 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1 04-04 21:55:28.968 10404 10404 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1 04-04 21:55:33.039 10404 10404 W InputMethodManager: startInputReason = 1 04-04 21:55:34.692 10404 10404 W InputMethodManager: startInputReason = 1 04-04 21:55:35.301 10404 10404 E Input : getAxisValue(): y-929.5--943.0--13.5 04-04 21:55:40.680 10404 10404 W InputMethodManager: startInputReason = 1 04-04 21:55:41.659 10404 10404 W InputMethodManager: startInputReason = 1 04-04 21:55:44.757 10404 10404 W InputMethodManager: startInputReason = 1 04-04 21:55:47.761 10404 10404 W InputMethodManager: startInputReason = 1 04-04 21:55:49.657 10404 10404 W ResourceType: No package identifier when getting value for resource number 0x00000000 04-04 21:55:49.794 10404 10404 W InputMethodManager: startInputReason = 1 04-04 21:55:53.518 10404 10404 W InputMethodManager: startInputReason = 1 04-04 21:55:57.446 10404 10404 W InputMethodManager: startInputReason = 1 04-04 21:56:02.439 10404 10404 W InputMethodManager: startInputReason = 1 04-04 21:56:04.104 10404 10404 W InputMethodManager: startInputReason = 1 04-04 21:56:09.317 12035 12035 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 04-04 21:56:09.317 12035 12035 W System.err: at java.lang.VMClassLoader.findLoadedClass(Native Method) 04-04 21:56:09.317 12035 12035 W System.err: at java.lang.ClassLoader.findLoadedClass(ClassLoader.java:738) 04-04 21:56:09.317 12035 12035 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:363) 04-04 21:56:09.317 12035 12035 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-04 21:56:09.317 12035 12035 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 04-04 21:56:09.317 12035 12035 W System.err: at java.lang.Runtime.doLoad(Runtime.java:1099) 04-04 21:56:09.317 12035 12035 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1014) 04-04 21:56:09.317 12035 12035 W System.err: at java.lang.System.loadLibrary(System.java:1660) 04-04 21:56:09.317 12035 12035 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 04-04 21:56:09.317 12035 12035 W System.err: at java.lang.Class.newInstance(Native Method) 04-04 21:56:09.317 12035 12035 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1105) 04-04 21:56:09.317 12035 12035 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1090) 04-04 21:56:09.317 12035 12035 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1070) 04-04 21:56:09.317 12035 12035 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6602) 04-04 21:56:09.317 12035 12035 W System.err: at android.app.ActivityThread.- wrap2(Unknown Source:0) 04-04 21:56:09.317 12035 12035 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2084) 04-04 21:56:09.317 12035 12035 W System.err: at android.os.Handler.dispatchMessage(Handler.java:109) 04-04 21:56:09.317 12035 12035 W System.err: at android.os.Looper.loop(Looper.java:166) 04-04 21:56:09.317 12035 12035 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7555) 04-04 21:56:09.318 12035 12035 W System.err: at java.lang.reflect.Method.invoke(Native Method) 04-04 21:56:09.318 12035 12035 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:469) 04-04 21:56:09.318 12035 12035 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:963) 04-04 21:56:09.318 12035 12035 W System.err: Caused by: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/mbwhatsapp/components/Button; 04-04 21:56:09.318 12035 12035 W System.err: ... 18 more 04-04 21:56:09.318 12035 12035 W System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.mbwhatsapp.components.Button" on path: DexPathList[[zip file "/data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/base.apk"],nativeLibraryDirector ies=[/data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/lib/arm64, /data/app/com.mbwhatsapp-UOCso9kvy76Ga391LNYvHA==/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64, /product/lib64]] 04-04 21:56:09.318 12035 12035 W System.err: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125) 04-04 21:56:09.318 12035 12035 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:379) 04-04 21:56:09.318 12035 12035 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-04 21:56:09.318 12035 12035 W System.err: ... 18 more 04-04 21:56:09.350 12035 12035 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 04-04 21:56:09.353 12035 12061 E AwareLog: AtomicFileUtils: readFileLines file not exist: android.util.AtomicFile@24c6f3c 04-04 21:56:09.478 12035 12063 W LibraryVersion: Failed to get app version for libraryName: firebase-iid 04-04 21:56:09.745 12035 12035 W linker : "/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused DT entry: type 0x70000001 arg 0x0 04-04 21:56:09.944 12035 12035 E Minikin : Could not get cmap table size! 04-04 21:56:09.945 12035 12049 E MemoryLeakMonitorManager: MemoryLeakMonitor.jar is not exist! 04-04 21:56:09.958 12035 12099 W zygote64: Class X.2rL failed lock verification and will run slower. 04-04 21:56:09.958 12035 12099 W zygote64: Common causes for lock verification issues are non-optimized dex code 04-04 21:56:09.958 12035 12099 W zygote64: and incorrect proguard optimizations. 04-04 21:56:10.712 12035 12035 W zygote64: Verification of void X.37g.A0I(X.2tm) took 687.792ms 04-04 21:56:11.266 12035 12103 E SQLiteLog: (1)