Save Data of LogCat in android

前端 未结 5 1527
盖世英雄少女心
盖世英雄少女心 2021-02-04 19:09

I want to save all the contents of log cat into specific file in Android. I used Eclipse IDE to develop the android application.

How i can achieve this ?

Thanks.

5条回答
  •  死守一世寂寞
    2021-02-04 19:56

    Although @Kartik show's you the proper way.

    For quickness you can copy and paste. Ensure the logcat view is open Eclipse > DDMS > logcat

    then click the line you want to start at

    hold shift (for multiline select)

    click the line you want to finish at

    and simply ctrl+c (copy)

    ctrl+v (paste whereever you want)

提交回复
热议问题