Merge "Count failed install as finished" into nyc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ab35493046
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user