Lines Matching refs:ERROR
84 LOG(ERROR) << error; in UsageErrorV()
208 LOG(ERROR) << msg; in Abort()
564 LOG(ERROR) << "OpenZip failed for '" << dex_locations_[i] << "' " << error_msg; in OpenApkFilesFromLocations()
575 LOG(ERROR) << "Open failed for '" << dex_locations_[i] << "' " << error_msg; in OpenApkFilesFromLocations()
591 PLOG(ERROR) << "ComputeDexLocationsFromApkFds is unsupported on Windows."; in ComputeDexLocationsFromApkFds()
601 PLOG(ERROR) << "Could not open path from fd"; in ComputeDexLocationsFromApkFds()
621 PLOG(ERROR) << "Cannot open " << filename; in LoadProfile()
627 LOG(ERROR) << "Cannot load profile info from fd=" << fd << "\n"; in LoadProfile()
640 LOG(ERROR) << "Cannot load profile info from filename=" << filename << " fd=" << fd; in DumpOneProfile()
733 LOG(ERROR) << "Cannot load profile info"; in GetClassNamesAndMethods()
790 PLOG(ERROR) << "Cannot open " << profile_file; in GetClassNamesAndMethods()
866 LOG(ERROR) << "Failed to open input file " << input_filename; in ReadCommentedInputFromFile()
958 LOG(ERROR) << "Invalid method name and signature " << method_spec; in FindMethodIndex()
1011 LOG(ERROR) << "Multiple invoke INVOKE_VIRTUAL found: " in HasSingleInvoke()
1020 LOG(ERROR) << "Could not find any INVOKE_VIRTUAL: " << dex_file->PrettyMethod(method_index); in HasSingleInvoke()
1051 LOG(ERROR) << "Invalid line: " << maybe_annotated_line; in ProcessLine()
1153 LOG(ERROR) << "Invalid method line: " << line; in ProcessLine()
1173 LOG(ERROR) << "Could not find class: " << ic_class; in ProcessLine()
1229 PLOG(ERROR) << "Cannot open " << reference_profile_file_; in OpenReferenceProfile()
1349 LOG(ERROR) << "At least one --profile-file must be specified."; in CreateBootImageProfile()
1356 PLOG(ERROR) << "Expected dex files for creating boot profile"; in CreateBootImageProfile()
1365 LOG(ERROR) << "There was an error when generating the boot image profiles"; in CreateBootImageProfile()
1400 PLOG(ERROR) << "Cannot open " << test_profile_; in GenerateTestProfile()