Debugging destructor of Compiler.
Change-Id: I9474263fc0690ff4f7ddf2956ee3b84d19e65700
diff --git a/lib/bcc/Compiler.cpp b/lib/bcc/Compiler.cpp
index 47bacf3..0244fd7 100644
--- a/lib/bcc/Compiler.cpp
+++ b/lib/bcc/Compiler.cpp
@@ -1250,7 +1250,7 @@
if (!mCodeMemMgr.get()) {
// mCodeDataAddr and mCacheMapAddr are from loadCacheFile and not
// managed by CodeMemoryManager.
- //LOGE("~Compiler(): mCodeDataAddr = %x", mCodeDataAddr); sliao
+ LOGI("~Compiler(): mCodeDataAddr = %x", mCodeDataAddr); //sliao
if (mCodeDataAddr) {
deallocateContext(mCodeDataAddr);
}