Created
March 10, 2018 09:35
-
-
Save palfrey/22f98736c8f4522acc791c2df3563593 to your computer and use it in GitHub Desktop.
Emojilution crash?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
03-10 09:30:05.508 22830 22830 D AndroidRuntime: Shutting down VM | |
03-10 09:30:05.513 22830 22830 E AndroidRuntime: FATAL EXCEPTION: main | |
03-10 09:30:05.513 22830 22830 E AndroidRuntime: Process: org.moire.opensudoku, PID: 22830 | |
03-10 09:30:05.513 22830 22830 E AndroidRuntime: java.lang.ArrayIndexOutOfBoundsException: length=9; index=-4 | |
03-10 09:30:05.513 22830 22830 E AndroidRuntime: at org.moire.opensudoku.game.CellCollection.setLocation(CellCollection.java:362) | |
03-10 09:30:05.513 22830 22830 E AndroidRuntime: at org.moire.opensudoku.gui.SudokuPlayActivity$6.onLocationChanged(SudokuPlayActivity.java:519) | |
03-10 09:30:05.513 22830 22830 E AndroidRuntime: at android.location.LocationManager$ListenerTransport._handleMessage(LocationManager.java:292) | |
03-10 09:30:05.513 22830 22830 E AndroidRuntime: at android.location.LocationManager$ListenerTransport.-wrap0(Unknown Source:0) | |
03-10 09:30:05.513 22830 22830 E AndroidRuntime: at android.location.LocationManager$ListenerTransport$1.handleMessage(LocationManager.java:237) | |
03-10 09:30:05.513 22830 22830 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106) | |
03-10 09:30:05.513 22830 22830 E AndroidRuntime: at android.os.Looper.loop(Looper.java:164) | |
03-10 09:30:05.513 22830 22830 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6494) | |
03-10 09:30:05.513 22830 22830 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) | |
03-10 09:30:05.513 22830 22830 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438) | |
03-10 09:30:05.513 22830 22830 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment