Android.Util.Log.Wtf Method
What a Terrible Failure: Report a condition that should never happen.

Syntax

[Android.Runtime.Register("wtf", "(Ljava/lang/String;Ljava/lang/String;)I", "")]
public static int Wtf (string tag, string msg)

Parameters

tag
Used to identify the source of a log message.
msg
The message you would like logged.

Returns

Documentation for this section has not yet been entered.

Remarks

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 Android.OS.DropBoxManager and/or the process may be terminated immediately with an error dialog.

[Android Documentation]

Requirements

Namespace: Android.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8