Log.i("CONNECT TO THE NETZ!","BOOM");
Prints nothing in LogCat. Why?
Log.i("CONNECT TO THE NETZ!","BOOM");
Prints nothing in LogCat. Why?
How are you running logcat? Try adb logcat V
in a shell to make sure you get every message without any filters.