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
1 file changed