Merge "Avoid NPE in system_server in bringDownServiceLocked()"

am: 967232eef3

Change-Id: I6ddb38104769ec9e9448c32f55046bc05c709fff
This commit is contained in:
Gopal Krishna Shukla
2019-12-24 15:04:32 -08:00
committed by android-build-merger

View File

@@ -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;
}
}
}