Condividi tramite


Debug.ShowFullDetail Campo

Definizione

Attenzione

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

Flag per 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

Valore del campo

Value = 1
Attributi

Commenti

Flag per printLoadedClasses(). Il comportamento predefinito consiste nel mostrare solo il nome della classe.

Documentazione java per android.os.Debug.SHOW_FULL_DETAIL.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a