AdbShellCommandEvent
Se emitió un comando de shell a través de ADB mediante el "comando adb shell".
Representación JSON |
{
"shellCmd": string
} |
Campos |
shellCmd |
string
Es el comando de shell que se emitió a través de ADB mediante "adb shell command". Se oculta como cadena vacía en dispositivos de perfil administrados que son propiedad de la organización.
|
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-11-09 (UTC)
[null,null,["Última actualización: 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"]]