行動寬頻收集記錄
請遵循下列步驟來收集與 Windows 桌面裝置上行動寬頻相關的記錄:
* Open an Administrator Command Prompt window
* Run the below command to start tracing
* netsh trace start wireless_dbg,provisioning overwrite=yes maxSize=999 level=5
* <Repro the scenario for which you need to collect logs>
* Run the below command to stop tracing
* netsh trace stop
上述步驟會產生兩個檔案:
- NetTrace.etl - 包含執行的追蹤
- NetTrace.cab - 包含適用于偵錯之系統的其他詳細資料
在重新開機期間收集記錄
如果重現案例包含重新開機更新啟動追蹤命令,如下所示:
* netsh trace start wireless_dbg,provisioning overwrite=yes persist=yes level=5
請注意,PII 將會擷取于使用上述方法收集的記錄中。
解碼記錄
執行下列其中一個命令,將 .etl 檔案轉換成可用於分析的.txt檔案:
*
tracefmt
<ETL file location>
or
* netsh trace convert <ETL file location>