Add float support to binary event log.
Bug: 20664753 Change-Id: Iab232b1f172094919839d57f15644dfb2eaa1425
This commit is contained in:
parent
22f1bc5db2
commit
7f2ceab5af
|
@ -129,7 +129,7 @@ def javaName(name):
|
|||
out += "_"
|
||||
return out
|
||||
|
||||
javaTypes = ["ERROR", "int", "long", "String", "Object[]"]
|
||||
javaTypes = ["ERROR", "int", "long", "String", "Object[]", "float"]
|
||||
for t in tagfile.tags:
|
||||
methodName = javaName("write_" + t.tagname)
|
||||
if t.description:
|
||||
|
|
Loading…
Reference in New Issue