commit | 1cd2b1940ace0486cb7c6d044ad60883db7ec073 | [log] [tgz] |
---|---|---|
author | Bryce Lee <brycelee@google.com> | Mon Mar 12 11:07:07 2018 -0700 |
committer | Bryce Lee <brycelee@google.com> | Mon Mar 12 14:18:42 2018 -0700 |
tree | d7b3bee6f986d0accb59d45132894d562e862750 | |
parent | a886b282241cf1fce98521238497a5bf1906e863 [diff] |
Do not allow concurrent modification of Lifecycle logs. It is possible for logs to be retrieved and added in two different threads. This leads to the possibility of a concurrent modification. Change-Id: I64c7856bb634f333c85e3834dcd04107d02ce892 Fixes: 74460459 Test: atest CtsActivityManagerDeviceTestCases:ActivityLifecycleTests#testPausedWhenReturningWithTranslucentOnTop