Loading tools/stats_log_api_gen/Collation.cpp +8 −0 Original line number Diff line number Diff line Loading @@ -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. Loading tools/stats_log_api_gen/main.cpp +489 −29 File changed.Preview size limit exceeded, changes collapsed. Show changes Loading
tools/stats_log_api_gen/Collation.cpp +8 −0 Original line number Diff line number Diff line Loading @@ -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. Loading
tools/stats_log_api_gen/main.cpp +489 −29 File changed.Preview size limit exceeded, changes collapsed. Show changes