Debug.ShowFullDetail Field

Definition

Caution

This constant will be removed in the future version. Use Android.OS.DebugShow enum directly instead of this field.

Flags for printLoadedClasses().

[Android.Runtime.Register("SHOW_FULL_DETAIL")]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.DebugShow enum directly instead of this field.", true)]
public const Android.OS.DebugShow ShowFullDetail = 1;
[<Android.Runtime.Register("SHOW_FULL_DETAIL")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.DebugShow enum directly instead of this field.", true)>]
val mutable ShowFullDetail : Android.OS.DebugShow

Field Value

Value = 1
Attributes

Remarks

Flags for printLoadedClasses(). Default behavior is to only show the class name.

Java documentation for android.os.Debug.SHOW_FULL_DETAIL.

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