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
属性

注解

指示应用进程已启动。 日志条目包含有关封装在数组中的Object进程的以下信息,可通过 SecurityEvent#getData():<li [0] 进程名称 (String) li> [1] 精确开始时间(以毫秒为单位)System.currentTimeMillis()根据 (Long) <<li> [2] app uid () li> [3] app pid (IntegerInteger) <> li> [4] seinfo tag (String) li> [5] SHA-256 哈希(十六进制() <<String) 如果在组织拥有的托管配置文件设备上启用了安全日志记录,则只有托管配置文件内发生的事件才可见。

Java文档android.app.admin.SecurityLog.TAG_APP_PROCESS_START

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于