Which of the following is incorrect about the LogCat tool?

A.
A LogCat view is available as part of the ADT plugin of Eclipse
B.
You can create a log in your application using Log.v(String, String)
C.
Each log message has a tag
D.
Only one of your application can create log entries, and it should be component class (Activity,
Service,…etc)
I agree with the answer. D