Commit dd11964
committed
🤖 Add detailed timing logs for useResumeManager and UI ready
Add logs to pinpoint when auto-resume blocks the UI:
1. useResumeManager effect setup
2. Initial workspace check (runs on mount)
3. attemptResume start/finish for each workspace
4. resumeStream IPC call duration
5. App fully mounted and interactive marker
This will show if the first-launch freeze is caused by:
- useResumeManager checking interrupted streams
- resumeStream IPC taking 10s on first run
- Or something else entirely1 parent 9df8ea5 commit dd11964
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
120 | 123 | | |
121 | 124 | | |
122 | 125 | | |
| |||
127 | 130 | | |
128 | 131 | | |
129 | 132 | | |
| 133 | + | |
| 134 | + | |
130 | 135 | | |
131 | 136 | | |
132 | 137 | | |
| |||
139 | 144 | | |
140 | 145 | | |
141 | 146 | | |
| 147 | + | |
142 | 148 | | |
143 | 149 | | |
| 150 | + | |
144 | 151 | | |
145 | 152 | | |
146 | 153 | | |
| |||
0 commit comments