Share via


SecurityLog.TagAppProcessStart Field

Definition

Caution

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

Indicates that an app process was started.

[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

Field Value

Value = 210005
Attributes

Remarks

Indicates that an app process was started. The log entry contains the following information about the process encapsulated in an Object array, accessible via SecurityEvent#getData(): <li> [0] process name (String) <li> [1] exact start time in milliseconds according to System.currentTimeMillis() (Long) <li> [2] app uid (Integer) <li> [3] app pid (Integer) <li> [4] seinfo tag (String) <li> [5] SHA-256 hash of the base APK in hexadecimal (String) If security logging is enabled on organization-owned managed profile devices, only events happening inside the managed profile will be visible.

Java documentation for android.app.admin.SecurityLog.TAG_APP_PROCESS_START.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to