Merge "Ensure RuntimeExceptions are also caught properly." into udc-dev am: bfe8bcef78
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21775148 Change-Id: I617bb55d4ef697188dc73fae3763f0473c308cc2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -674,7 +674,7 @@ public final class AppExitInfoTracker {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (IOException | IllegalArgumentException | WireTypeMismatchException e) {
|
} catch (Exception e) {
|
||||||
Slog.w(TAG, "Error in loading historical app exit info from persistent storage: " + e);
|
Slog.w(TAG, "Error in loading historical app exit info from persistent storage: " + e);
|
||||||
} finally {
|
} finally {
|
||||||
if (fin != null) {
|
if (fin != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user