Loading services/core/java/com/android/server/pm/Installer.java +1 −1 Original line number Diff line number Diff line Loading @@ -500,7 +500,7 @@ public class Installer extends SystemService { throws InstallerException { if (!checkBeforeRemote()) return false; try { return mInstalld.snapshotProfile(appId, packageName, codePath); return mInstalld.createProfileSnapshot(appId, packageName, codePath); } catch (Exception e) { throw InstallerException.from(e); } Loading Loading
services/core/java/com/android/server/pm/Installer.java +1 −1 Original line number Diff line number Diff line Loading @@ -500,7 +500,7 @@ public class Installer extends SystemService { throws InstallerException { if (!checkBeforeRemote()) return false; try { return mInstalld.snapshotProfile(appId, packageName, codePath); return mInstalld.createProfileSnapshot(appId, packageName, codePath); } catch (Exception e) { throw InstallerException.from(e); } Loading