Loading services/core/java/com/android/server/am/AppExitInfoTracker.java +1 −1 Original line number Diff line number Diff line Loading @@ -782,7 +782,7 @@ public final class AppExitInfoTracker { } proto.flush(); af.finishWrite(out); } catch (IOException e) { } catch (IOException | RuntimeException e) { Slog.w(TAG, "Unable to write historical app exit info into persistent storage: " + e); af.failWrite(out); } Loading services/core/java/com/android/server/am/AppStartInfoTracker.java +1 −1 Original line number Diff line number Diff line Loading @@ -1046,7 +1046,7 @@ public final class AppStartInfoTracker { } else { af.failWrite(out); } } catch (IOException e) { } catch (IOException | RuntimeException e) { Slog.w(TAG, "Unable to write historical app start info into persistent storage: " + e); af.failWrite(out); } Loading Loading
services/core/java/com/android/server/am/AppExitInfoTracker.java +1 −1 Original line number Diff line number Diff line Loading @@ -782,7 +782,7 @@ public final class AppExitInfoTracker { } proto.flush(); af.finishWrite(out); } catch (IOException e) { } catch (IOException | RuntimeException e) { Slog.w(TAG, "Unable to write historical app exit info into persistent storage: " + e); af.failWrite(out); } Loading
services/core/java/com/android/server/am/AppStartInfoTracker.java +1 −1 Original line number Diff line number Diff line Loading @@ -1046,7 +1046,7 @@ public final class AppStartInfoTracker { } else { af.failWrite(out); } } catch (IOException e) { } catch (IOException | RuntimeException e) { Slog.w(TAG, "Unable to write historical app start info into persistent storage: " + e); af.failWrite(out); } Loading