0% found this document useful (0 votes)
13 views1 page

First

A crash occurred on a Xiaomi device running Android 14 with Unity version 2022.3.19f1 on December 18, 2024. The error was caused by an ArrayIndexOutOfBoundsException, indicating an attempt to access an index outside the bounds of an array. The app version was 1.99, and the crash happened during the layout process of the view.

Uploaded by

partibhashakre0
Copyright
© © All Rights Reserved
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% found this document useful (0 votes)
13 views1 page

First

A crash occurred on a Xiaomi device running Android 14 with Unity version 2022.3.19f1 on December 18, 2024. The error was caused by an ArrayIndexOutOfBoundsException, indicating an attempt to access an index outside the bounds of an array. The app version was 1.99, and the crash happened during the layout process of the view.

Uploaded by

partibhashakre0
Copyright
© © All Rights Reserved
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/ 1

************* Crash Head ****************

Time Of Crash : 2024_12_18-22_00_25


Device Manufacturer: Xiaomi
Device Model : 22127PC95I
Android Version : 14
Android SDK : 34
App VersionName : 1.99
App VersionCode : 650
************* Crash Head ****************

java.lang.Error: FATAL EXCEPTION [main]


Unity version : 2022.3.19f1
Device model : Xiaomi 22127PC95I
Device fingerprint:
POCO/earth_p_in/earth:14/UP1A.231005.007/V816.0.7.0.UCVINXM:user/release-keys
CPU supported ABI : [arm64-v8a, armeabi-v7a, armeabi]
Build Type : Release
Scripting Backend : IL2CPP
Libs loaded from : lib/arm
Strip Engine Code : true

Caused by: java.lang.ArrayIndexOutOfBoundsException: length=15; index=15


at java.util.ArrayList.elementData(ArrayList.java:418)
at java.util.ArrayList.get(ArrayList.java:435)
at android.view.View.layout(View.java:25367)
at android.view.ViewGroup.layout(ViewGroup.java:6586)
at android.view.ViewRootImpl.performLayout(ViewRootImpl.java:4879)
at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:4188)
at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:2992)
at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:10469)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1671)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1680)
at android.view.Choreographer.doCallbacks(Choreographer.java:1191)
at android.view.Choreographer.doFrame(Choreographer.java:1063)
at
android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1650)
at android.os.Handler.handleCallback(Handler.java:958)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:222)
at android.os.Looper.loop(Looper.java:314)
at android.app.ActivityThread.main(ActivityThread.java:8716)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:565)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1081)

You might also like