resolved conflicts for merge of 42f87e1b to honeycomb-plus-aosp
Change-Id: Ic0ea8910670567e1725e42de76e6da0cd09decac
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user