Merge "Avoid NPE in system_server in bringDownServiceLocked()"
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user