am 58148481
: Merge "Protect against monkey crash" into mnc-dev
* commit '58148481a53381cff75ed74421716690055a2f1d': Protect against monkey crash
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