Skip to content
Commit 648b2c0e authored by Jeongeun Song's avatar Jeongeun Song Committed by Todd Kennedy
Browse files

Add missing synchronized(mLock) blocks into PackageManagerService

The methods whose suffixes are Lpr, LPw, and Locked should be called
within synchronized block, but it was missing. Hence, add missing
synchronized(mLock) blocks into PackageManagerService.

Bug: 162756879
Test: compile & verify basic functions working

Change-Id: Icefabfc9bb8c028edca6f5550524ea7dc1b6ffd9
parent f527b08f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment