Searched refs:ERROR (Results 51 - 75 of 125) sorted by relevance

12345

/art/openjdkjvmti/
H A Dfixed_up_dex_file.cc162 LOG(ERROR) << "Unable to open dex file from memory for unquickening! error: " << error;
H A Dti_class_loader.cc157 LOG(ERROR) << "The classloader " << loader_class->PrettyClass() << " is not a "
/art/runtime/native/
H A Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc88 LOG(ERROR) << "Trying to get thread's stack by id failed as the thread failed to suspend "
H A Ddalvik_system_VMStack.cc75 LOG(ERROR) << "Trying to get thread's stack failed as the thread failed to suspend within a "
/art/runtime/
H A Druntime_callbacks_test.cc245 LOG(ERROR) << "Expected:";
247 LOG(ERROR) << " " << expected;
249 LOG(ERROR) << "Found:";
251 LOG(ERROR) << " " << s;
H A Dfault_handler.cc380 LOG(ERROR) << "Dumping java stack trace for crash in generated code";
389 self->DumpJavaStack(LOG_STREAM(ERROR));
H A Dthread-inl.h155 LOG(ERROR) << "holding \"" << held_mutex->GetName()
169 LOG(ERROR) << "suspending due to user-code while holding \""
H A Dreflection.cc386 LOG(ERROR) << "Internal error: unresolvable type for argument type in JNI invoke: "
398 LOG(ERROR) << "JNI ERROR (app bug): attempt to pass an instance of "
409 LOG(ERROR) << "JNI ERROR (app bug): expected jboolean (0/1) but got value of "
415 LOG(ERROR) << "JNI ERROR (app bug): expected jbyte but got value of "
421 LOG(ERROR) << "JNI ERROR (app bug): expected jchar but got value of "
427 LOG(ERROR) << "JN
[all...]
H A Djava_vm_ext.cc412 LOG(ERROR) << "Attempt to attach a thread in the zygote";
421 LOG(ERROR) << "Bad JNI version passed to "
505 LOG(ERROR) << "Error returned from a plugin GetEnv handler! " << res;
509 LOG(ERROR) << "Bad JNI version passed to GetEnv: " << version;
525 os << "JNI DETECTED ERROR IN APPLICATION: " << msg;
975 LOG(ERROR) << "Unexpected exception:";
1090 LOG(ERROR) << detail;
1143 LOG(ERROR) << "Bad JNI version passed to CreateJavaVM: " << args->version;
H A Dclass_loader_context.cc175 LOG(ERROR) << "Invalid class loader type: " << class_loader;
179 LOG(ERROR) << "Invalid class loader spec: " << class_loader;
469 LOG(ERROR) << "Unexpected null cookie";
532 LOG(ERROR) << "Unexpected null in the dex element list";
578 LOG(ERROR) << "Unsupported element in dex_elements: "
H A Dmem_map.cc183 PrintFileToLog("/proc/self/maps", LogSeverity::ERROR);
740 PLOG(ERROR) << "mprotect(" << reinterpret_cast<void*>(base_begin_) << ", " << base_size_ << ", "
984 LOG(ERROR) << "Could not find contiguous low-memory space.";
1010 LOG(ERROR) << "The requested address space (" << addr << ", "
1042 PLOG(ERROR) << "Could not protect to requested prot: " << orig_prot;
H A Dthread_list.cc238 LOG((kIsDebugBuild && (gAborting == 0)) ? ::android::base::FATAL : ::android::base::ERROR)
771 LOG(kIsDebugBuild ? ::android::base::FATAL : ::android::base::ERROR)
856 LOG(ERROR) << "Resume(" << reinterpret_cast<void*>(thread)
863 LOG(ERROR) << "Resume(" << reinterpret_cast<void*>(thread)
868 LOG(ERROR) << "Resume(" << reinterpret_cast<void*>(thread)
1469 LOG(ERROR) << "Request to unregister unattached thread " << thread_name << "\n" << os.str();
H A Dthread_pool.cc76 PLOG(ERROR) << "Failed to setpriority to :" << priority;
/art/tools/golem/
H A Dbuild-target.sh115 echo >&2 "ERROR: " "$@"
/art/runtime/jit/
H A Dprofile_compilation_info.cc375 LOG(ERROR) << "Profile data size exceeds "
570 LOG(ERROR) << "Exceeded the maximum number of dex files (255). Something went wrong";
603 LOG(ERROR) << "num_method_ids mismatch for dex " << profile_key
1090 LOG(ERROR) << "Dex checksum mismatch while verifying profile "
1098 LOG(ERROR) << "Number of method ids in dex file and profile don't match."
1109 LOG(ERROR) << "Invalid method id in profile file. dex location="
1142 LOG(ERROR) << "Invalid inline cache in profile file. dex location="
1158 LOG(ERROR) << "Invalid class id in profile file. dex_file location "
1296 LOG(ERROR) << "Profile data size exceeds "
1798 LOG(ERROR) << "De
[all...]
/art/tools/bisection_search/
H A Dbisection_search.py118 cmd, LogSeverity.ERROR)
344 choices=[RetCode.SUCCESS.name, RetCode.TIMEOUT.name, RetCode.ERROR.name])
/art/tools/veridex/
H A Dveridex.cc147 LOG(ERROR) << error_msg;
158 LOG(ERROR) << error_msg;
/art/dexlayout/
H A Ddex_ir_builder.cc191 LOG(ERROR) << "Unknown map list item type.";
/art/dt_fd_forward/
H A Ddt_fd_forward.cc141 LOG(ERROR) << desc;
656 LOG(ERROR) << "address format is <fd_num> not " << addr;
763 LOG(ERROR) << "unknown version " << version;
768 LOG(ERROR) << "Failed to allocate data for transport!";
/art/libdexfile/dex/
H A Ddex_file_tracking_registrar.cc85 LOG(ERROR) << "RegisterDexFile: " << dex_file_->GetLocation() + " @ " << std::hex
/art/runtime/arch/arm/
H A Dinstruction_set_features_arm.cc181 LOG(ERROR) << "Failed to open /proc/cpuinfo";
/art/runtime/arch/mips/
H A Dinstruction_set_features_mips.cc153 LOG(ERROR) << "Failed to open /proc/cpuinfo";
/art/runtime/arch/x86/
H A Dinstruction_set_features_x86.cc205 LOG(ERROR) << "Failed to open /proc/cpuinfo";
/art/runtime/gc/accounting/
H A Dspace_bitmap.cc90 LOG(ERROR) << "Failed to allocate bitmap " << name << ": " << error_msg;
/art/runtime/gc/space/
H A Dbump_pointer_space.cc35 LOG(ERROR) << "Failed to allocate pages for alloc space (" << name << ") of size "

Completed in 326 milliseconds

12345