I have an app that is crashing as soon as it opens in an AVD (emulator) started from Android Studio and logcat is completely empty. So, I can't locate and fix the problem.
Am I missing any configuration?
Ok, I found it. It's stupid, but tricky. Might help others.
Android Studio is not cleaning logcat's search box during is startup. I had a string into it filtering the results for weeks and did not see that.
I've cleaned the search box and could see all the log again using the emulator normally.