From 457a3cc1a04e45e31370d9083186436b0d12ab1d Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Mon, 27 Jan 2025 21:56:39 -0500 Subject: Refactor threaded waits - Move seek to handler thread. - Cleanup and comment some stuff. Signed-off-by: Andrew Opalach --- scripts/adb_logcat.sh | 2 ++ scripts/run_valgrind.sh | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100755 scripts/adb_logcat.sh (limited to 'scripts') 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 "$@" -- cgit v1.2.3-101-g0448