diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-14 01:23:13 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-14 01:23:13 +0300 |
commit | e1928c6f0b8d5a51055c63b370b0a62712c6a4c5 (patch) | |
tree | 06f59f787f059e667fa327db09c41aecc0b0b6fc /src | |
parent | bf2ccebc8d77db0b531d49912cfc403a3fda8449 (diff) | |
download | plus-e1928c6f0b8d5a51055c63b370b0a62712c6a4c5.tar.gz plus-e1928c6f0b8d5a51055c63b370b0a62712c6a4c5.tar.bz2 plus-e1928c6f0b8d5a51055c63b370b0a62712c6a4c5.tar.xz plus-e1928c6f0b8d5a51055c63b370b0a62712c6a4c5.zip |
Disable Android log.
Diffstat (limited to 'src')
-rw-r--r-- | src/localconsts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/localconsts.h b/src/localconsts.h index 1fe828460..c73700824 100644 --- a/src/localconsts.h +++ b/src/localconsts.h @@ -63,7 +63,7 @@ //#define DEBUG_DUMP_LEAKS1 1 //Android logging -#define ANDROID_LOG 1 +//#define ANDROID_LOG 1 //profiler //#define USE_PROFILER 1 |