#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. mysql 5.7.18 winx64密码修改
  2. mysql5.7.17安装配置图文教程
  3. MySQL v5.7.18 解压版本安装详细教程
  4. mysql 5.7.18 安装教程及问题汇总
  5. CentOS6.8使用cmake安装MySQL5.7.18
  6. mysql 5.7.18 winx64安装配置方法图文教
  7. windows10安装mysql5.7.18教程
  8. MySQL 复制详解及简单实例
  9. mysql 5.7.18 winx64 免安装 配置方法
  10. InnoDB实现序列化隔离级别的方法