I want to print something in console, so that I can debug it. But for some reason, nothing prints in my Android application.
How do I debug then?
Of course, to see the result in logcat, you should set the Log level at least to "Info" (Log level in logcat); otherwise, as it happened to me, you won't see your output.