DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Education Android Development Course in HSE lecture #3

1.Lecture #32. Logs● Log.i(tag, msg); (information)● Log.v(tag, msg); (verbose)● Log.d(tag, msg); (debug)● Log.w(tag, msg); (warning)● Log.e(tag, msg); (error)…