摘要:
android webkit调试时打log的方法#define E_LOG(FORMAT,...) \ { __android_log_print(ANDROID_LOG_ERROR, "logTag", FORMAT, ##__VA_ARGS__); }显示函数名和行数 String func = String(String(__PRETTY_FUNCTION__) + ":" + String::number(__LINE__)); 阅读全文
posted @ 2012-11-06 16:07
Likwo
阅读(552)
评论(2)
推荐(0)