Reputation: 853
So, I am running on a Brightspot (T-Mobile) Alcatel One Touch Fierce and Its registered on ADB just fine. Its not giving me any logs even though all the options are currently running for developer stuff.
Any ideas how to fix this?
Upvotes: 0
Views: 201
Reputation: 15424
Firstly check if your device is getting listed by using the following command
adb devices
If yes, then also check if it is online. If no then try the solution given here. After that try to see the logs by issuing the proper command as given on the logcat developer website.
Upvotes: 2