Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Log.d reports not showing up after Android Studio 2.3 Update

Tags:

android

After upgrading to Android Studio 2.3, my Log.d reports are no longer showing up in the run menu. I rebooted my machine twice. Strangely, the reports are showing up when I run an app on my physical device, but not for the emulator.

like image 498
Jay Avatar asked Mar 03 '17 14:03

Jay


2 Answers

goto Run - Edit Configurations

then 2nd tab Miscellaneous

check both items Show logcat automaticallyand Clear log before launch

like image 99
mikes Avatar answered Nov 05 '22 00:11

mikes


According to this bug report, this seems to have been an intentional change in 2.3:

https://code.google.com/p/android/issues/detail?id=235668

like image 29
Tim Pesce Avatar answered Nov 05 '22 02:11

Tim Pesce