You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed currently we directly print a lot of debug info or analysis results(e.g. blame function, potential-crash-cause-loc) to stdout or stderr using outs() and errs().
Is there any plan about supporting print analysis result(blame function, potential-crash-cause-loc, etc) using a structural output format like json?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi!
I noticed currently we directly print a lot of debug info or analysis results(e.g. blame function, potential-crash-cause-loc) to stdout or stderr using
outs()
anderrs()
.Is there any plan about supporting print analysis result(blame function, potential-crash-cause-loc, etc) using a structural output format like json?
Thanks!
The text was updated successfully, but these errors were encountered: