Merge "Add float support to binary event log."

This commit is contained in:
Jeff Brown
2015-04-29 01:42:45 +00:00
committed by Gerrit Code Review

View File

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