Advertisement
mattmanwrx

fc

Feb 4th, 2014
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. I/ActivityManager( 718): Displayed com.android.phone/.MobileNetworkSettings: +282ms
  2.  
  3. I/ActivityManager( 5826): Timeline: Activity_idle id: android.os.BinderProxy@41d558b0 time:415546
  4.  
  5. I/ActivityManager( 718): Timeline: Activity_windows_visible id: ActivityRecord{41c95b80 u0 com.android.phone/.MobileNetworkSettings t8} time:415853
  6.  
  7. D/GsmUmtsOptions( 5826): preferenceTreeClick: return false
  8.  
  9. D/AndroidRuntime( 5826): Shutting down VM
  10.  
  11. W/dalvikvm( 5826): threadid=1: thread exiting with uncaught exception (group=0x41996c80)
  12.  
  13. W/InputMethodManagerService( 718): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@4239b970 attribute=null, token = android.os.BinderProxy@4239d568
  14.  
  15. E/AndroidRuntime( 5826): FATAL EXCEPTION: main
  16.  
  17. E/AndroidRuntime( 5826): Process: com.android.phone, PID: 5826
  18.  
  19. E/AndroidRuntime( 5826): java.lang.ArrayIndexOutOfBoundsException: length=6; index=12
  20.  
  21. E/AndroidRuntime( 5826): at android.preference.ListPreference.onDialogClosed(ListPreference.java:272)
  22.  
  23. E/AndroidRuntime( 5826): at android.preference.DialogPreference.onDismiss(DialogPreference.java:390)
  24.  
  25. E/AndroidRuntime( 5826): at android.app.Dialog$ListenersHandler.handleMessage(Dialog.java:1238)
  26.  
  27. E/AndroidRuntime( 5826): at android.os.Handler.dispatchMessage(Handler.java:102)
  28.  
  29. E/AndroidRuntime( 5826): at android.os.Looper.loop(Looper.java:136)
  30.  
  31. E/AndroidRuntime( 5826): at android.app.ActivityThread.main(ActivityThread.java:5081)
  32.  
  33. E/AndroidRuntime( 5826): at java.lang.reflect.Method.invokeNative(Native Method)
  34.  
  35. E/AndroidRuntime( 5826): at java.lang.reflect.Method.invoke(Method.java:515)
  36.  
  37. E/AndroidRuntime( 5826): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:781)
  38.  
  39. E/AndroidRuntime( 5826): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
  40.  
  41. E/AndroidRuntime( 5826): at dalvik.system.NativeStart.main(Native Method)
  42.  
  43. W/ActivityManager( 718): Process com.android.phone has crashed too many times: killing!
  44.  
  45. W/ActivityManager( 718): Force finishing activity com.android.phone/.MobileNetworkSettings
  46.  
  47. W/ActivityManager( 718): Activity pause timeout for ActivityRecord{41c95b80 u0 com.android.phone/.MobileNetworkSettings t8 f}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement