Add float support to binary event log.
Bug: 20664753 Change-Id: I6e43c07daa727c19d87f5192bb719af63dd93654
This commit is contained in:
parent
b904afa16e
commit
11331f60dd
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue