summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2016-02-29 19:24:12 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2016-02-29 19:24:12 +0530
commit9f29cafe9833d683e84274eef2aacdb1fa6d124a (patch)
treec48154d9235c45f3483f4e3e6ffe3825831a3714
parent4807f5c2aab47f600cc1022e1d2c68956e95470b (diff)
test-art-target-test: dump file list on the device
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rwxr-xr-xtest-art-target-test.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/test-art-target-test.sh b/test-art-target-test.sh
index a7788dc..d552980 100755
--- a/test-art-target-test.sh
+++ b/test-art-target-test.sh
@@ -208,6 +208,11 @@ echo "YVALUE=$REPO_TIME" > $WORKSPACE/repo_time.txt
ccache -s
[[ $JENKINS_MODE ]] && echo "***********************************************" >> $WORKSPACE/device_log.txt
+[[ $JENKINS_MODE ]] && echo "****** Dumping list of files on the device ****" >> $WORKSPACE/device_log.txt
+adb shell ls -lR / > $WORKSPACE/device_log.txt
+
+
+[[ $JENKINS_MODE ]] && echo "***********************************************" >> $WORKSPACE/device_log.txt
[[ $JENKINS_MODE ]] && echo "****** Battery level after 32bit tests ********" >> $WORKSPACE/device_log.txt
[[ $JENKINS_MODE ]] && adb shell dumpsys battery >> $WORKSPACE/device_log.txt
[[ $JENKINS_MODE ]] && echo "*********** Dumping dmesg output *************" >> $WORKSPACE/device_log.txt