1. Log.wtf()

    public static int wtf (String tag, String msg)

    What a Terrible Failure: Report a condition that should never happen. The error will always be logged at level ASSERT with the call stack. Depending on system configuration, a report may be added to the DropBoxManager and/or the process may be terminated immediately with an error dialog.

    Taken from Android SDK, via Hacker News. (via quanganhdo)

    1. webvampires reblogged this from quanganhdo and added:
      public static int wtf (String tag, String msg) What a Terrible Failure: Report a condition that should never happen. The...
    2. quanganhdo posted this