AdbShellCommandEvent
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تم إصدار أمر Shell عبر ADB عبر "أمر adb Shell".
تمثيل JSON |
{
"shellCmd": string
} |
الحقول |
shellCmd |
string
أمر Shell الذي تم إصداره عبر ADB عبر "أمر adb shell". تم إخفاء البيانات إلى سلسلة فارغة على أجهزة الملفات الشخصية المُدارة التي تملكها المؤسسة.
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 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. |"]]