am 0bf65037: Merge "Add float support to binary event log."
* commit '0bf650373e963cb772466092fbc5fd5a25b144d0': Add float support to binary event log.
This commit is contained in:
commit
317b3bf24a
@ -56,6 +56,7 @@ enum AndroidEventLogType {
|
|||||||
EVENT_TYPE_LONG = 1,
|
EVENT_TYPE_LONG = 1,
|
||||||
EVENT_TYPE_STRING = 2,
|
EVENT_TYPE_STRING = 2,
|
||||||
EVENT_TYPE_LIST = 3,
|
EVENT_TYPE_LIST = 3,
|
||||||
|
EVENT_TYPE_FLOAT = 4,
|
||||||
};
|
};
|
||||||
|
|
||||||
struct BufferOutputStream {
|
struct BufferOutputStream {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user