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've faced also to the same issue. Even following the previous answers, I didn't find the way to show logs in the Logcat.
After many tries done on my own, here is the (other) way to get logs shown:
Just selecting "Show only selected application"
in the combobox did the job. Priorly, it was "Firebase"
which was selected.
Hopefully, you will see your logs ;-)