InterviewSolution
Saved Bookmarks
| 1. |
What's Logcat? |
|
Answer» Logcat is a ROTATING log of MESSAGES that ANDROID produces. It's a very useful tool for programmers to work out what exactly is going on if someone reports and error. It's a requirement in our ISSUES reporting to attach a logcat WHEREVER possible. Logcat is a rotating log of messages that Android produces. It's a very useful tool for programmers to work out what exactly is going on if someone reports and error. It's a requirement in our Issues reporting to attach a logcat wherever possible. |
|