71

Today I was searching Android docs and found something interesting:

To write Android log statements, you use the android.util.Log class with the following methods:

Log.v()

Log.d()

...

Log.wtf() 😮😮😮

According to Google it seems to mean "What a Terrible Failure".

WTF?!?!?!

Comments
Add Comment