Commit fde9b30
committed
Fix CPU.wpaProfile typo.
Current values for LeftFrozenColumnCount="27" RightFrozenColumnCount="22" are incorrect. LeftFrozenColumnCount should be less than RightFrozenColumnCount.
This typo results in WPA crash on right click in any cell in "Function" column of "Samples by Source/Line" table on "CPU Sample" tab.
My PR swaps these values as LeftFrozenColumnCount="22" RightFrozenColumnCount="27"1 parent 2d4cffa commit fde9b30
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
0 commit comments