Merge "Protect against monkey crash" into mnc-dev

This commit is contained in:
Jason Monk
2015-06-04 12:55:44 +00:00
committed by Android (Google) Code Review

View File

@@ -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) {