Loading services/core/java/com/android/server/pm/DexOptHelper.java +11 −15 Original line number Diff line number Diff line Loading @@ -358,9 +358,7 @@ final class DexOptHelper { } final long callingId = Binder.clearCallingIdentity(); try { synchronized (mPm.mInstallLock) { return performDexOptInternalWithDependenciesLI(p, pkgSetting, options); } } finally { Binder.restoreCallingIdentity(callingId); } Loading Loading @@ -429,7 +427,6 @@ final class DexOptHelper { throw new IllegalArgumentException("Unknown package: " + packageName); } synchronized (mPm.mInstallLock) { Trace.traceBegin(TRACE_TAG_PACKAGE_MANAGER, "dexopt"); // Whoever is calling forceDexOpt wants a compiled package. Loading @@ -444,7 +441,6 @@ final class DexOptHelper { throw new IllegalStateException("Failed to dexopt: " + res); } } } public boolean performDexOptMode(String packageName, boolean checkProfiles, String targetCompilerFilter, boolean force, Loading Loading
services/core/java/com/android/server/pm/DexOptHelper.java +11 −15 Original line number Diff line number Diff line Loading @@ -358,9 +358,7 @@ final class DexOptHelper { } final long callingId = Binder.clearCallingIdentity(); try { synchronized (mPm.mInstallLock) { return performDexOptInternalWithDependenciesLI(p, pkgSetting, options); } } finally { Binder.restoreCallingIdentity(callingId); } Loading Loading @@ -429,7 +427,6 @@ final class DexOptHelper { throw new IllegalArgumentException("Unknown package: " + packageName); } synchronized (mPm.mInstallLock) { Trace.traceBegin(TRACE_TAG_PACKAGE_MANAGER, "dexopt"); // Whoever is calling forceDexOpt wants a compiled package. Loading @@ -444,7 +441,6 @@ final class DexOptHelper { throw new IllegalStateException("Failed to dexopt: " + res); } } } public boolean performDexOptMode(String packageName, boolean checkProfiles, String targetCompilerFilter, boolean force, Loading