• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

development


Commit MetaInfo

Revision7a1cca2c41a244d14ae056769e761c5774b19dd2 (tree)
Time2011-01-25 06:32:39
AuthorYu Shan Emily Lau <yslau@goog...>
CommiterAndroid Git Automerger

Log Message

am ed08c126: am d391ae20: Fixed the appCrashBugreport reset flag. Bug# 3383876

* commit 'ed08c1266cdcada2278beaf60589260beb84ac56':

Fixed the appCrashBugreport reset flag. Bug# 3383876

Change Summary

Incremental Difference

--- a/cmds/monkey/src/com/android/commands/monkey/Monkey.java
+++ b/cmds/monkey/src/com/android/commands/monkey/Monkey.java
@@ -611,7 +611,7 @@ public class Monkey {
611611 }
612612 if (mRequestAppCrashBugreport){
613613 getBugreport("app_crash" + mReportProcessName + "_");
614- mRequestAnrBugreport = false;
614+ mRequestAppCrashBugreport = false;
615615 }
616616 if (mRequestDumpsysMemInfo) {
617617 reportDumpsysMemInfo();
@@ -990,7 +990,7 @@ public class Monkey {
990990 }
991991 if (mRequestAppCrashBugreport){
992992 getBugreport("app_crash" + mReportProcessName + "_");
993- mRequestAnrBugreport = false;
993+ mRequestAppCrashBugreport = false;
994994 }
995995 if (mRequestDumpsysMemInfo) {
996996 mRequestDumpsysMemInfo = false;