responsively-app
responsively-app copied to clipboard
Aggregated console log viewer to quickly see console logs from all the devices in a single place
This can be seen as functionality similar to Chrome's console log viewer but with logs streamed from all devices.
- We can have a log section that can stream logs from every device(with some kind of UI indication to show which device that log is from).
- Have some pill buttons that can be used to select/de-select the devices from which the logs are shown.
- Optional but good to have: Add an option to filter out the log lines based on a regex match. So that the user can add a pattern and filter the logs as required to reduce the noise.
@manojVivek do you have a more specific idea of where should we put this? In the drawer? in the dev tools? Do you have any sketches? I think this would be useful: https://www.electronjs.org/docs/api/webview-tag#event-console-message
@jjavierdguezas I think the sidebar would be the better place. That way the user will be able to see the logs without opening the devtools
window.
What do you think?
@jjavierdguezas I think the sidebar would be the better place. That way the user will be able to see the logs without opening the
devtools
window.What do you think?
I think it is ok, we could do it similar to the CSS editor (place and button trigger) that you proposed on #489