亞行
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
adbd 模組管理命令列 adb 和 IDE 偵錯會話。該模組是可更新的,這意味著它可以在正常的 Android 發布週期之外接收功能更新。
模組化 adbd 可以更快地實現效能改進(前幾年的改進和即將推出的新改進)、錯誤修復(例如幾個耗電錯誤,包括 adbd 繼續以 100% 的 CPU 運行直至電池耗盡)和功能尚未向後移植到舊版的Android。此類改進有助於提高 adbd 的可靠性,這對於自動化測試至關重要,在自動化測試中,失敗可能會迫使應用程式開發人員和 OEM 手動重新插入/重新啟動離線設備。可靠性問題也會影響工廠設定(OEM)和電路板調試(SoC 供應商)。
模組邊界
對於 Android 12 及更高版本,adbd 模組程式碼為packages/modules/adbd
。
對於 Android 11 及更低版本,adbd 模組邊界為/system/core/adb
和/system/bin/adbd
。
adbd 模組 ( com.android.adbd
) 採用APEX格式,適用於運行 Android 11 或更高版本的裝置。
模組依賴
adbd 模組取決於以下內容。
客製化
adbd 模組不支援自訂。
這個頁面中的內容和程式碼範例均受《內容授權》中的授權所規範。Java 與 OpenJDK 是 Oracle 和/或其關係企業的商標或註冊商標。
上次更新時間:2024-01-31 (世界標準時間)。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"缺少我需要的資訊"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"過於複雜/步驟過多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"過時"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻譯問題"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/程式碼問題"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"容易理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"確實解決了我的問題"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]
{"lastModified": "\u4e0a\u6b21\u66f4\u65b0\u6642\u9593\uff1a2024-01-31 (\u4e16\u754c\u6a19\u6e96\u6642\u9593)\u3002"}
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-01-31 (世界標準時間)。"]]