commit | 2b80ab7d72b1805135ba3e0970550b99cabe3468 | [log] [tgz] |
---|---|---|
author | Daniel Nishi <dhnishi@google.com> | Tue Apr 04 12:50:14 2017 -0700 |
committer | Daniel Nishi <dhnishi@google.com> | Tue Apr 04 14:41:21 2017 -0700 |
tree | 5a199b73222047cf25ebed087fba7590525734af | |
parent | eabb5621dd67a159500c7a35eaa2f7999004c004 [diff] |
Don't crash in background after app uninstall. It's possible for an app to be uninstalled during a LOAD_SIZES phase of the ApplicationsState measurement. By catching the IllegalStateException which is thrown, we can continue without crashing. Change-Id: I9aae8928dc7205c52f61d09345d5226e7bd07f49 Fixes: 36845611 Test: Manual