Android.App.FragmentManager.EnableDebugLogging Method
Control whether the framework's internal fragment manager debugging logs are turned on.

Syntax

[Android.Runtime.Register("enableDebugLogging", "(Z)V", "")]
public static void EnableDebugLogging (bool enabled)

Parameters

enabled
Documentation for this section has not yet been entered.

Remarks

Control whether the framework's internal fragment manager debugging logs are turned on. If enabled, you will see output in logcat as the framework performs fragment operations.

[Android Documentation]

Requirements

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