• Home
  • Raw
  • Download

Lines Matching refs:ERROR

498     LOG(ERROR) << "Invalid magic number in dex file header. " << " File: " << location;  in ValidateDexFileHeader()
502 LOG(ERROR) << "Invalid version number in dex file header. " << " File: " << location; in ValidateDexFileHeader()
507 LOG(ERROR) << "Dex file header specifies file size insufficient to contain the header." in ValidateDexFileHeader()
519 PLOG(ERROR) << "Failed to read dex file header. Actual: " in GetDexFileHeader()
534 PLOG(ERROR) << "Failed to open dex file: '" << filename << "'"; in AddDexFileSource()
548 LOG(ERROR) << "Failed to read magic number from dex file '" << location << "': " << error_msg; in AddDexFileSource()
555 LOG(ERROR) << "Failed to get DexFileHeader from file descriptor for '" in AddDexFileSource()
571 LOG(ERROR) << "Failed to open zip from file descriptor for '" << location << "': " in AddDexFileSource()
592 LOG(ERROR) << "No dex files in zip file '" << location << "': " << error_msg; in AddDexFileSource()
596 LOG(ERROR) << "Expected valid zip or dex file: '" << location << "'"; in AddDexFileSource()
611 LOG(ERROR) << "Unexpected number of dex files in vdex " << location; in AddVdexDexFilesSource()
616 LOG(ERROR) << "Invalid magic in vdex file created from " << location; in AddVdexDexFilesSource()
631 LOG(ERROR) << "Unexpected number of dex files in vdex " << location; in AddVdexDexFilesSource()
636 LOG(ERROR) << "No dex files in vdex file created from " << location; in AddVdexDexFilesSource()
648 LOG(ERROR) << "Provided data is shorter than dex file header. size: " in AddRawDexFileSource()
657 LOG(ERROR) << "Truncated dex file data. Data size: " << data.size() in AddRawDexFileSource()
1714 PLOG(ERROR) << "Failed to write final relative call thunks"; in VisitComplete()
1947 PLOG(ERROR) << "Failed to write " << what << " for " in ReportWriteFailure()
2459 PLOG(ERROR) << "Failed to retrieve current position in " << out->GetLocation(); in WriteRodata()
2470 PLOG(ERROR) << "Failed to write class offsets to " << out->GetLocation(); in WriteRodata()
2476 PLOG(ERROR) << "Failed to write classes to " << out->GetLocation(); in WriteRodata()
2482 PLOG(ERROR) << "Failed to write method bss mappings to " << out->GetLocation(); in WriteRodata()
2488 PLOG(ERROR) << "Failed to write oat code to " << out->GetLocation(); in WriteRodata()
2494 PLOG(ERROR) << "Failed to write oat dex information to " << out->GetLocation(); in WriteRodata()
2504 PLOG(ERROR) << "Failed to seek to oat code section. Actual: " << new_offset in WriteRodata()
2559 LOG(ERROR) << "Failed to write oat code to " << out->GetLocation(); in WriteCode()
2565 LOG(ERROR) << "Failed to write oat code for dex files to " << out->GetLocation(); in WriteCode()
2600 LOG(ERROR) << "Failed to write boot image relocations to " << out->GetLocation(); in WriteDataBimgRelRo()
2614 LOG(ERROR) << "Failed to get oat end file offset in " << out->GetLocation(); in CheckOatSize()
2713 PLOG(ERROR) << "Failed to get current offset from " << out->GetLocation(); in WriteHeader()
2717 PLOG(ERROR) << "Failed to seek to oat header position in " << out->GetLocation(); in WriteHeader()
2724 PLOG(ERROR) << "Failed to flush before writing oat header to " << out->GetLocation(); in WriteHeader()
2730 PLOG(ERROR) << "Failed to write oat header to " << out->GetLocation(); in WriteHeader()
2735 PLOG(ERROR) << "Failed to flush after writing oat header to " << out->GetLocation(); in WriteHeader()
2740 PLOG(ERROR) << "Failed to seek back after writing oat header to " << out->GetLocation(); in WriteHeader()
3009 PLOG(ERROR) << "Failed to write " # field " to " << out->GetLocation(); \ in WriteCode()
3081 PLOG(ERROR) << "Failed to write .data.bimg.rel.ro in " << out->GetLocation(); in WriteDataBimgRelRo()
3094 LOG(ERROR) << "Failed to get file offset in " << out->GetLocation(); in RecordOatDataOffset()
3153 LOG(ERROR) << "Dex file " << oat_dex_file.GetLocation() << " is too short: " in WriteDexFiles()
3181 LOG(ERROR) << "Mismatched shared data sections in raw dex files: " in WriteDexFiles()
3203 PLOG(ERROR) << "Failed to resize vdex file " << file->GetPath(); in WriteDexFiles()
3219 LOG(ERROR) << "Failed to mmap() dex files from oat file. File: " << file->GetPath() in WriteDexFiles()
3336 LOG(ERROR) << "Failed to extract dex file to mem map for layout: " << error_msg; in LayoutDexFile()
3350 PLOG(ERROR) << "Failed to dup dex file descriptor (" << raw_file->Fd() << ") at " << location; in LayoutDexFile()
3380 LOG(ERROR) << "Failed to open dex file for layout: " << error_msg; in LayoutDexFile()
3422 LOG(ERROR) << "Failed to extract dex file from ZIP entry: " << error_msg in WriteDexFile()
3436 PLOG(ERROR) << "Failed to copy dex file to vdex file." in WriteDexFile()
3484 LOG(ERROR) << error_msg; in OpenDexFiles()
3498 LOG(ERROR) << "Failed to open dex file from oat file. File: " << oat_dex_file.GetLocation() in OpenDexFiles()
3546 LOG(ERROR) << "Failed to open dex file from oat file. File: " << oat_dex_file.GetLocation() in OpenDexFiles()
3596 PLOG(ERROR) << "Failed to seek to dex layout section offset section. Actual: " << actual_offset in WriteDexLayoutSections()
3613 PLOG(ERROR) << "Failed to write lookup table alignment padding." in WriteDexLayoutSections()
3628 PLOG(ERROR) << "Failed to write dex layout sections." in WriteDexLayoutSections()
3640 PLOG(ERROR) << "Failed to flush stream after writing type dex layout sections." in WriteDexLayoutSections()
3702 PLOG(ERROR) << "Failed to resize vdex file " << vdex_file->GetPath(); in FinishVdexFile()
3728 LOG(ERROR) << "Failed to mmap() vdex file tail. File: " << vdex_file->GetPath() in FinishVdexFile()
3747 LOG(ERROR) << "Failed to mmap() vdex file. File: " << vdex_file->GetPath() in FinishVdexFile()
3802 PLOG(ERROR) << "Failed to sync vdex file contents" << vdex_file->GetPath(); in FinishVdexFile()
3807 PLOG(ERROR) << "Failed to sync vdex file contents" << vdex_file->GetPath(); in FinishVdexFile()
3820 PLOG(ERROR) << "Failed to sync vdex file header " << vdex_file->GetPath(); in FinishVdexFile()
3897 PLOG(ERROR) << "Failed to write dex file location length to " << out->GetLocation(); in Write()
3903 PLOG(ERROR) << "Failed to write dex file location data to " << out->GetLocation(); in Write()
3909 PLOG(ERROR) << "Failed to write dex file location checksum to " << out->GetLocation(); in Write()
3915 PLOG(ERROR) << "Failed to write dex file offset to " << out->GetLocation(); in Write()
3921 PLOG(ERROR) << "Failed to write class offsets offset to " << out->GetLocation(); in Write()
3927 PLOG(ERROR) << "Failed to write lookup table offset to " << out->GetLocation(); in Write()
3933 PLOG(ERROR) << "Failed to write dex section layout info to " << out->GetLocation(); in Write()
3939 PLOG(ERROR) << "Failed to write method bss mapping offset to " << out->GetLocation(); in Write()
3945 PLOG(ERROR) << "Failed to write type bss mapping offset to " << out->GetLocation(); in Write()
3951 PLOG(ERROR) << "Failed to write public type bss mapping offset to " << out->GetLocation(); in Write()
3959 PLOG(ERROR) << "Failed to write package type bss mapping offset to " << out->GetLocation(); in Write()
3966 PLOG(ERROR) << "Failed to write string bss mapping offset to " << out->GetLocation(); in Write()
3976 PLOG(ERROR) << "Failed to write oat class offsets for " << GetLocation() in WriteClassOffsets()
4036 PLOG(ERROR) << "Failed to write class status to " << out->GetLocation(); in Write()
4042 PLOG(ERROR) << "Failed to write oat class type to " << out->GetLocation(); in Write()
4052 PLOG(ERROR) << "Failed to write number of methods to " << out->GetLocation(); in Write()
4060 PLOG(ERROR) << "Failed to write method bitmap to " << out->GetLocation(); in Write()
4067 PLOG(ERROR) << "Failed to write method offsets to " << out->GetLocation(); in Write()