diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-03-03 14:03:51 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-03 14:03:51 -0800 |
commit | a799b53f10e5a6fd51fef4436cfb7ec99836a516 (patch) | |
tree | 9f06bfedddae069d0388739f5f2779472da5dc7f /linker/linker_debug.h | |
parent | fe5745033a4f397c62a4e00efd9257ac9f83755c (diff) | |
download | bionic-a799b53f10e5a6fd51fef4436cfb7ec99836a516.zip bionic-a799b53f10e5a6fd51fef4436cfb7ec99836a516.tar.gz bionic-a799b53f10e5a6fd51fef4436cfb7ec99836a516.tar.bz2 |
auto import from //depot/cupcake/@132589
Diffstat (limited to 'linker/linker_debug.h')
-rw-r--r-- | linker/linker_debug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linker/linker_debug.h b/linker/linker_debug.h index 3cc1343..6e396fd 100644 --- a/linker/linker_debug.h +++ b/linker/linker_debug.h @@ -35,8 +35,8 @@ * this on when submitting back to repository */ #define LINKER_DEBUG 0 #define TRACE_DEBUG 0 -#define DO_TRACE_LOOKUP 0 -#define DO_TRACE_RELO 0 +#define DO_TRACE_LOOKUP 1 +#define DO_TRACE_RELO 1 #define TIMING 0 #define STATS 0 #define COUNT_PAGES 0 |