Merge "Better error message when no UID allocated."
This commit is contained in:
committed by
Android (Google) Code Review
commit
1a082becfd
@@ -887,9 +887,9 @@ final class Settings {
|
||||
}
|
||||
if (p.appId < 0) {
|
||||
PackageManagerService.reportSettingsProblem(Log.WARN,
|
||||
"Package " + p.name + " could not be assigned a valid uid");
|
||||
"Package " + p.name + " could not be assigned a valid UID");
|
||||
throw new PackageManagerException(INSTALL_FAILED_INSUFFICIENT_STORAGE,
|
||||
"Creating application package " + p.name + " failed");
|
||||
"Package " + p.name + " could not be assigned a valid UID");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user