From 5720b3642d896ac17be729b0d9b05d38bb89a70f Mon Sep 17 00:00:00 2001 From: Yongqin Liu Date: Thu, 15 Mar 2018 11:17:29 +0000 Subject: Revert "android monkey.sh: output the logcat for debug" This reverts commit 3139ec3018bd07018e1958c9bc0f4c21f0027ab2. Change-Id: Ie232999de9b3f8ae903785a940149d702edcb25e --- automated/android/monkey/monkey.sh | 5 ----- 1 file changed, 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 -- cgit v1.2.3