Debug.PrintLoadedClasses(DebugShow) Method

Definition

Dump a list of all currently loaded class to the log file.

[Android.Runtime.Register("printLoadedClasses", "(I)V", "")]
public static void PrintLoadedClasses (Android.OS.DebugShow flags);
[<Android.Runtime.Register("printLoadedClasses", "(I)V", "")>]
static member PrintLoadedClasses : Android.OS.DebugShow -> unit

Parameters

flags
DebugShow

See constants above.

Attributes

Remarks

Dump a list of all currently loaded class to the log file.

Java documentation for android.os.Debug.printLoadedClasses(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to