summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautomated/android/boottime/device-script.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/automated/android/boottime/device-script.sh b/automated/android/boottime/device-script.sh
index eea7f3e..bc36c72 100755
--- a/automated/android/boottime/device-script.sh
+++ b/automated/android/boottime/device-script.sh
@@ -395,10 +395,17 @@ if [ "X${OPERATION}" = "XCOLLECT" ]; then
# shellcheck disable=SC2035
logcat -d -v time *:V > "${dir_boottime_data}/logcat_all_${COLLECT_NO}.log"
output_test_result "BOOTTIME_LOGCAT_ALL_COLLECT" "pass"
+ echo "==============content of the file ${dir_boottime_data}/logcat_all_${COLLECT_NO}.log start from here:"
+ cat "${dir_boottime_data}/logcat_all_${COLLECT_NO}.log"
+ echo "==============content of the file ${dir_boottime_data}/logcat_all_${COLLECT_NO}.log end here:"
logcat -d -b events -v time > "${dir_boottime_data}/logcat_events_${COLLECT_NO}.log"
output_test_result "BOOTTIME_LOGCAT_EVENTS_COLLECT" "pass"
dmesg > "${dir_boottime_data}/dmesg_${COLLECT_NO}.log"
output_test_result "BOOTTIME_DMESG_COLLECT" "pass"
+ echo "==============content of the file ${dir_boottime_data}/dmesg_${COLLECT_NO}.log start from here:"
+ cat "${dir_boottime_data}/dmesg_${COLLECT_NO}.log"
+ echo "==============content of the file ${dir_boottime_data}/dmesg_${COLLECT_NO}.log end here:"
+ ls -l ${dir_boottime_data}/*
elif [ "X${OPERATION}" = "XANALYZE" ]; then
count=$2
## Check if there is any case that the surfaceflinger service