Exam AND-401 All QuestionsBrowse all questions from this exam
Question 59

Which of the following is incorrect about the LogCat tool?

    Correct Answer: D

    The statement 'Only one of your applications can create log entries, and it should be component class (Activity,Service,...etc)' is incorrect. In Android development, any application can create log entries, and these entries are not limited to component classes like Activity or Service. Any part of your application, including non-component classes, can generate logs using LogCat.

Discussion
MmadiOption: D

D. Only one of your applications can create log entries, and it should be component class (Activity,Service,...etc)