Loading services/core/java/com/android/server/am/ActiveServices.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -2960,7 +2960,9 @@ public final class ActiveServices { } catch (Exception e) { } catch (Exception e) { Slog.w(TAG, "Exception when unbinding service " Slog.w(TAG, "Exception when unbinding service " + r.shortInstanceName, e); + r.shortInstanceName, e); needOomAdj = false; serviceProcessGoneLocked(r); serviceProcessGoneLocked(r); break; } } } } } } Loading Loading
services/core/java/com/android/server/am/ActiveServices.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -2960,7 +2960,9 @@ public final class ActiveServices { } catch (Exception e) { } catch (Exception e) { Slog.w(TAG, "Exception when unbinding service " Slog.w(TAG, "Exception when unbinding service " + r.shortInstanceName, e); + r.shortInstanceName, e); needOomAdj = false; serviceProcessGoneLocked(r); serviceProcessGoneLocked(r); break; } } } } } } Loading