Merge "Monkey: request am to show the ANR dialog"

This commit is contained in:
Dianne Hackborn
2011-01-22 11:36:43 -08:00
committed by Android Code Review

View File

@@ -337,9 +337,9 @@ public class Monkey {
synchronized (Monkey.this) { synchronized (Monkey.this) {
mAbort = true; mAbort = true;
} }
return (mKillProcessAfterError) ? -1 : 1; return (mKillProcessAfterError) ? -1 : 0;
} }
return 1; return 0;
} }
} }