Tagged Questions
1
vote
0answers
169 views
How can I see bootloader stdout debugging messages?
I'm trying to understand the mechanisms of the Android bootloader.
The source code for this is here:
...
0
votes
1answer
3k views
Android debugging-Boot Loops: Is there any way to get a log of information without ADB? Can the emulator even help? [duplicate]
Possible Duplicate:
Android boot-up messages for debugging?
Related to this post I created: Does the Android emulator generate some sort of log file I can access if it crashes?
I have ...