모바일 광대역 수집 로그

다음 단계에 따라 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

위의 단계에서는 다음 두 개의 파일을 생성합니다.

  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>