• Home
  • Raw
  • Download

Lines Matching refs:ERROR

500     LOG(ERROR) << "Invalid magic number in dex file header. " << " File: " << location;  in ValidateDexFileHeader()
504 LOG(ERROR) << "Invalid version number in dex file header. " << " File: " << location; in ValidateDexFileHeader()
509 LOG(ERROR) << "Dex file header specifies file size insufficient to contain the header." in ValidateDexFileHeader()
521 PLOG(ERROR) << "Failed to read dex file header. Actual: " in GetDexFileHeader()
536 PLOG(ERROR) << "Failed to open dex file: '" << filename << "'"; in AddDexFileSource()
550 LOG(ERROR) << "Failed to read magic number from dex file '" << location << "': " << error_msg; in AddDexFileSource()
557 LOG(ERROR) << "Failed to get DexFileHeader from file descriptor for '" in AddDexFileSource()
573 LOG(ERROR) << "Failed to open zip from file descriptor for '" << location << "': " in AddDexFileSource()
594 LOG(ERROR) << "No dex files in zip file '" << location << "': " << error_msg; in AddDexFileSource()
598 LOG(ERROR) << "Expected valid zip or dex file: '" << location << "'"; in AddDexFileSource()
613 LOG(ERROR) << "Unexpected number of dex files in vdex " << location; in AddVdexDexFilesSource()
618 LOG(ERROR) << "Invalid magic in vdex file created from " << location; in AddVdexDexFilesSource()
633 LOG(ERROR) << "Unexpected number of dex files in vdex " << location; in AddVdexDexFilesSource()
638 LOG(ERROR) << "No dex files in vdex file created from " << location; in AddVdexDexFilesSource()
650 LOG(ERROR) << "Provided data is shorter than dex file header. size: " in AddRawDexFileSource()
659 LOG(ERROR) << "Truncated dex file data. Data size: " << data.size() in AddRawDexFileSource()
1756 PLOG(ERROR) << "Failed to write final relative call thunks"; in VisitComplete()
1989 PLOG(ERROR) << "Failed to write " << what << " for " in ReportWriteFailure()
2578 PLOG(ERROR) << "Failed to retrieve current position in " << out->GetLocation(); in WriteRodata()
2589 PLOG(ERROR) << "Failed to write class offsets to " << out->GetLocation(); in WriteRodata()
2595 PLOG(ERROR) << "Failed to write classes to " << out->GetLocation(); in WriteRodata()
2601 PLOG(ERROR) << "Failed to write method bss mappings to " << out->GetLocation(); in WriteRodata()
2607 PLOG(ERROR) << "Failed to write oat code to " << out->GetLocation(); in WriteRodata()
2613 PLOG(ERROR) << "Failed to write oat dex information to " << out->GetLocation(); in WriteRodata()
2619 PLOG(ERROR) << "Failed to write BCP bss information to " << out->GetLocation(); in WriteRodata()
2629 PLOG(ERROR) << "Failed to seek to oat code section. Actual: " << new_offset in WriteRodata()
2684 LOG(ERROR) << "Failed to write oat code to " << out->GetLocation(); in WriteCode()
2690 LOG(ERROR) << "Failed to write oat code for dex files to " << out->GetLocation(); in WriteCode()
2725 LOG(ERROR) << "Failed to write boot image relocations to " << out->GetLocation(); in WriteDataBimgRelRo()
2739 LOG(ERROR) << "Failed to get oat end file offset in " << out->GetLocation(); in CheckOatSize()
2844 PLOG(ERROR) << "Failed to get current offset from " << out->GetLocation(); in WriteHeader()
2848 PLOG(ERROR) << "Failed to seek to oat header position in " << out->GetLocation(); in WriteHeader()
2855 PLOG(ERROR) << "Failed to flush before writing oat header to " << out->GetLocation(); in WriteHeader()
2861 PLOG(ERROR) << "Failed to write oat header to " << out->GetLocation(); in WriteHeader()
2866 PLOG(ERROR) << "Failed to flush after writing oat header to " << out->GetLocation(); in WriteHeader()
2871 PLOG(ERROR) << "Failed to seek back after writing oat header to " << out->GetLocation(); in WriteHeader()
3181 PLOG(ERROR) << "Failed to write the number of BCP dexfiles to " << out->GetLocation(); in WriteBcpBssInfo()
3214 PLOG(ERROR) << "Failed to write " # field " to " << out->GetLocation(); \ in WriteCode()
3286 PLOG(ERROR) << "Failed to write .data.bimg.rel.ro in " << out->GetLocation(); in WriteDataBimgRelRo()
3299 LOG(ERROR) << "Failed to get file offset in " << out->GetLocation(); in RecordOatDataOffset()
3358 LOG(ERROR) << "Dex file " << oat_dex_file.GetLocation() << " is too short: " in WriteDexFiles()
3386 LOG(ERROR) << "Mismatched shared data sections in raw dex files: " in WriteDexFiles()
3408 PLOG(ERROR) << "Failed to resize vdex file " << file->GetPath(); in WriteDexFiles()
3424 LOG(ERROR) << "Failed to mmap() dex files from oat file. File: " << file->GetPath() in WriteDexFiles()
3548 LOG(ERROR) << "Failed to extract dex file to mem map for layout: " << error_msg; in LayoutDexFile()
3562 PLOG(ERROR) << "Failed to dup dex file descriptor (" << raw_file->Fd() << ") at " << location; in LayoutDexFile()
3592 LOG(ERROR) << "Failed to open dex file for layout: " << error_msg; in LayoutDexFile()
3634 LOG(ERROR) << "Failed to extract dex file from ZIP entry: " << error_msg in WriteDexFile()
3648 PLOG(ERROR) << "Failed to copy dex file to vdex file." in WriteDexFile()
3699 LOG(ERROR) << error_msg; in OpenDexFiles()
3713 LOG(ERROR) << "Failed to open dex file from oat file. File: " << oat_dex_file.GetLocation() in OpenDexFiles()
3761 LOG(ERROR) << "Failed to open dex file from oat file. File: " << oat_dex_file.GetLocation() in OpenDexFiles()
3811 PLOG(ERROR) << "Failed to seek to dex layout section offset section. Actual: " << actual_offset in WriteDexLayoutSections()
3828 PLOG(ERROR) << "Failed to write lookup table alignment padding." in WriteDexLayoutSections()
3843 PLOG(ERROR) << "Failed to write dex layout sections." in WriteDexLayoutSections()
3855 PLOG(ERROR) << "Failed to flush stream after writing type dex layout sections." in WriteDexLayoutSections()
3917 PLOG(ERROR) << "Failed to resize vdex file " << vdex_file->GetPath(); in FinishVdexFile()
3943 LOG(ERROR) << "Failed to mmap() vdex file tail. File: " << vdex_file->GetPath() in FinishVdexFile()
3962 LOG(ERROR) << "Failed to mmap() vdex file. File: " << vdex_file->GetPath() in FinishVdexFile()
4016 PLOG(ERROR) << "Failed to sync vdex file contents" << vdex_file->GetPath(); in FinishVdexFile()
4021 PLOG(ERROR) << "Failed to sync vdex file contents" << vdex_file->GetPath(); in FinishVdexFile()
4034 PLOG(ERROR) << "Failed to sync vdex file header " << vdex_file->GetPath(); in FinishVdexFile()
4111 PLOG(ERROR) << "Failed to write dex file location length to " << out->GetLocation(); in Write()
4117 PLOG(ERROR) << "Failed to write dex file location data to " << out->GetLocation(); in Write()
4123 PLOG(ERROR) << "Failed to write dex file location checksum to " << out->GetLocation(); in Write()
4129 PLOG(ERROR) << "Failed to write dex file offset to " << out->GetLocation(); in Write()
4135 PLOG(ERROR) << "Failed to write class offsets offset to " << out->GetLocation(); in Write()
4141 PLOG(ERROR) << "Failed to write lookup table offset to " << out->GetLocation(); in Write()
4147 PLOG(ERROR) << "Failed to write dex section layout info to " << out->GetLocation(); in Write()
4153 PLOG(ERROR) << "Failed to write method bss mapping offset to " << out->GetLocation(); in Write()
4159 PLOG(ERROR) << "Failed to write type bss mapping offset to " << out->GetLocation(); in Write()
4165 PLOG(ERROR) << "Failed to write public type bss mapping offset to " << out->GetLocation(); in Write()
4173 PLOG(ERROR) << "Failed to write package type bss mapping offset to " << out->GetLocation(); in Write()
4180 PLOG(ERROR) << "Failed to write string bss mapping offset to " << out->GetLocation(); in Write()
4193 PLOG(ERROR) << "Failed to write method bss mapping offset to " << out->GetLocation(); in Write()
4199 PLOG(ERROR) << "Failed to write type bss mapping offset to " << out->GetLocation(); in Write()
4205 PLOG(ERROR) << "Failed to write public type bss mapping offset to " << out->GetLocation(); in Write()
4212 PLOG(ERROR) << "Failed to write package type bss mapping offset to " << out->GetLocation(); in Write()
4219 PLOG(ERROR) << "Failed to write string bss mapping offset to " << out->GetLocation(); in Write()
4229 PLOG(ERROR) << "Failed to write oat class offsets for " << GetLocation() in WriteClassOffsets()
4289 PLOG(ERROR) << "Failed to write class status to " << out->GetLocation(); in Write()
4295 PLOG(ERROR) << "Failed to write oat class type to " << out->GetLocation(); in Write()
4305 PLOG(ERROR) << "Failed to write number of methods to " << out->GetLocation(); in Write()
4313 PLOG(ERROR) << "Failed to write method bitmap to " << out->GetLocation(); in Write()
4320 PLOG(ERROR) << "Failed to write method offsets to " << out->GetLocation(); in Write()