Search Results
7/14/2025, 10:47:01 PM
>>105901904
TANGENT: Although Java is known for its excessive verbosity, the Android logging API was surprisingly terse with its single letter method names. When I did Android development a few lifetimes ago, this API was a pleasant surprise.
https://source.android.com/docs/core/tests/debug/understanding-logging#log-standards
Log.wtf
Log.e
Log.w
Log.i
Log.d
Log.v
TANGENT: Although Java is known for its excessive verbosity, the Android logging API was surprisingly terse with its single letter method names. When I did Android development a few lifetimes ago, this API was a pleasant surprise.
https://source.android.com/docs/core/tests/debug/understanding-logging#log-standards
Log.wtf
Log.e
Log.w
Log.i
Log.d
Log.v
Page 1