aboutsummaryrefslogtreecommitdiff
path: root/libdex/DexFile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libdex/DexFile.cpp')
-rw-r--r--libdex/DexFile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdex/DexFile.cpp b/libdex/DexFile.cpp
index 4a2b47ee3..52bc500dd 100644
--- a/libdex/DexFile.cpp
+++ b/libdex/DexFile.cpp
@@ -516,7 +516,7 @@ size_t dexGetDexCodeSize(const DexCode* pCode)
const u1* handlerData = dexGetCatchHandlerData(pCode);
- //LOGD("+++ pCode=%p handlerData=%p last offset=%d",
+ //ALOGD("+++ pCode=%p handlerData=%p last offset=%d",
// pCode, handlerData, offset);
/* return the size of the catch handler + everything before it */