commit | 4dcd6798f3db374a056ea6acc6b425f544c5207c | [log] [tgz] |
---|---|---|
author | Logan <tzuhsiang.chien@gmail.com> | Mon Feb 28 05:12:00 2011 +0800 |
committer | Logan <tzuhsiang.chien@gmail.com> | Tue Mar 01 19:10:14 2011 +0800 |
tree | 4825e789e67f3f17aacb004192ebee035f4e7bc4 | |
parent | 825c3b2d2e18d54626d277f441de47ee849ef03b [diff] [blame] |
Create DebugHelper.h From now on, include DebugHelper.h for debug purpose.
diff --git a/lib/bcc/ScriptCached.cpp b/lib/bcc/ScriptCached.cpp index 183e552..b1dd9ce 100644 --- a/lib/bcc/ScriptCached.cpp +++ b/lib/bcc/ScriptCached.cpp
@@ -14,14 +14,12 @@ * limitations under the License. */ -#define LOG_TAG "bcc" -#include <cutils/log.h> - #include "ScriptCached.h" #include <bcc/bcc_cache.h> #include "ContextManager.h" +#include "DebugHelper.h" #include <stdlib.h>