Merge remote branch 'goog/honeycomb' into honeycomb-release

This commit is contained in:
android-merger
2011-01-20 18:24:57 -08:00

View File

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