summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2018-03-15 11:17:29 +0000
committerYongqin Liu <yongqin.liu@linaro.org>2018-03-15 11:17:29 +0000
commit5720b3642d896ac17be729b0d9b05d38bb89a70f (patch)
treed738bbc046500a19cf4ee714dc214cfab0325c3d
parent3139ec3018bd07018e1958c9bc0f4c21f0027ab2 (diff)
Revert "android monkey.sh: output the logcat for debug"
This reverts commit 3139ec3018bd07018e1958c9bc0f4c21f0027ab2. Change-Id: Ie232999de9b3f8ae903785a940149d702edcb25e
-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