From 3875b4d8e4dcd1b3a0a93283346bea51ecd0a2eb Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 18 Nov 2013 15:34:42 +0100 Subject: 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! --- make/scripts/adb-logcat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/scripts/adb-logcat.sh') 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 -- cgit v1.2.3