You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Result : (Not getting crash report, check my logs)
E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.app.xxxxx, PID: 31789
java.lang.ArrayIndexOutOfBoundsException: length=2; index=10
at com.crashlytics.android.core.CrashTest.indexOutOfBounds(CrashTest.java:30)
at com.crashlytics.android.core.CrashlyticsCore.crash(CrashlyticsCore.java:635)
at com.app.xxxxx.home.VentureCardFragment$onViewCreated$3.onClick(VentureCardFragment.kt:96)
at android.view.View.performClick(View.java:6597)
at android.view.View.performClickInternal(View.java:6574)
at android.view.View.access$3100(View.java:778)
at android.view.View$PerformClick.run(View.java:25885)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:193)
at android.app.ActivityThread.main(ActivityThread.java:6669)
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:858) D/CrashlyticsCore: Crashlytics is handling uncaught exception "java.lang.ArrayIndexOutOfBoundsException: length=2; index=10" from thread main
E/CrashlyticsCore: Tried to write a fatal exception while no session was open.
D/CrashlyticsCore: Logging Crashlytics event to Firebase
D/CrashlyticsCore: No open sessions to be closed.
D/CrashlyticsCore: Opening a new session with ID 5D1356640315-0002-7C2D-0C1FE6FDD584
D/CrashlyticsCore: Crashlytics completed exception processing. Invoking default exception handler.
The text was updated successfully, but these errors were encountered:
CrashlyticsCore.getInstance().crash()
Result : (Not getting crash report, check my logs)
E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.app.xxxxx, PID: 31789
java.lang.ArrayIndexOutOfBoundsException: length=2; index=10
at com.crashlytics.android.core.CrashTest.indexOutOfBounds(CrashTest.java:30)
at com.crashlytics.android.core.CrashlyticsCore.crash(CrashlyticsCore.java:635)
at com.app.xxxxx.home.VentureCardFragment$onViewCreated$3.onClick(VentureCardFragment.kt:96)
at android.view.View.performClick(View.java:6597)
at android.view.View.performClickInternal(View.java:6574)
at android.view.View.access$3100(View.java:778)
at android.view.View$PerformClick.run(View.java:25885)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:193)
at android.app.ActivityThread.main(ActivityThread.java:6669)
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:858)
D/CrashlyticsCore: Crashlytics is handling uncaught exception "java.lang.ArrayIndexOutOfBoundsException: length=2; index=10" from thread main
E/CrashlyticsCore: Tried to write a fatal exception while no session was open.
D/CrashlyticsCore: Logging Crashlytics event to Firebase
D/CrashlyticsCore: No open sessions to be closed.
D/CrashlyticsCore: Opening a new session with ID 5D1356640315-0002-7C2D-0C1FE6FDD584
D/CrashlyticsCore: Crashlytics completed exception processing. Invoking default exception handler.
The text was updated successfully, but these errors were encountered: