am 58148481: Merge "Protect against monkey crash" into mnc-dev

* commit '58148481a53381cff75ed74421716690055a2f1d':
  Protect against monkey crash
This commit is contained in:
Jason Monk
2015-06-04 13:07:02 +00:00
committed by Android Git Automerger

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