Android logcat “application” column is always empty
问题 Android logcat "application" column is always empty. I have latest version of android tools. 回答1: I tried all the other suggestions here and none of them worked. For me, the application is shown when running on the emulator, but not on my Galaxy Nexus. It turns out I needed to add android:debuggable="true" to <application> in my AndroiManifest.xml . See http://developer.android.com/guide/topics/manifest/application-element.html. People who use Eclipse don't see this problem because apparently