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

* commit 'e635484562dc7f21aa16de3147a100210708c8f8':
  Monkey: request am to show the ANR dialog
This commit is contained in:
Dianne Hackborn
2011-01-22 11:52:53 -08:00
committed by Android Git Automerger

View File

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