Protect against monkey crash
Bug: 19541028 Change-Id: Ia8e477b3c2843b2e841c429ce090ff388958bfcb
This commit is contained in:
@@ -406,7 +406,7 @@ public class RunningProcessesView extends FrameLayout
|
||||
|
||||
// utility method used to start sub activity
|
||||
private void startServiceDetailsActivity(RunningState.MergedItem mi) {
|
||||
if (mOwner != null) {
|
||||
if (mOwner != null && mi != null) {
|
||||
// start new fragment to display extended information
|
||||
Bundle args = new Bundle();
|
||||
if (mi.mProcess != null) {
|
||||
|
Reference in New Issue
Block a user