AdbShellCommandEvent
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
系统通过 adb 通过“adb shell 命令”发出了 shell 命令。
JSON 表示法 |
{
"shellCmd": string
} |
字段 |
shellCmd |
string
通过“adb shell 命令”通过 ADB 发出的 shell 命令。在组织自有的受管理个人资料设备上隐去为空字符串。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\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. |"]]