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

java.lang.IndexOutOfBoundsException: Index -1 out of bounds for length 1 #1180

Open
alankyshum opened this issue Dec 19, 2024 · 0 comments
Open

Comments

@alankyshum
Copy link

alankyshum commented Dec 19, 2024

Description

Please provide as many information about the crash as possible (What did you do before the crash happened? Steps to reproduce?)

  1. Use the app like how I use it normally for few days (7 days for example)
  2. The app started to feel very sluggish when I try to search for apps.
  3. After cleaning the icon cache it works fluently again but got this report

Strack trace

java.lang.IndexOutOfBoundsException: Index -1 out of bounds for length 1
	at jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
	at jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
	at jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266)
	at java.util.Objects.checkIndex(Objects.java:359)
	at java.util.ArrayList.get(ArrayList.java:434)
	at androidx.navigation.compose.NavHostKt$NavHost$25$1.invokeSuspend(NavHost.kt:85)
	at androidx.navigation.compose.NavHostKt$NavHost$25$1.invoke(NavHost.kt:13)
	at androidx.activity.compose.OnBackInstance$job$1.invokeSuspend(PredictiveBackHandler.kt:58)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:9)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:111)
	at androidx.compose.ui.platform.AndroidUiDispatcher.access$performTrampolineDispatch(AndroidUiDispatcher.android.kt:24)
	at androidx.compose.ui.platform.AndroidUiDispatcher$dispatchCallback$1.run(AndroidUiDispatcher.android.kt:3)
	at android.os.Handler.handleCallback(Handler.java:958)
	at android.os.Handler.dispatchMessage(Handler.java:99)
[8 lines truncated]

Device info

APP.VERSION : 1.33.1
APP.VERSIONCODE : 2024090300
APP.SIGNATURE : rx1fSnL7r5/OMoFC0e1KPqTndXQ=
LAUNCHER.APP : android
TIMEZONE : America/Los_Angeles
VERSION.RELEASE : 14
VERSION.INCREMENTAL : F956U1UEU2AXKB
VERSION.SDK.NUMBER : 34
BOARD : pineapple
BOOTLOADER : F956USQU2AXKB
BRAND : samsung
CPU_ABI : arm64-v8a
CPU_ABI2 :
DISPLAY : UP1A.231005.007.F956U1UEU2AXKB
FINGERPRINT : samsung/q6quew/q6q:14/UP1A.231005.007/F956U1UEU2AXKB:user/release-keys
HARDWARE : qcom
HOST : SWDK6920
ID : UP1A.231005.007
MANUFACTURER : samsung
MODEL : SM-F956U1
PRODUCT : q6quew
TAGS : release-keys
TIME : 1731652603000
TYPE : user

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