Home | History | Annotate | Download | only in runtime

Lines Matching refs:ERROR

73         LOG(ERROR) << "Invalid use of void";
86 LOG(ERROR) << StringPrintf("Shorty vs. primitive type mismatch: '%c', '%s'", shorty_char, descriptor);
92 LOG(ERROR) << StringPrintf("Shorty vs. type mismatch: '%c', '%s'", shorty_char, descriptor);
97 LOG(ERROR) << "Bad shorty character: '" << shorty_char << "'";
115 LOG(ERROR) << StringPrintf("Bad range for %s: %x to %x", label,
130 LOG(ERROR) << StringPrintf("Bad index for %s: %x >= %x", label, field, limit);
140 LOG(ERROR) << "Bad file size (" << size_ << ", expected " << expected_size << ")";
150 LOG(ERROR) << StringPrintf("Bad checksum (%08x, expected %08x)", adler_checksum, header_->checksum_);
156 LOG(ERROR) << StringPrintf("Unexpected endian_tag: %x", header_->endian_tag_);
161 LOG(ERROR) << "Bad header size: " << header_->header_size_;
186 LOG(ERROR) << StringPrintf("Out of order map item: %x then %x", last_offset, item->offset_);
190 LOG(ERROR) << StringPrintf("Map item after end of file: %x, size %x", item->offset_, header_->file_size_);
197 LOG(ERROR) << "Too many items in data section: " << data_item_count + icount;
207 LOG(ERROR) << StringPrintf("Unknown map section type %x", item->type_);
212 LOG(ERROR) << StringPrintf("Duplicate map section of type %x", item->type_);
223 LOG(ERROR) << "Map is missing header entry";
227 LOG(ERROR) << "Map is missing map_list entry";
232 LOG(ERROR) << "Map is missing string_ids entry";
237 LOG(ERROR) << "Map is missing type_ids entry";
242 LOG(ERROR) << "Map is missing proto_ids entry";
247 LOG(ERROR) << "Map is missing field_ids entry";
252 LOG(ERROR) << "Map is missing method_ids entry";
257 LOG(ERROR) << "Map is missing class_defs entry";
287 LOG(ERROR) << "Invalid exception handler size: " << size;
308 LOG(ERROR) << StringPrintf("Invalid handler addr: %x", addr);
316 LOG(ERROR) << StringPrintf("Invalid handler catch_all_addr: %x", addr);
333 LOG(ERROR) << "Static/instance field not in expected list";
340 LOG(ERROR) << StringPrintf("Bad class_data_item field access_flags %x", access_flags);
359 LOG(ERROR) << "Direct/virtual method not in expected list";
367 LOG(ERROR) << StringPrintf("Bad class_data_item method access_flags %x", access_flags);
372 LOG(ERROR)<< StringPrintf("Unexpected zero value for class_data_item method code_off"
376 LOG(ERROR) << StringPrintf("Unexpected non-zero value %x for class_data_item method code_off"
391 LOG(ERROR) << StringPrintf("Non-zero padding %x before section start at %x", *ptr_, offset);
413 LOG(ERROR) << StringPrintf("Bad encoded_value byte size %x", value_arg);
421 LOG(ERROR) << StringPrintf("Bad encoded_value char/short size %x", value_arg);
429 LOG(ERROR) << StringPrintf("Bad encoded_value int/float size %x", value_arg);
440 LOG(ERROR) << StringPrintf("Bad encoded_value string size %x", value_arg);
451 LOG(ERROR) << StringPrintf("Bad encoded_value type size %x", value_arg);
463 LOG(ERROR) << StringPrintf("Bad encoded_value field/enum size %x", value_arg);
474 LOG(ERROR) << StringPrintf("Bad encoded_value method size %x", value_arg);
485 LOG(ERROR) << StringPrintf("Bad encoded_value array value_arg %x", value_arg);
494 LOG(ERROR) << StringPrintf("Bad encoded_value annotation value_arg %x", value_arg);
503 LOG(ERROR) << StringPrintf("Bad encoded_value null value_arg %x", value_arg);
509 LOG(ERROR) << StringPrintf("Bad encoded_value boolean size %x", value_arg);
514 LOG(ERROR) << StringPrintf("Bogus encoded_value value_type %x", value_type);
526 LOG(ERROR) << "Bad encoded_array value";
549 LOG(ERROR) << StringPrintf("Out-of-order annotation_element name_idx: %x then %x",
600 LOG(ERROR) << "ins_size (" << code_item->ins_size_ << ") > registers_size ("
612 LOG(ERROR) << "outs_size (" << code_item->outs_size_ << ") > registers_size ("
632 LOG(ERROR) << StringPrintf("Non-zero padding: %x", insns[insns_size]);
645 LOG(ERROR) << "Invalid handlers_size: " << handlers_size;
657 LOG(ERROR) << StringPrintf("Out-of_order try_item with start_addr: %x",
663 LOG(ERROR) << StringPrintf("Invalid try_item start_addr: %x", try_items->start_addr_);
675 LOG(ERROR) << StringPrintf("Bogus handler offset: %x", try_items->handler_off_);
681 LOG(ERROR) << StringPrintf("Invalid try_item insn_count: %x", try_items->insn_count_);
697 LOG(ERROR) << "String data would go beyond end-of-file";
708 LOG(ERROR) << StringPrintf("String data shorter than indicated utf16_size %x", size);
728 LOG(ERROR) << StringPrintf("Illegal start byte %x in string data", byte);
735 LOG(ERROR) << StringPrintf("Illegal continuation byte %x in string data", byte2);
740 LOG(ERROR) << StringPrintf("Illegal representation for value %x in string data", value);
749 LOG(ERROR) << StringPrintf("Illegal continuation byte %x in string data", byte2);
754 LOG(ERROR) << StringPrintf("Illegal continuation byte %x in string data", byte3);
759 LOG(ERROR) << StringPrintf("Illegal representation for value %x in string data", value);
768 LOG(ERROR) << StringPrintf("String longer than indicated size %x", size);
779 LOG(ERROR) << StringPrintf("Invalid parameters_size: %x", parameters_size);
810 LOG(ERROR) << StringPrintf("Bad reg_num for opcode %x", opcode);
833 LOG(ERROR) << StringPrintf("Bad reg_num for opcode %x", opcode);
841 LOG(ERROR) << StringPrintf("Bad reg_num for opcode %x", opcode);
893 LOG(ERROR) << StringPrintf("Bad annotation visibility: %x", *ptr_);
922 LOG(ERROR) << StringPrintf("Out-of-order field_idx for annotation: %x then %x", last_idx, field_item->field_idx_);
940 LOG(ERROR) << StringPrintf("Out-of-order method_idx for annotation: %x then %x",
960 LOG(ERROR) << StringPrintf("Out-of-order method_idx for annotation: %x then %x",
1124 LOG(ERROR) << StringPrintf("Unknown map item type %x", type);
1134 LOG(ERROR) << StringPrintf("Item %d at ends out of bounds", i);
1175 LOG(ERROR) << StringPrintf("Bad type for id section: %x", type);
1181 LOG(ERROR) << StringPrintf("Bad offset for section: got %x, expected %x", offset, expected_offset);
1185 LOG(ERROR) << StringPrintf("Bad size for section: got %x, expected %x", count, expected_size);
1198 LOG(ERROR) << StringPrintf("Bad offset for data subsection: %x", offset);
1208 LOG(ERROR) << StringPrintf("Out-of-bounds end of data subsection: %x", next_offset);
1233 LOG(ERROR) << StringPrintf("Section overlap or out-of-order map: %x, %x", offset, section_offset);
1241 LOG(ERROR) << "Multiple header items";
1245 LOG(ERROR) << StringPrintf("Header at %x, not at start of file", section_offset);
1264 LOG(ERROR) << "Multiple map list items";
1268 LOG(ERROR) << StringPrintf("Map not at header-defined offset: %x, expected %x",
1291 LOG(ERROR) << StringPrintf("Unknown map item type %x", type);
1304 LOG(ERROR) << StringPrintf("No data map entry found @ %x; expected %x", offset, type);
1308 LOG(ERROR) << StringPrintf("Unexpected data map entry @ %x; expected %x, found %x",
1369 LOG(ERROR) << StringPrintf("Out-of-order string_ids: '%s' then '%s'", prev_str, str);
1384 LOG(ERROR) << StringPrintf("Invalid type descriptor: '%s'", descriptor);
1392 LOG(ERROR) << StringPrintf("Out-of-order type_ids: %x then %x",
1426 LOG(ERROR) << "Mismatched length for parameters and shorty";
1434 LOG(ERROR) << "Out-of-order proto_id return types";
1447 LOG(ERROR) << "Out-of-order proto_id arguments";
1454 LOG(ERROR) << "Out-of-order proto_id arguments";
1474 LOG(ERROR) << "Invalid descriptor for class_idx: '" << descriptor << '"';
1481 LOG(ERROR
1488 LOG(ERROR) << "Invalid field name: '" << descriptor << '"';
1496 LOG(ERROR) << "Out-of-order field_ids";
1500 LOG(ERROR) << "Out-of-order field_ids";
1504 LOG(ERROR) << "Out-of-order field_ids";
1521 LOG(ERROR) << "Invalid descriptor for class_idx: '" << descriptor << '"';
1528 LOG(ERROR) << "Invalid method name: '" << descriptor << '"';
1536 LOG(ERROR) << "Out-of-order method_ids";
1540 LOG(ERROR) << "Out-of-order method_ids";
1544 LOG(ERROR) << "Out-of-order method_ids";
1561 LOG(ERROR) << "Invalid class descriptor: '" << descriptor << "'";
1585 LOG(ERROR) << "Invalid superclass: '" << descriptor << "'";
1598 LOG(ERROR) << "Invalid interface: '" << descriptor << "'";
1612 LOG(ERROR) << "Duplicate interface: '" << dex_file_->StringByTypeIdx(idx1) << "'";
1624 LOG(ERROR) << "Invalid class_data_item";
1634 LOG(ERROR) << "Invalid annotations_directory_item";
1679 LOG(ERROR) << StringPrintf("Out-of-order entry types: %x then %x", last_idx, idx);
1698 LOG(ERROR) << "Mismatched defining class for class_data_item field";
1709 LOG(ERROR) << "Mismatched defining class for class_data_item method";
1735 LOG(ERROR) << "Mismatched defining class for field_annotation";
1751 LOG(ERROR) << "Mismatched defining class for method_annotation";
1767 LOG(ERROR) << "Mismatched defining class for parameter_annotation";
1863 LOG(ERROR) << StringPrintf("Unknown map item type %x", type);
1911 LOG(ERROR) << StringPrintf("Unknown map item type %x", type);