I have the following test code in my Activity:
@Override public void onStart() { super.onStart(); Log.e(CLASS_NAME, \"ERROR onStart()\"); Log.w(C
I was trying everything. From log.d to log.wtf. But nothing worked.
log.d
log.wtf
Then I restarted my Android Studio. After that, the debugger started working again.
Hope this helps to someone.