AdbShellCommandEvent
È stato emesso un comando shell tramite ADB tramite "adb shell command".
Rappresentazione JSON |
{
"shellCmd": string
} |
Campi |
shellCmd |
string
Comando shell inviato su ADB tramite "comando adb shell". Oscuramento in una stringa vuota sui dispositivi con profilo gestito di proprietà dell'organizzazione.
|
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-11-09 UTC.
[null,null,["Ultimo aggiornamento 2024-11-09 UTC."],[[["Shell commands issued via ADB are represented in JSON format with the \"shellCmd\" field containing the command string."],["On organization-owned managed profile devices, the \"shellCmd\" field will be redacted to an empty string for privacy."]]],["A shell command, represented as a string, was executed using \"adb shell command.\" The command's details are captured in the `shellCmd` field within a JSON structure. In organization-owned managed profile devices, the content of `shellCmd` is redacted and replaced with an empty string. This data is conveyed through the JSON structure ` { \"shellCmd\": string } `.\n"]]