commit | e89572cb941f1b1b158a91e962b86d9b5ff834cb | [log] [tgz] |
---|---|---|
author | Yao Chen <yaochen@google.com> | Wed Jan 09 15:41:50 2019 -0800 |
committer | Yao Chen <yaochen@google.com> | Thu Jan 10 15:18:21 2019 -0800 |
tree | 6dfa6ebbe4f9ea1b77dd53f00e9185b4348b9837 | |
parent | 2c9dad72bddfd16bc0d111d4f3e86337e6ee13a4 [diff] |
Add a struct wrapper for bytes fields in stats_log cpp APIs. To avoid conflict between statslog.write() function signatures for Atom1 { Foo foo = 1 [logMode=bytes]; } and Atom2 { string bar = 1; int64 arg2 = 2; } Bug: 122571213 Test: manually tested with new atoms. Change-Id: Ied0f0bd81cef8d0964f571e921f47022301157d9