Merge "Avoid NPE in system_server in bringDownServiceLocked()"
am: 967232eef3
Change-Id: I6ddb38104769ec9e9448c32f55046bc05c709fff
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