What is the meaning of alphabets in android studio logcat? [duplicate]
问题 This question already has answers here : Android Log.v(), Log.d(), Log.i(), Log.w(), Log.e() - When to use each one? (7 answers) Closed 3 months ago . While running the application in android studio logcat is generated and there are alphabets at the beginning of every line. what is the meaning of those alphabets? ? 回答1: these alphabet is for various log options: see this link : Log option A is for ASSERT D is for DEBUG E is for ERROR I is for INFO V is for VERBOSE W is for WARN you can filter