* commit '902bc7bcea710d4698ce571ac3042a5338fc94e1': Monkey: request am to show the ANR dialog
This commit is contained in:
committed by
Android Git Automerger
commit
4da6559883
@@ -337,8 +337,9 @@ public class Monkey {
|
|||||||
synchronized (Monkey.this) {
|
synchronized (Monkey.this) {
|
||||||
mAbort = true;
|
mAbort = true;
|
||||||
}
|
}
|
||||||
|
return (mKillProcessAfterError) ? -1 : 0;
|
||||||
}
|
}
|
||||||
return (mKillProcessAfterError) ? -1 : 1;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user