From 9c019126d4d7450e0dc12f48824fb8c1214ba545 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 27 Jan 2017 15:17:11 -0800 Subject: Remove __android_log_print calls for TRACEREF TRACEREFs aren't normally important, and for as often as it happens, the added function calls are wasteful even if they end up doing nothing. --- OpenAL32/Include/alMain.h | 1 - 1 file changed, 1 deletion(-) diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 988c7d31..2ef43ce7 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -933,7 +933,6 @@ extern enum LogLevel LogLevel; #define TRACEREF(...) do { \ if(LogLevel >= LogRef) \ AL_PRINT("(--)", __VA_ARGS__); \ - LOG_ANDROID(ANDROID_LOG_VERBOSE, __VA_ARGS__); \ } while(0) #define TRACE(...) do { \ -- cgit v1.2.3