commit | c3565962b31eb58375181cc3ae2a12ad89917c6e | [log] [tgz] |
---|---|---|
author | Makoto Onuki <omakoto@google.com> | Thu Feb 24 15:19:42 2022 -0800 |
committer | Makoto Onuki <omakoto@google.com> | Thu Feb 24 15:39:22 2022 -0800 |
tree | 5adacde209dd0a5af2ae625cdb66e6607ed8abe6 | |
parent | eebb589d99f49cca95da1bbfa93d2eddfddafb24 [diff] |
Never instatiate App class multiple times - GMS-core is still sometimes seeing the app class being instatiated multiple times. Let's just cache the app instance to avoid such situations. - Also removed some tentative WTFs, which have never been triggered. (so they should be unrelated to the dup-app bug) Bug: 185177290 Test: Boot / treehugger Change-Id: I4c74a5798264472d1bfbf5604f399a49e5946c64