Skip to content

Commit 6045e2e

Browse files
committed
docs: remove debugging section from mirror readme
1 parent e4af7e1 commit 6045e2e

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

tools/mirror/README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -127,21 +127,6 @@ Mirror captures input through Views framework components (tabstrip, omnibox, too
127127

128128
Mirror routes all input through Aura's unified event system. Keyboard input is intelligently split: non-text keys (arrows, enter, etc.) use the standard dispatch path, while printable characters route through text input handling to preserve IME and input method behavior. Scroll wheel events include tick count information to prevent small deltas from being lost.
129129

130-
## Debugging
131-
132-
Enable logging to see event flow and diagnose synchronization issues:
133-
134-
```bash
135-
chromium --bot-mirror-controller-endpoint=127.0.0.1:9990 \
136-
--enable-logging --v=1 --log-file="mirror.log"
137-
```
138-
139-
Check the log file for:
140-
- Controller startup confirmation on the specified port
141-
- Client connection messages
142-
- Event capture and broadcast records
143-
- Window selection and coordinate transformation details
144-
145130
## Important Notes
146131

147132
### Constraints

0 commit comments

Comments
 (0)