简体   繁体   中英

Turn off phone debugging in Android Studio

I am using Android Studio 1.5.1 IDE.

I plugged up a Samsung phone to test with. Without even running the application I am testing, the LogCat constantly just scrolls data and it makes it difficult to focus on my app.

Is there a way to stop the console from showing phone debug logs and just show me my app when I am running it?

在此处输入图片说明

Yes, when running the application you are able to select your application in the dropdown highlighted in green here:

在此处输入图片说明

This causes only the output from that specific application to be shown during debugging/running.

If you're asking to never ever show the logs from your phone, I cannot help you with that.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM