TeamAmaze / AmazeFileUtilities-Issue-Tracker

Issue tracker for Amaze File Utilities
https://play.google.com/store/apps/details?id=com.amaze.fileutilities
25 stars 3 forks source link

Application crash #377

Open Kasusiek opened 4 months ago

Kasusiek commented 4 months ago

Issue explanation (write below this line)

Exception

android.os.BadParcelableException: Failure retrieving array; only received 794 of 2313
    at android.content.pm.BaseParceledListSlice.<init>(BaseParceledListSlice.java:110)
    at android.content.pm.ParceledListSlice.<init>(ParceledListSlice.java:42)
    at android.content.pm.ParceledListSlice.<init>(Unknown Source:0)
    at android.content.pm.ParceledListSlice$1.createFromParcel(ParceledListSlice.java:80)
    at android.content.pm.ParceledListSlice$1.createFromParcel(ParceledListSlice.java:78)
    at android.os.Parcel.readTypedObject(Parcel.java:4037)
    at android.app.usage.IUsageStatsManager$Stub$Proxy.queryUsageStats(IUsageStatsManager.java:937)
    at android.app.usage.UsageStatsManager.queryUsageStats(UsageStatsManager.java:479)
    at com.amaze.fileutilities.utilis.v$a.o(Utils.kt:67)
    at com.amaze.fileutilities.home_page.ui.files.d0.invokeSuspend(FilesViewModel.kt:34)
    at w8.a.resumeWith(ContinuationImpl.kt:9)
    at m9.h0.run(DispatchedTask.kt:107)
    at r9.e.run(LimitedDispatcher.kt:13)
    at s9.i.run(Tasks.kt:3)
    at s9.a$a.run(CoroutineScheduler.kt:82)
    Suppressed: m9.f0: [n1{Cancelling}@f961d3c, Dispatchers.IO]
Caused by: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died, but this could also be caused by running out of binder buffer space
    at android.os.BinderProxy.transactNative(Native Method)
    at android.os.BinderProxy.transact(BinderProxy.java:662)
    at android.content.pm.BaseParceledListSlice.<init>(BaseParceledListSlice.java:99)
    ... 14 more