am e6354845: Merge "Monkey: request am to show the ANR dialog"
* commit 'e635484562dc7f21aa16de3147a100210708c8f8': Monkey: request am to show the ANR dialog
This commit is contained in:
@@ -337,9 +337,9 @@ public class Monkey {
|
|||||||
synchronized (Monkey.this) {
|
synchronized (Monkey.this) {
|
||||||
mAbort = true;
|
mAbort = true;
|
||||||
}
|
}
|
||||||
return (mKillProcessAfterError) ? -1 : 1;
|
return (mKillProcessAfterError) ? -1 : 0;
|
||||||
}
|
}
|
||||||
return 1;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user