/art/runtime/jdwp/ |
D | jdwp_socket.cc | 86 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 …]
|
D | jdwp_adb.cc | 200 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()
|
D | jdwp_main.cc | 60 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/patchoat/ |
D | patchoat.cc | 124 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() 136 LOG(ERROR) << "Error while getting image length"; in Patch() 142 LOG(ERROR) << "Unable to read image header from image file " << input_image->GetPath(); in Patch() 158 LOG(ERROR) << "Unable to initialize runtime"; in Patch() 174 LOG(ERROR) << "unable to map image file " << input_image->GetPath() << " : " << error_msg; in Patch() 183 LOG(ERROR) << "Failed to patch image file " << input_image->GetPath(); in Patch() 213 LOG(ERROR) << "unable to read elf header"; in Patch() 221 LOG(ERROR) << "Unable to find image at location " << image_location; in Patch() 226 LOG(ERROR) << "unable to open input image file at " << image_filename in Patch() [all …]
|
/art/runtime/ |
D | indirect_reference_table-inl.h | 37 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()
|
D | trace.cc | 333 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() 433 PLOG(ERROR) << "Could not flush trace file."; in Stop() 436 PLOG(ERROR) << "Could not close trace file."; in Stop() 562 PLOG(ERROR) << detail; in FinishTracing() 571 LOG(ERROR) << "Unexpected dex PC event in tracing " << PrettyMethod(method) << " " << new_dex_pc; in DexPcMoved() 578 LOG(ERROR) << "Unexpected field read event in tracing " << PrettyMethod(method) << " " << dex_pc; in FieldRead() [all …]
|
D | fault_handler.cc | 321 LOG(ERROR) << "Dumping java stack trace for crash in generated code"; in Action() 361 LOG(ERROR) << "Unable to register nested signal handler - no stack trace possible"; in Action() 382 self->DumpJavaStack(LOG(ERROR)); in Action() 384 LOG(ERROR) << "Stack trace aborted due to nested signal - original signal being reported"; in Action()
|
D | signal_catcher.cc | 108 PLOG(ERROR) << "Unable to open stack trace file '" << stack_trace_file_ << "'"; in Output() 121 PLOG(ERROR) << "Failed to write stack traces to '" << stack_trace_file_ << "'"; in Output() 230 LOG(ERROR) << "Unexpected signal %d" << signal_number; in Run()
|
D | log_severity.h | 22 const int VERBOSE = 0, DEBUG = 1, INFO = 2, WARNING = 3, ERROR = 4, FATAL = 5; variable
|
/art/runtime/base/unix_file/ |
D | fd_file.cc | 45 LOG(ERROR) << "File " << file_path_ << " wasn't explicitly flushed before destruction."; in ~FdFile() 48 LOG(ERROR) << "File " << file_path_ << " wasn't explicitly closed before destruction."; in ~FdFile() 63 LOG(ERROR) << warning; in moveTo() 76 LOG(ERROR) << warning; in moveUp() 219 LOG(ERROR) << "CloseOrErase failed while flushing a file."; in FlushCloseOrErase() 225 LOG(ERROR) << "CloseOrErase failed while closing a file."; in FlushCloseOrErase() 235 LOG(ERROR) << "FlushClose failed while flushing a file."; in FlushClose() 239 LOG(ERROR) << "FlushClose failed while closing a file."; in FlushClose()
|
/art/runtime/native/ |
D | dalvik_system_ZygoteHooks.cc | 39 PLOG(ERROR) << "prctl(PR_SET_DUMPABLE) failed for pid " << getpid(); in EnableDebugger() 47 PLOG(ERROR) << "setrlimit(RLIMIT_CORE) failed for pid " << getpid(); in EnableDebugger() 97 LOG(ERROR) << StringPrintf("Unknown bits set in debug_flags: %#x", debug_flags); in EnableDebugFeatures()
|
D | dalvik_system_DexFile.cc | 250 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() 386 LOG(ERROR) << "DexFile_isDexOptNeeded file '" << filename << "' does not exist"; in CopyProfileFile()
|
D | java_lang_Thread.cc | 92 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()
|
/art/dex2oat/ |
D | dex2oat.cc | 85 LOG(ERROR) << error; in UsageErrorV() 287 LOG(ERROR) << "Failed to open image classes file " << image_classes_filename; in ReadImageClassesFromFile() 344 LOG(ERROR) << error_msg; in PatchOatCode() 438 LOG(ERROR) << "Failed to write ELF file " << oat_file->GetPath(); in CreateOatFile() 447 PLOG(ERROR) << "Failed flushing oat file " << oat_file->GetPath(); in CreateOatFile() 456 LOG(ERROR) << "Failed to fixup ELF file " << oat_file->GetPath() << ": " << error_msg; in CreateOatFile() 477 LOG(ERROR) << "Failed to create image file " << image_filename; in CreateImageFile() 488 PLOG(ERROR) << "Failed to open ELF file: " << oat_filename; in CreateImageFile() 493 LOG(ERROR) << "Failed to fixup ELF file " << oat_file->GetPath(); in CreateImageFile() 499 PLOG(ERROR) << "Failed to flush and close patched oat file " << oat_filename; in CreateImageFile() [all …]
|
/art/compiler/ |
D | oat_writer.cc | 644 PLOG(ERROR) << "Failed to write " << what << " for " in ReportWriteFailure() 695 PLOG(ERROR) << "Failed to write " << DataAccess::Name() << " for " in ReportWriteFailure() 893 PLOG(ERROR) << "Failed to write oat header to " << out->GetLocation(); in Write() 900 LOG(ERROR) << "Failed to write oat tables to " << out->GetLocation(); in Write() 907 LOG(ERROR) << "Failed to write oat code to " << out->GetLocation(); in Write() 913 LOG(ERROR) << "Failed to write oat code to " << out->GetLocation(); in Write() 919 LOG(ERROR) << "Failed to write oat code for dex files to " << out->GetLocation(); in Write() 976 PLOG(ERROR) << "Failed to write oat dex information to " << out->GetLocation(); in WriteTables() 985 PLOG(ERROR) << "Failed to seek to dex file section. Actual: " << actual_offset in WriteTables() 991 PLOG(ERROR) << "Failed to write dex file " << dex_file->GetLocation() in WriteTables() [all …]
|
D | image_writer.cc | 91 LOG(ERROR) << "Failed to open oat file " << oat_filename << " for " << oat_location; in Write() 97 LOG(ERROR) << "Failed to open writable oat file " << oat_filename << " for " << oat_location in Write() 157 LOG(ERROR) << "Failed to flush and close oat file " << oat_filename << " for " << oat_location; in Write() 164 LOG(ERROR) << "Failed to open image file " << image_filename; in Write() 168 PLOG(ERROR) << "Failed to make image file world readable: " << image_filename; in Write() 176 PLOG(ERROR) << "Failed to write image file " << image_filename; in Write() 186 PLOG(ERROR) << "Failed to write image file " << image_filename; in Write() 192 PLOG(ERROR) << "Failed to flush and close image file " << image_filename; in Write() 426 LOG(ERROR) << "Failed to allocate memory for image file generation: " << error_msg; in AllocMemory() 434 LOG(ERROR) << "Failed to allocate memory for image bitmap"; in AllocMemory()
|
D | elf_writer_mclinker.cc | 328 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/compiler/utils/ |
D | swap_space.cc | 143 LOG(ERROR) << "Unable to mmap new swap file chunk."; in NewFileChunk() 144 LOG(ERROR) << "Current size: " << size_ << " requested: " << next_part << "/" << min_size; in NewFileChunk() 145 LOG(ERROR) << "Free list:"; in NewFileChunk() 148 LOG(ERROR) << "In free list: " << CollectFree(free_by_start_, free_by_size_); in NewFileChunk()
|
/art/runtime/gc/space/ |
D | dlmalloc_space.cc | 55 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()
|
D | rosalloc_space.cc | 62 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()
|
D | malloc_space.cc | 75 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/ |
D | dex_gc_map.cc | 50 LOG(ERROR) << "Didn't find reference bit map for dex_pc " << dex_pc; in FindBitMap()
|
/art/runtime/gc/ |
D | heap.cc | 441 MemMap::DumpMaps(LOG(ERROR)); in Heap() 2291 LOG(ERROR) << "Would have rescanned object " << obj; in operator ()() 2326 LOG(ERROR) << "Root " << *root << " is dead with type " << PrettyTypeOf(*root) in VerifyRootCallback() 2342 LOG(ERROR) << "!!!!!!!!!!!!!!Heap corruption detected!!!!!!!!!!!!!!!!!!!"; in VerifyReference() 2350 LOG(ERROR) << "Object " << obj << " references dead object " << ref << " at offset " in VerifyReference() 2353 LOG(ERROR) << "Obj type " << PrettyTypeOf(obj); in VerifyReference() 2355 LOG(ERROR) << "Object " << obj << " class(" << obj->GetClass() << ") not a heap address"; in VerifyReference() 2364 LOG(ERROR) << "Reference " << ref << " found as a recently freed object with class " in VerifyReference() 2367 LOG(ERROR) << "Reference " << ref << " not found as a recently freed object"; in VerifyReference() 2373 LOG(ERROR) << "Ref type " << PrettyTypeOf(ref); in VerifyReference() [all …]
|
/art/compiler/llvm/ |
D | llvm_compilation_unit.cc | 174 LOG(ERROR) << "Failed to materialize compilation unit " << cunit_id_; in Materialize() 262 LOG(ERROR) << "Failed to create bitcode output file: " << errmsg; in MaterializeToRawOStream()
|
D | runtime_support_builder.h | 77 LOG(ERROR) << "Unknown runtime function id: " << id; in GetRuntimeSupportFunction()
|