commit | 504db7fc09f9a6716dbc1b9849760283d94c9d60 | [log] [tgz] |
---|---|---|
author | Jesse Hall <jessehall@google.com> | Thu Jan 14 15:53:57 2016 -0800 |
committer | Jesse Hall <jessehall@google.com> | Mon Jan 25 13:49:31 2016 -0800 |
tree | 27e13a63720cf005ad67e1be22d7d06533130899 | |
parent | d913282acf5c689cf5297a93604c6c10007bf6e9 [diff] [blame] |
libvulkan: Disable accidentally-enabled verbose logging Change-Id: Iab25e06607b173d9ea04fca79b0e8e8386dd0f0d (cherry picked from commit 4b31dcd677ee868d99ef07890af425e10fd5bf0c)
diff --git a/vulkan/libvulkan/layers_extensions.cpp b/vulkan/libvulkan/layers_extensions.cpp index 7b9b4f1..2c1b182 100644 --- a/vulkan/libvulkan/layers_extensions.cpp +++ b/vulkan/libvulkan/layers_extensions.cpp
@@ -14,7 +14,7 @@ * limitations under the License. */ -#define LOG_NDEBUG 0 +// #define LOG_NDEBUG 0 #include "loader.h" #include <alloca.h>