Protect against monkey crash

Bug: 19541028
Change-Id: Ia8e477b3c2843b2e841c429ce090ff388958bfcb
This commit is contained in:
Jason Monk
2015-06-03 15:43:46 -04:00
parent fb32790adc
commit 28ca64b3d1

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