AppProcessInfo
프로세스에 관한 정보입니다. 프로세스 이름, 시작 시간, 앱 Uid, 앱 Pid, seinfo 태그, 기본 APK의 해시가 포함됩니다.
JSON 표현 |
{
"processName": string,
"startTime": string,
"uid": integer,
"pid": integer,
"seinfo": string,
"apkSha256Hash": string,
"packageNames": [
string
]
} |
필드 |
processName |
string
프로세스 이름입니다.
|
startTime |
string (Timestamp format)
프로세스 시작 시간입니다. 생성된 출력은 항상 Z-정규화되고 소수점 이하 자릿수가 0, 3, 6 또는 9인 RFC 3339를 사용합니다. 'Z' 이외의 오프셋도 허용됩니다. 예를 들면 "2014-10-02T15:01:23Z" , "2014-10-02T15:01:23.045123456Z" 또는 "2014-10-02T15:01:23+05:30" 입니다.
|
uid |
integer
패키지의 UID입니다.
|
pid |
integer
처리 ID입니다.
|
seinfo |
string
SELinux 정책 정보
|
apkSha256Hash |
string
기본 APK의 SHA-256 해시(16진수 형식)입니다.
|
packageNames[] |
string
특정 사용자 ID와 연결된 모든 패키지의 패키지 이름입니다. 대부분의 경우 이는 단일 패키지 이름, 즉 해당 사용자 ID가 할당된 패키지입니다. 여러 애플리케이션이 UID를 공유하는 경우 UID를 공유하는 모든 패키지가 포함됩니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-02-19(UTC)
[null,null,["최종 업데이트: 2025-02-19(UTC)"],[[["The JSON representation provides essential information about a process, including its name, start time, app UID, app PID, seinfo tag, and the hash of the base APK."],["The data is structured with specific fields, like processName, startTime, uid, pid, seinfo, apkSha256Hash, and packageNames, each with its corresponding data type."],["startTime is presented in Timestamp format for precise process start time representation."],["packageNames includes a list of all packages linked to the specific user ID, which could involve multiple applications sharing the same UID."]]],["This JSON data describes a process, capturing its `processName`, `startTime` (RFC 3339 timestamp), `uid`, and `pid`. It includes security details with the `seinfo` tag and the base APK's `apkSha256Hash`. The `packageNames` array lists all package names sharing the process's user ID, which is often a single name, but can contain multiple packages if they share the same UID. This JSON provides comprehensive information about the current process.\n"]]