Automatically clearing LogCat on each Eclipse Debug/Run?

后端 未结 2 1806
太阳男子
太阳男子 2021-02-02 07:37

I expected this to be a simple task, but I\'m surprised to find no answers for this.

Let me clarify:

  • I do not want to call adb logcat -c

2条回答
  •  无人共我
    2021-02-02 08:12

    If you're not locked to Eclipse because of some strong reasons, you can try IntelliJ IDEA as IDE. Here is option for run configuration for clear log on app run. Unfortunately, following http://youtrack.jetbrains.com/issue/IDEA-80976 it is broken right now, but I think it'll be fixed in near future.

提交回复
热议问题