commit | 7766c03ec5f76ea0ad6e37b214c425653b8416a6 | [log] [tgz] |
---|---|---|
author | Siarhei Vishniakou <svv@google.com> | Tue Mar 02 20:32:20 2021 +0000 |
committer | Siarhei Vishniakou <svv@google.com> | Tue Mar 02 20:46:34 2021 +0000 |
tree | b719f3e36c34185733791d9d678bc544ae93b4d5 | |
parent | 86d048d6f0d02e568fd1f1360d13db2b3fc9d049 [diff] |
Use NamedEnum for printing Entry type Currently, we are using InputMessage::typeToString, a manually written function, to print the entry type. Let's use "NamedEnum" instead to simplify the process of adding new types. Bug: 167947340 Test: compile only Change-Id: I26d0a469bf93adbe2795d8a378c25e6ded891274