Merge "Handle ArrayIndexOutOfBoundsException for install_sessions.xml" into udc-dev am: af7ef7eb00
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23492099 Change-Id: Iaa483387d1948833c22c7bac1a9470714811d023 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -511,7 +511,7 @@ public class PackageInstallerService extends IPackageInstaller.Stub implements
|
||||
}
|
||||
} catch (FileNotFoundException e) {
|
||||
// Missing sessions are okay, probably first boot
|
||||
} catch (IOException | XmlPullParserException e) {
|
||||
} catch (IOException | XmlPullParserException | ArrayIndexOutOfBoundsException e) {
|
||||
Slog.wtf(TAG, "Failed reading install sessions", e);
|
||||
} finally {
|
||||
IoUtils.closeQuietly(fis);
|
||||
|
||||
Reference in New Issue
Block a user