언어

SecurityLog.TagAppProcessStart 필드

정의

주의

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

앱 프로세스가 시작되었음을 나타냅니다.

[Android.Runtime.Register("TAG_APP_PROCESS_START", 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 TagAppProcessStart = 210005;
[<Android.Runtime.Register("TAG_APP_PROCESS_START", 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 TagAppProcessStart : Android.App.Admin.SecurityLogTags

필드 값

Value = 210005
특성

설명

앱 프로세스가 시작되었음을 나타냅니다. 로그 항목에는 배열SecurityEvent#getData()에 캡슐화된 프로세스에 대한 다음 정보가 포함되어 있습니다. li [0] 프로세스 이름(String) <li>> [1] 정확한 시작 시간(밀리초)에 따라 System.currentTimeMillis() (Long) <li> [2] app uid (Integer) <li> [3] app pid (Integer) <li> [4] seinfo tag (String) <li> [5] SHA-256 해시(16진수)StringObject<) 조직 소유의 관리 프로필 디바이스에서 보안 로깅을 사용하도록 설정하면 관리되는 프로필 내에서 발생하는 이벤트만 표시됩니다.

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

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

적용 대상