commit | 451d9c9ace8c865c38a02e2c6394a15ef0b69a4f | [log] [tgz] |
---|---|---|
author | Abhijeet Kaur <[email protected]> | Fri Oct 04 10:22:11 2019 +0100 |
committer | Abhijeet Kaur <[email protected]> | Mon Oct 07 16:34:23 2019 +0100 |
tree | dd4702d6aa5e18d4edb054ef80d49888327956b3 | |
parent | 712d0f7dcf7a7e362e9dba10386ba8b9070e6efb [diff] |
Add synchronized locks to bugreport callback methods BugreportCallbackImpl class methods modify (read/write) the private variable mInfo. Add synchronized locks for consistency. Make other methods static to be thread-safe, and operate only on its arguments. Bug: 123617758 Test: Build and flash. Takes bugreport as expected Change-Id: I237fd940f5ccd4833d053558cf1b014883d59791