commit | 712ada78fc49b949842214f2741b72e4207578d7 | [log] [tgz] |
---|---|---|
author | Jiaxin Song <jiaxin.song@gm.corp-partner.google.com> | Wed May 28 22:02:19 2025 -0400 |
committer | Jackeagle <jackeagle102@gmail.com> | Fri May 30 02:52:47 2025 -0400 |
tree | 7c41dd33e42c573438a3b1a443573f27dfece45e | |
parent | b15b5cc519e3c9c1826ab62b6a5d0de8aabf29dd [diff] |
Fix app not starting after clearing storage The app was killed for clearing the storage, and if you go to start the app at this point there is a low probability that it won't start all the way. Because startRunnable is empty, ProcessRecord is in pendingstart state. Bug: 419295628 Google: 3645558 Change-Id: I9eb9eaf5bd615a2554fdd7f1b88786feb0de1f21 Signed-off-by: Jackeagle <jackeagle102@gmail.com>