Skip to content
This repository was archived by the owner on Mar 31, 2022. It is now read-only.

Commit 2bc50e3

Browse files
committed
better adb check/test
1 parent df2b5a6 commit 2bc50e3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

system_report.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@ echo
2828

2929
echo
3030
echo "=== Testing Android tools =============="
31-
echo " * adb"
32-
ls -alh ${ANDROID_HOME}/platform-tools/adb
31+
echo " * adb path:"
32+
which adb
33+
echo
34+
echo " * adb version:"
35+
adb version
3336
echo "========================================"
3437
echo
3538

0 commit comments

Comments
 (0)