ffx component
指令可擷取各種類型的
裝置上 Fuchsia 元件的相關資訊。
概念
ffx component list
指令會輸出
所有 Fuchsia 元件 (包括第 1 版和第 2 版元件) 的清單和階層
適用於 Fuchsia 裝置。這個指令可協助您解決下列問題
問題:
- 我的裝置上有哪些元件?
- 裝置上哪些子項元件屬於家長元件?
ffx component show
指令會輸出
裝置上的 Fuchsia 元件。這個指令可協助您解決下列問題
問題 (及更多項目):
- 裝置上的元件版本為何?
- 裝置上元件的執行個體 ID 為何?
- 裝置上元件提供和提供哪些服務?
取得元件清單
如要查看 Fuchsia 裝置的可用元件清單, 執行下列指令:
ffx component list
這個指令會輸出類似以下的輸出內容:
$ tools/ffx component list
/
/bootstrap
/bootstrap/archivist
/bootstrap/base_resolver
/bootstrap/console
/bootstrap/console-launcher
/bootstrap/cr50_agent
/bootstrap/decompressor
/bootstrap/device_name_provider
/bootstrap/driver_index
/bootstrap/driver_manager
...
/core/wlancfg
/core/wlandevicemonitor
/core/wlanstack
/startup
取得元件的詳細資訊
如要查看 Fuchsia 裝置上特定元件的詳細資料, 執行下列指令:
ffx component show <COMPONENT>
將 COMPONENT
替換為完整或部分 Fuchsia 元件的路徑名稱。
您也可以將 COMPONENT
替換為完整或部分元件網址。
如果有多個相符項目,指令會顯示所有相符結果的詳細資料
元件。
以下範例會輸出 brightness_manager
元件的詳細資料:
$ ffx component show brightness_manager
Moniker: /core/brightness_manager
URL: fuchsia-pkg://fuchsia.com/brightness_manager#meta/brightness_manager.cm
Type: CML static component
Component State: Resolved
Instance ID: 8285f9d54645ea6baa7fd7b7905c7ae89a9daf8d5172be43b2587b166fd021af
Incoming Capabilities: data
dev
fuchsia.logger.LogSink
pkg
Exposed Capabilities: fuchsia.ui.brightness.Control
Merkle root: a3b35183fbb3e49c450840f73043ee355d9e0d3673cc009c681f405816ea864e
Execution State: Running
Start reason: '/core/session-manager/session:session/workstation_session/login_shell/ermine_shell' requested capability 'fuchsia.ui.brightness.Control'
Running since: 2022-04-11 20:54:05.139320126 UTC
Job ID: 61155
Process ID: 61188
Outgoing Capabilities: fuchsia.ui.brightness.Control