Merge commit '736984573a1975d69d1c6efd87e4af9ca16e505f' * commit '736984573a1975d69d1c6efd87e4af9ca16e505f': Remove the use of FileInputStream.available()
This commit is contained in:
@@ -9408,7 +9408,12 @@ class PackageManagerService extends IPackageManager.Stub {
|
||||
} catch (NoSuchAlgorithmException nsae) {
|
||||
Slog.e(TAG, "Failed to create encryption keys with exception: " + nsae);
|
||||
return null;
|
||||
} catch (IOException ioe) {
|
||||
Slog.e(TAG, "Failed to retrieve encryption keys with exception: "
|
||||
+ ioe);
|
||||
return null;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/* package */ static String getTempContainerId() {
|
||||
|
||||
Reference in New Issue
Block a user