Commit fcd5482
charts: add CN1SS:DBG enter/bounds/exit logging in XYChart.draw
The CN1SS:DBG:ChartComponent.paint output from commit 36137d1 showed
chart-line on iOS GL gets a 38ms first paint at gxT=825 then two 3ms
post-transition paints at gxT=0, with no exception bubbling up. Round
charts on the same harness pattern paint correctly. Adding entry,
bounds (left/top/right/legendSize) and exit logging inside
XYChart.draw narrows down whether the iOS XY chart paint is actually
running through the full draw or bailing inside one of the early
checks.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 36137d1 commit fcd5482
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
104 | 107 | | |
105 | 108 | | |
106 | 109 | | |
107 | 110 | | |
108 | 111 | | |
109 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
110 | 116 | | |
111 | 117 | | |
112 | 118 | | |
| |||
158 | 164 | | |
159 | 165 | | |
160 | 166 | | |
| 167 | + | |
161 | 168 | | |
162 | 169 | | |
163 | 170 | | |
| |||
494 | 501 | | |
495 | 502 | | |
496 | 503 | | |
| 504 | + | |
497 | 505 | | |
498 | 506 | | |
499 | 507 | | |
| |||
0 commit comments