summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2018-03-15 11:25:01 +0000
committerLinaro Code Review <review@review.linaro.org>2018-03-15 11:25:01 +0000
commitec9afce94c9f81ab323bf5c29dae6ce183400330 (patch)
treed2fc81f2489acac65fc33a4420f5d57a9e1adbaf
parent91d5a3b7a1702a20fa89425d373c417fc3e7444d (diff)
parent5720b3642d896ac17be729b0d9b05d38bb89a70f (diff)
Merge "Revert "android monkey.sh: output the logcat for debug""
-rwxr-xr-xautomated/android/monkey/monkey.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/automated/android/monkey/monkey.sh b/automated/android/monkey/monkey.sh
index c7707d2..b865f8f 100755
--- a/automated/android/monkey/monkey.sh
+++ b/automated/android/monkey/monkey.sh
@@ -86,8 +86,3 @@ if grep -q "Network stats: elapsed time=" "${LOGFILE}"; then
else
report_fail "monkey-network-stats"
fi
-
-if ! grep "Events injected: ${EVENT_COUNT}" "${LOGFILE}"; then
- ## output the logcat information for debug when failed to run inject all the events
- adb logcat -d -b all
-fi