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 TextView设置阴影效果
  2. Android(安卓)UI规范,就这么不受待见吗?
  3. Android 自定义View实现直播点赞特效
  4. Java环境变量和Android环境变量
  5. Binder系列1—Binder Driver初探
  6. Java加密解密工具(适用于JavaSE/JavaEE/An
  7. android图表引擎AchartEngine制作柱图源
  8. android Monkey test测试
  9. 自己在使用Android(安卓)Maps API 开发地
  10. 锦囊篇|一文摸懂ButterKnife