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
In juicer.cpp there are printf statements that are displayed regardless of the log level passed to juicer. We should strive to have ALL messages be processed by logger; this way the user has more(ideally complete) control over what messages get printed.
The text was updated successfully, but these errors were encountered:
* -Removed printfs. Fixes#8.
* -Switchedd DWARF parsing output to DEBUG
* -Absolute elf paths are enforced now
-TODO:Update unit tests
* -Unit tests have been updated; absolute elf paths are tested now
* -Removed printfs. Fixes#8.
* -Switchedd DWARF parsing output to DEBUG
* -Absolute elf paths are enforced now
-TODO:Update unit tests
* -Unit tests have been updated; absolute elf paths are tested now
* Fixes to the Makefile. It works with Makefile v3.80 now.
* Adding additional forms.
* Completed adding the necessary patterns to support VxWorks 6.9
* -Handle endianess properly when writing to database
-Use libelf macros for endianess
* Resolved merge request comment to add additional comments.
* -Goodbye xenial...
Co-authored-by: lorenzo-gomez-windhover <[email protected]>
In
juicer.cpp
there are printf statements that are displayed regardless of the log level passed to juicer. We should strive to have ALL messages be processed by logger; this way the user has more(ideally complete) control over what messages get printed.The text was updated successfully, but these errors were encountered: