Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

javascript debug filtering #1685

Closed
totaam opened this issue Nov 13, 2017 · 8 comments
Closed

javascript debug filtering #1685

totaam opened this issue Nov 13, 2017 · 8 comments

Comments

@totaam
Copy link
Collaborator

totaam commented Nov 13, 2017

Issue migrated from trac ticket # 1685

component: html5 | priority: major | resolution: fixed

2017-11-13 13:41:15: antoine created the issue


At the moment the debug switch is an all or nothing toggle.
It would be nice to be able to choose logging categories so we can debug things separately: keyboard, geometry, sound, paint, ...

@totaam
Copy link
Collaborator Author

totaam commented Nov 26, 2017

2017-11-26 13:37:49: antoine changed status from new to assigned

@totaam
Copy link
Collaborator Author

totaam commented Dec 27, 2017

2017-12-27 12:32:38: antoine uploaded file debug-categories.patch (17.5 KiB)

choose logging categories to debug

@totaam
Copy link
Collaborator Author

totaam commented Dec 27, 2017

2017-12-27 19:12:51: antoine changed status from assigned to new

@totaam
Copy link
Collaborator Author

totaam commented Dec 27, 2017

2017-12-27 19:12:51: antoine changed owner from antoine to maxmylyn

@totaam
Copy link
Collaborator Author

totaam commented Dec 27, 2017

2017-12-27 19:12:51: antoine commented


Done in r17768.

There are now 7 distinct self explanatory debug flags: "main", "keyboard", "mouse", "clipboard", "draw", "audio", "network".
All but "network" and the "media source" API debugging events will also be forwarded to the server.

This should make it easier to enable debugging without being flooded with the wrong kinds of messages (ie: "draw")

@totaam
Copy link
Collaborator Author

totaam commented Dec 28, 2017

2017-12-28 21:42:20: maxmylyn changed status from new to closed

@totaam
Copy link
Collaborator Author

totaam commented Dec 28, 2017

2017-12-28 21:42:20: maxmylyn set resolution to fixed

@totaam
Copy link
Collaborator Author

totaam commented Dec 28, 2017

2017-12-28 21:42:20: maxmylyn commented


Thanks for that, I'll pass the message along.

@totaam totaam closed this as completed Dec 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant