summaryrefslogtreecommitdiffstats
path: root/make/scripts/adb-logcat.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-11-18 15:34:42 +0100
committerSven Gothel <[email protected]>2013-11-18 15:34:42 +0100
commit3875b4d8e4dcd1b3a0a93283346bea51ecd0a2eb (patch)
treebc07adfdeef089e038f327538ebb775ed918092c /make/scripts/adb-logcat.sh
parent4b134a3bd83e80e6a48bb0dfd893079ca457866e (diff)
Bug 890 - GLContextImpl's Version Validation: Only validate Integer based Version if requested context or string-version is >= 3.0
.. otherwise, spec doesn't require integer based version to work!
Diffstat (limited to 'make/scripts/adb-logcat.sh')
-rwxr-xr-xmake/scripts/adb-logcat.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/adb-logcat.sh b/make/scripts/adb-logcat.sh
index ea4be3d61..443011f84 100755
--- a/make/scripts/adb-logcat.sh
+++ b/make/scripts/adb-logcat.sh
@@ -1,4 +1,4 @@
sdir=`dirname $0`
adb $* logcat -c
-adb $* logcat
+adb $* logcat 2>&1 | tee adb-logcat.log