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)
B. Log.a(String, String) (all outputs)
C. Log.w(String, String) (warning)
D. Log.i(String, String) (information)
E. Log.q(String, String) (questions)
F. Log.d(String, String) (debug)
G. Log.v(String, String) (verbose)
The Log class allows you to create log messages that appear in logcat. Generally, you could use the following log method
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
The Log class allows you to create log messages that appear in logcat. Generally, you could use the following log method
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!