Compartilhar via


Debug.ShowFullDetail Campo

Definição

Cuidado

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

Sinalizadores para 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

Valor do campo

Value = 1
Atributos

Comentários

Sinalizadores para printLoadedClasses(). O comportamento padrão é mostrar apenas o nome da classe.

Documentação Java para android.os.Debug.SHOW_FULL_DETAIL.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a