-
-
Save s4704/039aa698c6ec48429591bc2c44a4ea0b to your computer and use it in GitHub Desktop.
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
10-14 00:19:53.482: D/AndroidRuntime(9996): Shutting down VM | |
10-14 00:19:53.483: E/AndroidRuntime(9996): FATAL EXCEPTION: main | |
10-14 00:19:53.483: E/AndroidRuntime(9996): Process: com.android.phone, PID: 9996 | |
10-14 00:19:53.483: E/AndroidRuntime(9996): java.lang.ArrayIndexOutOfBoundsException: length=1; index=1 | |
10-14 00:19:53.483: E/AndroidRuntime(9996): at com.android.internal.telephony.SubscriptionInfoUpdater.isAllIccIdQueryDone(SubscriptionInfoUpdater.java:253) | |
10-14 00:19:53.483: E/AndroidRuntime(9996): at com.android.internal.telephony.SubscriptionInfoUpdater.updateSubscriptionInfoByIccId(SubscriptionInfoUpdater.java:853) | |
10-14 00:19:53.483: E/AndroidRuntime(9996): at com.android.internal.telephony.SubscriptionInfoUpdater.cleanSubscriptionInPhone(SubscriptionInfoUpdater.java:773) | |
10-14 00:19:53.483: E/AndroidRuntime(9996): at com.android.internal.telephony.SubscriptionInfoUpdater.handleSimAbsent(SubscriptionInfoUpdater.java:784) | |
10-14 00:19:53.483: E/AndroidRuntime(9996): at com.android.internal.telephony.SubscriptionInfoUpdater.handleMessage(SubscriptionInfoUpdater.java:293) | |
10-14 00:19:53.483: E/AndroidRuntime(9996): at android.os.Handler.dispatchMessage(Handler.java:106) | |
10-14 00:19:53.483: E/AndroidRuntime(9996): at android.os.Looper.loopOnce(Looper.java:201) | |
10-14 00:19:53.483: E/AndroidRuntime(9996): at android.os.Looper.loop(Looper.java:288) | |
10-14 00:19:53.483: E/AndroidRuntime(9996): at android.app.ActivityThread.main(ActivityThread.java:7924) | |
10-14 00:19:53.483: E/AndroidRuntime(9996): at java.lang.reflect.Method.invoke(Native Method) | |
10-14 00:19:53.483: E/AndroidRuntime(9996): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) | |
10-14 00:19:53.483: E/AndroidRuntime(9996): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936) | |
10-14 00:19:53.485: W/ActivityManager(1323): Process com.android.phone has crashed too many times, killing! Reason: crashed quickly | |
10-14 00:19:53.486: I/Process(9996): Sending signal. PID: 9996 SIG: 9 | |
10-14 00:19:53.524: I/Zygote(1162): Process 9996 exited due to signal 9 (Killed) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment