Is there a shortcut for "Clear Log" in DDMS?

900 Views Asked by At

I prefer to clean logs before each application run/debugging, just wondering if a shortcut for this actions is available?

p.s. Mac OS

1

There are 1 best solutions below

4
On

yes, you can clear logs.. in Eclipse in DDMS-->Logcat View...

Just click on clear log button as shown in image below... I think the view is same for both Mac and on Windows if you are using eclipse..

enter image description here

Hope this helps..

EDIT:-

  • Go to Window
  • Preferences.
  • Then go to General -> Keys. Find the entry "Show View (View: Logcat)"
  • Go to Binding and hit a key (such as F10)
  • Apply and OK

From then after use F10 as your shortcut.. You can personalise your shortcut as per your wish following steps I provided...