Finding resume and restart errors in Android applications

Zhiyong Shan, Tanzirul Azim, Iulian Neamtiu

Research output: Contribution to journalArticlepeer-review

10 Scopus citations

Abstract

Smartphone apps create and handle a large variety of ''instance'' data that has to persist across runs, such as the current navigation route, workout results, antivirus settings, or game state. Due to the nature of the smartphone platform, an app can be paused, sent into background, or killed at any time. If the instance data is not saved and restored between runs, in addition to data loss, partially-saved or corrupted data can crash the app upon resume or restart. While smartphone platforms offer API support for data-saving and data-retrieving operations, the use of this API is ad-hoc: left to the programmer, rather than enforced by the compiler. We have observed that several categories of bugs - -including data loss, failure to resume/restart or resuming/restarting in the wrong state - -are due to incorrect handling of instance data and are easily triggered by just pressing the 'Home' or 'Back' buttons. To help address this problem, we have constructed a tool chain for Android (the KREfinder static analysis and the KREreproducer input generator) that helps find and reproduce such incorrect handling. We have evaluated our approach by running the static analysis on 324 apps, of which 49 were further analyzed manually. Results indicate that our approach is (i) effective, as it has discovered 49 bugs, including in popular Android apps, and (ii) efficient, completing on average in 61 seconds per app. More generally, our approach helps determine whether an app saves too much or too little state.

Original languageEnglish (US)
Pages (from-to)864-880
Number of pages17
JournalACM SIGPLAN Notices
Volume51
Issue number10
DOIs
StatePublished - Oct 19 2016

All Science Journal Classification (ASJC) codes

  • General Computer Science

Keywords

  • App testing
  • Data loss
  • Google Android
  • Mobile applications
  • Software restart
  • Static analysis

Fingerprint

Dive into the research topics of 'Finding resume and restart errors in Android applications'. Together they form a unique fingerprint.

Cite this