From 874af02ffba0e53af6f9c7fe0d03d62b40697f39 Mon Sep 17 00:00:00 2001 From: Arvind Aiyar Date: Thu, 24 May 2018 12:18:42 -0700 Subject: [PATCH 1/3] split the existing profiles into light/verbose and add a verbose mode for bthport --- bluetooth/tracing/BluetoothStack.wprp | Bin 72578 -> 74482 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/bluetooth/tracing/BluetoothStack.wprp b/bluetooth/tracing/BluetoothStack.wprp index 68a27117bc7d1594483fd5aab3a451e3cf43d34d..a0b4b3830365ef3e594fb52f3d69b144fb879a3a 100644 GIT binary patch delta 642 zcmY*WJxe1|6ul#fV-nG<>&GM_4jL8~*1&d)AWBG3Q6z<5*yu!^xH>UQGJd4l#n@R1 z7ffRz7S@pzwl;P`Oj0Qp`UgZTEM!?c?-?b_z`S?Qx#xbImpyYlT{!X!PIaClG)Xi3 zsqQ=PJDXI!8ke*Vo^>=9&YgQltf_}NuSd}e|4#g0yQF}0`b8;9(kA_+C0fQk2yBd9 z>S^KbDyHyrvBft@E1+~Tk!ayd(iYO!DbCF&ZEHGhP+IbKH7`vDB_uLTQ#49p@H()! ze@wO$^4PO-3wZX4K1^nbI$gu>!dv#*e? zJVidNEop6he%o-i?^6yGeknHn8HEMHm=pv;zFZwOgJ=a93<7FOf5jq(Ttck#Un|7l zfUHUzMV&>c4XGBH@21w+Ap2zkAgyXs3wQB4DJd5t*(iY##0zmqZRcot+7kjMydIz) z-s%3#4`sI}NVN_XT_0`uzQ2>RmDSvkTe;!r4+l@=8(@6=Z(nY~uUNS|zjFKvqgtlM delta 98 zcmV-o0GKpaEsGTc*t^lOm=T zlSI%E0cDe0rkk_y&}adZ7S%+TARhrBmxdn!ypzn<9 Date: Thu, 24 May 2018 14:23:21 -0700 Subject: [PATCH 2/3] keep the verbose/non-verbose providers together --- bluetooth/tracing/BluetoothStack.wprp | Bin 74482 -> 74456 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/bluetooth/tracing/BluetoothStack.wprp b/bluetooth/tracing/BluetoothStack.wprp index a0b4b3830365ef3e594fb52f3d69b144fb879a3a..1ce5802285319026b111ed1e3613353f43763fdc 100644 GIT binary patch delta 199 zcmex#l;y@zmJL@nP8PVp!5hMm!H~&N%%A`wr`O9dir1$CIb{r~3`IcUOon`hJRm=x zAq_~D02PB|6B&|#A|N#i3<5~LTVD-0|T(g~7RUW}Bm~ H&hP~Q-)%Ce delta 193 zcmca{l;zV=mJL@nPBt(}+5BLOmcryaY#fpy3>gfm3K$y=^&XCEF$B;f* zewk>j0z)Z7F<8C?s;-zJks%i>;?5At;K|?ulveRIePzIzMM3(?% z6o5Jt87hG0=K^JOr{~Hsici+KTrfFcgV^MMoAyjjP!XAIpe8Xn;0D)Z1xb(T39^hF OlM@7-HvhSD#}@#*S~W}n From 9373887004b6ea1fae238e3d568f892fee67b440 Mon Sep 17 00:00:00 2001 From: Arvind Aiyar Date: Thu, 24 May 2018 14:48:19 -0700 Subject: [PATCH 3/3] update readme --- bluetooth/tracing/readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bluetooth/tracing/readme.md b/bluetooth/tracing/readme.md index 0436dd3..38d677d 100644 --- a/bluetooth/tracing/readme.md +++ b/bluetooth/tracing/readme.md @@ -19,10 +19,16 @@ From an administrator command prompt: From an administrator command prompt: 1. Run as admin: "wpr.exe -boottrace -addboot BluetoothStack.wprp" 2. Reboot machine - * Trace is not running until you reboot the machine + + *Note: Trace is not running until you reboot the machine* + 3. Reproduce the issue - log will keep running across reboots until you stop it manually 4. Run as admin: "wpr.exe -boottrace -stopboot bth_tracing.etl" +## Verbose/Non-verbose logs +1. The above collects Verbose logs by default. +2. If you don't need verbose logs, replace start tracing commands above with: "wpr.exe -start BluetoothStack.wprp.Light" + ## Collecting logs for driver or setup issues * Attach c:\windows\inf\setupapi.*.log and c:\Windows\Panther\setupact.log and c:\windows\logs\windowsupdate\* to the bug. * Attach Microsoft-Windows-Kernel-PnP%4Configuration.evtx (In event viewer as Microsoft-Windows-Kernel-PnP\Configuration). \ No newline at end of file