From aac4c5fc4ab7c77eff3b71f518100dd182ec2c33 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sun, 26 Jan 2014 02:14:26 +0100 Subject: Cleanup Build: GlueGen config files, stub_includes; Add JoclVersion, Android JoclVersionActivity Cleanup Build: - Move gluegen config files into make/config (cleanup) - Move stub_includes into respective folder make/stub_includes and keep resources 'clean' JoclVersion: - Analoge to JoglVersion, replaces JOCLVersion (deprecated for now) - Added text based CL info dump. JoclVersionActivity: - Analog to JoclVersionActivity - Added full launch .. tested on Android (but no OpenCL avail.) --- make/scripts/adb-logcat.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 make/scripts/adb-logcat.sh (limited to 'make/scripts/adb-logcat.sh') diff --git a/make/scripts/adb-logcat.sh b/make/scripts/adb-logcat.sh new file mode 100755 index 00000000..443011f8 --- /dev/null +++ b/make/scripts/adb-logcat.sh @@ -0,0 +1,4 @@ +sdir=`dirname $0` + +adb $* logcat -c +adb $* logcat 2>&1 | tee adb-logcat.log -- cgit v1.2.3