Home
last modified time | relevance | path

Searched refs:ERROR (Results 1 – 25 of 68) sorted by relevance

123

/art/runtime/jdwp/
Djdwp_socket.cc86 LOG(ERROR) << "JDWP net startup failed (req port=" << options->port << ")"; in InitSocketTransport()
122 PLOG(probe ? ERROR : FATAL) << "Socket create failed"; in SocketStartup()
130 PLOG(probe ? ERROR : FATAL) << "setsockopt(SO_REUSEADDR) failed"; in SocketStartup()
144 PLOG(probe ? ERROR : FATAL) << "Attempt to bind to port " << port << " failed"; in SocketStartup()
151 PLOG(probe ? ERROR : FATAL) << "Listen failed"; in SocketStartup()
231 PLOG(ERROR) << "accept failed"; in Accept()
234 PLOG(ERROR) << "accept failed"; in Accept()
306 PLOG(ERROR) << "Unable to create socket"; in Establish()
314 …PLOG(ERROR) << "Unable to connect to " << inet_ntoa(addr.addrInet.sin_addr) << ":" << ntohs(addr.a… in Establish()
411 PLOG(ERROR) << "select failed"; in ProcessIncoming()
[all …]
Djdwp_adb.cc200 PLOG(ERROR) << "Could not create ADB control socket"; in Accept()
230 PLOG(ERROR) << "trouble shutting down socket"; in Accept()
243 PLOG(ERROR) << "Weird, can't send JDWP process pid to ADB"; in Accept()
247 PLOG(ERROR) << "Can't connect to ADB control socket"; in Accept()
270 LOG(ERROR) << "adb connection max retries exceeded"; in Accept()
360 PLOG(ERROR) << "select failed"; in ProcessIncoming()
416 LOG(ERROR) << StringPrintf("ERROR: bad handshake '%.14s'", input_buffer_); in ProcessIncoming()
423 … PLOG(ERROR) << "Failed writing handshake bytes (" << cc << " of " << kMagicHandshakeLen << ")"; in ProcessIncoming()
Djdwp_main.cc60 PLOG(ERROR) << "pipe failed"; in MakePipe()
160 PLOG(ERROR) << StringPrintf("Failed to send JDWP packet %c%c%c%c to debugger (%zd of %zu)", in SendBufferedRequest()
179 PLOG(ERROR) << StringPrintf("Failed to send JDWP packet to debugger (%zd of %zu)", in SendRequest()
291 LOG(ERROR) << "JDWP connection failed"; in Create()
386 PLOG(ERROR) << "Failed sending reply to debugger"; in HandlePacket()
/art/runtime/
Dindirect_reference_table-inl.h37 LOG(ERROR) << "JNI ERROR (app bug): invalid " << kind_ << " " << iref; in GetChecked()
44 LOG(ERROR) << "JNI ERROR (app bug): accessed stale " << kind_ << " " in GetChecked()
50 LOG(ERROR) << "JNI ERROR (app bug): accessed deleted " << kind_ << " " << iref; in GetChecked()
64 LOG(ERROR) << "JNI ERROR (app bug): attempt to " << what in CheckEntry()
Dtrace.cc333 LOG(ERROR) << "Trace already in progress, ignoring this request"; in Start()
340 LOG(ERROR) << "Invalid sampling interval: " << interval_us; in Start()
356 PLOG(ERROR) << "Unable to open trace file '" << trace_filename << "'"; in Start()
374 LOG(ERROR) << "Trace already in progress, ignoring this request"; in Start()
409 LOG(ERROR) << "Trace stop requested, but no trace currently running"; in Stop()
553 PLOG(ERROR) << detail; in FinishTracing()
562 LOG(ERROR) << "Unexpected dex PC event in tracing " << PrettyMethod(method) << " " << new_dex_pc; in DexPcMoved()
569 LOG(ERROR) << "Unexpected field read event in tracing " << PrettyMethod(method) << " " << dex_pc; in FieldRead()
577 LOG(ERROR) << "Unexpected field write event in tracing " << PrettyMethod(method) << " " << dex_pc; in FieldWritten()
613 LOG(ERROR) << "Unexpected exception caught event in tracing"; in ExceptionCaught()
Dfault_handler.cc320 LOG(ERROR) << "Dumping java stack trace for crash in generated code"; in Action()
360 LOG(ERROR) << "Unable to register nested signal handler - no stack trace possible"; in Action()
381 self->DumpJavaStack(LOG(ERROR)); in Action()
383 LOG(ERROR) << "Stack trace aborted due to nested signal - original signal being reported"; in Action()
Dsignal_catcher.cc108 PLOG(ERROR) << "Unable to open stack trace file '" << stack_trace_file_ << "'"; in Output()
113 PLOG(ERROR) << "Failed to write stack traces to '" << stack_trace_file_ << "'"; in Output()
224 LOG(ERROR) << "Unexpected signal %d" << signal_number; in Run()
Dlog_severity.h22 const int VERBOSE = 0, DEBUG = 1, INFO = 2, WARNING = 3, ERROR = 4, FATAL = 5; variable
/art/patchoat/
Dpatchoat.cc124 LOG(ERROR) << "Unable to find image at location " << image_location; in Patch()
129 LOG(ERROR) << "unable to open input image file at " << image_filename in Patch()
135 LOG(ERROR) << "Error while getting image length"; in Patch()
141 LOG(ERROR) << "Unable to read image header from image file " << input_image->GetPath(); in Patch()
153 LOG(ERROR) << "Unable to initialize runtime"; in Patch()
169 LOG(ERROR) << "unable to map image file " << input_image->GetPath() << " : " << error_msg; in Patch()
178 LOG(ERROR) << "Failed to patch image file " << input_image->GetPath(); in Patch()
206 LOG(ERROR) << "unable to read elf header"; in Patch()
214 LOG(ERROR) << "Unable to find image at location " << image_location; in Patch()
219 LOG(ERROR) << "unable to open input image file at " << image_filename in Patch()
[all …]
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc39 PLOG(ERROR) << "prctl(PR_SET_DUMPABLE) failed for pid " << getpid(); in EnableDebugger()
47 PLOG(ERROR) << "setrlimit(RLIMIT_CORE) failed for pid " << getpid(); in EnableDebugger()
91 LOG(ERROR) << StringPrintf("Unknown bits set in debug_flags: %#x", debug_flags); in EnableDebugFeatures()
Ddalvik_system_DexFile.cc250 PLOG(ERROR) << "Failed to open profile file " << oldfile in CopyProfileFile()
257 PLOG(ERROR) << "Failed to get stats for profile file " << oldfile in CopyProfileFile()
265 PLOG(ERROR) << "Failed to create/write prev profile file " << newfile in CopyProfileFile()
276 PLOG(ERROR) << "Failed to copy profile file " << oldfile << " to " << newfile in CopyProfileFile()
376 LOG(ERROR) << "DexFile_isDexOptNeeded file '" << filename << "' does not exist"; in CopyProfileFile()
Djava_lang_Thread.cc92 LOG(ERROR) << "Unexpected thread state: " << internal_thread_state; in Thread_nativeGetStatus()
146 LOG(ERROR) << "Trying to set thread name to '" << name.c_str() << "' failed as the thread " in Thread_nativeSetName()
Djava_lang_Runtime.cc63 LOG(ERROR) << "android_update_LD_LIBRARY_PATH not found; .so dependencies will not work!"; in Runtime_nativeLoad()
/art/compiler/
Doat_writer.cc636 PLOG(ERROR) << "Failed to write " << what << " for " in ReportWriteFailure()
686 PLOG(ERROR) << "Failed to write " << DataAccess::Name() << " for " in ReportWriteFailure()
884 PLOG(ERROR) << "Failed to write oat header to " << out->GetLocation(); in Write()
891 LOG(ERROR) << "Failed to write oat tables to " << out->GetLocation(); in Write()
898 LOG(ERROR) << "Failed to write oat code to " << out->GetLocation(); in Write()
904 LOG(ERROR) << "Failed to write oat code to " << out->GetLocation(); in Write()
910 LOG(ERROR) << "Failed to write oat code for dex files to " << out->GetLocation(); in Write()
967 PLOG(ERROR) << "Failed to write oat dex information to " << out->GetLocation(); in WriteTables()
976 PLOG(ERROR) << "Failed to seek to dex file section. Actual: " << actual_offset in WriteTables()
982 PLOG(ERROR) << "Failed to write dex file " << dex_file->GetLocation() in WriteTables()
[all …]
Dimage_writer.cc84 LOG(ERROR) << "Failed to open oat file " << oat_filename << " for " << oat_location; in Write()
90 LOG(ERROR) << "Failed to open writable oat file " << oat_filename << " for " << oat_location in Write()
150 LOG(ERROR) << "Failed to open image file " << image_filename; in Write()
154 PLOG(ERROR) << "Failed to make image file world readable: " << image_filename; in Write()
161 PLOG(ERROR) << "Failed to write image file " << image_filename; in Write()
170 PLOG(ERROR) << "Failed to write image file " << image_filename; in Write()
237 LOG(ERROR) << "Failed to allocate memory for image file generation: " << error_msg; in AllocMemory()
245 LOG(ERROR) << "Failed to allocate memory for image bitmap"; in AllocMemory()
Delf_writer_mclinker.cc328 LOG(ERROR) << "Failed to link " << elf_file_->GetPath(); in Link()
336 PLOG(ERROR) << "Failed to dup file descriptor for " << elf_file_->GetPath(); in Link()
340 LOG(ERROR) << "Failed to emit " << elf_file_->GetPath(); in Link()
/art/dex2oat/
Ddex2oat.cc85 LOG(ERROR) << error; in UsageErrorV()
278 LOG(ERROR) << "Failed to open image classes file " << image_classes_filename; in ReadImageClassesFromFile()
335 LOG(ERROR) << error_msg; in PatchOatCode()
425 LOG(ERROR) << "Failed to write ELF file " << oat_file->GetPath(); in CreateOatFile()
438 LOG(ERROR) << "Failed to fixup ELF file " << oat_file->GetPath() << ": " << error_msg; in CreateOatFile()
457 LOG(ERROR) << "Failed to create image file " << image_filename; in CreateImageFile()
465 PLOG(ERROR) << "Failed to open ELF file: " << oat_filename; in CreateImageFile()
469 LOG(ERROR) << "Failed to fixup ELF file " << oat_file->GetPath(); in CreateImageFile()
500 LOG(ERROR) << "Failed to create runtime"; in CreateRuntime()
1230 PLOG(ERROR) << "Failed to create oat file: " << oat_location; in dex2oat()
[all …]
/art/runtime/gc/space/
Ddlmalloc_space.cc55 LOG(ERROR) << "Failed to initialize mspace for alloc space (" << name << ")"; in CreateFromMemMap()
98 LOG(ERROR) << "Failed to create mem map for alloc space (" << name << ") of size " in Create()
123 PLOG(ERROR) << "create_mspace_with_base failed"; in CreateMspace()
200 LOG(ERROR) << "FreeList[" << i << "] (" << ptrs[i] << ") not in bounds of heap " << *this; in FreeList()
Drosalloc_space.cc62 LOG(ERROR) << "Failed to initialize rosalloc for alloc space (" << name << ")"; in CreateFromMemMap()
109 LOG(ERROR) << "Failed to create mem map for alloc space (" << name << ") of size " in Create()
141 PLOG(ERROR) << "RosAlloc::Create failed"; in CreateRosAlloc()
211 LOG(ERROR) << "FreeList[" << i << "] (" << ptrs[i] << ") not in bounds of heap " << *this; in FreeList()
Dmalloc_space.cc75 LOG(ERROR) << "Failed to create alloc space (" << name << ") where the initial size (" in CreateMemMap()
81 LOG(ERROR) << "Failed to create alloc space (" << name << ") where the growth limit capacity (" in CreateMemMap()
95 LOG(ERROR) << "Failed to allocate pages for alloc space (" << name << ") of size " in CreateMemMap()
/art/runtime/verifier/
Ddex_gc_map.cc50 LOG(ERROR) << "Didn't find reference bit map for dex_pc " << dex_pc; in FindBitMap()
/art/runtime/gc/
Dheap.cc421 MemMap::DumpMaps(LOG(ERROR)); in Heap()
2226 LOG(ERROR) << "Would have rescanned object " << obj; in operator ()()
2261 LOG(ERROR) << "Root " << *root << " is dead with type " << PrettyTypeOf(*root) in VerifyRootCallback()
2277 LOG(ERROR) << "!!!!!!!!!!!!!!Heap corruption detected!!!!!!!!!!!!!!!!!!!"; in VerifyReference()
2285 LOG(ERROR) << "Object " << obj << " references dead object " << ref << " at offset " in VerifyReference()
2288 LOG(ERROR) << "Obj type " << PrettyTypeOf(obj); in VerifyReference()
2290 LOG(ERROR) << "Object " << obj << " class(" << obj->GetClass() << ") not a heap address"; in VerifyReference()
2299 LOG(ERROR) << "Reference " << ref << " found as a recently freed object with class " in VerifyReference()
2302 LOG(ERROR) << "Reference " << ref << " not found as a recently freed object"; in VerifyReference()
2308 LOG(ERROR) << "Ref type " << PrettyTypeOf(ref); in VerifyReference()
[all …]
/art/compiler/llvm/
Dllvm_compilation_unit.cc174 LOG(ERROR) << "Failed to materialize compilation unit " << cunit_id_; in Materialize()
262 LOG(ERROR) << "Failed to create bitcode output file: " << errmsg; in MaterializeToRawOStream()
Druntime_support_builder.h77 LOG(ERROR) << "Unknown runtime function id: " << id; in GetRuntimeSupportFunction()
/art/runtime/base/
Dlogging.cc107 gMinimumLogSeverity = ERROR; in InitLogging()

123