am 902bc7bc: resolved conflicts for merge of 42f87e1b to honeycomb-plus-aosp

* commit '902bc7bcea710d4698ce571ac3042a5338fc94e1':
  Monkey: request am to show the ANR dialog
This commit is contained in:
The Android Automerger
2011-01-24 23:48:04 -08:00
committed by Android Git Automerger

View File

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