maxieds / ChameleonMiniLiveDebugger

Live logger and GUI tool for the Chameleon Mini developed for Android OS in Java.
GNU General Public License v3.0
93 stars 16 forks source link

Crash Report (CMLD 1.3.6-paid): length=8; index=-1 [Android 10, SDK 29] #57

Closed HCruss closed 2 years ago

HCruss commented 2 years ago

@maxieds:

Crash data summary:

Stack trace:


Detailed Stack Trace:
java.lang.ArrayIndexOutOfBoundsException: length=8; index=-1
    at com.maxieds.chameleonminilivedebugger.c0$l.
     run( UITabUtils.java:1 )
    at android.app.Activity.
     runOnUiThread( Activity.java:6933 )
    at com.maxieds.chameleonminilivedebugger.c0.
     h( UITabUtils.java:19 )
    at com.maxieds.chameleonminilivedebugger.c0.
     g( UITabUtils.java:4 )
    at com.maxieds.chameleonminilivedebugger.y$a.
     b( TabFragment.java:10 )
    at com.maxieds.chameleonminilivedebugger.y$a.
     f( TabFragment.java:6 )
    at com.maxieds.chameleonminilivedebugger.y$a$b.
     onClick( TabFragment.java:1 )
    at android.view.View.
     performClick( View.java:7288 )
    at android.view.View.
     performClickInternal( View.java:7258 )
    at android.view.View.access$4000( View.java:808 )
    at android.view.View$PerformClick.
     run( View.java:28019 )
    at android.os.Handler.
     handleCallback( Handler.java:883 )
    at android.os.Handler.
     dispatchMessage( Handler.java:100 )
    at android.os.Looper.
     loop( Looper.java:214 )
    at android.app.ActivityThread.
     main( ActivityThread.java:7615 )
    at java.lang.reflect.Method.invoke( Native Method )
    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.
     run( RuntimeInit.java:492 )
    at com.android.internal.os.ZygoteInit.
     main( ZygoteInit.java:964 )

Additional comments: NONE -- Please fill in more details about how you generated this error, like what actions you took before this screen is displayed. Did the error happen on launch of the application? Did you click a button or switch tabs? Any extra details about how the error happened are useful to fixing the issue in future releases.

maxieds commented 2 years ago

@HCruss Looking at the stack trace for the exception you posted above, I believe that the bug that caused it has been fixed in newer releases of CMLD. The latest release available on Google Play Store is v1.5.0. If you have not already done so, upgrade your version of the app on your phone. It may be necessary to do this manually. For now, I am going to close this issue. Please make sure to write back if the issue persists so we can track and fix it.