Refine DebugHelper.h into Log.h.

This removes USE_FUNC_LOGGER from libbcc-config.mk.

Change-Id: Ia496d41388135706a501bd362075f53d1c0eb6aa
diff --git a/lib/RenderScript/RSInfoWriter.cpp b/lib/RenderScript/RSInfoWriter.cpp
index 1f19839..3cfb8da 100644
--- a/lib/RenderScript/RSInfoWriter.cpp
+++ b/lib/RenderScript/RSInfoWriter.cpp
@@ -20,7 +20,7 @@
 
 #include "bcc/RenderScript/RSInfo.h"
 
-#include "bcc/Support/DebugHelper.h"
+#include "bcc/Support/Log.h"
 #include "bcc/Support/OutputFile.h"
 
 using namespace bcc;