AdbShellCommandEvent
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Ein Shell-Befehl wurde über ADB über „adb shellcommand“ ausgegeben.
JSON-Darstellung |
{
"shellCmd": string
} |
Felder |
shellCmd |
string
Shell-Befehl, der über ADB über „adb shellcommand“ ausgegeben wurde. Auf Geräten mit verwalteten Profilen der Organisation als leerer String entfernt.
|
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-26 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-07-26 (UTC)."],[[["\u003cp\u003eShell commands issued via ADB are represented in JSON format with the "shellCmd" field containing the command string.\u003c/p\u003e\n"],["\u003cp\u003eOn organization-owned managed profile devices, the "shellCmd" field will be redacted to an empty string for privacy.\u003c/p\u003e\n"]]],["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"],null,["# AdbShellCommandEvent\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nA shell command was issued over ADB via \"adb shell command\".\n\n| JSON representation |\n|--------------------------------|\n| ``` { \"shellCmd\": string } ``` |\n\n| Fields ||\n|------------|--------------------------------------------------------------------------------------------------------------------------------------------------|\n| `shellCmd` | `string` Shell command that was issued over ADB via \"adb shell command\". Redacted to empty string on organization-owned managed profile devices. |"]]