I\'m using Android Studio (Beta) 0.8.7 and my logcat has been working fine for months. All of a sudden my logcat is unable to detect any app or package names. This means I c
Ran to the same problem on android studio.Tried connecting to the emulator(Intel emulator image with virtualization) and launched the app on the emulator and see if the application field comes back to logcat by logging with your app
Also do not forget to add - android:debuggable="true" under application in your AndroiManifest.xml
Eclipse don't see this problem because apparently Eclipse enables debugging automatically