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

Commit 2bf381cd authored by Joanne Chung's avatar Joanne Chung Committed by Android (Google) Code Review
Browse files

Merge "Remove debug log for flaky InstallDontKillTest" into main

parents 794391f7 e861ff9c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -485,8 +485,6 @@ final class RemovePackageHelper {
        synchronized (mPm.mInstallLock) {
            cleanUpResourcesLI(codeFile, instructionSets);
        }
        // TODO: open logging to help debug, will delete or add debug flag
        Slog.d(TAG, "cleanUpResources for " + codeFile);
        if (packageName == null) {
            return;
        }