dongming86 2016-01-27 07:46 采纳率: 0%
浏览 1798

Android logcat信息保存问题

请问:在Eclipse中的Android项目中,logcat添加了一个logcat filter,如何把这个logcat filter对应的所有信息保存到txt文档中?
数据很多,logcat只是显示的后面的一部分,现在想全部把标签的信息保存下来

  • 写回答

2条回答

  • tony4geek 2016-01-27 07:53
    关注

    Save LogCat To A Text File

    So you already know how to view LogCat in Eclipse but now you want to copy the content of LogCat and you can't do it easily from Eclipse.

    To save LogCat to a text file open up a terminal window and type:
    adb logcat -d > logcat.txt

    This will create a file named "logcat.txt" in your current directory. The -d option indicates that you are dumping the current contents and then exiting. If you do not use this option new lines of LogCat will be appended to the file, which may be useful.

    Since LogCat can get pretty large very quickly you may want to clear it every once in a while, you can do this easily from Eclipse or from a terminal window using the command:
    adb logcat -c

    Note that running adb logcat without any options will display the contents of LogCat in your terminal window.

    For fancier terminal manipulation of LogCat check out
    http://developer.android.com/guide/developing/tools/adb.html#logcat

    评论

报告相同问题?

悬赏问题

  • ¥15 c程序不知道为什么得不到结果
  • ¥40 复杂的限制性的商函数处理
  • ¥15 程序不包含适用于入口点的静态Main方法
  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置