次の方法で共有


モバイル ブロードバンド収集ログ

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

上記の手順では、次の 2 つのファイルが生成されます。

  1. NetTrace.etl - 実行のトレースを含むファイルです
  2. 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>