AdbShellCommandEvent
Polecenie powłoki zostało wydane przez ADB za pomocą „polecenia powłoki adb”.
Zapis JSON |
{
"shellCmd": string
} |
Pola |
shellCmd |
string
Polecenie powłoki wysłane z użyciem ADB za pomocą „adb shell Command”. Usunięto z pustego ciągu znaków na urządzeniach z profilem zarządzanym należącym do organizacji.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-11-09 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]