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:
lpeter
2023-05-22 13:22:26 +00:00
parent 829498b2b4
commit 5dedddf414

View File

@@ -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();