[TIMOB-4148] Android: Crash on local URL
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Hold |
Resolution Date | 2011-06-20T06:50:51.000+0000 |
Affected Version/s | Release 1.7.0 |
Fix Version/s | Backlog |
Components | Android |
Labels | crash, local, view, web |
Reporter | Thomas Huelbert |
Assignee | Opie Cyrus |
Created | 2011-05-19T15:10:30.000+0000 |
Updated | 2017-03-03T06:14:24.000+0000 |
Description
Steps to Reproduce:
1. Launch Kitchen Sink
2. Run Base UI > Views > Table Views > Table View Scroll Indicators
3. Press Refresh
4. Press Kill (application will self launch)
5. Run Base UI > Views > Web Views > Local URL
Actual result:
crash. log attached.
Expected result:
to load the test case without crashing
Attachments
Still occurs with 1.7.094b6aa...(2011/05/22 22:38)
works again after a power cycle
requires further info on test sequence.
Issue stems from Android application cleanup behavior when dealing with multiple activities tied to an application. multiple approaches were investigated but none of the possible solutions provided an across the board fix for cleaning up the application activities when a force kill occurs. There may be an approach for handling this situation when API lvl 11 is supported. In the meantime, the only way to truly reset the application state is to force stop the app from within the settings. Once the switch to a single window per activity is made, this issue should be much easier to deal with if it remains a problem at all.
Further investigation will continue with regard to this issue.
Closing issue due to time passed and irrelevance of the ticket.