android - Disable Logcat (DDMS) & Run Console automatically opening on any activity -
i monitor logcat outside android studio (logcat-color open beside emulator on screen/workspace) , stop android ddms view opening within android studio automatically. takes screen real estate i'd prefer keep code.
i know can remove view entirely i'd retain access times use linking directly problematic line of code quickly.
can filter logcat output show 'error' level isn't great solution i'd changing filters @ surrounding log entries if there problem wanted trace.
the same true of run console. i'd stop opening too.
is there way have access these 2 views without them opening time there's activity? i've looked through settings can't find candidates modify.
first, rid of logcat opening on run, go run
-> edit configurations...
on main menu (or via toolbar dropdown), uncheck show logcat automatically
option in logcat
tab.
next, unfortunately there no way permanently prevent run window popping when run, there workaround job once used it.
basically, when run window pops not close or minimize using buttons, rather resize down bottom (i.e. grab top of window , drag down until gone). way, though activates when running, not show. clicking on (once, or twice) restores it's previous size.
also note whenever access 1 of tool windows in same area run window reset , need resize down again. not ideal, works okay.
once used dragging down close it, run window becomes less of pain.
Comments
Post a Comment