resolved conflicts for merge of 42f87e1b to honeycomb-plus-aosp

Change-Id: Ic0ea8910670567e1725e42de76e6da0cd09decac
This commit is contained in:
The Android Automerger
2011-01-24 23:45:43 -08:00

View File

@@ -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;
} }
} }