Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App crashes in some Android 13 devices #80

Open
1 task done
Purv06 opened this issue Jun 14, 2023 · 5 comments
Open
1 task done

App crashes in some Android 13 devices #80

Purv06 opened this issue Jun 14, 2023 · 5 comments

Comments

@Purv06
Copy link

Purv06 commented Jun 14, 2023

Requirements

  • I have verified there are no duplicate active or recent bugs, questions, or requests

Kuper Version

2.4.5

Android Version

13

Device Manufacturer

Xiaomi, Realme etc.

Device Name

Redmi K50i, Redmi note 12, Realme GT Master Edition

What happened?

When user opens the app on selected devices, app gets Crashed.
this issue is not on all devices but there are many devices with Android 13.
The app works well in Samsung S21, Realme 9 Pro with Android 13. & all Android 12 or lower versions.

Reproduction Steps

Open the app in selected Android 13 Devices.

Expected behavior

Apps just gets crashed. but yes, widgets can be accessed by directly KWGT app.

Screenshots or videos

Placid.Crash.-.Trim.mp4

Code and/or Logs

2023-06-11 22:12:59.514 25117-25227 System.err              monochromepro.kustom.pack            W  java.util.zip.ZipException: error in opening zip file
2023-06-11 22:12:59.516 25117-25227 System.err              monochromepro.kustom.pack            W  	at java.util.zip.ZipFile.open(Native Method)
2023-06-11 22:12:59.516 25117-25227 System.err              monochromepro.kustom.pack            W  	at java.util.zip.ZipFile.<init>(ZipFile.java:265)
2023-06-11 22:12:59.516 25117-25227 System.err              monochromepro.kustom.pack            W  	at java.util.zip.ZipFile.<init>(ZipFile.java:187)
2023-06-11 22:12:59.516 25117-25227 System.err              monochromepro.kustom.pack            W  	at java.util.zip.ZipFile.<init>(ZipFile.java:201)
2023-06-11 22:12:59.516 25117-25227 System.err              monochromepro.kustom.pack            W  	at dev.jahir.kuper.data.viewmodels.ComponentsViewModel$getWidgetPreviewsPathFromZip$2.invokeSuspend(ComponentsViewModel.kt:128)
2023-06-11 22:12:59.516 25117-25227 System.err              monochromepro.kustom.pack            W  	at dev.jahir.kuper.data.viewmodels.ComponentsViewModel$getWidgetPreviewsPathFromZip$2.invoke(Unknown Source:8)
2023-06-11 22:12:59.516 25117-25227 System.err              monochromepro.kustom.pack            W  	at dev.jahir.kuper.data.viewmodels.ComponentsViewModel$getWidgetPreviewsPathFromZip$2.invoke(Unknown Source:4)
2023-06-11 22:12:59.516 25117-25227 System.err              monochromepro.kustom.pack            W  	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78)
2023-06-11 22:12:59.516 25117-25227 System.err              monochromepro.kustom.pack            W  	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:167)
2023-06-11 22:12:59.516 25117-25227 System.err              monochromepro.kustom.pack            W  	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source:1)
2023-06-11 22:12:59.516 25117-25227 System.err              monochromepro.kustom.pack            W  	at dev.jahir.kuper.data.viewmodels.ComponentsViewModel.getWidgetPreviewsPathFromZip(ComponentsViewModel.kt:100)
2023-06-11 22:12:59.516 25117-25227 System.err              monochromepro.kustom.pack            W  	at dev.jahir.kuper.data.viewmodels.ComponentsViewModel.access$getWidgetPreviewsPathFromZip(ComponentsViewModel.kt:27)
2023-06-11 22:12:59.516 25117-25227 System.err              monochromepro.kustom.pack            W  	at dev.jahir.kuper.data.viewmodels.ComponentsViewModel$internalLoadComponents$2.invokeSuspend(ComponentsViewModel.kt:72)
2023-06-11 22:12:59.516 25117-25227 System.err              monochromepro.kustom.pack            W  	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
2023-06-11 22:12:59.516 25117-25227 System.err              monochromepro.kustom.pack            W  	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
2023-06-11 22:12:59.516 25117-25227 System.err              monochromepro.kustom.pack            W  	at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
2023-06-11 22:12:59.516 25117-25227 System.err              monochromepro.kustom.pack            W  	at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:100)
2023-06-11 22:12:59.516 25117-25227 System.err              monochromepro.kustom.pack            W  	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
2023-06-11 22:12:59.516 25117-25227 System.err              monochromepro.kustom.pack            W  	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
2023-06-11 22:12:59.516 25117-25227 System.err              monochromepro.kustom.pack            W  	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
2023-06-11 22:12:59.516 25117-25227 System.err              monochromepro.kustom.pack            W  	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
2023-06-11 22:12:59.519 25117-25175 gralloc4                monochromepro.kustom.pack            E  Empty SMPTE 2094-40 data

Additional context or info

Here is the app so you can try.

Placid KWGT:
https://play.google.com/store/apps/details?id=placid.dd.kwgt

Promocode: V2D742VC4CPQ4Q5081WG0DL


Funding

  • You can sponsor this specific effort via a Polar.sh pledge below
  • We receive the pledge once the issue is completed & verified
Fund with Polar
@welcome
Copy link

welcome bot commented Jun 14, 2023

Thanks for opening your first issue here 😃! Please be sure to follow the issue template and check the contribution guidelines 😉 (otherwise the issue will be ignored 😕).

@jahirfiquitiva
Copy link
Owner

@Purv06 @Jacksonhayes please try version 2.4.6 and let me know if it works.

Otherwise, this issue might be specific to devices running MIUI, and I can't test or provide an actual fix, as I don't own one of those devices.

@Purv06
Copy link
Author

Purv06 commented Jul 26, 2023 via email

@jahirfiquitiva
Copy link
Owner

Adding another crash report logs, for future reference.

2023-09-23 16:57:33.990 libc                     A  Fatal signal 7 (SIGBUS), code 2 (BUS_ADRERR), fault addr 0x70e02bf829 in tid 19468 (DefaultDispatch), pid 19433 (jahir.kuper.app)
2023-09-23 16:57:34.005 TrafficStats             D  tagSocket(121) with statsTag=0xffffffff, statsUid=-1
2023-09-23 16:57:34.369 DEBUG                    A  Cmdline: dev.jahir.kuper.app
2023-09-23 16:57:34.369 DEBUG                    A  pid: 19433, tid: 19468, name: DefaultDispatch  >>> dev.jahir.kuper.app <<<
2023-09-23 16:57:34.369 DEBUG                    A        #13 pc 0000000000002aac  /data/data/dev.jahir.kuper.app/code_cache/.overlay/base.apk/classes8.dex (dev.jahir.kuper.data.viewmodels.ComponentsViewModel$getWidgetPreviewsPathFromZip$2.invoke+16)
2023-09-23 16:57:34.369 DEBUG                    A        #15 pc 0000000000002a80  /data/data/dev.jahir.kuper.app/code_cache/.overlay/base.apk/classes8.dex (dev.jahir.kuper.data.viewmodels.ComponentsViewModel$getWidgetPreviewsPathFromZip$2.invoke+8)
2023-09-23 16:57:34.369 DEBUG                    A        #17 pc 00000000000e88c8  [anon:dalvik-classes15.dex extracted in memory from /data/app/~~bi_KS8Rm2mJp9u4k_6bfNw==/dev.jahir.kuper.app-h9X83gl_1Op9oN9eU8rxGA==/base.apk!classes15.dex] (kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn+28)
2023-09-23 16:57:34.369 DEBUG                    A        #19 pc 00000000000a490c  [anon:dalvik-classes15.dex extracted in memory from /data/app/~~bi_KS8Rm2mJp9u4k_6bfNw==/dev.jahir.kuper.app-h9X83gl_1Op9oN9eU8rxGA==/base.apk!classes15.dex] (kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext+136)
2023-09-23 16:57:34.369 DEBUG                    A        #21 pc 00000000000a4ae4  [anon:dalvik-classes15.dex extracted in memory from /data/app/~~bi_KS8Rm2mJp9u4k_6bfNw==/dev.jahir.kuper.app-h9X83gl_1Op9oN9eU8rxGA==/base.apk!classes15.dex] (kotlinx.coroutines.BuildersKt.withContext+0)
2023-09-23 16:57:34.369 DEBUG                    A        #23 pc 0000000000003ccc  /data/data/dev.jahir.kuper.app/code_cache/.overlay/base.apk/classes8.dex (dev.jahir.kuper.data.viewmodels.ComponentsViewModel.getWidgetPreviewsPathFromZip+48)
2023-09-23 16:57:34.369 DEBUG                    A        #25 pc 0000000000003c64  /data/data/dev.jahir.kuper.app/code_cache/.overlay/base.apk/classes8.dex (dev.jahir.kuper.data.viewmodels.ComponentsViewModel.access$getWidgetPreviewsPathFromZip+0)
2023-09-23 16:57:34.369 DEBUG                    A        #27 pc 0000000000003424  /data/data/dev.jahir.kuper.app/code_cache/.overlay/base.apk/classes8.dex (dev.jahir.kuper.data.viewmodels.ComponentsViewModel$internalLoadComponents$2.invokeSuspend+876)
2023-09-23 16:57:34.369 DEBUG                    A        #29 pc 000000000000309c  /data/data/dev.jahir.kuper.app/code_cache/.overlay/base.apk/classes8.dex (dev.jahir.kuper.data.viewmodels.ComponentsViewModel$internalLoadComponents$2.invoke+16)
2023-09-23 16:57:34.369 DEBUG                    A        #31 pc 0000000000003070  /data/data/dev.jahir.kuper.app/code_cache/.overlay/base.apk/classes8.dex (dev.jahir.kuper.data.viewmodels.ComponentsViewModel$internalLoadComponents$2.invoke+8)
2023-09-23 16:57:34.369 DEBUG                    A        #33 pc 00000000000e88c8  [anon:dalvik-classes15.dex extracted in memory from /data/app/~~bi_KS8Rm2mJp9u4k_6bfNw==/dev.jahir.kuper.app-h9X83gl_1Op9oN9eU8rxGA==/base.apk!classes15.dex] (kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn+28)
2023-09-23 16:57:34.369 DEBUG                    A        #35 pc 00000000000a490c  [anon:dalvik-classes15.dex extracted in memory from /data/app/~~bi_KS8Rm2mJp9u4k_6bfNw==/dev.jahir.kuper.app-h9X83gl_1Op9oN9eU8rxGA==/base.apk!classes15.dex] (kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext+136)
2023-09-23 16:57:34.369 DEBUG                    A        #37 pc 00000000000a4ae4  [anon:dalvik-classes15.dex extracted in memory from /data/app/~~bi_KS8Rm2mJp9u4k_6bfNw==/dev.jahir.kuper.app-h9X83gl_1Op9oN9eU8rxGA==/base.apk!classes15.dex] (kotlinx.coroutines.BuildersKt.withContext+0)
2023-09-23 16:57:34.369 DEBUG                    A        #39 pc 0000000000003d38  /data/data/dev.jahir.kuper.app/code_cache/.overlay/base.apk/classes8.dex (dev.jahir.kuper.data.viewmodels.ComponentsViewModel.internalLoadComponents+80)
2023-09-23 16:57:34.369 DEBUG                    A        #41 pc 0000000000003c80  /data/data/dev.jahir.kuper.app/code_cache/.overlay/base.apk/classes8.dex (dev.jahir.kuper.data.viewmodels.ComponentsViewModel.access$internalLoadComponents+0)
2023-09-23 16:57:34.369 DEBUG                    A        #43 pc 0000000000003896  /data/data/dev.jahir.kuper.app/code_cache/.overlay/base.apk/classes8.dex (dev.jahir.kuper.data.viewmodels.ComponentsViewModel$loadComponents$1$componentsValue$1.invokeSuspend+78)
2023-09-23 16:57:34.369 DEBUG                    A        #45 pc 00000000000618d6  [anon:dalvik-classes15.dex extracted in memory from /data/app/~~bi_KS8Rm2mJp9u4k_6bfNw==/dev.jahir.kuper.app-h9X83gl_1Op9oN9eU8rxGA==/base.apk!classes15.dex] (kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith+42)
2023-09-23 16:57:34.369 DEBUG                    A        #47 pc 00000000000a9f20  [anon:dalvik-classes15.dex extracted in memory from /data/app/~~bi_KS8Rm2mJp9u4k_6bfNw==/dev.jahir.kuper.app-h9X83gl_1Op9oN9eU8rxGA==/base.apk!classes15.dex] (kotlinx.coroutines.DispatchedTask.run+448)
2023-09-23 16:57:34.369 DEBUG                    A        #49 pc 00000000000e3f7a  [anon:dalvik-classes15.dex extracted in memory from /data/app/~~bi_KS8Rm2mJp9u4k_6bfNw==/dev.jahir.kuper.app-h9X83gl_1Op9oN9eU8rxGA==/base.apk!classes15.dex] (kotlinx.coroutines.internal.LimitedDispatcher$Worker.run+10)
2023-09-23 16:57:34.369 DEBUG                    A        #51 pc 00000000000ebb26  [anon:dalvik-classes15.dex extracted in memory from /data/app/~~bi_KS8Rm2mJp9u4k_6bfNw==/dev.jahir.kuper.app-h9X83gl_1Op9oN9eU8rxGA==/base.apk!classes15.dex] (kotlinx.coroutines.scheduling.TaskImpl.run+6)
2023-09-23 16:57:34.369 DEBUG                    A        #53 pc 00000000000eabf2  [anon:dalvik-classes15.dex extracted in memory from /data/app/~~bi_KS8Rm2mJp9u4k_6bfNw==/dev.jahir.kuper.app-h9X83gl_1Op9oN9eU8rxGA==/base.apk!classes15.dex] (kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely+2)
2023-09-23 16:57:34.369 DEBUG                    A        #55 pc 00000000000e97ce  [anon:dalvik-classes15.dex extracted in memory from /data/app/~~bi_KS8Rm2mJp9u4k_6bfNw==/dev.jahir.kuper.app-h9X83gl_1Op9oN9eU8rxGA==/base.apk!classes15.dex] (kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask+34)
2023-09-23 16:57:34.369 DEBUG                    A        #57 pc 00000000000e98fc  [anon:dalvik-classes15.dex extracted in memory from /data/app/~~bi_KS8Rm2mJp9u4k_6bfNw==/dev.jahir.kuper.app-h9X83gl_1Op9oN9eU8rxGA==/base.apk!classes15.dex] (kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker+56)
2023-09-23 16:57:34.369 DEBUG                    A        #59 pc 00000000000e98ac  [anon:dalvik-classes15.dex extracted in memory from /data/app/~~bi_KS8Rm2mJp9u4k_6bfNw==/dev.jahir.kuper.app-h9X83gl_1Op9oN9eU8rxGA==/base.apk!classes15.dex] (kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run+0)

@jahirfiquitiva jahirfiquitiva changed the title Crashes in some Android 13 devices. due to libopenjdk.so Crashes in some Android 13 devices. Oct 5, 2023
@jahirfiquitiva jahirfiquitiva changed the title Crashes in some Android 13 devices. App crashes in some Android 13 devices Oct 5, 2023
@jahirfiquitiva
Copy link
Owner

More logs for reference

01-03 01:18:08.178 10029 30469 30469 E LoadedApk: Unable to instantiate appComponentFactory
01-03 01:18:08.178 10029 30469 30469 E LoadedApk: java.lang.ClassNotFoundException: Didn't find class "androidx.core.app.CoreComponentFactory" on path: DexPathList[[zip file "/system/priv-app/HwControlCenter/HwControlCenter.apk"],nativeLibraryDirectories=[/system/priv-app/HwControlCenter/lib/arm64, /system/lib64, /hw_product/lib64, /system/product/lib64, /prets/lib64, /system/lib64, /hw_product/lib64, /system/product/lib64, /prets/lib64]]
01-03 01:18:08.178 10029 30469 30469 E LoadedApk: 	at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:209)
01-03 01:18:08.178 10029 30469 30469 E LoadedApk: 	at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
01-03 01:18:08.178 10029 30469 30469 E LoadedApk: 	at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
01-03 01:18:08.178 10029 30469 30469 E LoadedApk: 	at android.app.LoadedApk.createAppFactory(LoadedApk.java:270)
01-03 01:18:08.178 10029 30469 30469 E LoadedApk: 	at android.app.LoadedApk.createOrUpdateClassLoaderLocked(LoadedApk.java:1005)
01-03 01:18:08.178 10029 30469 30469 E LoadedApk: 	at android.app.LoadedApk.getClassLoader(LoadedApk.java:1129)
01-03 01:18:08.178 10029 30469 30469 E LoadedApk: 	at android.app.LoadedApk.getResources(LoadedApk.java:1419)
01-03 01:18:08.178 10029 30469 30469 E LoadedApk: 	at android.app.ContextImpl.createAppContext(ContextImpl.java:2662)
01-03 01:18:08.178 10029 30469 30469 E LoadedApk: 	at android.app.ContextImpl.createAppContext(ContextImpl.java:2644)
01-03 01:18:08.178 10029 30469 30469 E LoadedApk: 	at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7452)
01-03 01:18:08.178 10029 30469 30469 E LoadedApk: 	at android.app.ActivityThread.access$2600(ActivityThread.java:260)
01-03 01:18:08.178 10029 30469 30469 E LoadedApk: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2435)
01-03 01:18:08.178 10029 30469 30469 E LoadedApk: 	at android.os.Handler.dispatchMessage(Handler.java:110)
01-03 01:18:08.178 10029 30469 30469 E LoadedApk: 	at android.os.Looper.loop(Looper.java:219)
01-03 01:18:08.178 10029 30469 30469 E LoadedApk: 	at android.app.ActivityThread.main(ActivityThread.java:8668)
01-03 01:18:08.178 10029 30469 30469 E LoadedApk: 	at java.lang.reflect.Method.invoke(Native Method)
01-03 01:18:08.178 10029 30469 30469 E LoadedApk: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:513)
01-03 01:18:08.178 10029 30469 30469 E LoadedApk: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1109)
01-03 01:18:24.357 10043 31104 31104 E ActivityThread: Failed to find provider info for com.huawei.homevision.videocall.callstatusprovider
01-03 01:18:24.385 10043 31104 31104 E ActivityThread: Failed to find provider info for com.huawei.homevision.videocall.callstatusprovider
01-03 01:18:26.666 10219 31166 31202 F libc    : Fatal signal 7 (SIGBUS), code 2 (BUS_ADRERR), fault addr 0x7f25c3c6b6 in tid 31202 (DefaultDispatch), pid 31166 (tive14kwgt.pack)
01-03 01:18:26.732 10219 31251 31251 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-03 01:18:26.732 10219 31251 31251 F DEBUG   : Build fingerprint: 'HUAWEI/VOG-L29EEA/HWVOG:10/HUAWEIVOG-L29/10.1.0.150C431:user/release-keys'
01-03 01:18:26.732 10219 31251 31251 F DEBUG   : Revision: '0'
01-03 01:18:26.732 10219 31251 31251 F DEBUG   : ABI: 'arm64'
01-03 01:18:26.732 10219 31251 31251 F DEBUG   : Timestamp: 2024-01-03 01:18:26+0100
01-03 01:18:26.732 10219 31251 31251 F DEBUG   : pid: 31166, tid: 31202, name: DefaultDispatch  >>> com.adaptive14kwgt.pack <<<
01-03 01:18:26.732 10219 31251 31251 F DEBUG   : uid: 10219
01-03 01:18:26.732 10219 31251 31251 F DEBUG   : signal 7 (SIGBUS), code 2 (BUS_ADRERR), fault addr 0x7f25c3c6b6
01-03 01:18:26.732 10219 31251 31251 F DEBUG   :     x0  0000007eaa9d0880  x1  0000007f17ab08c0  x2  0000000000000001  x3  0000000000000002
01-03 01:18:26.732 10219 31251 31251 F DEBUG   :     x4  0000000017a3d184  x5  0000000000000bd0  x6  0000000017a3e788  x7  0000000000000018
01-03 01:18:26.732 10219 31251 31251 F DEBUG   :     x8  0000007f25d3c698  x9  0000000000100698  x10 0000000000100000  x11 0000000000000003
01-03 01:18:26.732 10219 31251 31251 F DEBUG   :     x12 0000007ebf3f9348  x13 0000000000000000  x14 000000006fc62590  x15 0000000000000001
01-03 01:18:26.732 10219 31251 31251 F DEBUG   :     x16 0000007fb01aca30  x17 0000007fb01a0f80  x18 0000007ebc3e0000  x19 0000007eaa9d0880
01-03 01:18:26.732 10219 31251 31251 F DEBUG   :     x20 0000007f17ab08c0  x21 0000007e8081fcc0  x22 0000007f25c3c698  x23 0000000000000003
01-03 01:18:26.732 10219 31251 31251 F DEBUG   :     x24 0000000000000002  x25 0000007e8081fcc0  x26 0000000000000001  x27 0000007eaa9d08a8
01-03 01:18:26.732 10219 31251 31251 F DEBUG   :     x28 000000001715d7f8  x29 0000007f1dfe7cb0
01-03 01:18:26.732 10219 31251 31251 F DEBUG   :     sp  0000007f1dfe7c20  lr  0000007f23bdd170  pc  0000007f23bdd1a4
01-03 01:18:26.817 10219 31251 31251 F DEBUG   : 
01-03 01:18:26.817 10219 31251 31251 F DEBUG   : backtrace:
01-03 01:18:26.817 10219 31251 31251 F DEBUG   :       #00 pc 000000000001b1a4  /apex/com.android.runtime/lib64/libopenjdk.so (newEntry+104) (BuildId: ef140f193bcb732a639cc9d3c7bdd5b7)
01-03 01:18:26.817 10219 31251 31251 F DEBUG   :       #01 pc 000000000001b618  /apex/com.android.runtime/lib64/libopenjdk.so (ZIP_GetNextEntry+60) (BuildId: ef140f193bcb732a639cc9d3c7bdd5b7)
01-03 01:18:26.817 10219 31251 31251 F DEBUG   :       #02 pc 00000000000f58f0  /system/framework/arm64/boot.oat (art_jni_trampoline+160) (BuildId: 99231c54c2ff5769ddb508e3f888fd97b835781c)
01-03 01:18:26.817 10219 31251 31251 F DEBUG   :       #03 pc 00000000002b6118  /system/framework/arm64/boot.oat (java.util.zip.ZipFile$ZipEntryIterator.next+168) (BuildId: 99231c54c2ff5769ddb508e3f888fd97b835781c)
01-03 01:18:26.817 10219 31251 31251 F DEBUG   :       #04 pc 00000000002a7088  /system/framework/arm64/boot.oat (java.util.jar.JarFile$JarEntryIterator.nextElement [DEDUPED]+40) (BuildId: 99231c54c2ff5769ddb508e3f888fd97b835781c)
01-03 01:18:26.817 10219 31251 31251 F DEBUG   :       #05 pc 00000000002a7038  /system/framework/arm64/boot.oat (java.util.jar.JarFile$JarEntryIterator.nextElement [DEDUPED]+40) (BuildId: 99231c54c2ff5769ddb508e3f888fd97b835781c)
01-03 01:18:26.817 10219 31251 31251 F DEBUG   :       #06 pc 0000000002001d4c  /memfd:/jit-cache (deleted) (dev.jahir.kuper.data.viewmodels.ComponentsViewModel$getWidgetPreviewsPathFromZip$2.invokeSuspend+2044)
01-03 01:18:26.817 10219 31251 31251 F DEBUG   :       #07 pc 0000000000147334  /apex/com.android.runtime/lib64/libart.so (art_quick_invoke_stub+548) (BuildId: 08543716770b195bd10fafbe11bb5052)
01-03 01:18:26.817 10219 31251 31251 F DEBUG   :       #08 pc 00000000001561b4  /apex/com.android.runtime/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+252) (BuildId: 08543716770b195bd10fafbe11bb5052)
01-03 01:18:26.817 10219 31251 31251 F DEBUG   :       #09 pc 00000000002fd900  /apex/com.android.runtime/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+384) (BuildId: 08543716770b195bd10fafbe11bb5052)
01-03 01:18:26.817 10219 31251 31251 F DEBUG   :       #10 pc 00000000002f8bd0  /apex/com.android.runtime/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+912) (BuildId: 08543716770b195bd10fafbe11bb5052)
01-03 01:18:26.817 10219 31251 31251 F DEBUG   :       #11 pc 00000000005d1774  /apex/com.android.runtime/lib64/libart.so (MterpInvokeVirtualQuick+596) (BuildId: 08543716770b195bd10fafbe11bb5052)
01-03 01:18:26.817 10219 31251 31251 F DEBUG   :       #12 pc 0000000000145594  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_virtual_quick+20) (BuildId: 08543716770b195bd10fafbe11bb5052)
01-03 01:18:26.817 10219 31251 31251 F DEBUG   :       #13 pc 00000000001fb2c0  /data/app/com.adaptive14kwgt.pack-ro4CRRHEjSyyEo3stAp0nA==/oat/arm64/base.vdex (dev.jahir.kuper.data.viewmodels.ComponentsViewModel$getWidgetPreviewsPathFromZip$2.invoke+16)
01-03 01:18:26.817 10219 31251 31251 F DEBUG   :       #14 pc 00000000005d1a78  /apex/com.android.runtime/lib64/libart.so (MterpInvokeVirtualQuick+1368) (BuildId: 08543716770b195bd10fafbe11bb5052)
01-03 01:18:26.817 10219 31251 31251 F DEBUG   :       #15 pc 0000000000145594  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_virtual_quick+20) (BuildId: 08543716770b195bd10fafbe11bb5052)
01-03 01:18:26.817 10219 31251 31251 F DEBUG   :       #16 pc 00000000001fb294  /data/app/com.adaptive14kwgt.pack-ro4CRRHEjSyyEo3stAp0nA==/oat/arm64/base.vdex (dev.jahir.kuper.data.viewmodels.ComponentsViewModel$getWidgetPreviewsPathFromZip$2.invoke+8)
01-03 01:18:26.817 10219 31251 31251 F DEBUG   :       #17 pc 00000000005cd060  /apex/com.android.runtime/lib64/libart.so (MterpInvokeInterface+1752) (BuildId: 08543716770b195bd10fafbe11bb5052)
01-03 01:18:26.817 10219 31251 31251 F DEBUG   :       #18 pc 0000000000141a14  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_interface+20) (BuildId: 08543716770b195bd10fafbe11bb5052)
01-03 01:18:26.817 10219 31251 31251 F DEBUG   :       #19 pc 00000000001c67b2  /data/app/com.adaptive14kwgt.pack-ro4CRRHEjSyyEo3stAp0nA==/oat/arm64/base.vdex (d3.a.u0+6)
01-03 01:18:26.817 10219 31251 31251 F DEBUG   :       #20 pc 00000000005ce408  /apex/com.android.runtime/lib64/libart.so (MterpInvokeStatic+1136) (BuildId: 08543716770b195bd10fafbe11bb5052)
01-03 01:18:26.817 10219 31251 31251 F DEBUG   :       #21 pc 0000000000141994  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: 08543716770b195bd10fafbe11bb5052)
01-03 01:18:26.817 10219 31251 31251 F DEBUG   :       #22 pc 00000000001c690a  /data/app/com.adaptive14kwgt.pack-ro4CRRHEjSyyEo3stAp0nA==/oat/arm64/base.vdex (d3.a.G0+122)
01-03 01:18:26.817 10219 31251 31251 F DEBUG   :       #23 pc 00000000005ce408  /apex/com.android.runtime/lib64/libart.so (MterpInvokeStatic+1136) (BuildId: 08543716770b195bd10fafbe11bb5052)
01-03 01:18:26.817 10219 31251 31251 F DEBUG   :       #24 pc 0000000000141994  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: 08543716770b195bd10fafbe11bb5052)
01-03 01:18:26.817 10219 31251 31251 F DEBUG   :       #25 pc 00000000001fbec0  /data/app/com.adaptive14kwgt.pack-ro4CRRHEjSyyEo3stAp0nA==/oat/arm64/base.vdex (dev.jahir.kuper.data.viewmodels.ComponentsViewModel.getWidgetPreviewsPathFromZip+36)
01-03 01:18:26.817 10219 31251 31251 F DEBUG   :       #26 pc 00000000005d0b14  /apex/com.android.runtime/lib64/libart.so (MterpInvokeDirectRange+788) (BuildId: 08543716770b195bd10fafbe11bb5052)
01-03 01:18:26.817 10219 31251 31251 F DEBUG   :       #27 pc 0000000000141c14  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_direct_range+20) (BuildId: 08543716770b195bd10fafbe11bb5052)
01-03 01:18:26.817 10219 31251 31251 F DEBUG   :       #28 pc 00000000001fbe64  /data/app/com.adaptive14kwgt.pack-ro4CRRHEjSyyEo3stAp0nA==/oat/arm64/base.vdex (dev.jahir.kuper.data.viewmodels.ComponentsViewModel.access$getWidgetPreviewsPathFromZip)
01-03 01:18:26.817 10219 31251 31251 F DEBUG   :       #29 pc 00000000005d1174  /apex/com.android.runtime/lib64/libart.so (MterpInvokeStaticRange+768) (BuildId: 08543716770b195bd10fafbe11bb5052)
01-03 01:18:26.817 10219 31251 31251 F DEBUG   :       #30 pc 0000000000141c94  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_static_range+20) (BuildId: 08543716770b195bd10fafbe11bb5052)
01-03 01:18:26.817 10219 31251 31251 F DEBUG   :       #31 pc 00000000001fba9c  /data/app/com.adaptive14kwgt.pack-ro4CRRHEjSyyEo3stAp0nA==/oat/arm64/base.vdex (dev.jahir.kuper.data.viewmodels.ComponentsViewModel$internalLoadComponents$2.invokeSuspend+656)
01-03 01:18:26.817 10219 31251 31251 F DEBUG   :       #32 pc 00000000005d1a78  /apex/com.android.runtime/lib64/libart.so (MterpInvokeVirtualQuick+1368) (BuildId: 08543716770b195bd10fafbe11bb5052)
01-03 01:18:26.817 10219 31251 31251 F DEBUG   :       #33 pc 0000000000145594  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_virtual_quick+20) (BuildId: 08543716770b195bd10fafbe11bb5052)
01-03 01:18:26.817 10219 31251 31251 F DEBUG   :       #34 pc 0000000000278dc4  /data/app/com.adaptive14kwgt.pack-ro4CRRHEjSyyEo3stAp0nA==/oat/arm64/base.vdex (v3.a.resumeWith+16)
01-03 01:18:26.817 10219 31251 31251 F DEBUG   :       #35 pc 00000000005cd060  /apex/com.android.runtime/lib64/libart.so (MterpInvokeInterface+1752) (BuildId: 08543716770b195bd10fafbe11bb5052)
01-03 01:18:26.817 10219 31251 31251 F DEBUG   :       #36 pc 0000000000141a14  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_interface+20) (BuildId: 08543716770b195bd10fafbe11bb5052)
01-03 01:18:26.818 10219 31251 31251 F DEBUG   :       #37 pc 000000000022b23c  /data/app/com.adaptive14kwgt.pack-ro4CRRHEjSyyEo3stAp0nA==/oat/arm64/base.vdex (k4.f0.run+172)
01-03 01:18:26.818 10219 31251 31251 F DEBUG   :       #38 pc 00000000005cd060  /apex/com.android.runtime/lib64/libart.so (MterpInvokeInterface+1752) (BuildId: 08543716770b195bd10fafbe11bb5052)
01-03 01:18:26.818 10219 31251 31251 F DEBUG   :       #39 pc 0000000000141a14  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_interface+20) (BuildId: 08543716770b195bd10fafbe11bb5052)
01-03 01:18:26.818 10219 31251 31251 F DEBUG   :       #40 pc 00000000002343f2  /data/app/com.adaptive14kwgt.pack-ro4CRRHEjSyyEo3stAp0nA==/oat/arm64/base.vdex (n4.e.run+22)
01-03 01:18:26.818 10219 31251 31251 F DEBUG   :       #41 pc 00000000005cd060  /apex/com.android.runtime/lib64/libart.so (MterpInvokeInterface+1752) (BuildId: 08543716770b195bd10fafbe11bb5052)
01-03 01:18:26.818 10219 31251 31251 F DEBUG   :       #42 pc 0000000000141a14  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_interface+20) (BuildId: 08543716770b195bd10fafbe11bb5052)
01-03 01:18:26.818 10219 31251 31251 F DEBUG   :       #43 pc 000000000023ad00  /data/app/com.adaptive14kwgt.pack-ro4CRRHEjSyyEo3stAp0nA==/oat/arm64/base.vdex (o4.j.run+4)
01-03 01:18:26.818 10219 31251 31251 F DEBUG   :       #44 pc 00000000005cd060  /apex/com.android.runtime/lib64/libart.so (MterpInvokeInterface+1752) (BuildId: 08543716770b195bd10fafbe11bb5052)
01-03 01:18:26.818 10219 31251 31251 F DEBUG   :       #45 pc 0000000000141a14  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_interface+20) (BuildId: 08543716770b195bd10fafbe11bb5052)
01-03 01:18:26.818 10219 31251 31251 F DEBUG   :       #46 pc 0000000000239bee  /data/app/com.adaptive14kwgt.pack-ro4CRRHEjSyyEo3stAp0nA==/oat/arm64/base.vdex (o4.a$a.run+162)
01-03 01:18:26.818 10219 31251 31251 F DEBUG   :       #47 pc 00000000002ce22c  /apex/com.android.runtime/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEbb.llvm.10887373532384510885+320) (BuildId: 08543716770b195bd10fafbe11bb5052)
01-03 01:18:26.818 10219 31251 31251 F DEBUG   :       #48 pc 00000000005bc090  /apex/com.android.runtime/lib64/libart.so (artQuickToInterpreterBridge+1012) (BuildId: 08543716770b195bd10fafbe11bb5052)
01-03 01:18:26.818 10219 31251 31251 F DEBUG   :       #49 pc 0000000000150468  /apex/com.android.runtime/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 08543716770b195bd10fafbe11bb5052)
01-03 01:18:26.818 10219 31251 31251 F DEBUG   :       #50 pc 0000000000147334  /apex/com.android.runtime/lib64/libart.so (art_quick_invoke_stub+548) (BuildId: 08543716770b195bd10fafbe11bb5052)
01-03 01:18:26.818 10219 31251 31251 F DEBUG   :       #51 pc 00000000001561b4  /apex/com.android.runtime/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+252) (BuildId: 08543716770b195bd10fafbe11bb5052)
01-03 01:18:26.818 10219 31251 31251 F DEBUG   :       #52 pc 00000000004d8820  /apex/com.android.runtime/lib64/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+104) (BuildId: 08543716770b195bd10fafbe11bb5052)
01-03 01:18:26.818 10219 31251 31251 F DEBUG   :       #53 pc 00000000004d98b4  /apex/com.android.runtime/lib64/libart.so (art::InvokeVirtualOrInterfaceWithJValues(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, jvalue const*)+416) (BuildId: 08543716770b195bd10fafbe11bb5052)
01-03 01:18:26.818 10219 31251 31251 F DEBUG   :       #54 pc 000000000051ca8c  /apex/com.android.runtime/lib64/libart.so (art::Thread::CreateCallback(void*)+1232) (BuildId: 08543716770b195bd10fafbe11bb5052)
01-03 01:18:26.818 10219 31251 31251 F DEBUG   :       #55 pc 00000000000cf7c0  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+36) (BuildId: b91c775ccc9b0556e91bc575a2511cd0)
01-03 01:18:26.818 10219 31251 31251 F DEBUG   :       #56 pc 00000000000721a8  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: b91c775ccc9b0556e91bc575a2511cd0)
01-03 01:18:28.999 10219 31277 31311 F libc    : Fatal signal 7 (SIGBUS), code 2 (BUS_ADRERR), fault addr 0x7f25c69ff6 in tid 31311 (DefaultDispatch), pid 31277 (tive14kwgt.pack)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants