Page MenuHomePhabricator

[BUG] App can enter infinite crash loop
Closed, ResolvedPublic1 Estimated Story Points

Description

There a number of bugs that have triggered never ending crash-relaunch sequences. As a user, these are difficult to break out of and an extremely poor experience. Crash loops are possible because the app registers a crash handler extremely early in its lifecycle and if it crashes before UI can be shown it will likely loop forever. The app should abort restarts when a loop is detected.

Event Timeline

Change 289877 had a related patch set uploaded (by Niedzielski):
Abort relaunch when a crash loop is detected

https://gerrit.wikimedia.org/r/289877

Here also I think this probably isn't really a candidate for QA but rather for watching HockeyApp after it's released (but feel free to move to QA Signoff if you disagree).

Change 289877 merged by jenkins-bot:
Abort relaunch when a crash loop is detected

https://gerrit.wikimedia.org/r/289877