比如,我要打开Camera.cpp中所有的ALOGV,只要在Camera.cpp这个文件#include <utils/Log.h>之前,加上:
#undef NDEBUG
#define LOG_NDEBUG   0  //打开LOGV

相关文章:

  • 2021-10-29
  • 2021-12-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-02
  • 2021-08-09
猜你喜欢
  • 2022-01-19
  • 2021-05-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案