Add float support to binary event log.
Bug: 20664753 Change-Id: I6e43c07daa727c19d87f5192bb719af63dd93654
This commit is contained in:
parent
17b602c903
commit
66fd2a278b
@ -56,6 +56,7 @@ enum AndroidEventLogType {
|
||||
EVENT_TYPE_LONG = 1,
|
||||
EVENT_TYPE_STRING = 2,
|
||||
EVENT_TYPE_LIST = 3,
|
||||
EVENT_TYPE_FLOAT = 4,
|
||||
};
|
||||
|
||||
struct BufferOutputStream {
|
||||
|
Loading…
x
Reference in New Issue
Block a user