diff options
author | Sven Gothel <[email protected]> | 2013-01-19 05:47:52 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-01-19 05:47:52 +0100 |
commit | be6c4158cf901af01be370b31e5bec368a51b2d5 (patch) | |
tree | eb4b00136ea8abe0ddd17d26fdfc5f49c5ae1f58 /make/scripts/adb-launch-main.sh | |
parent | d171a7ccc65fd284fe7e81ea3ff11d38360387bb (diff) |
adb-launch-main: logcat: append to log
Diffstat (limited to 'make/scripts/adb-launch-main.sh')
-rw-r--r-- | make/scripts/adb-launch-main.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/adb-launch-main.sh b/make/scripts/adb-launch-main.sh index bb2d008..1a1c977 100644 --- a/make/scripts/adb-launch-main.sh +++ b/make/scripts/adb-launch-main.sh @@ -42,5 +42,5 @@ am start -W -S -a android.intent.action.MAIN -n jogamp.android.launcher/jogamp.a adb connect $TARGET_IP:$TARGET_ADB_PORT adb -s $TARGET_IP:$TARGET_ADB_PORT logcat -c adb -s $TARGET_IP:$TARGET_ADB_PORT shell $SHELL_CMD 2>&1 | tee $LOGFILE -adb -s $TARGET_IP:$TARGET_ADB_PORT logcat -d 2>&1 | tee $LOGFILE +adb -s $TARGET_IP:$TARGET_ADB_PORT logcat -d 2>&1 | tee -a $LOGFILE |