AND-401 Exam QuestionsBrowse all questions from this exam

AND-401 Exam - Question 59


Which of the following is incorrect about the LogCat tool?

Show Answer
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

1 comment
Sign in to comment
MmadiOption: D
Dec 31, 2022

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