언어

SecurityLog.TagAdbShellCmd 필드

정의

주의

This constant will be removed in the future version. Use Android.App.Admin.SecurityLogTags enum directly instead of this field.

로그 항목을 통해 ADB를 통해 adb shell <command> 셸 명령이 실행되었음을 나타냅니다. 여기에는 셸 명령을 포함하는 페이로드가 포함되어 String 있으며 이를 통해 SecurityEvent#getData()액세스할 수 있습니다.

[Android.Runtime.Register("TAG_ADB_SHELL_CMD", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.SecurityLogTags enum directly instead of this field.", true)]
public const Android.App.Admin.SecurityLogTags TagAdbShellCmd = 210002;
[<Android.Runtime.Register("TAG_ADB_SHELL_CMD", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.SecurityLogTags enum directly instead of this field.", true)>]
val mutable TagAdbShellCmd : Android.App.Admin.SecurityLogTags

필드 값

Value = 210002
특성

설명

로그 항목을 통해 ADB를 통해 adb shell <command> 셸 명령이 실행되었음을 나타냅니다. 여기에는 셸 명령을 포함하는 페이로드가 포함되어 String 있으며 이를 통해 SecurityEvent#getData()액세스할 수 있습니다. 조직 소유의 관리 프로필 디바이스에서 보안 로깅을 사용하도록 설정하면 셸 명령이 빈 문자열로 수정됩니다.

에 대한 android.app.admin.SecurityLog.TAG_ADB_SHELL_CMDJava 설명서

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

적용 대상