Skip to content

Commit 1175919

Browse files
committed
enable debug trace logging in JNI code
1 parent b677122 commit 1175919

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

circle_scripts/deps.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export DEBUG_TOXCORE_LOGGING=" "
5353

5454
if [ "$1""x" == "debugbuildx" ]; then
5555
export DEBUG_TOXCORE_LOGGING=" -DMIN_LOGGER_LEVEL=LOGGER_LEVEL_TRACE "
56+
JNI_CUSTOM_FLAGS=" ""$JNI_CUSTOM_FLAGS"" -DDEBUG_ENABLE_TRACE_LOGGING "
5657
fi
5758
## set this to make c-toxcore log more verbose -------------
5859

0 commit comments

Comments
 (0)