Searched refs:ERROR (Results 26 - 50 of 125) sorted by relevance

12345

/art/test/595-profile-saving/
H A Dprofile-saving.cc43 LOG(ERROR) << "Failed to create profiling info for method " << art_method->PrettyMethod();
/art/compiler/utils/
H A Dassembler_test_base.h75 LOG(ERROR) << "Could not find assembler from " << assembler_cmd_name_;
76 LOG(ERROR) << "FindTool returned " << asm_tool;
84 LOG(ERROR) << "Could not find objdump from " << objdump_cmd_name_;
85 LOG(ERROR) << "FindTool returned " << objdump_tool;
96 LOG(ERROR) << "Could not find disassembler from " << disassembler_cmd_name_;
97 LOG(ERROR) << "FindTool returned " << disassembler_tool;
236 LOG(ERROR) << "Assembler command line:";
238 LOG(ERROR) << arg;
560 LOG(ERROR) << "FindToolDump: gcc_path=" << gcc_path
566 LOG(ERROR) << lin
[all...]
/art/dex2oat/
H A Ddex2oat.cc199 LOG(ERROR) << error;
1321 PLOG(ERROR) << "Failed to create oat file: " << oat_filename;
1325 PLOG(ERROR) << "Failed to make oat file world readable: " << oat_filename;
1351 PLOG(ERROR) << "Failed to open vdex file: " << vdex_filename;
1355 PLOG(ERROR) << "Failed to make vdex file world readable: " << vdex_filename;
1365 PLOG(ERROR) << "Failed to create oat file: " << oat_location_;
1402 PLOG(ERROR) << "Failed to create vdex file: " << vdex_location;
1410 PLOG(ERROR) << "Truncating vdex file " << vdex_location << " failed.";
1430 PLOG(ERROR) << "Failed to invalidate vdex header. File: " << vdex_out->GetLocation();
1435 PLOG(ERROR) << "Faile
[all...]
/art/profman/
H A Dprofman.cc78 LOG(ERROR) << error;
430 LOG(ERROR) << "OpenZip failed for '" << dex_locations_[i] << "' " << error_msg;
441 LOG(ERROR) << "Open failed for '" << dex_locations_[i] << "' " << error_msg;
463 PLOG(ERROR) << "Could not open path from fd";
477 LOG(ERROR) << "Cannot open " << filename << strerror(errno);
483 LOG(ERROR) << "Cannot load profile info from fd=" << fd << "\n";
496 LOG(ERROR) << "Cannot load profile info from filename=" << filename << " fd=" << fd;
578 LOG(ERROR) << "Cannot load profile info";
630 LOG(ERROR) << "Cannot open " << profile_file << strerror(errno);
706 LOG(ERROR) << "Faile
[all...]
/art/tools/common/
H A Dcommon.py51 ERROR = 2 variable in class:RetCode
62 ERROR = 4 variable in class:LogSeverity
163 retcode = RetCode.ERROR
263 def RunCommand(self, cmd, log_severity=LogSeverity.ERROR):
337 def RunCommand(self, cmd, log_severity=LogSeverity.ERROR):
436 def RunCommand(self, cmd, log_severity=LogSeverity.ERROR):
/art/runtime/
H A Dtrace.cc328 LOG(ERROR) << "Trace already in progress, ignoring this request";
335 LOG(ERROR) << "Invalid sampling interval: " << interval_us;
351 PLOG(ERROR) << "Unable to open trace file '" << trace_filename << "'";
372 LOG(ERROR) << "Trace already in progress, ignoring this request";
408 LOG(ERROR) << "Trace stop requested, but no trace currently running";
453 PLOG(ERROR) << "Could not close trace file.";
490 LOG(ERROR) << "Trace pause requested, but no trace currently running";
543 LOG(ERROR) << "No trace to resume (or sampling mode), ignoring this request";
740 PLOG(ERROR) << detail;
752 LOG(ERROR) << "Unexpecte
[all...]
H A Dexec_utils.cc64 PLOG(ERROR) << "Failed to execve(" << command_line << ")";
H A Dsignal_catcher.cc138 PLOG(ERROR) << "Unable to open stack trace file '" << stack_trace_file_ << "'";
170 PLOG(ERROR) << "Failed to write stack traces to '" << output_path_msg << "'";
270 LOG(ERROR) << "Unexpected signal %d" << signal_number;
H A Doat_file_assistant_test.cc88 PLOG(ERROR) << "Could not change permissions on " << dex_parent_;
98 PLOG(ERROR) << "Could not restore permissions on " << dex_parent_;
224 LOG(ERROR) << "Test skipped because it's running as root";
437 LOG(ERROR) << "Test skipped because it's running as root";
470 LOG(ERROR) << "Test skipped because it's running as root";
503 LOG(ERROR) << "Test skipped because it's running as root";
533 LOG(ERROR) << "Test skipped because it's running as root";
623 LOG(ERROR) << "Test skipped because it's running as root";
689 LOG(ERROR) << "Test skipped because it's running as root";
726 LOG(ERROR) << "Tes
[all...]
/art/compiler/linker/
H A Drelative_patcher_test.h245 LOG(ERROR) << "diff expected_code linked_code";
246 LOG(ERROR) << "<" << expected_hex_str;
247 LOG(ERROR) << ">" << linked_hex_str;
248 LOG(ERROR) << " " << diff_indicator_str;
/art/runtime/gc/
H A Dallocation_record.cc53 LOG(ERROR) << "Ignoring " << propertyName << " '" << allocMaxString
69 LOG(ERROR) << "Ignoring " << propertyName << " '" << recentAllocMaxString
72 LOG(ERROR) << "Ignoring " << propertyName << " '" << recentAllocMaxString
85 LOG(ERROR) << "Ignoring " << propertyName << " '" << stackDepthString
H A Dheap.cc621 PrintFileToLog("/proc/self/maps", LogSeverity::ERROR);
622 MemMap::DumpMaps(LOG_STREAM(ERROR), true);
2746 LOG(ERROR) << "Would have rescanned object " << obj;
2794 LOG(ERROR) << "Root is null with info " << root_info.GetType();
2796 LOG(ERROR) << "Root " << root << " is dead with type " << mirror::Object::PrettyTypeOf(root)
2812 LOG(ERROR) << "!!!!!!!!!!!!!!Heap corruption detected!!!!!!!!!!!!!!!!!!!";
2820 LOG(ERROR) << "Object " << obj << " references dead object " << ref << " at offset "
2823 LOG(ERROR) << "Obj type " << obj->PrettyTypeOf();
2825 LOG(ERROR) << "Object " << obj << " class(" << obj->GetClass() << ") not a heap address";
2834 LOG(ERROR) << "Referenc
[all...]
/art/runtime/native/
H A Ddalvik_system_ZygoteHooks.cc66 PLOG(ERROR) << "prctl(PR_SET_DUMPABLE) failed for pid " << getpid();
75 PLOG(ERROR) << "prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY) failed for pid " << getpid();
84 PLOG(ERROR) << "setrlimit(RLIMIT_CORE) failed for pid " << getpid();
316 LOG(ERROR) << StringPrintf("Unknown bits set in runtime_flags: %#x", runtime_flags);
H A Djava_lang_Thread.cc110 LOG(ERROR) << "Unexpected thread state: " << internal_thread_state;
162 LOG(ERROR) << "Trying to set thread name to '" << name.c_str() << "' failed as the thread "
/art/runtime/base/
H A Dmutex-inl.h104 LOG(ERROR) << "Lock level violation: holding \"" << Locks::mutator_lock_->name_ << "\" "
111 LOG(ERROR) << "Lock level violation. Locking mutator_lock_ while already having a "
125 LOG(ERROR) << "Lock level violation: holding \"" << held_mutex->name_ << "\" "
/art/runtime/gc/space/
H A Dmalloc_space.cc80 LOG(ERROR) << "Failed to create alloc space (" << name << ") where the initial size ("
86 LOG(ERROR) << "Failed to create alloc space (" << name << ") where the growth limit capacity ("
100 LOG(ERROR) << "Failed to allocate pages for alloc space (" << name << ") of size "
H A Ddlmalloc_space.cc57 LOG(ERROR) << "Failed to initialize mspace for alloc space (" << name << ")";
100 LOG(ERROR) << "Failed to create mem map for alloc space (" << name << ") of size "
125 PLOG(ERROR) << "create_mspace_with_base failed";
210 LOG(ERROR) << "FreeList[" << i << "] (" << ptrs[i] << ") not in bounds of heap " << *this;
H A Drosalloc_space.cc68 LOG(ERROR) << "Failed to initialize rosalloc for alloc space (" << name << ")";
117 LOG(ERROR) << "Failed to create mem map for alloc space (" << name << ") of size "
151 PLOG(ERROR) << "RosAlloc::Create failed";
230 LOG(ERROR) << "FreeList[" << i << "] (" << ptrs[i] << ") not in bounds of heap " << *this;
/art/runtime/arch/mips64/
H A Dinstruction_set_features_mips64.cc76 LOG(ERROR) << "Failed to open /proc/cpuinfo";
/art/runtime/gc/accounting/
H A Dbitmap.cc54 LOG(ERROR) << "Failed to allocate bitmap " << name << ": " << error_msg;
/art/tools/wrapagentproperties/
H A Dwrapagentproperties.cc102 LOG(ERROR) << "Version number 0x" << std::hex << version << " looks like a JVMTI "
213 LOG(ERROR) << "Could not allocate extra space for new jvmti interface struct";
290 LOG(ERROR) << "No agent lib in " << options;
314 LOG(ERROR) << "unable to read property file at " << std::quoted(prop_file) << "!";
/art/compiler/jit/
H A Djit_logger.cc48 LOG(ERROR) << "Could not create perf file at " << perf_filename <<
256 LOG(ERROR) << "Could not create jit dump file at " << jitdump_filename <<
/art/oatdump/
H A Doatdump_test.h245 LOG(ERROR) << "Did not find prefix " << expected_prefixes[i];
286 PLOG(ERROR) << "Failed to execv(" << command_line << ")";
/art/libdexfile/dex/
H A Ddex_file-inl.h259 LOG(ERROR) << "invalid stream - problem with parameter iterator in " << location
265 LOG(ERROR) << "invalid stream - arg reg >= reg size (" << arg_reg
311 LOG(ERROR) << "invalid stream - reg >= reg size (" << reg << " >= "
340 LOG(ERROR) << "invalid stream - reg >= reg size (" << reg << " >= "
356 LOG(ERROR) << "invalid stream - reg >= reg size (" << reg << " >= "
/art/runtime/gc/collector/
H A Dimmune_spaces_test.cc94 LOG(ERROR) << error_str;
108 LOG(ERROR) << error_str;
152 LOG(ERROR) << "Failed to allocate memory region " << error_str;

Completed in 360 milliseconds

12345