开发者

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

开发者 https://www.devze.com 2023-01-31 08:15 出处:网络
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

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 ti开发者_运维技巧ps 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.


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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消