Fix bad locking.
When synchronizing on a field, it should be final to avoid locking on different objects. Missing synchronization on use of mRunning caught by Error Prone's @GuardedBy checker. Bug: 27723540 Change-Id: Ib35d07d7bb631aa69c89a1611ef770763d9178f6
Loading
Please register or sign in to comment