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

Commit 808ca028 authored by Tej Singh's avatar Tej Singh Committed by android-build-merger
Browse files

Merge "Java code for mainline modules to log to statsd." into qt-dev

am: f20d282a

Change-Id: I97ac1890fda2262e343acafbbb8822e1de5f6515
parents 1c1b8a61 f20d282a
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -226,6 +226,14 @@ int collate_atom(const Descriptor *atom, AtomDecl *atomDecl,
        errorCount++;
        continue;
    }

    // Doubles are not supported yet.
    if (javaType == JAVA_TYPE_DOUBLE) {
        print_error(field, "Doubles are not supported in atoms. Please change field %s to float\n",
                    field->name().c_str());
        errorCount++;
        continue;
    }
  }

  // Check that if there's an attribution chain, it's at position 1.
+489 −29

File changed.

Preview size limit exceeded, changes collapsed.