diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/adb_logcat.sh | 2 | ||||
| -rwxr-xr-x | scripts/run_valgrind.sh | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/scripts/adb_logcat.sh b/scripts/adb_logcat.sh new file mode 100755 index 0000000..b0da2a0 --- /dev/null +++ b/scripts/adb_logcat.sh @@ -0,0 +1,2 @@ +#! /usr/bin/env sh +adb logcat *:S CTV diff --git a/scripts/run_valgrind.sh b/scripts/run_valgrind.sh index 583327c..bccc34c 100755 --- a/scripts/run_valgrind.sh +++ b/scripts/run_valgrind.sh @@ -1,5 +1,5 @@ #! /usr/bin/env sh source ../scripts/python_env -valgrind --leak-check=full ./src/fruits/cmv/cmv "$@" +#valgrind --leak-check=full ./src/fruits/cmv/cmv "$@" #valgrind --leak-check=full --show-leak-kinds=all ./src/fruits/cmv/cmv "$@" -#valgrind --leak-check=no --show-error-list=yes ./src/fruits/cmv/cmv "$@" +valgrind --leak-check=no --show-error-list=yes ./src/fruits/cmv/cmv "$@" |