Closed Universalizer closed 1 year ago
Did the app crash or is it just the detailed error message?
But System's status bar / notification panel ; message that 'this error should rarely occur.' (Something like that).
But System's status bar / notification panel ; message that 'this error should rarely occur.' (Something like that).
Noticed this
Surprisingly⁉️, Even didn't found "cached downloaded .apk" file in app's folder.
The new version should handle this type of error better.
Surprisinglyinterrobang, Even didn't found "cached downloaded .apk" file in app's folder.
The old FFUpdater version uses only one file or downloading and cache => If you start a download, the cache will be cleared. But this is also improved in the latest version.
Stacktrace:
java.lang.IllegalStateException: LifecycleOwner de.marmaro.krt.ffupdater.DownloadActivity@954945c is attempting to register while current state is RESUMED. LifecycleOwners must call register before they are STARTED.
at androidx.activity.result.f.c(SourceFile:92)
at de.marmaro.krt.ffupdater.installer.impl.IntentInstaller.onCreate(Unknown Source:21)
at androidx.lifecycle.FullLifecycleObserverAdapter.a(Unknown Source:42)
at androidx.lifecycle.p$a.a(SourceFile:18)
at androidx.lifecycle.p.a(SourceFile:115)
at de.marmaro.krt.ffupdater.DownloadActivity.installApp(Unknown Source:104)
at de.marmaro.krt.ffupdater.DownloadActivity.postProcessDownload(Unknown Source:157)
at de.marmaro.krt.ffupdater.DownloadActivity.startDownload(SourceFile:490)
at de.marmaro.krt.ffupdater.DownloadActivity.access$startDownload(Unknown Source:0)
at de.marmaro.krt.ffupdater.DownloadActivity$startDownload$1.invokeSuspend(Unknown Source:11)
at w3.a.resumeWith(Unknown Source:8)
at i4.l0.run(Unknown Source:102)
at android.os.Handler.handleCallback(Handler.java:883)
at android.os.Handler.dispatchMessage(Handler.java:100)
at android.os.Looper.loop(Looper.java:237)
at android.app.ActivityThread.main(ActivityThread.java:7948)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1075)
Suppressed: i4.j0: [p1{Cancelling}@396f2dd, Dispatchers.Main]
Timestamp: 2023-01-31T23:44:11.633
Device information: | Key | Value |
---|---|---|
FFUpdater version | 77.7.0 (126) release | |
Device | SM-J600G (j6ltedx, j6lte, exynos7870) | |
Manufacturer | samsung (samsung) | |
Supported ABIs | armeabi-v7a, armeabi | |
Android version | 10 (SDK: 29) | |
OS | dpi, release-keys, |
Thank You.
Thanks :)
The problem was, that I registered a component to late. But for ever reason this mistake did not crash the app in the emulator or my real device (Fairphone 4)
Stacktrace: