diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-15 01:27:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-15 01:28:46 +0300 |
commit | e4d4bd355324af5a259aad107c59989680f22c14 (patch) | |
tree | 3eaac8b4640d0fef2085bdbf7bead5423e00ea64 /src/localconsts.h | |
parent | 1d1ddce1a81cdf65d765444685313afc4b161e5f (diff) | |
download | plus-e4d4bd355324af5a259aad107c59989680f22c14.tar.gz plus-e4d4bd355324af5a259aad107c59989680f22c14.tar.bz2 plus-e4d4bd355324af5a259aad107c59989680f22c14.tar.xz plus-e4d4bd355324af5a259aad107c59989680f22c14.zip |
Enable writing to android or nacl log if enabled debug log in settings.
Diffstat (limited to 'src/localconsts.h')
-rw-r--r-- | src/localconsts.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/localconsts.h b/src/localconsts.h index 28d6ab5bc..013f11507 100644 --- a/src/localconsts.h +++ b/src/localconsts.h @@ -181,11 +181,8 @@ // #define DEBUG_DUMP_LEAKS1 1 // #define DEBUG_SDLFONT 1 -// Android logging -// #define ANDROID_LOG 1 - -// nacl logging -#define NACL_LOG 1 +// android or nacl logging +// #define SPECIAL_LOGGING 1 // profiler // #define USE_PROFILER 1 |