0

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?

CodeMonkeyAlx
  • 813
  • 4
  • 16
  • 32

1 Answers1

2

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.

Community
  • 1
  • 1
Antrromet
  • 15,294
  • 10
  • 60
  • 75
  • We are actually fleshing all of this out in the comments. ADB is online and the phone is coming up and it is compatible. Everything is in the green. Still not working. – CodeMonkeyAlx Jun 20 '14 at 09:03