During the launch of the Android project, I received the error message "WTF error message", the log code shows:
Level Tag Text E AndroidRuntime "Error reporting WTF"
What does this error mean?
This may be a reference to the wtf() function in android.util.Log . Despite what he explicitly called it a comic effect, wtf is the acronym for What a Terrible Failure is in the Android world, although it should only be used in cases of errors that should never occur in real world use cases.
wtf()
android.util.Log
See here for more information: http://developer.android.com/reference/android/util/Log.html#wtf%28java.lang.String,%20java.lang.Throwable%29