0
There are different levels of log in Android Studio, which maybe, I say maybe, is not much different in other IDE’s. Basically it’s the different ways I can record a message on logcat. The guys are VERBOSE
,DEBUG
, INFO
, WARN
, ERROR
and ASSERT
.
What does each of these mean? In what situations should I use them?
here on this link I opened by pressing the help of android studio: https://developer.android.com/studio/debug/am-logcat.html
– Armando Marques Sobrinho
done, @Ack Lay, if you like, it would be interesting for min (rerere) to mark the answer as correct.
– Armando Marques Sobrinho