Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 967232ee authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Avoid NPE in system_server in bringDownServiceLocked()"

parents 9b141cc2 887d8086
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2935,7 +2935,9 @@ public final class ActiveServices {
                    } catch (Exception e) {
                        Slog.w(TAG, "Exception when unbinding service "
                                + r.shortInstanceName, e);
                        needOomAdj = false;
                        serviceProcessGoneLocked(r);
                        break;
                    }
                }
            }