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

Commit 40aec14d authored by Song Chun Fan's avatar Song Chun Fan Committed by Android (Google) Code Review
Browse files

Merge "[pm] reduce lock contention on createSession" into main

parents b14e1595 f192273e
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -4445,10 +4445,8 @@ public class PackageInstallerSession extends IPackageInstallerSession.Stub {
     * @return the uid of the owner this session
     */
    public int getInstallerUid() {
        synchronized (mLock) {
        return mInstallerUid;
    }
    }

    /**
     * @return the package name of this session