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

Format LV Error as JSON Data - add message #11

Open
pollockm opened this issue May 14, 2018 · 3 comments
Open

Format LV Error as JSON Data - add message #11

pollockm opened this issue May 14, 2018 · 3 comments

Comments

@pollockm
Copy link

Currently only get the code and source. Makes for easier system debugging (assuming error files are on the target) if the message is inline with the error report.

Like this:
image

@tannerblair
Copy link
Contributor

This was omitted for performance reasons. The native error handlers are non-reentrant and have performance issues on RT, so I would like to avoid using them.

@pollockm
Copy link
Author

Fair enough. Can it be a toggle option then as to whether it is used? Not having to look up every error code is a godsend when debugging a flaky system.

@tannerblair
Copy link
Contributor

I'm open to it. I agree with the pain point, let me think on the best way to implement it.

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

2 participants