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

Commit dd7d4043 authored by Fyodor Kupolov's avatar Fyodor Kupolov Committed by android-build-merger
Browse files

Count failed install as finished am: 4f4780f0 am: dc2963f2

am: ab42c265

Change-Id: I324f1d559ed8e73f98d2eb45b204b18212f31c02
parents 9de64b20 ab42c265
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -136,6 +136,10 @@ class PreloadAppsInstaller {
                        mApkToPackageMap.put(apkName, basePackageName);
                    }
                    installExistingPackage(basePackageName, userId, counter);
                } else {
                    Log.e(TAG, "Package " + basePackageName + " cannot be installed from "
                            + apkName + ": " + msg + " (returnCode " + returnCode + ")");
                    counter.appInstallFinished();
                }
            }
        }.getBinder(), 0, SYSTEM_SERVER_PACKAGE_NAME, userId);