Skip to content

Instantly share code, notes, and snippets.

@ConstantineXVI
Created May 8, 2011 19:03
Show Gist options
  • Save ConstantineXVI/961594 to your computer and use it in GitHub Desktop.
Save ConstantineXVI/961594 to your computer and use it in GitHub Desktop.
Plume HC rotation crash
05-08 15:01:48.310: INFO/ActivityManager(130): Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.levelup.touiteur/.TouiteurMain bnds=[208,975][304,1071] } from pid 226
05-08 15:01:48.350: DEBUG/SurfaceFlinger(130): screenshot: result = OK
05-08 15:01:48.350: DEBUG/WindowManager(130): readLidState, sw:1
05-08 15:01:48.350: DEBUG/WindowManager(130): adjustConfigurationLw, config:{ scale=1.0 imsi=0/0 loc=null touch=3 keys=1/1/2 nav=1/1 orien=P layout=0x10000014 uiMode=0x0} mLidOpen:0 config.hardKeyboardHidden:2
05-08 15:01:48.350: VERBOSE/Plume_1000(2189): onConfigurationChanged 1
05-08 15:01:48.360: VERBOSE/Plume_1000(2189): handleOrientationChange changed transaction true
05-08 15:01:48.360: DEBUG/AndroidRuntime(2189): Shutting down VM
05-08 15:01:48.360: WARN/dalvikvm(2189): threadid=1: thread exiting with uncaught exception (group=0x4025e760)
05-08 15:01:48.360: ERROR/AndroidRuntime(2189): FATAL EXCEPTION: main
05-08 15:01:48.360: ERROR/AndroidRuntime(2189): java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState
05-08 15:01:48.360: ERROR/AndroidRuntime(2189): at android.support.v4.app.FragmentManagerImpl.checkStateLoss(FragmentManager.java:1102)
05-08 15:01:48.360: ERROR/AndroidRuntime(2189): at android.support.v4.app.FragmentManagerImpl.enqueueAction(FragmentManager.java:1113)
05-08 15:01:48.360: ERROR/AndroidRuntime(2189): at android.support.v4.app.BackStackRecord.commitInternal(BackStackRecord.java:507)
05-08 15:01:48.360: ERROR/AndroidRuntime(2189): at android.support.v4.app.BackStackRecord.commit(BackStackRecord.java:491)
05-08 15:01:48.360: ERROR/AndroidRuntime(2189): at com.levelup.touiteur.TouiteurMain.onConfigurationChanged(TouiteurMain.java:527)
05-08 15:01:48.360: ERROR/AndroidRuntime(2189): at android.app.ActivityThread.performConfigurationChanged(ActivityThread.java:3205)
05-08 15:01:48.360: ERROR/AndroidRuntime(2189): at android.app.ActivityThread.handleActivityConfigurationChanged(ActivityThread.java:3312)
05-08 15:01:48.360: ERROR/AndroidRuntime(2189): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1082)
05-08 15:01:48.360: ERROR/AndroidRuntime(2189): at android.os.Handler.dispatchMessage(Handler.java:99)
05-08 15:01:48.360: ERROR/AndroidRuntime(2189): at android.os.Looper.loop(Looper.java:126)
05-08 15:01:48.360: ERROR/AndroidRuntime(2189): at android.app.ActivityThread.main(ActivityThread.java:3997)
05-08 15:01:48.360: ERROR/AndroidRuntime(2189): at java.lang.reflect.Method.invokeNative(Native Method)
05-08 15:01:48.360: ERROR/AndroidRuntime(2189): at java.lang.reflect.Method.invoke(Method.java:491)
05-08 15:01:48.360: ERROR/AndroidRuntime(2189): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
05-08 15:01:48.360: ERROR/AndroidRuntime(2189): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
05-08 15:01:48.360: ERROR/AndroidRuntime(2189): at dalvik.system.NativeStart.main(Native Method)
05-08 15:01:48.370: WARN/ActivityManager(130): Force finishing activity com.levelup.touiteur/.TouiteurMain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment