commit | a1beebfc73b62d97c22557c3dbde14b1047d8d75 | [log] [tgz] |
---|---|---|
author | Jeremy Meyer <jakmcbane@google.com> | Thu Nov 16 11:58:13 2023 -0800 |
committer | Jeremy Meyer <jakmcbane@google.com> | Thu Nov 16 11:58:13 2023 -0800 |
tree | b7d2052fb9f4f478305c47d7895ce7a920df2b1d | |
parent | becf170a090ef4f34f309304355b81445f5409d7 [diff] |
Put retrieving the LocaleConfig at app start behind flag Sometimes when an app is starting there is a crash when getting the LocaleConfig during startup because it ends up reading from disk which is disallowed on the UI thread. This puts that creation behind an existing flag (which it probably should be anyway) to fix the problem while we investigate a better way to do it. Bug: 309232726 Test: automatic Change-Id: I0686fafa0f2edec92c429ee72c653e13476cfbf8