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