Loading services/core/java/com/android/server/pm/PackageInstallerSession.java +4 −0 Original line number Diff line number Diff line Loading @@ -930,6 +930,10 @@ public class PackageInstallerSession extends IPackageInstallerSession.Stub { @GuardedBy("mLock") private void commitLocked() throws PackageManagerException { if (mRelinquished) { Slog.d(TAG, "Ignoring commit after previous commit relinquished control"); return; } if (mDestroyed) { throw new PackageManagerException(INSTALL_FAILED_INTERNAL_ERROR, "Session destroyed"); } Loading Loading
services/core/java/com/android/server/pm/PackageInstallerSession.java +4 −0 Original line number Diff line number Diff line Loading @@ -930,6 +930,10 @@ public class PackageInstallerSession extends IPackageInstallerSession.Stub { @GuardedBy("mLock") private void commitLocked() throws PackageManagerException { if (mRelinquished) { Slog.d(TAG, "Ignoring commit after previous commit relinquished control"); return; } if (mDestroyed) { throw new PackageManagerException(INSTALL_FAILED_INTERNAL_ERROR, "Session destroyed"); } Loading