Android Studio Logcat Search

江枫思渺然 提交于 2019-11-29 10:01:36

Actually the problem is with the device name, which is too long and due to this it squeezes the Logcat search. So to the solution I got for this name issue is to change the device name (whether its Genymotion or AVD). So to change your device name follow below steps :

For AVD : Go to Tools --> Android --> AVD Manager --> Select your device and then change the device name to shorter one.

For Genymotion : Open you VirtualBox --> Select your device and then Click on Settings --> Change the name to shorter one.

And other option is Right click on Logcat tab and then enable Floating mode. Then just resize the floating window so that the Logcat search can expand.

Edit: You can also use CTRL+F to filter logcat. It will open new search bar and then you can try on that.

For quickly search, use universal key combination CTRL+F.

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