ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 35 - Associate Android Developer discussion

Report
Export

The Log class allows you to create log messages that appear in logcat. Generally, you could use the following log methods: (Choose five.)

A.
Log.e(String, String) (error)
Answers
A.
Log.e(String, String) (error)
B.
Log.a(String, String) (all outputs)
Answers
B.
Log.a(String, String) (all outputs)
C.
Log.w(String, String) (warning)
Answers
C.
Log.w(String, String) (warning)
D.
Log.i(String, String) (information)
Answers
D.
Log.i(String, String) (information)
E.
Log.q(String, String) (questions)
Answers
E.
Log.q(String, String) (questions)
F.
Log.d(String, String) (debug)
Answers
F.
Log.d(String, String) (debug)
G.
Log.v(String, String) (verbose)
Answers
G.
Log.v(String, String) (verbose)
Suggested answer: A, C, D, F, G
asked 18/09/2024
Mohamed Mohamed
48 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first