commit | 8425e266d15eca9e5cd63b9bfd59052b8e59f166 | [log] [tgz] |
---|---|---|
author | Abhijeet Kaur <abkaur@google.com> | Thu Oct 24 14:00:15 2019 +0100 |
committer | Abhijeet Kaur <abkaur@google.com> | Fri Feb 14 17:07:25 2020 +0000 |
tree | 45dc47a7adfa1401c5b5e6f3704bb592db634c77 | |
parent | 755bbc6a7aa84f8693678a9a3453545118ea2429 [diff] |
Add synchronization locks to shared objects Make methods that read/write mBugreportInfos lock protected and add "Locked" suffix to the method name. BugreportInfo objects are read/write in different functions, to keep the code clean, add lock protected getter/setter methods. Bug: 142217059 Test: Takes interactive/full bugreports as expected Change-Id: Iaadd6c9dce5009e40dd015e3b62bcd6e36966e00