Skip to content
Snippets Groups Projects
Commit af348131 authored by Kurt Partridge's avatar Kurt Partridge
Browse files

[Rlog11] ResearchLogger printable code for research key

Change-Id: Ifac7a801ea8534191a9258871d3d7f91e942788b
parent cff28c5d
No related branches found
No related tags found
No related merge requests found
......@@ -204,6 +204,7 @@ public final class Constants {
case CODE_UNSPECIFIED: return "unspec";
case CODE_TAB: return "tab";
case CODE_ENTER: return "enter";
case CODE_RESEARCH: return "research";
default:
if (code < CODE_SPACE) return String.format("'\\u%02x'", code);
if (code < 0x100) return String.format("'%c'", code);
......
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