Reputation: 29867
In Eclipse I am debugging my app but in LogCat I don't see my app under the column Application. Is there a reason for this?
Upvotes: 0
Views: 147
Reputation: 29867
I'm using a Huawei device and this is a known problem. Solution can be found here: https://stackoverflow.com/a/12457005/753632
Upvotes: 0
Reputation: 2927
Click DDMS. ->Select DeviceName. --->Select App Name.
Logcat will be Show.
If Not the GoTo Eclipse-->Window-->Reset Perspective. It`s Work.
Upvotes: 0
Reputation: 3417
go to DDMS -> Devices and select your emulator.then logcat will show logs for that device emulator.
Upvotes: 1