#undef LOG

#include "utils/Log.h"

reference:http://www.mailinglistarchive.com/html/android-developers@googlegroups.com/2010-04/msg00038.html

recently i tried to see logs in native WebKitbut in the end found nothing in ddmsfinally i found the cause is thatin WebCore/config.h , it includes <wtf/Assertions.h>which defines LOG macrotherefore the LOG{VDIEW} macro will be redirected to WTFLoginstead of android_logtry to do #undef LOG before you including "utils/Log.h" or "cutils/log.h"and try not to include them before including "config.h"

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. android判断网络连接状态-ConnectivityMa
  2. android开发中遇到的问题汇总【九】
  3. 图片上动态添加文字
  4. Android TabHost每个Tab的Activity事件
  5. 《Android(安卓)Dev Guide》系列教程9:用
  6. Android实现圆形图片的两种方式
  7. android studio Caused by: com.sun.org.
  8. Android创建快捷方式,Phonegap创建快捷方
  9. Android 自定义控件实现点击波浪效果(九)
  10. Android NFC P2P学习1 - API层