How do I pause the command window when launching an app?

一笑奈何 提交于 2019-12-11 07:17:04

问题


When I launch an Android app via Ctrl+F11 on Eclipse, there are two black command windows (DOS-like) that appear briefly with some important messages in them. Obviously, I can't read what's in them in that brief moment.

Is there a way to pause/freeze them?

Update: @Mayra's answers below provided great tips but they did not solve the problem of pausing/freezing these windows. I know for sure that they contain information not in the Console and not in the logcat. So the question remains.


回答1:


I'm not sure what windows you are referring to, but you shouldn't have to do anything like that.

All relevant information is displayed in either the Console or logcat tabs. You can open either via window -> show view.

You can also access logcat by running adb logcat from the command line.




回答2:


Unless an answer that describes step-by-step how to pause the command window when launching an android app from Eclipse (to the emulator) comes along, the accepted answer is: This cannot be done.



来源:https://stackoverflow.com/questions/4474658/how-do-i-pause-the-command-window-when-launching-an-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!