Fix the same trace method name ("updateSettings")
There are two places to use the same trace method name in InstallPackageHelper class. We change it to right method name. Bug: 259133666 Test: build pass and boot success Change-Id: Id01e1e5f8e8d652480cf0dda930cdfaee93ac480
This commit is contained in:
@@ -2140,7 +2140,7 @@ final class InstallPackageHelper {
|
||||
|
||||
private void updateSettingsInternalLI(AndroidPackage pkg,
|
||||
int[] allUsers, InstallRequest installRequest) {
|
||||
Trace.traceBegin(TRACE_TAG_PACKAGE_MANAGER, "updateSettings");
|
||||
Trace.traceBegin(TRACE_TAG_PACKAGE_MANAGER, "updateSettingsInternal");
|
||||
|
||||
final String pkgName = pkg.getPackageName();
|
||||
final int[] installedForUsers = installRequest.getOriginUsers();
|
||||
|
||||
Reference in New Issue
Block a user