AppProcessInfo
Informasi tentang proses. File ini berisi nama proses, waktu mulai, Uid aplikasi, Pid aplikasi, tag seinfo, hash APK dasar.
Representasi JSON |
{
"processName": string,
"startTime": string,
"uid": integer,
"pid": integer,
"seinfo": string,
"apkSha256Hash": string,
"packageNames": [
string
]
} |
Kolom |
processName |
string
Nama proses.
|
startTime |
string (Timestamp format)
Waktu mulai proses. Menggunakan RFC 3339, dengan output yang dihasilkan akan selalu dinormalisasi Z dan menggunakan digit pecahan 0, 3, 6, atau 9. Offset selain "Z" juga diterima. Contoh: "2014-10-02T15:01:23Z" , "2014-10-02T15:01:23.045123456Z" , atau "2014-10-02T15:01:23+05:30" .
|
uid |
integer
UID paket.
|
pid |
integer
ID proses.
|
seinfo |
string
Info kebijakan SELinux.
|
apkSha256Hash |
string
Hash SHA-256 APK dasar, dalam format heksadesimal.
|
packageNames[] |
string
Nama paket dari semua paket yang terkait dengan ID pengguna tertentu. Biasanya, ini akan berupa satu nama paket, paket yang telah ditetapkan ID pengguna tersebut. Jika beberapa aplikasi memiliki UID yang sama, semua paket yang memiliki UID yang sama akan disertakan.
|
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-02-19 UTC.
[null,null,["Terakhir diperbarui pada 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"]]