The log details the initialization process of an application, highlighting issues such as the inability to start the debugger due to the jdwp agent not loading and multiple ClassNotFoundExceptions for essential classes. Additionally, it indicates problems with MultiDex extraction and a java.io.IOException related to stream handling. Overall, the application encounters significant difficulties during startup, preventing it from functioning correctly.
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)
2 views
Toolbox Log Snapshot
The log details the initialization process of an application, highlighting issues such as the inability to start the debugger due to the jdwp agent not loading and multiple ClassNotFoundExceptions for essential classes. Additionally, it indicates problems with MultiDex extraction and a java.io.IOException related to stream handling. Overall, the application encounters significant difficulties during startup, preventing it from functioning correctly.
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/ 19
--------- beginning of main
04-30 23:15:19.647 945 945 I mrarm.mctoolbox: Using CollectorTypeCC GC.
04-30 23:15:19.651 945 945 E mrarm.mctoolbox: Not starting debugger since process cannot load the jdwp agent. 04-30 23:15:19.656 945 945 D nativeloader: Load libframework-connectivity- tiramisu-jni.so using APEX ns com_android_tethering for caller /apex/com.android.tethering/javalib/framework-connectivity-t.jar: ok 04-30 23:15:19.686 945 945 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10300; state: ENABLED --------- beginning of system 04-30 23:15:19.689 945 945 D TranClassInfo: instance successfully. com.transsion.hubcore.graphics.TranGraphicImpl@5b551c9 from com.transsion.hubcore.graphics.ITranGraphic 04-30 23:15:19.690 945 945 D os.SingleLiceFactory: instance successfully. com.transsion.typeface.v1.TypefaceLice@620e37d from android.graphics.IGraphicLice 04-30 23:15:19.690 945 945 D os.LiceInfo: instance successfully. com.transsion.graphics.GraphicLice@79540ce from android.graphics.IGraphicLice 04-30 23:15:19.698 945 945 D nativeloader: Configuring clns-4 for other apk /data/app/~~y58JAHF2RNtXG6NPVO5G8A==/io.mrarm.mctoolbox-4-ovOOfzD5_Q-z4GadF7cw==/ base.apk. target_sdk_version=33, uses_libraries=, library_path=/data/app/~~y58JAHF2RNtXG6NPVO5G8A==/io.mrarm.mctoolbox-4-ovOOfzD5_Q- z4GadF7cw==/lib/arm64:/data/app/~~y58JAHF2RNtXG6NPVO5G8A==/io.mrarm.mctoolbox-4- ovOOfzD5_Q-z4GadF7cw==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/io.mrarm.mctoolbox 04-30 23:15:19.701 945 945 E LoadedApk: Unable to instantiate appComponentFactory 04-30 23:15:19.701 945 945 E LoadedApk: java.lang.ClassNotFoundException: Didn't find class "androidx.core.app.CoreComponentFactory" on path: DexPathList[[zip file "/data/app/~~y58JAHF2RNtXG6NPVO5G8A==/io.mrarm.mctoolbox-4- ovOOfzD5_Q-z4GadF7cw==/base.apk"],nativeLibraryDirectories=[/data/app/ ~~y58JAHF2RNtXG6NPVO5G8A==/io.mrarm.mctoolbox-4-ovOOfzD5_Q-z4GadF7cw==/lib/ arm64, /data/app/~~y58JAHF2RNtXG6NPVO5G8A==/io.mrarm.mctoolbox-4-ovOOfzD5_Q- z4GadF7cw==/base.apk!/lib/arm64-v8a, /system/lib64, /system_ext/lib64]] 04-30 23:15:19.701 945 945 E LoadedApk: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:259) 04-30 23:15:19.701 945 945 E LoadedApk: at java.lang.ClassLoader.loadClass(ClassLoader.java:637) 04-30 23:15:19.701 945 945 E LoadedApk: at java.lang.ClassLoader.loadClass(ClassLoader.java:573) 04-30 23:15:19.701 945 945 E LoadedApk: at android.app.LoadedApk.createAppFactory(LoadedApk.java:277) 04-30 23:15:19.701 945 945 E LoadedApk: at android.app.LoadedApk.createOrUpdateClassLoaderLocked(LoadedApk.java:1043) 04-30 23:15:19.701 945 945 E LoadedApk: at android.app.LoadedApk.getClassLoader(LoadedApk.java:1130) 04-30 23:15:19.701 945 945 E LoadedApk: at android.app.LoadedApk.getResources(LoadedApk.java:1378) 04-30 23:15:19.701 945 945 E LoadedApk: at android.app.ContextImpl.createAppContext(ContextImpl.java:3251) 04-30 23:15:19.701 945 945 E LoadedApk: at android.app.ContextImpl.createAppContext(ContextImpl.java:3243) 04-30 23:15:19.701 945 945 E LoadedApk: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6880) 04-30 23:15:19.701 945 945 E LoadedApk: at android.app.ActivityThread.-$ $Nest$mhandleBindApplication(Unknown Source:0) 04-30 23:15:19.701 945 945 E LoadedApk: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2220) 04-30 23:15:19.701 945 945 E LoadedApk: at android.os.Handler.dispatchMessage(Handler.java:106) 04-30 23:15:19.701 945 945 E LoadedApk: at android.os.Looper.loopOnce(Looper.java:204) 04-30 23:15:19.701 945 945 E LoadedApk: at android.os.Looper.loop(Looper.java:291) 04-30 23:15:19.701 945 945 E LoadedApk: at android.app.ActivityThread.main(ActivityThread.java:8134) 04-30 23:15:19.701 945 945 E LoadedApk: at java.lang.reflect.Method.invoke(Native Method) 04-30 23:15:19.701 945 945 E LoadedApk: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:588) 04-30 23:15:19.701 945 945 E LoadedApk: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1019) 04-30 23:15:19.714 945 945 D nativeloader: Load libframework-connectivity- jni.so using APEX ns com_android_tethering for caller /apex/com.android.tethering/javalib/framework-connectivity.jar: ok 04-30 23:15:19.717 945 945 V GraphicsEnvironment: ANGLE Developer option for 'io.mrarm.mctoolbox' set to: 'default' 04-30 23:15:19.720 945 945 V GraphicsEnvironment: ANGLE GameManagerService for io.mrarm.mctoolbox: false 04-30 23:15:19.720 945 945 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. 04-30 23:15:19.722 945 945 I LoadedApk: No resource references to update in package com.transsion.theme.icon 04-30 23:15:19.722 945 945 D NetworkSecurityConfig: No Network Security Config specified, using platform default 04-30 23:15:19.723 945 945 D NetworkSecurityConfig: No Network Security Config specified, using platform default 04-30 23:15:19.727 945 945 W System.err: java.lang.ClassNotFoundException: bin.mt.apksignaturekillerplus.HookApplication 04-30 23:15:19.727 945 945 W System.err: at java.lang.Class.classForName(Native Method) 04-30 23:15:19.727 945 945 W System.err: at java.lang.Class.forName(Class.java:607) 04-30 23:15:19.727 945 945 W System.err: at java.lang.Class.forName(Class.java:512) 04-30 23:15:19.727 945 945 W System.err: at a.a.a.e.b.j(:1) 04-30 23:15:19.727 945 945 W System.err: at a.a.a.e.a.<init>(:57) 04-30 23:15:19.727 945 945 W System.err: at io.atlantis.myths.ProtectApplication.attachBaseContext(:2) 04-30 23:15:19.727 945 945 W System.err: at android.app.Application.attach(Application.java:349) 04-30 23:15:19.727 945 945 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1237) 04-30 23:15:19.727 945 945 W System.err: at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1466) 04-30 23:15:19.727 945 945 W System.err: at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1399) 04-30 23:15:19.727 945 945 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6950) 04-30 23:15:19.727 945 945 W System.err: at android.app.ActivityThread.-$ $Nest$mhandleBindApplication(Unknown Source:0) 04-30 23:15:19.727 945 945 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2220) 04-30 23:15:19.727 945 945 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 04-30 23:15:19.727 945 945 W System.err: at android.os.Looper.loopOnce(Looper.java:204) 04-30 23:15:19.727 945 945 W System.err: at android.os.Looper.loop(Looper.java:291) 04-30 23:15:19.727 945 945 W System.err: at android.app.ActivityThread.main(ActivityThread.java:8134) 04-30 23:15:19.727 945 945 W System.err: at java.lang.reflect.Method.invoke(Native Method) 04-30 23:15:19.727 945 945 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:588) 04-30 23:15:19.727 945 945 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1019) 04-30 23:15:19.727 945 945 W System.err: Caused by: java.lang.ClassNotFoundException: bin.mt.apksignaturekillerplus.HookApplication 04-30 23:15:19.727 945 945 W System.err: ... 20 more 04-30 23:15:19.727 945 945 I MultiDex: Installing application 04-30 23:15:19.727 945 945 W MultiDex: MultiDex is not guaranteed to work in SDK version 33: SDK version higher than 20 should be backed by runtime with built- in multidex capabilty but it's not the case here: java.vm.version="2.1.0" 04-30 23:15:19.729 945 945 I MultiDex: MultiDexExtractor(/data/app/~~y58JAHF2RNtXG6NPVO5G8A==/io.mrarm.mctoolbox-4- ovOOfzD5_Q-z4GadF7cw==/base.apk, /data/user/0/io.mrarm.mctoolbox/code_cache/secondary-dexes) 04-30 23:15:19.731 945 945 I MultiDex: Blocking on lock /data/user/0/io.mrarm.mctoolbox/code_cache/secondary-dexes/MultiDex.lock 04-30 23:15:19.731 945 945 I MultiDex: /data/user/0/io.mrarm.mctoolbox/code_cache/secondary-dexes/MultiDex.lock locked 04-30 23:15:19.731 945 945 I MultiDex: MultiDexExtractor.load(/data/app/~~y58JAHF2RNtXG6NPVO5G8A==/io.mrarm.mctoolbox-4- ovOOfzD5_Q-z4GadF7cw==/base.apk, false, ) 04-30 23:15:19.734 945 945 I MultiDex: Detected that extraction must be performed. 04-30 23:15:19.741 945 945 I MultiDex: Extraction is needed for file /data/user/0/io.mrarm.mctoolbox/code_cache/secondary-dexes/base.apk.classes1.zip 04-30 23:15:19.742 945 945 I MultiDex: Extracting /data/user/0/io.mrarm.mctoolbox/code_cache/secondary-dexes/tmp- base.apk.classes4031402440725947336.zip 04-30 23:15:20.855 945 945 W System.err: java.io.IOException: Stream closed 04-30 23:15:20.855 945 945 W System.err: at java.util.zip.ZipOutputStream.ensureOpen(ZipOutputStream.java:98) 04-30 23:15:20.855 945 945 W System.err: at java.util.zip.ZipOutputStream.closeEntry(ZipOutputStream.java:262) 04-30 23:15:20.855 945 945 W System.err: at a.a.a.d.b.d(:11) 04-30 23:15:20.855 945 945 W System.err: at a.a.a.d.b.l(:10) 04-30 23:15:20.855 945 945 W System.err: at a.a.a.d.b.j(:14) 04-30 23:15:20.855 945 945 W System.err: at a.a.a.d.a.e(:25) 04-30 23:15:20.855 945 945 W System.err: at a.a.a.d.a.k(:7) 04-30 23:15:20.855 945 945 W System.err: at io.atlantis.myths.ProtectApplication.attachBaseContext(:3) 04-30 23:15:20.855 945 945 W System.err: at android.app.Application.attach(Application.java:349) 04-30 23:15:20.855 945 945 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1237) 04-30 23:15:20.855 945 945 W System.err: at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1466) 04-30 23:15:20.855 945 945 W System.err: at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1399) 04-30 23:15:20.855 945 945 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6950) 04-30 23:15:20.855 945 945 W System.err: at android.app.ActivityThread.-$ $Nest$mhandleBindApplication(Unknown Source:0) 04-30 23:15:20.855 945 945 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2220) 04-30 23:15:20.855 945 945 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 04-30 23:15:20.855 945 945 W System.err: at android.os.Looper.loopOnce(Looper.java:204) 04-30 23:15:20.855 945 945 W System.err: at android.os.Looper.loop(Looper.java:291) 04-30 23:15:20.855 945 945 W System.err: at android.app.ActivityThread.main(ActivityThread.java:8134) 04-30 23:15:20.855 945 945 W System.err: at java.lang.reflect.Method.invoke(Native Method) 04-30 23:15:20.855 945 945 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:588) 04-30 23:15:20.855 945 945 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1019) 04-30 23:15:20.855 945 945 I MultiDex: Renaming to /data/user/0/io.mrarm.mctoolbox/code_cache/secondary-dexes/base.apk.classes1.zip 04-30 23:15:20.856 945 945 I MultiDex: Extraction succeeded '/data/user/0/io.mrarm.mctoolbox/code_cache/secondary-dexes/base.apk.classes1.zip': length 2934720 - crc: 2285652123 04-30 23:15:20.856 945 945 I MultiDex: Extraction is needed for file /data/user/0/io.mrarm.mctoolbox/code_cache/secondary-dexes/base.apk.classes2.zip 04-30 23:15:20.856 945 945 I MultiDex: Extracting /data/user/0/io.mrarm.mctoolbox/code_cache/secondary-dexes/tmp- base.apk.classes7507557467247149780.zip 04-30 23:15:21.265 945 945 W System.err: java.io.IOException: Stream closed 04-30 23:15:21.265 945 945 W System.err: at java.util.zip.ZipOutputStream.ensureOpen(ZipOutputStream.java:98) 04-30 23:15:21.265 945 945 W System.err: at java.util.zip.ZipOutputStream.closeEntry(ZipOutputStream.java:262) 04-30 23:15:21.265 945 945 W System.err: at a.a.a.d.b.d(:11) 04-30 23:15:21.265 945 945 W System.err: at a.a.a.d.b.l(:10) 04-30 23:15:21.265 945 945 W System.err: at a.a.a.d.b.j(:14) 04-30 23:15:21.265 945 945 W System.err: at a.a.a.d.a.e(:25) 04-30 23:15:21.265 945 945 W System.err: at a.a.a.d.a.k(:7) 04-30 23:15:21.265 945 945 W System.err: at io.atlantis.myths.ProtectApplication.attachBaseContext(:3) 04-30 23:15:21.266 945 945 W System.err: at android.app.Application.attach(Application.java:349) 04-30 23:15:21.266 945 945 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1237) 04-30 23:15:21.266 945 945 W System.err: at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1466) 04-30 23:15:21.266 945 945 W System.err: at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1399) 04-30 23:15:21.266 945 945 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6950) 04-30 23:15:21.266 945 945 W System.err: at android.app.ActivityThread.-$ $Nest$mhandleBindApplication(Unknown Source:0) 04-30 23:15:21.266 945 945 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2220) 04-30 23:15:21.266 945 945 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 04-30 23:15:21.266 945 945 W System.err: at android.os.Looper.loopOnce(Looper.java:204) 04-30 23:15:21.266 945 945 W System.err: at android.os.Looper.loop(Looper.java:291) 04-30 23:15:21.266 945 945 W System.err: at android.app.ActivityThread.main(ActivityThread.java:8134) 04-30 23:15:21.266 945 945 W System.err: at java.lang.reflect.Method.invoke(Native Method) 04-30 23:15:21.266 945 945 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:588) 04-30 23:15:21.266 945 945 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1019) 04-30 23:15:21.266 945 945 I MultiDex: Renaming to /data/user/0/io.mrarm.mctoolbox/code_cache/secondary-dexes/base.apk.classes2.zip 04-30 23:15:21.266 945 945 I MultiDex: Extraction succeeded '/data/user/0/io.mrarm.mctoolbox/code_cache/secondary-dexes/base.apk.classes2.zip': length 1339306 - crc: 2302343678 04-30 23:15:21.266 945 945 I MultiDex: Extraction is needed for file /data/user/0/io.mrarm.mctoolbox/code_cache/secondary-dexes/base.apk.classes3.zip 04-30 23:15:21.267 945 945 I MultiDex: Extracting /data/user/0/io.mrarm.mctoolbox/code_cache/secondary-dexes/tmp- base.apk.classes5246809954326487926.zip 04-30 23:15:21.268 945 945 W System.err: java.io.IOException: Stream closed 04-30 23:15:21.268 945 945 W System.err: at java.util.zip.ZipOutputStream.ensureOpen(ZipOutputStream.java:98) 04-30 23:15:21.268 945 945 W System.err: at java.util.zip.ZipOutputStream.closeEntry(ZipOutputStream.java:262) 04-30 23:15:21.268 945 945 W System.err: at a.a.a.d.b.d(:11) 04-30 23:15:21.268 945 945 W System.err: at a.a.a.d.b.l(:10) 04-30 23:15:21.268 945 945 W System.err: at a.a.a.d.b.j(:14) 04-30 23:15:21.268 945 945 W System.err: at a.a.a.d.a.e(:25) 04-30 23:15:21.268 945 945 W System.err: at a.a.a.d.a.k(:7) 04-30 23:15:21.269 945 945 W System.err: at io.atlantis.myths.ProtectApplication.attachBaseContext(:3) 04-30 23:15:21.269 945 945 W System.err: at android.app.Application.attach(Application.java:349) 04-30 23:15:21.269 945 945 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1237) 04-30 23:15:21.269 945 945 W System.err: at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1466) 04-30 23:15:21.269 945 945 W System.err: at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1399) 04-30 23:15:21.269 945 945 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6950) 04-30 23:15:21.269 945 945 W System.err: at android.app.ActivityThread.-$ $Nest$mhandleBindApplication(Unknown Source:0) 04-30 23:15:21.269 945 945 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2220) 04-30 23:15:21.269 945 945 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 04-30 23:15:21.269 945 945 W System.err: at android.os.Looper.loopOnce(Looper.java:204) 04-30 23:15:21.269 945 945 W System.err: at android.os.Looper.loop(Looper.java:291) 04-30 23:15:21.269 945 945 W System.err: at android.app.ActivityThread.main(ActivityThread.java:8134) 04-30 23:15:21.269 945 945 W System.err: at java.lang.reflect.Method.invoke(Native Method) 04-30 23:15:21.269 945 945 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:588) 04-30 23:15:21.269 945 945 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1019) 04-30 23:15:21.269 945 945 I MultiDex: Renaming to /data/user/0/io.mrarm.mctoolbox/code_cache/secondary-dexes/base.apk.classes3.zip 04-30 23:15:21.269 945 945 I MultiDex: Extraction succeeded '/data/user/0/io.mrarm.mctoolbox/code_cache/secondary-dexes/base.apk.classes3.zip': length 4052 - crc: 1145689541 04-30 23:15:21.272 945 945 I MultiDex: load found 3 secondary dex files 04-30 23:15:21.272 945 945 W mrarm.mctoolbox: Opening an oat file without a class loader. Are you using the deprecated DexFile APIs? 04-30 23:15:21.362 945 945 W mrarm.mctoolbox: Method Landroid/app/job/JobScheduler;.cancel is abstract, but the declaring class is neither abstract nor an interface in dex file /data/user/0/io.mrarm.mctoolbox/code_cache/secondary-dexes/base.apk.classes1.zip 04-30 23:15:21.362 945 945 W mrarm.mctoolbox: Method Landroid/app/job/JobScheduler;.getAllPendingJobs is abstract, but the declaring class is neither abstract nor an interface in dex file /data/user/0/io.mrarm.mctoolbox/code_cache/secondary-dexes/base.apk.classes1.zip 04-30 23:15:21.362 945 945 W mrarm.mctoolbox: Method Landroid/app/job/JobScheduler;.schedule is abstract, but the declaring class is neither abstract nor an interface in dex file /data/user/0/io.mrarm.mctoolbox/code_cache/secondary-dexes/base.apk.classes1.zip 04-30 23:15:21.362 945 945 W mrarm.mctoolbox: Method Landroid/webkit/RenderProcessGoneDetail;.didCrash is abstract, but the declaring class is neither abstract nor an interface in dex file /data/user/0/io.mrarm.mctoolbox/code_cache/secondary-dexes/base.apk.classes1.zip 04-30 23:15:21.362 945 945 W mrarm.mctoolbox: Method Landroid/webkit/RenderProcessGoneDetail;.rendererPriorityAtExit is abstract, but the declaring class is neither abstract nor an interface in dex file /data/user/0/io.mrarm.mctoolbox/code_cache/secondary-dexes/base.apk.classes1.zip 04-30 23:15:21.362 945 945 W mrarm.mctoolbox: Method Landroid/webkit/WebMessagePort;.postMessage is abstract, but the declaring class is neither abstract nor an interface in dex file /data/user/0/io.mrarm.mctoolbox/code_cache/secondary-dexes/base.apk.classes1.zip 04-30 23:15:21.362 945 945 W mrarm.mctoolbox: Method Landroid/webkit/WebMessagePort;.setWebMessageCallback is abstract, but the declaring class is neither abstract nor an interface in dex file /data/user/0/io.mrarm.mctoolbox/code_cache/secondary-dexes/base.apk.classes1.zip 04-30 23:15:21.362 945 945 W mrarm.mctoolbox: Method Landroid/webkit/WebResourceError;.getDescription is abstract, but the declaring class is neither abstract nor an interface in dex file /data/user/0/io.mrarm.mctoolbox/code_cache/secondary-dexes/base.apk.classes1.zip 04-30 23:15:21.362 945 945 W mrarm.mctoolbox: Method Landroid/webkit/WebResourceError;.getErrorCode is abstract, but the declaring class is neither abstract nor an interface in dex file /data/user/0/io.mrarm.mctoolbox/code_cache/secondary-dexes/base.apk.classes1.zip 04-30 23:15:21.370 945 945 W mrarm.mctoolbox: Opening an oat file without a class loader. Are you using the deprecated DexFile APIs? 04-30 23:15:21.409 945 945 W mrarm.mctoolbox: Opening an oat file without a class loader. Are you using the deprecated DexFile APIs? 04-30 23:15:21.410 945 945 I MultiDex: install done 04-30 23:15:21.410 945 945 D CompatibilityChangeReporter: Compat change id reported: 183155436; UID 10300; state: ENABLED 04-30 23:15:21.412 945 945 D os.SingleLiceFactory: using android.app.IActivityThreadLice$DefaultImpl@b8ea5e2 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from android.app.IActivityThreadLice 04-30 23:15:21.422 945 945 D WM-WrkMgrInitializer: Initializing WorkManager with default configuration. 04-30 23:15:21.453 945 945 E LoadedApk: App instance already created for package=io.mrarm.mctoolbox instance=io.atlantis.myths.ProtectApplication@671adcf 04-30 23:15:21.453 945 945 E LoadedApk: android.util.Log$TerribleFailure: App instance already created for package=io.mrarm.mctoolbox instance=io.atlantis.myths.ProtectApplication@671adcf 04-30 23:15:21.453 945 945 E LoadedApk: at android.util.Log.wtf(Log.java:315) 04-30 23:15:21.453 945 945 E LoadedApk: at android.util.Slog.wtfStack(Slog.java:245) 04-30 23:15:21.453 945 945 E LoadedApk: at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1416) 04-30 23:15:21.453 945 945 E LoadedApk: at android.app.LoadedApk.makeApplication(LoadedApk.java:1390) 04-30 23:15:21.453 945 945 E LoadedApk: at java.lang.reflect.Method.invoke(Native Method) 04-30 23:15:21.453 945 945 E LoadedApk: at a.a.a.f.d.c(:3) 04-30 23:15:21.453 945 945 E LoadedApk: at a.a.a.f.d.d(:2) 04-30 23:15:21.453 945 945 E LoadedApk: at io.atlantis.myths.ProtectApplication.a(:26) 04-30 23:15:21.453 945 945 E LoadedApk: at io.atlantis.myths.ProtectApplication.onCreate(:2) 04-30 23:15:21.453 945 945 E LoadedApk: at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1270) 04-30 23:15:21.453 945 945 E LoadedApk: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7002) 04-30 23:15:21.453 945 945 E LoadedApk: at android.app.ActivityThread.-$ $Nest$mhandleBindApplication(Unknown Source:0) 04-30 23:15:21.453 945 945 E LoadedApk: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2220) 04-30 23:15:21.453 945 945 E LoadedApk: at android.os.Handler.dispatchMessage(Handler.java:106) 04-30 23:15:21.453 945 945 E LoadedApk: at android.os.Looper.loopOnce(Looper.java:204) 04-30 23:15:21.453 945 945 E LoadedApk: at android.os.Looper.loop(Looper.java:291) 04-30 23:15:21.453 945 945 E LoadedApk: at android.app.ActivityThread.main(ActivityThread.java:8134) 04-30 23:15:21.453 945 945 E LoadedApk: at java.lang.reflect.Method.invoke(Native Method) 04-30 23:15:21.453 945 945 E LoadedApk: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:588) 04-30 23:15:21.453 945 945 E LoadedApk: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1019) 04-30 23:15:21.454 945 945 I LoadedApk: No resource references to update in package com.transsion.theme.icon 04-30 23:15:21.454 945 945 D NetworkSecurityConfig: No Network Security Config specified, using platform default 04-30 23:15:21.468 945 2928 D TranClassInfo: instance successfully. com.transsion.hubcore.database.sqlite.TranSQLiteDatabaseImpl@3d23948 from com.transsion.hubcore.database.sqlite.ITranSQLiteDatabase 04-30 23:15:21.489 945 2928 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10300; state: ENABLED 04-30 23:15:21.662 945 2934 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value. 04-30 23:15:21.692 945 2939 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value. 04-30 23:15:21.701 945 945 E mrarm.mctoolbox: Attempt to load writable dex file: /data/user/0/io.mrarm.mctoolbox/cache/xz.apk 04-30 23:15:21.702 945 945 W ziparchive: Unable to open '/data/user/0/io.mrarm.mctoolbox/cache/xz.dm': No such file or directory 04-30 23:15:21.708 945 945 I mrarm.mctoolbox: Starting a blocking GC Alloc 04-30 23:15:21.725 945 945 I mrarm.mctoolbox: Alloc concurrent copying GC freed 3570KB AllocSpace bytes, 12(872KB) LOS objects, 70% free, 2590KB/8734KB, paused 66us,25us total 16.228ms 04-30 23:15:21.725 945 945 I mrarm.mctoolbox: Forcing collection of SoftReferences for 642MB allocation 04-30 23:15:21.726 945 2880 W System : A resource failed to call close. 04-30 23:15:21.735 945 945 I mrarm.mctoolbox: Alloc concurrent copying GC freed 1504B AllocSpace bytes, 0(0B) LOS objects, 70% free, 2604KB/8748KB, paused 82us,26us total 10.236ms 04-30 23:15:21.735 945 945 W mrarm.mctoolbox: Throwing OutOfMemoryError "Failed to allocate a 673671911 byte allocation with 6291456 free bytes and 253MB until OOM, target footprint 8958640, growth limit 268435456" (VmSize 14710596 kB) 04-30 23:15:21.736 945 945 I mrarm.mctoolbox: Starting a blocking GC Alloc 04-30 23:15:21.742 945 945 I mrarm.mctoolbox: Alloc young concurrent copying GC freed 31KB AllocSpace bytes, 0(0B) LOS objects, 70% free, 2588KB/8748KB, paused 37us,22us total 6.567ms 04-30 23:15:21.742 945 945 I mrarm.mctoolbox: Forcing collection of SoftReferences for 642MB allocation 04-30 23:15:21.753 945 945 I mrarm.mctoolbox: Alloc concurrent copying GC freed 33KB AllocSpace bytes, 0(0B) LOS objects, 70% free, 2571KB/8715KB, paused 34us,23us total 10.102ms 04-30 23:15:21.753 945 945 W mrarm.mctoolbox: Throwing OutOfMemoryError "Failed to allocate a 673671912 byte allocation with 6291456 free bytes and 253MB until OOM, target footprint 8924896, growth limit 268435456" (VmSize 14710596 kB) 04-30 23:15:21.761 945 2952 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value. 04-30 23:15:21.783 945 2958 D libMEOW : meow new tls: 0xb400007b1e9f00e0 04-30 23:15:21.783 945 2958 D libMEOW : meow reload base cfg path: na 04-30 23:15:21.783 945 2958 D libMEOW : meow reload overlay cfg path: na 04-30 23:15:21.785 945 2958 I libMEOW_gift: open /data/performance/gift/arc.ini 04-30 23:15:21.785 945 2958 E QT : [QT]file does not exist 04-30 23:15:21.786 945 2958 D libMEOW : applied 1 plugins for [io.mrarm.mctoolbox]: 04-30 23:15:21.786 945 2958 D libMEOW : plugin 1: [libMEOW_gift.so]: 0xb400007ade927030 04-30 23:15:21.786 945 2958 D libMEOW : rebuild call chain: 0xb400007b1e9e00d0 04-30 23:15:21.786 945 2958 D libMEOW : meow delete tls: 0xb400007b1e9f00e0 04-30 23:15:21.812 945 945 D TranClassInfo: instance successfully. com.transsion.hubcore.app.TranActivityImpl@c819ed8 from com.transsion.hubcore.app.ITranActivity 04-30 23:15:21.812 945 945 D TranActivityAppturboImpl: attach 04-30 23:15:21.816 945 945 D TranClassInfo: instance successfully. com.transsion.hubcore.appturbo.TranAppturboServiceImpl@4a6a231 from com.transsion.hubcore.appturbo.ITranAppturboService 04-30 23:15:21.816 945 945 D TranAppturboServiceImpl: attach 04-30 23:15:21.816 945 945 D TranAppturboPolicyImpl: TranAppturboPolicyImpl new 04-30 23:15:21.816 945 945 D TranClassInfo: instance successfully. com.transsion.hubcore.appturbo.TranAppturboPolicyImpl@3442d16 from com.transsion.hubcore.appturbo.ITranAppturboPolicy 04-30 23:15:21.816 945 945 D AppTurboPolicyImpl-TranBaseWrapper: TranBaseWrapper new, VERSION: KS-2.0.01KSMOOTH_V20_SUPPORT: false 04-30 23:15:21.834 945 945 D TranClassInfo: instance successfully. com.transsion.hubcore.view.TranViewImpl@14cac1c from com.transsion.hubcore.view.ITranView 04-30 23:15:21.836 945 945 D os.SingleLiceFactory: using android.view.IViewLice$DefaultImpl@3be0025 instead of com.transsion.dragdrop.DragDropLiceFactory from android.view.IViewLice 04-30 23:15:21.836 945 945 D os.LiceInfo: instance successfully. com.transsion.view.ViewLice@d8f85fa from android.view.IViewLice 04-30 23:15:21.840 945 945 D TranClassInfo: instance successfully. com.transsion.hubcore.internal.TranInternalViewImpl@ef379a1 from com.transsion.hubcore.internal.ITranInternalView 04-30 23:15:21.840 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.freeform.FreeformLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:21.840 945 945 D os.SingleLice: instance successfully. com.transsion.whitenavigation.v1.WhiteNavigationLice@6c5d387 from com.transsion.whitenavigation.WhiteNavigationLiceFactory 04-30 23:15:21.840 945 945 D os.SingleLiceFactory: instance successfully. com.transsion.whitenavigation.v1.WhiteNavigationLice@6c5d387 from com.android.internal.IInternalViewLice 04-30 23:15:21.841 945 945 D os.SingleLice: instance successfully. com.transsion.screenshothelper.v1.ScreenShotHelperImplLice@a1862b4 from com.transsion.screenshothelper.ScreenShotHelperImplLiceFactory 04-30 23:15:21.841 945 945 D os.SingleLiceFactory: instance successfully. com.transsion.screenshothelper.v1.ScreenShotHelperImplLice@a1862b4 from com.android.internal.IInternalViewLice 04-30 23:15:21.841 945 945 D os.LiceInfo: instance successfully. com.transsion.internal.InternalViewLice@5ad0edd from com.android.internal.IInternalViewLice 04-30 23:15:21.841 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:21.841 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:21.841 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:21.841 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:21.841 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:21.841 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:21.841 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:21.841 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:21.849 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:21.849 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:21.866 945 945 D CompatibilityChangeReporter: Compat change id reported: 210923482; UID 10300; state: ENABLED --------- beginning of events 04-30 23:15:21.879 945 945 I wm_on_create_called: [203809425,io.mrarm.mctoolbox.DiagnosticActivity,performCreate] 04-30 23:15:21.880 945 2909 D ActivityThreadLice: received OSMessage 110001 04-30 23:15:21.880 945 945 D ActivityThread: ++ activityComponent:io.mrarm.mctoolbox/io.mrarm.mctoolbox.DiagnosticActivity counts:1 trigger:null 04-30 23:15:21.881 945 2909 D ActivityThreadLice: send OSMessage 110001 to [-1] 04-30 23:15:21.882 945 2909 D OSServiceManager: update local os service os.activity from null to android.os.BinderProxy@bc9e374 04-30 23:15:21.883 945 945 I wm_on_start_called: [203809425,io.mrarm.mctoolbox.DiagnosticActivity,handleStartActivity] 04-30 23:15:21.884 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:21.884 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:21.884 945 945 D TranActivityAppturboImpl: onResumeHork 04-30 23:15:21.884 945 945 D TranAppturboServiceImpl: onResumeHork 04-30 23:15:21.885 945 945 I wm_on_resume_called: [203809425,io.mrarm.mctoolbox.DiagnosticActivity,RESUME_ACTIVITY] 04-30 23:15:21.888 945 945 I MSYNC3-VariableRefreshRate: Variable refreshrate is disabled 04-30 23:15:21.892 945 945 I SurfaceFactory: [static] sSurfaceFactory = com.mediatek.view.impl.SurfaceFactoryImpl@979c45e 04-30 23:15:21.894 945 2960 D nativeloader: Load libpowerhalwrap_jni.so using system ns (caller=/system/framework/mediatek-framework.jar): ok 04-30 23:15:21.894 945 2960 I PowerHalWrapper: PowerHalWrapper.getInstance 04-30 23:15:21.900 945 945 D VRI[DiagnosticActivity]: hardware acceleration = true, forceHwAccelerated = false 04-30 23:15:21.908 945 945 D libMEOW : meow new tls: 0xb400007b1e990080 04-30 23:15:21.908 945 945 D libMEOW : applied 1 plugins for [io.mrarm.mctoolbox]: 04-30 23:15:21.908 945 945 D libMEOW : plugin 1: [libMEOW_gift.so]: 0xb400007ade927030 04-30 23:15:21.908 945 945 D libMEOW : rebuild call chain: 0xb400007b1e9a0090 04-30 23:15:21.909 945 945 D InputTransport: Create ARC handle: 0xb40000793e975160 04-30 23:15:21.911 945 945 I wm_on_top_resumed_gained_called: [203809425,io.mrarm.mctoolbox.DiagnosticActivity,topStateChangedWhenResumed] 04-30 23:15:21.912 945 945 W Looper : Loop again would have the queued messages be executed before this one completed. 04-30 23:15:21.913 945 945 D TranClassInfo: instance successfully. com.transsion.hubcore.flingmanager.TranFlingManagerImpl@56711a4 from com.transsion.hubcore.flingmanager.ITranFlingManager 04-30 23:15:21.913 945 945 D TranClassInfo: instance successfully. com.transsion.hubcore.view.TranChoreographerImpl@d1aab0d from com.transsion.hubcore.view.ITranChoreographer 04-30 23:15:21.913 945 945 D TranClassInfo: instance successfully. com.transsion.hubcore.appturbo.Implement.TranAppturboComponentImpl@d86fac2 from com.transsion.hubcore.appturbo.ITranAppturboComponent 04-30 23:15:21.915 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:21.915 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:21.915 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:21.929 945 945 D BufferQueueConsumer: [](id:3b100000000,api:0,p:- 1,c:945) connect: controlledByApp=false 04-30 23:15:21.932 945 945 E FBI : Can't load library: dlopen failed: library "libmagtsync.so" not found 04-30 23:15:21.934 945 945 I config_debug: updateDecorCaptionStatus: {1.0 736mcc2mnc [es_US] ldltr sw360dp w744dp h336dp 480dpi nrml long land night finger - keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 2460, 1080) mAppBounds=Rect(108, 0 - 2340, 1080) mMaxBounds=Rect(0, 0 - 2460, 1080) mDisplayRotation=ROTATION_90 mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mMultiWindowMode=normal mMultiWindowId=-1 mWindowResiable=-1 mInLargeScreen=-1 mActivityType=standard mAlwaysOnTop=undefined mRotation=ROTATION_90 mDisplayUniqueId=0} as.28 s.3 fontWeightAdjustment=0} fromMultiWindow: true 04-30 23:15:21.935 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:21.935 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:21.935 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:21.935 945 2956 D libMEOW : meow new tls: 0xb400007b1e9f00e0 04-30 23:15:21.935 945 2956 D libMEOW : applied 1 plugins for [io.mrarm.mctoolbox]: 04-30 23:15:21.935 945 2956 D libMEOW : plugin 1: [libMEOW_gift.so]: 0xb400007ade927030 04-30 23:15:21.935 945 2956 D libMEOW : rebuild call chain: 0xb400007b1e9e00d0 04-30 23:15:21.936 945 945 D TranClassInfo: instance successfully. com.transsion.hubcore.internal.policy.TranDecorViewImpl@5d5a410 from com.transsion.hubcore.internal.policy.ITranDecorView 04-30 23:15:21.943 945 2956 E OpenGLRenderer: Device claims wide gamut support, cannot find matching config, error = EGL_SUCCESS 04-30 23:15:21.944 945 2956 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS 04-30 23:15:21.946 945 2956 D skia : GrGLMakeAssembledInterface verStr OpenGL ES 3.2 v1.r32p1-01eac0.2a893c04ca0026c2e6802dbe7d7af5c5 04-30 23:15:21.946 945 2956 D skia : GrGLMakeAssembledGLESInterface verStr OpenGL ES 3.2 v1.r32p1-01eac0.2a893c04ca0026c2e6802dbe7d7af5c5 04-30 23:15:21.947 945 2956 D skia : extensions init verString=OpenGL ES 3.2 v1.r32p1-01eac0.2a893c04ca0026c2e6802dbe7d7af5c5 04-30 23:15:21.963 945 2956 D hw-ProcessState: Binder ioctl to enable oneway spam detection failed: Invalid argument 04-30 23:15:21.968 945 2956 I mali : [DebugProp] GPU Debug-Mechanism Disable ! 04-30 23:15:22.037 945 2956 D BLASTBufferQueue: [VRI[DiagnosticActivity]#0] (f:0,a:1) acquireNextBufferLocked size=2352x1080 mFrameNumber=1 applyTransaction=true mTimestamp=812867260216450(auto) mPendingTransactions.size=0 graphicBufferId=4058744094721 transform=7 04-30 23:15:22.041 945 2956 W Parcel : Expecting binder but got null! 04-30 23:15:22.087 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:22.087 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:22.087 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:22.504 945 945 D os.LiceInfo: instance successfully. com.transsion.message.bank.v1.MessageBankLice@ba0f3ff from com.transsion.message.bank.IMessageBankLice 04-30 23:15:23.412 945 945 D TranClassInfo: instance successfully. com.transsion.hubcore.magellan.Implement.TranMagellanComponentImpl@f963982 from com.transsion.hubcore.magellan.ITranMagellanComponent 04-30 23:15:23.412 945 945 D TranFlingManagerImpl: getYVelocity origin-value = -769.9204 ksmooth-value = -1154.8806 strengthVelocity = -769.9204 final velocity = -1154.8806 04-30 23:15:23.412 945 945 I ScrollIdentify: on fling 04-30 23:15:24.543 945 2952 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value. 04-30 23:15:24.544 945 945 W System.err: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String)' on a null object reference 04-30 23:15:24.544 945 945 W System.err: at mirrorb.android.widget.۟ۢۧۨ.ۡ۠ۢ(ۥUnknown Source:10) 04-30 23:15:24.544 945 945 W System.err: at cd.ma.i(Unknown Source:929) 04-30 23:15:24.544 945 945 W System.err: at mirrorb.java.io.ۧ۟ۨۧ.ۢۡ(ۦUnknown Source:8) 04-30 23:15:24.544 945 945 W System.err: at cd.ma.d(Unknown Source:30) 04-30 23:15:24.544 945 945 W System.err: at mirrorb.com.android.internal.appwidget.۟۟ۧ۠۟ۦ.ۤ ۢۨ(ۥUnknown Source:8) 04-30 23:15:24.544 945 945 W System.err: at cd.ma$b.d(Unknown Source:237) 04-30 23:15:24.544 945 945 W System.err: at mirrorb.android.content.pm.ۣۢۨ۟.ۥ (ۥUnknown Source:10) 04-30 23:15:24.544 945 945 W System.err: at cd.ma$b.c(Unknown Source:32) 04-30 23:15:24.544 945 945 W System.err: at mirrorb.android.location.۟۟ۡ.ۧۢۡۥ ۣۡ(ۦUnknown Source:8) 04-30 23:15:24.544 945 945 W System.err: at cd.xi$a.i(Unknown Source:18) 04-30 23:15:24.544 945 945 W System.err: at cd.xi$a.۟ۢۧۨ(Unknown Source:43) 04-30 23:15:24.544 945 945 W System.err: at cd.xi$a.d(Unknown Source:36) 04-30 23:15:24.544 945 945 W System.err: at androidx.versionedparcelable.۟ۡ۟۠ۤ.۠ۨۧ (Unknown Source:8) 04-30 23:15:24.544 945 945 W System.err: at cd.ui.run(Unknown Source:18) 04-30 23:15:24.544 945 945 W System.err: at android.os.Handler.handleCallback(Handler.java:942) 04-30 23:15:24.544 945 945 W System.err: at android.os.Handler.dispatchMessage(Handler.java:99) 04-30 23:15:24.544 945 945 W System.err: at android.os.Looper.loopOnce(Looper.java:204) 04-30 23:15:24.544 945 945 W System.err: at android.os.Looper.loop(Looper.java:291) 04-30 23:15:24.544 945 945 W System.err: at mirrorb.android.hardware.display.ۡۤ۟.ۧۤۤۡ( ۟ Unknown Source:6) 04-30 23:15:24.544 945 945 W System.err: at com.sadfxg.fasg.App.lambda$handleCrash$0(Unknown Source:68) 04-30 23:15:24.544 945 945 W System.err: at com.sadfxg.fasg.App.۠ۢ۠۟(Unknown Source:86) 04-30 23:15:24.544 945 945 W System.err: at com.sadfxg.fasg.App.a(Unknown Source:0) 04-30 23:15:24.544 945 945 W System.err: at android.content.ۣۧۨ۟.۟۠ۨۤ(Unknown Source:6) 04-30 23:15:24.544 945 945 W System.err: at cd.t1.run(Unknown Source:29) 04-30 23:15:24.544 945 945 W System.err: at android.os.Handler.handleCallback(Handler.java:942) 04-30 23:15:24.544 945 945 W System.err: at android.os.Handler.dispatchMessage(Handler.java:99) 04-30 23:15:24.544 945 945 W System.err: at android.os.Looper.loopOnce(Looper.java:204) 04-30 23:15:24.544 945 945 W System.err: at android.os.Looper.loop(Looper.java:291) 04-30 23:15:24.544 945 945 W System.err: at android.app.ActivityThread.main(ActivityThread.java:8134) 04-30 23:15:24.544 945 945 W System.err: at java.lang.reflect.Method.invoke(Native Method) 04-30 23:15:24.544 945 945 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:588) 04-30 23:15:24.544 945 945 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1019) 04-30 23:15:24.544 945 945 W Looper : Loop again would have the queued messages be executed before this one completed. 04-30 23:15:29.736 945 945 I wm_on_top_resumed_lost_called: [203809425,io.mrarm.mctoolbox.DiagnosticActivity,topStateChangedWhenResumed] 04-30 23:15:29.739 945 945 I wm_on_paused_called: [203809425,io.mrarm.mctoolbox.DiagnosticActivity,performPause] 04-30 23:15:29.763 945 3068 D libMEOW : meow new tls: 0xb400007b1ea60150 04-30 23:15:29.763 945 3068 D libMEOW : applied 1 plugins for [io.mrarm.mctoolbox]: 04-30 23:15:29.763 945 3068 D libMEOW : plugin 1: [libMEOW_gift.so]: 0xb400007ade927030 04-30 23:15:29.763 945 3068 D libMEOW : rebuild call chain: 0xb400007b1ea30120 04-30 23:15:29.763 945 3068 D libMEOW : meow delete tls: 0xb400007b1ea60150 04-30 23:15:29.770 945 945 D TranActivityAppturboImpl: attach 04-30 23:15:29.770 945 945 D TranAppturboServiceImpl: attach 04-30 23:15:29.772 945 945 E MinecraftActivity: Game not found 04-30 23:15:29.786 945 945 D nativeloader: Load /data/app/~~y58JAHF2RNtXG6NPVO5G8A==/io.mrarm.mctoolbox-4-ovOOfzD5_Q-z4GadF7cw==/ lib/arm64/libyurai.so using ns clns-4 from class loader (caller=/data/user/0/io.mrarm.mctoolbox/code_cache/secondary-dexes/ base.apk.classes1.zip): ok 04-30 23:15:29.789 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:29.789 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:29.789 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:29.789 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:29.789 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:29.789 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:29.789 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:29.789 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:29.802 945 945 D nativeloader: Load /data/app/~~y58JAHF2RNtXG6NPVO5G8A==/io.mrarm.mctoolbox-4-ovOOfzD5_Q-z4GadF7cw==/ lib/arm64/libyurai.so using ns clns-4 from class loader (caller=<unknown>): ok 04-30 23:15:29.807 945 2934 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value. 04-30 23:15:29.808 945 945 I wm_on_create_called: [160602970,io.mrarm.mctoolbox.MinecraftActivity,performCreate] 04-30 23:15:29.808 945 945 D ActivityThread: ++ activityComponent:io.mrarm.mctoolbox/io.mrarm.mctoolbox.MinecraftActivity counts:1 trigger:null 04-30 23:15:29.825 945 3085 D libMEOW : meow new tls: 0xb400007b1eac01b0 04-30 23:15:29.825 945 3085 D libMEOW : applied 1 plugins for [io.mrarm.mctoolbox]: 04-30 23:15:29.825 945 3085 D libMEOW : plugin 1: [libMEOW_gift.so]: 0xb400007ade927030 04-30 23:15:29.825 945 3085 D libMEOW : rebuild call chain: 0xb400007b1eaa0190 04-30 23:15:29.825 945 3085 D libMEOW : meow delete tls: 0xb400007b1eac01b0 04-30 23:15:29.831 945 945 D TranActivityAppturboImpl: attach 04-30 23:15:29.831 945 945 D TranAppturboServiceImpl: attach 04-30 23:15:29.835 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:29.835 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:29.835 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:29.835 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:29.836 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:29.836 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:29.837 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:29.837 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:29.867 945 945 I wm_on_create_called: [64736532,io.mrarm.mctoolbox.ErrorActivity,performCreate] 04-30 23:15:29.868 945 945 D ActivityThread: ++ activityComponent:io.mrarm.mctoolbox/io.mrarm.mctoolbox.ErrorActivity counts:1 trigger:null 04-30 23:15:29.868 945 945 I wm_on_start_called: [64736532,io.mrarm.mctoolbox.ErrorActivity,handleStartActivity] 04-30 23:15:29.869 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:29.869 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:29.869 945 945 D TranActivityAppturboImpl: onResumeHork 04-30 23:15:29.869 945 945 D TranAppturboServiceImpl: onResumeHork 04-30 23:15:29.869 945 945 I wm_on_resume_called: [64736532,io.mrarm.mctoolbox.ErrorActivity,RESUME_ACTIVITY] 04-30 23:15:29.873 945 945 D VRI[ErrorActivity]: hardware acceleration = true, forceHwAccelerated = false 04-30 23:15:29.880 945 945 D InputTransport: Create ARC handle: 0xb40000793e981850 04-30 23:15:29.880 945 945 I wm_on_top_resumed_gained_called: [64736532,io.mrarm.mctoolbox.ErrorActivity,topStateChangedWhenResumed] 04-30 23:15:29.882 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:29.882 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:29.882 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:29.882 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:29.897 945 945 D BufferQueueConsumer: [](id:3b100000001,api:0,p:- 1,c:945) connect: controlledByApp=false 04-30 23:15:29.898 945 945 I config_debug: updateDecorCaptionStatus: {1.0 736mcc2mnc [es_US] ldltr sw360dp w360dp h744dp 480dpi nrml long port night finger - keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 1080, 2460) mAppBounds=Rect(0, 108 - 1080, 2340) mMaxBounds=Rect(0, 0 - 1080, 2460) mDisplayRotation=ROTATION_0 mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mMultiWindowMode=normal mMultiWindowId=-1 mWindowResiable=-1 mInLargeScreen=-1 mActivityType=standard mAlwaysOnTop=undefined mRotation=ROTATION_0 mDisplayUniqueId=0} as.28 s.2 fontWeightAdjustment=0} fromMultiWindow: true 04-30 23:15:29.898 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:29.898 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:29.898 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:29.898 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:29.917 945 2956 D BLASTBufferQueue: [VRI[ErrorActivity]#1](f:0,a:1) acquireNextBufferLocked size=1080x2460 mFrameNumber=1 applyTransaction=true mTimestamp=812875139700450(auto) mPendingTransactions.size=0 graphicBufferId=4058744094735 transform=0 04-30 23:15:29.919 945 2956 W Parcel : Expecting binder but got null! 04-30 23:15:29.996 945 945 D ActivityThread: -- comp:io.mrarm.mctoolbox/io.mrarm.mctoolbox.MinecraftActivity 04-30 23:15:29.996 945 945 I wm_on_destroy_called: [160602970,io.mrarm.mctoolbox.MinecraftActivity,performDestroy] 04-30 23:15:30.508 945 945 D BLASTBufferQueue: [VRI[DiagnosticActivity]#0] (f:0,a:3) destructor() 04-30 23:15:30.509 945 945 D BufferQueueConsumer: [VRI[DiagnosticActivity]#0(BLAST Consumer)0](id:3b100000000,api:0,p:-1,c:945) disconnect 04-30 23:15:30.512 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:30.512 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:30.512 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:30.517 945 945 I wm_on_stop_called: [203809425,io.mrarm.mctoolbox.DiagnosticActivity,STOP_ACTIVITY_ITEM] 04-30 23:15:30.519 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:30.520 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:30.520 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:30.520 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:30.538 945 2956 D BLASTBufferQueue: [VRI[ErrorActivity]#1](f:0,a:4) producer disconnected before: mAbandoned=0 04-30 23:15:30.538 945 2956 D BLASTBufferQueue: - BufferQueue mMaxAcquiredBufferCount=4 mMaxDequeuedBufferCount=2 04-30 23:15:30.538 945 2956 D BLASTBufferQueue: mDequeueBufferCannotBlock=0 mAsyncMode=0 04-30 23:15:30.538 945 2956 D BLASTBufferQueue: mQueueBufferCanDrop=0 mLegacyBufferDrop=1 04-30 23:15:30.538 945 2956 D BLASTBufferQueue: default-size=[1080x2460] default-format=2 transform-hint=00 frame-counter=11 04-30 23:15:30.538 945 2956 D BLASTBufferQueue: mTransformHintInUse=00 mAutoPrerotation=0 04-30 23:15:30.538 945 2956 D BLASTBufferQueue: FIFO(0): 04-30 23:15:30.538 945 2956 D BLASTBufferQueue: (mConsumerName=VRI[ErrorActivity]#1(BLAST Consumer)1, mConnectedApi=1, mConsumerUsageBits=2304, mId=3b100000001, producer=[945:io.mrarm.mctoolbox], consumer=[945:io.mrarm.mctoolbox]) 04-30 23:15:30.538 945 2956 D BLASTBufferQueue: Slots: 04-30 23:15:30.538 945 2956 D BLASTBufferQueue: >[00:0xb4000079ce9538b0] state=ACQUIRED 0xb4000079de94c590 frame=11 [1080x2460:1088, 1] 04-30 23:15:30.538 945 2956 D BLASTBufferQueue: [01:0x0] state=FREE 04-30 23:15:30.538 945 2956 D BLASTBufferQueue: [02:0x0] state=FREE 04-30 23:15:30.538 945 2956 D BLASTBufferQueue: [03:0x0] state=FREE 04-30 23:15:30.538 945 2956 D BLASTBufferQueue: [04:0x0] state=FREE 04-30 23:15:30.538 945 2956 D BLASTBufferQueue: [05:0x0] state=FREE 04-30 23:15:32.156 945 2934 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value. 04-30 23:15:32.434 945 945 I wm_on_top_resumed_lost_called: [64736532,io.mrarm.mctoolbox.ErrorActivity,topStateChangedWhenResumed] 04-30 23:15:32.435 945 945 I wm_on_paused_called: [64736532,io.mrarm.mctoolbox.ErrorActivity,performPause] 04-30 23:15:32.450 945 945 I wm_on_restart_called: [203809425,io.mrarm.mctoolbox.DiagnosticActivity,performRestartActivity] 04-30 23:15:32.450 945 945 I wm_on_start_called: [203809425,io.mrarm.mctoolbox.DiagnosticActivity,handleStartActivity] 04-30 23:15:32.451 945 945 D TranActivityAppturboImpl: onResumeHork 04-30 23:15:32.451 945 945 D TranAppturboServiceImpl: onResumeHork 04-30 23:15:32.451 945 945 I wm_on_resume_called: [203809425,io.mrarm.mctoolbox.DiagnosticActivity,RESUME_ACTIVITY] 04-30 23:15:32.451 945 945 I wm_on_top_resumed_gained_called: [203809425,io.mrarm.mctoolbox.DiagnosticActivity,topWhenResuming] 04-30 23:15:32.461 945 945 D BufferQueueConsumer: [](id:3b100000002,api:0,p:- 1,c:945) connect: controlledByApp=false 04-30 23:15:32.462 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:32.462 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:32.462 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:32.473 945 2956 D BLASTBufferQueue: [VRI[DiagnosticActivity]#2] (f:0,a:1) acquireNextBufferLocked size=2352x1080 mFrameNumber=1 applyTransaction=true mTimestamp=812877696141989(auto) mPendingTransactions.size=0 graphicBufferId=4058744094741 transform=7 04-30 23:15:32.945 945 945 D BLASTBufferQueue: [VRI[ErrorActivity]#1](f:0,a:3) destructor() 04-30 23:15:32.945 945 945 D BufferQueueConsumer: [VRI[ErrorActivity]#1(BLAST Consumer)1](id:3b100000001,api:0,p:-1,c:945) disconnect 04-30 23:15:32.947 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:32.947 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:32.947 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:32.947 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:32.948 945 945 I wm_on_stop_called: [64736532,io.mrarm.mctoolbox.ErrorActivity,LIFECYCLER_STOP_ACTIVITY] 04-30 23:15:32.948 945 945 D ActivityThread: -- comp:io.mrarm.mctoolbox/io.mrarm.mctoolbox.ErrorActivity 04-30 23:15:32.949 945 945 I wm_on_destroy_called: [64736532,io.mrarm.mctoolbox.ErrorActivity,performDestroy] 04-30 23:15:32.954 945 945 D View : [Warning] assignParent to null: this = DecorView@971108f[ErrorActivity] 04-30 23:15:32.971 945 945 D InputTransport: Destroy ARC handle: 0xb40000793e981850 04-30 23:15:32.972 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:32.972 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:32.973 945 945 D os.SingleLiceFactory: using com.android.internal.IInternalViewLice$DefaultImpl@4007c6 instead of com.transsion.activityembedding.ActivityEmbeddingLiceFactory from com.android.internal.IInternalViewLice 04-30 23:15:32.998 945 2956 D BLASTBufferQueue: [VRI[DiagnosticActivity]#2] (f:0,a:2) producer disconnected before: mAbandoned=0 04-30 23:15:32.998 945 2956 D BLASTBufferQueue: - BufferQueue mMaxAcquiredBufferCount=4 mMaxDequeuedBufferCount=2 04-30 23:15:32.998 945 2956 D BLASTBufferQueue: mDequeueBufferCannotBlock=0 mAsyncMode=0 04-30 23:15:32.998 945 2956 D BLASTBufferQueue: mQueueBufferCanDrop=0 mLegacyBufferDrop=1 04-30 23:15:32.998 945 2956 D BLASTBufferQueue: default-size=[2352x1080] default-format=2 transform-hint=04 frame-counter=2 04-30 23:15:32.998 945 2956 D BLASTBufferQueue: mTransformHintInUse=04 mAutoPrerotation=0 04-30 23:15:32.998 945 2956 D BLASTBufferQueue: FIFO(0): 04-30 23:15:32.998 945 2956 D BLASTBufferQueue: (mConsumerName=VRI[DiagnosticActivity]#2(BLAST Consumer)2, mConnectedApi=1, mConsumerUsageBits=2304, mId=3b100000002, producer=[945:io.mrarm.mctoolbox], consumer=[945:io.mrarm.mctoolbox]) 04-30 23:15:32.998 945 2956 D BLASTBufferQueue: Slots: 04-30 23:15:32.998 945 2956 D BLASTBufferQueue: >[00:0xb4000079ce953790] state=ACQUIRED 0xb4000079de951130 frame=2 [1080x2352:1088, 1] 04-30 23:15:32.998 945 2956 D BLASTBufferQueue: [01:0x0] state=FREE 04-30 23:15:32.998 945 2956 D BLASTBufferQueue: [02:0x0] state=FREE 04-30 23:15:32.998 945 2956 D BLASTBufferQueue: [03:0x0] state=FREE 04-30 23:15:32.998 945 2956 D BLASTBufferQueue: [04:0x0] state=FREE 04-30 23:15:32.998 945 2956 D BLASTBufferQueue: [05:0x0] state=FREE