The Touch.move method is not logging anything
Bug #1257059 reported by
Leo Arias
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Autopilot |
Fix Released
|
Undecided
|
Leo Arias | ||
autopilot (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
Vivid |
New
|
Undecided
|
Unassigned |
Bug Description
In order to make it easier to debug problems with the input device, the messages printed by passing -v to autopilot are very useful. The method Touch.move is missing the log line when it gets called. The method Mouse.move does have it.
Related branches
lp://staging/~elopio/autopilot/fix1257059-log_move
- PS Jenkins bot: Approve (continuous-integration)
- Christopher Lee (community): Approve
- Thomi Richards (community): Needs Fixing
-
Diff: 295 lines (+104/-64)6 files modifiedautopilot/input/_X11.py (+3/-0)
autopilot/input/_uinput.py (+2/-0)
autopilot/tests/__init__.py (+59/-1)
autopilot/tests/functional/test_input_stack.py (+16/-2)
autopilot/tests/unit/test_input.py (+22/-2)
autopilot/tests/unit/test_logging.py (+2/-59)
Changed in autopilot: | |
status: | Confirmed → In Progress |
Changed in autopilot: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Leo, has there been any movement on this bug/branch? It seems that this would still be useful.