LoaderManager.EnableDebugLogging(Boolean) 메서드

정의

프레임워크의 내부 로더 관리자 디버깅 로그가 켜져 있는지 여부를 제어합니다.

[Android.Runtime.Register("enableDebugLogging", "(Z)V", "")]
public static void EnableDebugLogging (bool enabled);
[<Android.Runtime.Register("enableDebugLogging", "(Z)V", "")>]
static member EnableDebugLogging : bool -> unit

매개 변수

enabled
Boolean
특성

설명

프레임워크의 내부 로더 관리자 디버깅 로그가 켜져 있는지 여부를 제어합니다. 사용하도록 설정하면 프레임워크가 로더 작업을 수행할 때 logcat에 출력이 표시됩니다.

에 대한 Java 설명서입니다 android.app.LoaderManager.enableDebugLogging(boolean).

이 페이지의 일부는 만들고 공유하며 에 설명된 조건에 따라 사용되는 작업을 기반으로 수정됩니다.

적용 대상