Control whether the framework's internal fragment manager debugging
logs are turned on.
Syntax
[Android.Runtime.Register("enableDebugLogging", "(Z)V", "")] public static voidEnableDebugLogging (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.