diff options
| author | 2010-01-26 11:34:48 -0800 | |
|---|---|---|
| committer | 2010-01-26 11:34:48 -0800 | |
| commit | 122b309481f5e606b9af4c8266d1dd75e5b1bc8c (patch) | |
| tree | 7e013756999584d479911686ee50e98d130a3517 | |
| parent | 508370f0cb5d3e03b1bcf04f1164ea1f384f496f (diff) | |
| parent | a1d302e867cc86d1e9c91a2fd613af9f1eb76574 (diff) | |
Merge "Turn the debugging back on."
| -rw-r--r-- | libs/rs/rsUtils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/rs/rsUtils.h b/libs/rs/rsUtils.h index 3c6da68f6d30..07f893338bfa 100644 --- a/libs/rs/rsUtils.h +++ b/libs/rs/rsUtils.h @@ -17,6 +17,7 @@ #ifndef ANDROID_RS_UTILS_H #define ANDROID_RS_UTILS_H +#define LOG_NDEBUG 0 #define LOG_TAG "RenderScript" #include <utils/Log.h> #include <utils/Vector.h> |