Android.OS.StrictMode.NoteSlowCall Method
For code to note that it's slow.

Syntax

[Android.Runtime.Register("noteSlowCall", "(Ljava/lang/String;)V", "")]
public static void NoteSlowCall (string name)

Parameters

name
a short string for the exception stack trace that's built if when this fires.

Remarks

Requirements

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