Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4a254386 authored by Peter Li's avatar Peter Li Committed by Android (Google) Code Review
Browse files

Merge "Fix the same trace method name ("updateSettings")"

parents 73d855be 5dedddf4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();