Merge "Add float support to binary event log." into mnc-dev

This commit is contained in:
Jeff Brown 2015-04-29 01:17:56 +00:00 committed by Android (Google) Code Review
commit cb73d0e0da

View File

@ -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 {