Bug #2299
Editor crashed after another app opened a dialog box over it
Status: | Resolved | Start date: | 11/02/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | n8fr8 | % Done: | 0% | |
Category: | - | |||
Target version: | InformaCam - APP Public Beta v2 | |||
Component: |
Description
org.witness.informacam.app.EditorActivity.initLayout
in EditorActivity.java, line 204
Reason: java.lang.RuntimeException: Unable to resume activity {org.witness.informacam.app/org.witness.informacam.app.EditorActivity}: java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState
Number of Crashes
2
Percentage for Version
15.38%
Jailbroken
-
Last Crash At
01 Nov 2013, 20:06
Stacktrace
Histogram
Devices
OS Versions
Exception Backtrace:
1 android.app.ActivityThread.performResumeActivity ActivityThread.java, line 2790
2 android.app.ActivityThread.handleResumeActivity ActivityThread.java, line 2819
3 android.app.ActivityThread$H.handleMessage ActivityThread.java, line 1298
4 android.os.Handler.dispatchMessage Handler.java, line 99
5 android.os.Looper.loop Looper.java, line 137
…
Caused by: java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState
1 android.support.v4.app.FragmentManagerImpl.checkStateLoss FragmentManager.java, line 1327
2 android.support.v4.app.FragmentManagerImpl.enqueueAction FragmentManager.java, line 1338
3 android.support.v4.app.BackStackRecord.commitInternal BackStackRecord.java, line 595
4 android.support.v4.app.BackStackRecord.commit BackStackRecord.java, line 574
5 org.witness.informacam.app.EditorActivity.initLayout EditorActivity.java, line 204
6 org.witness.informacam.app.EditorActivity.onResume EditorActivity.java, line 124
7 android.app.Instrumentation.callActivityOnResume
Associated revisions
fixed #2299 layout bug; added actionbar menu option for metadata view
fixed #2299 layout bug; added actionbar menu option for metadata view
History
#1 Updated by n8fr8 about 4 years ago
- Status changed from New to Resolved
- Assignee changed from mikael to n8fr8
moved initLayout() to onCreate() instead of onResume()