Merge "Fixed the monkey option - killProcessAfterError is not beging checked in ANR. bug#3146736" into honeycomb
This commit is contained in:
committed by
Android (Google) Code Review
commit
080c237638
@@ -337,9 +337,8 @@ public class Monkey {
|
|||||||
synchronized (Monkey.this) {
|
synchronized (Monkey.this) {
|
||||||
mAbort = true;
|
mAbort = true;
|
||||||
}
|
}
|
||||||
return (mKillProcessAfterError) ? -1 : 1;
|
|
||||||
}
|
}
|
||||||
return 1;
|
return (mKillProcessAfterError) ? -1 : 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user