Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b151e326 authored by Jeff Brown's avatar Jeff Brown Committed by Android Git Automerger
Browse files

am d2ef36ec: Merge "Add float support to binary event log."

* commit 'd2ef36ec':
  Add float support to binary event log.
parents 63156752 d2ef36ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: