android里面的log输出以往都是在eclipse里面看,如果通过USB连接电脑,可以输出到PC上。

try {//adb logcat -v threadtime  > logcat.txtString fileName = "logcat_" + System.currentTimeMillis() + ".txt";File outputFile = new File(Environment.getExternalStorageDirectory(), fileName);@SuppressWarnings("unused")Process process = Runtime.getRuntime().exec("logcat -v threadtime -f" + outputFile.getAbsolutePath());} catch (IOException e) {}

bat:

  adb logcat -v threadtime > logcat.txt

参考文档:

Reading and Writing Logs
http://developer.android.com/tools/debugging/debugging-log.html

Android Debug Bridge, Part 1: How to Capture Logcat Files Using ADB
http://university.utest.com/android-debug-bridge-part-1-how-to-capture-logcat-files-using-adb/

write to file on sd card
http://stackoverflow.com/questions/6175002/write-android-logcat-data-to-a-file

更多相关文章

  1. Android(安卓)编程下通过 zipalign 对 APK 文件进行优化
  2. 【android测试】值得学习的android测试知识连接
  3. Android(安卓)设置没有 actionBar的 样式
  4. Android系统下如何在程序中对XML里面元素进行赋值
  5. android 检测是否有网络连接
  6. Android(安卓)实现Xmpp工具类
  7. android自定义keystore
  8. 检测Android设备有线网络连接状态
  9. Android(安卓)Wifi的使用

随机推荐

  1. Android无法真正睡眠:服务广播插件等仍激
  2. Android(安卓)安全 —— 本地拒绝服务漏
  3. Android动画之ViewAnimation和DrawableAn
  4. 初学Android,使用菜单资源(十九)
  5. Android获取安装包32位签名
  6. How to create android splash screen
  7. Android知识梳理:消息机制之Looper
  8. Android(安卓)Phone拨出电话流程
  9. Android(安卓)Telephony —— 手机信号实
  10. Android(安卓)界面布局