GPIO 記錄和調查
本主題描述 GPIO 測試的記錄和調查。
LogMan:
logman start -ets buttonTrace -p {5a81715a-84c0-4def-ae38-edde40df5b3a} 0xFFFFFFFF 4
<repro>
logman stop -ets buttonTrace
注意 這是 WPP 追蹤。
如果測試失敗,記錄有助於診斷是否已執行適當的插入。 例如,如果預期有停駐指標變更,在觸發通知時,應該在記錄中找到下列專案。
--- start of log ---
10: Indicator_EvtDevicePrepareHardware - Received 0 resource descriptors, assuming indicator status will be injected via WriteFile
11: Indicator_EvtIoWrite - Indicator state change : DockMode_Indicator : old state : NotDocked
12: Indicator_UpdateRegistryValue - Indicator state update : DockMode_Indicator : new state : Docked
如需如何實作指標插入的其他指引,請參閱適用於 Windows 8.1 的 GPIO 按鈕和指標實作指南。