Skip to content
Snippets Groups Projects
Commit b811b788 authored by Robert Ricci's avatar Robert Ricci
Browse files

Add a REPLAY log option for some debugging I'm doing.

parent fd955b65
No related branches found
No related tags found
No related merge requests found
...@@ -51,6 +51,7 @@ enum LOG_TYPE ...@@ -51,6 +51,7 @@ enum LOG_TYPE
COMMAND_OUTPUT = 0x0400, COMMAND_OUTPUT = 0x0400,
SENSOR_DETAIL = 0x0800, SENSOR_DETAIL = 0x0800,
SENSOR_COMPLETE = 0x1000, SENSOR_COMPLETE = 0x1000,
REPLAY = 0x2000,
// Shortcuts for common cases. // Shortcuts for common cases.
LOG_NOTHING = 0x0000, LOG_NOTHING = 0x0000,
LOG_EVERYTHING = 0x1fff LOG_EVERYTHING = 0x1fff
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment