Android
AND-401 · Question #79
Which of the following is incorrect about the LogCat tool?
The correct answer is D. Only one of your application can create log entries, and it should be component class (Activity. See the full explanation below for the reasoning.
Question
Which of the following is incorrect about the LogCat tool?
Options
- AA LogCat view is available as part of the ADT plugin of Eclipse
- BYou can create a log in your application using Log.v(String, String)
- CEach log message has a tag
- DOnly one of your application can create log entries, and it should be component class (Activity,
How the community answered
(25 responses)- A4% (1)
- B8% (2)
- C12% (3)
- D76% (19)
Community Discussion
No community discussion yet for this question.