Looks like a bug in Play -- it should be saving the new intent and run a fragment transaction, if needed, in onStart / onResume...
-- K 2012/9/26 Maheswar Martha <[email protected]> > Hi, > > We met the below FATAL Exception while launching the Playstore. Problem > reproduction steps: > 1. Start playstore and then start download. > 2. Again start the playstore. > > The issue is not observed on mobile devices, but we are seeing only on PAD > devices. > Can you please check and let us know the reason for this. > Please also tell us if we have any workaround. > > I/ActivityManager( 321): START {act=android.intent.action.MAIN > cat=[android.intent.category.APP_MARKET] flg=0x10000000 > cmp=com.android.vending/.AssetBrowserActivity} from pid 541 > 08-13 17:30:35.327 D/PowerManagerService( 321): acquireWakeLock flags=0x1 > tag=ActivityManager-Launch > 08-13 17:30:35.347 D/PowerManagerService( 321): setKeyboardVisibility: > false > 08-13 17:30:35.347 D/PowerManagerService( 321): > setScreenBrightnessOverride -1 > 08-13 17:30:35.347 D/PowerManagerService( 321): > setButtonBrightnessOverride -1 > 08-13 17:30:35.347 D/PowerManagerService( 321): releaseWakeLock flags=0x1 > tag=*vibrator* > 08-13 17:30:35.347 D/PowerManagerService( 321): acquireWakeLock flags=0x1 > tag=*vibrator* > 08-13 17:30:35.367 D/PowerManagerService( 321): > setScreenBrightnessOverride -1 > 08-13 17:30:35.367 D/PowerManagerService( 321): > setButtonBrightnessOverride -1 > 08-13 17:30:35.417 E/AndroidRuntime(30040): EXCEPTION: main > 08-13 17:30:35.417 E/AndroidRuntime(30040): > java.lang.IllegalStateException: Can not perform this action after > onSaveInstanceState > 08-13 17:30:35.417 E/AndroidRuntime(30040): at > android.support.v4.app.FragmentManagerImpl.checkStateLoss(FragmentManager.java:1300) > 08-13 17:30:35.417 E/AndroidRuntime(30040): at > android.support.v4.app.FragmentManagerImpl.enqueueAction(FragmentManager.java:1311) > 08-13 17:30:35.417 E/AndroidRuntime(30040): at > android.support.v4.app.FragmentManagerImpl.popBackStack(FragmentManager.java:436) > 08-13 17:30:35.417 E/AndroidRuntime(30040): at > com.google.android.finsky.navigationmanager.NavigationManager.clear(NavigationManager.java:97) > 08-13 17:30:35.417 E/AndroidRuntime(30040): at > com.google.android.finsky.activities.MainActivity.handleIntent(MainActivity.java:307) > 08-13 17:30:35.417 E/AndroidRuntime(30040): at > com.google.android.finsky.activities.MainActivity.onNewIntent(MainActivity.java:543) > 08-13 17:30:35.417 E/AndroidRuntime(30040): at > android.app.Instrumentation.callActivityOnNewIntent(Instrumentation.java:1123) > 08-13 17:30:35.417 E/AndroidRuntime(30040): at > android.app.ActivityThread.deliverNewIntents(ActivityThread.java:2042) > 08-13 17:30:35.417 E/AndroidRuntime(30040): at > android.app.ActivityThread.performNewIntents(ActivityThread.java:2055) > 08-13 17:30:35.417 E/AndroidRuntime(30040): at > android.app.ActivityThread.handleNewIntent(ActivityThread.java:2064) > 08-13 17:30:35.417 E/AndroidRuntime(30040): at > android.app.ActivityThread.access$1400(ActivityThread.java:123) > 08-13 17:30:35.417 E/AndroidRuntime(30040): at > android.app.ActivityThread$H.handleMessage(ActivityThread.java:1194) > 08-13 17:30:35.417 E/AndroidRuntime(30040): at > android.os.Handler.dispatchMessage(Handler.java:99) > 08-13 17:30:35.417 E/AndroidRuntime(30040): at > android.os.Looper.loop(Looper.java:137)FATAL > 08-13 17:30:35.417 E/AndroidRuntime(30040): at > android.app.ActivityThread.main(ActivityThread.java:4424) > 08-13 17:30:35.417 E/AndroidRuntime(30040): at > java.lang.reflect.Method.invokeNative(Native Method) > 08-13 17:30:35.417 E/AndroidRuntime(30040): at > java.lang.reflect.Method.invoke(Method.java:511) > 08-13 17:30:35.417 E/AndroidRuntime(30040): at > com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:787) > 08-13 17:30:35.417 E/AndroidRuntime(30040): at > com.android.internal.os.ZygoteInit.main(ZygoteInit.java:554) > 08-13 17:30:35.417 E/AndroidRuntime(30040): at > dalvik.system.NativeStart.main(Native Method) > 08-13 17:30:35.457 D/PowerManagerService( 321): releaseWakeLock flags=0x1 > tag=*vibrator* > 08-13 17:30:35.487 W/ActivityManager( 321): Force finishing activity > com.android.vending/.AssetBrowserActivity > > Thanks, > Mahesh > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

