aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuK1337 <priv.luk@gmail.com>2016-01-08 23:38:07 +0100
committerRolanDroid <rolandosimoncelli8@gmail.com>2016-01-10 15:04:38 +0100
commit363e58a3ae7478ce1c362bc81abe4971f331d6b6 (patch)
tree3f3dacd385152ffc267f0d5354061a749974ed7b
parent1bf11a5f031839594b5a781f3e280472eb6fa906 (diff)
thea: camera: Disable logging
derp ;-; Change-Id: I0a56349dddef57f59f99d468ff816b6f5679551b
-rw-r--r--camera/CameraWrapper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/camera/CameraWrapper.cpp b/camera/CameraWrapper.cpp
index 9ae2a76..9660cb7 100644
--- a/camera/CameraWrapper.cpp
+++ b/camera/CameraWrapper.cpp
@@ -21,7 +21,7 @@
*
*/
-#define LOG_NDEBUG 0
+// #define LOG_NDEBUG 0
#define LOG_TAG "CameraWrapper"
#include <cutils/log.h>
#include <cutils/properties.h>