Home
last modified time | relevance | path

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

1234

/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.cc61 PLOG(ERROR) << "pipe failed"; in MakePipe()
168 PLOG(ERROR) << StringPrintf("Failed to send JDWP packet %c%c%c%c to debugger (%zd of %zu)", in SendBufferedRequest()
187 PLOG(ERROR) << StringPrintf("Failed to send JDWP packet to debugger (%zd of %zu)", in SendRequest()
299 LOG(ERROR) << "JDWP connection failed"; in Create()
414 PLOG(ERROR) << "Failed sending reply to debugger"; in HandlePacket()
/art/tools/dexfuzz/src/dexfuzz/
DLog.java23 private static LogTag threshold = LogTag.ERROR;
32 ERROR, enumConstant
41 return (threshold.ordinal() < LogTag.ERROR.ordinal()); in likelyToLog()
57 log(LogTag.ERROR, msg); in error()
DStreamConsumer.java47 ERROR enumConstant
189 state = State.ERROR; in changeState()
196 state = State.ERROR; in setErrorState()
/art/patchoat/
Dpatchoat.cc108 LOG(ERROR) << "Unable to find image at location " << image_location; in Patch()
113 LOG(ERROR) << "unable to open input image file at " << image_filename in Patch()
120 LOG(ERROR) << "Error while getting image length"; in Patch()
126 LOG(ERROR) << "Unable to read image header from image file " << input_image->GetPath(); in Patch()
142 LOG(ERROR) << "Unable to initialize runtime"; in Patch()
158 LOG(ERROR) << "unable to map image file " << input_image->GetPath() << " : " << error_msg; in Patch()
167 LOG(ERROR) << "Failed to patch image file " << input_image->GetPath(); in Patch()
197 LOG(ERROR) << "unable to read elf header"; in Patch()
205 LOG(ERROR) << "Unable to find image at location " << image_location; in Patch()
210 LOG(ERROR) << "unable to open input image file at " << image_filename in Patch()
[all …]
/art/runtime/
Dindirect_reference_table-inl.h39 LOG(ERROR) << "JNI ERROR (app bug): invalid " << kind_ << " " << iref; in GetChecked()
46 LOG(ERROR) << "JNI ERROR (app bug): accessed stale " << kind_ << " " in GetChecked()
52 LOG(ERROR) << "JNI ERROR (app bug): accessed deleted " << kind_ << " " << iref; in GetChecked()
66 LOG(ERROR) << "JNI ERROR (app bug): attempt to " << what in CheckEntry()
Dfault_handler.cc229 PLOG(ERROR) << "Unable to set up nested signal handler"; in HandleFault()
245 PLOG(ERROR) << "Unable to restore signal handler"; in HandleFault()
253 LOG(ERROR) << "Nested signal detected - original signal being reported"; in HandleFault()
260 PLOG(ERROR) << "Unable to restore signal handler"; in HandleFault()
414 LOG(ERROR) << "Dumping java stack trace for crash in generated code"; in Action()
429 self->DumpJavaStack(LOG(ERROR)); in Action()
Dtrace.cc316 LOG(ERROR) << "Trace already in progress, ignoring this request"; in Start()
323 LOG(ERROR) << "Invalid sampling interval: " << interval_us; in Start()
339 PLOG(ERROR) << "Unable to open trace file '" << trace_filename << "'"; in Start()
357 LOG(ERROR) << "Trace already in progress, ignoring this request"; in Start()
394 LOG(ERROR) << "Trace stop requested, but no trace currently running"; in StopTracing()
436 PLOG(ERROR) << "Could not close trace file."; in StopTracing()
473 LOG(ERROR) << "Trace pause requested, but no trace currently running"; in Pause()
523 LOG(ERROR) << "No trace to resume (or sampling mode), ignoring this request"; in Resume()
713 PLOG(ERROR) << detail; in FinishTracing()
717 PLOG(ERROR) << "Could not write secondary file"; in FinishTracing()
[all …]
Dsignal_catcher.cc111 PLOG(ERROR) << "Unable to open stack trace file '" << stack_trace_file_ << "'"; in Output()
124 PLOG(ERROR) << "Failed to write stack traces to '" << stack_trace_file_ << "'"; in Output()
217 LOG(ERROR) << "Unexpected signal %d" << signal_number; in Run()
Djava_vm_ext.cc248 LOG(ERROR) << detail; in FindNativeMethod()
291 LOG(ERROR) << "Bad JNI version passed to GetEnv: " << version; in GetEnv()
323 LOG(ERROR) << "Attempt to attach a thread in the zygote"; in AttachCurrentThreadInternal()
332 LOG(ERROR) << "Bad JNI version passed to " in AttachCurrentThreadInternal()
663 LOG(ERROR) << "Unexpected exception:"; in LoadNativeLibrary()
795 LOG(ERROR) << "Bad JNI version passed to CreateJavaVM: " << args->version; in JNI_CreateJavaVM()
/art/runtime/base/unix_file/
Dfd_file.cc45 … LOG(::art::ERROR) << "File " << file_path_ << " wasn't explicitly flushed before destruction."; in ~FdFile()
48 LOG(::art::ERROR) << "File " << file_path_ << " wasn't explicitly closed before destruction."; in ~FdFile()
63 LOG(::art::ERROR) << warning; in moveTo()
76 LOG(::art::ERROR) << warning; in moveUp()
234 LOG(::art::ERROR) << "CloseOrErase failed while flushing a file."; in FlushCloseOrErase()
240 LOG(::art::ERROR) << "CloseOrErase failed while closing a file."; in FlushCloseOrErase()
250 LOG(::art::ERROR) << "FlushClose failed while flushing a file."; in FlushClose()
254 LOG(::art::ERROR) << "FlushClose failed while closing a file."; in FlushClose()
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc47 PLOG(ERROR) << "prctl(PR_SET_DUMPABLE) failed for pid " << getpid(); in EnableDebugger()
55 PLOG(ERROR) << "setrlimit(RLIMIT_CORE) failed for pid " << getpid(); in EnableDebugger()
125 LOG(ERROR) << StringPrintf("Unknown bits set in debug_flags: %#x", debug_flags); in EnableDebugFeatures()
190 LOG(ERROR) << "Profiles dir is empty?!?!"; in ZygoteHooks_nativePostForkChild()
Djava_lang_Thread.cc96 LOG(ERROR) << "Unexpected thread state: " << internal_thread_state; in Thread_nativeGetStatus()
144 LOG(ERROR) << "Trying to set thread name to '" << name.c_str() << "' failed as the thread " in Thread_nativeSetName()
/art/compiler/
Doat_writer.cc622 LOG(ERROR) << "Unexpected failure to resolve a method: " in VisitMethod()
675 PLOG(ERROR) << "Failed to write final relative call thunks"; in EndClass()
787 PLOG(ERROR) << "Failed to write " << what << " for " in ReportWriteFailure()
940 PLOG(ERROR) << "Failed to write " << DataAccess::Name() << " for " in ReportWriteFailure()
1130 LOG(ERROR) << "Failed to get file offset in " << out->GetLocation(); in WriteRodata()
1139 PLOG(ERROR) << "Failed to reserve space for oat header in " << out->GetLocation(); in WriteRodata()
1146 LOG(ERROR) << "Failed to write oat tables to " << out->GetLocation(); in WriteRodata()
1152 LOG(ERROR) << "Failed to seek to oat code position in " << out->GetLocation(); in WriteRodata()
1158 LOG(ERROR) << "Failed to write oat code to " << out->GetLocation(); in WriteRodata()
1168 PLOG(ERROR) << "Failed to seek to oat code section. Actual: " << new_offset in WriteRodata()
[all …]
/art/compiler/utils/
Dswap_space.cc143 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/dex2oat/
Ddex2oat.cc152 LOG(ERROR) << error; in UsageErrorV()
821 LOG(ERROR) << "Failed to allocate ofstream"; in ParseArgs()
823 LOG(ERROR) << "Failed to open " << file_name << " for writing the initialization " in ParseArgs()
1112 PLOG(ERROR) << "Failed to create oat file: " << oat_location_; in OpenFile()
1116 PLOG(ERROR) << "Failed to make oat file world readable: " << oat_location_; in OpenFile()
1131 PLOG(ERROR) << "Failed to create swap file: " << swap_file_name_; in OpenFile()
1213 LOG(ERROR) << "Failed to create list of image classes from '" << image_classes_filename_ << in Setup()
1232 LOG(ERROR) << "Failed to create list of compiled classes from '" in Setup()
1252 LOG(ERROR) << "Failed to create list of compiled methods from '" in Setup()
1270 LOG(ERROR) << "Failed to open zip from file descriptor for '" << zip_location_ << "': " in Setup()
[all …]
/art/test/137-cfi/
Dcfi.cc162 PLOG(ERROR) << "unexpected waitpid response: n=" << n << ", status=" << std::hex << status; in wait_for_sigstop()
190 PLOG(ERROR) << "Failed to attach."; in Java_Main_unwindOtherProcess()
230 PLOG(ERROR) << "Detach failed"; in Java_Main_unwindOtherProcess()
/art/compiler/linker/
Drelative_patcher_test.h211 LOG(ERROR) << "diff expected_code linked_code"; in DumpDiff()
212 LOG(ERROR) << "<" << expected_hex_str; in DumpDiff()
213 LOG(ERROR) << ">" << linked_hex_str; in DumpDiff()
214 LOG(ERROR) << " " << diff_indicator_str; in DumpDiff()
/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/space/
Ddlmalloc_space.cc53 LOG(ERROR) << "Failed to initialize mspace for alloc space (" << name << ")"; in CreateFromMemMap()
96 LOG(ERROR) << "Failed to create mem map for alloc space (" << name << ") of size " in Create()
121 PLOG(ERROR) << "create_mspace_with_base failed"; in CreateMspace()
206 LOG(ERROR) << "FreeList[" << i << "] (" << ptrs[i] << ") not in bounds of heap " << *this; in FreeList()
Drosalloc_space.cc69 LOG(ERROR) << "Failed to initialize rosalloc for alloc space (" << name << ")"; in CreateFromMemMap()
118 LOG(ERROR) << "Failed to create mem map for alloc space (" << name << ") of size " in Create()
152 PLOG(ERROR) << "RosAlloc::Create failed"; in CreateRosAlloc()
231 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/gc/
Dheap.cc258 LOG(ERROR) << "Could not create image space with image file '" << image_file_name << "'. " in Heap()
512 PrintFileToLog("/proc/self/maps", LogSeverity::ERROR); in Heap()
513 MemMap::DumpMaps(LOG(ERROR), true); in Heap()
2591 LOG(ERROR) << "Would have rescanned object " << obj; in operator ()()
2626 LOG(ERROR) << "Root is null with info " << root_info.GetType(); in VisitRoot()
2628 LOG(ERROR) << "Root " << root << " is dead with type " << PrettyTypeOf(root) in VisitRoot()
2644 LOG(ERROR) << "!!!!!!!!!!!!!!Heap corruption detected!!!!!!!!!!!!!!!!!!!"; in VerifyReference()
2652 LOG(ERROR) << "Object " << obj << " references dead object " << ref << " at offset " in VerifyReference()
2655 LOG(ERROR) << "Obj type " << PrettyTypeOf(obj); in VerifyReference()
2657 LOG(ERROR) << "Object " << obj << " class(" << obj->GetClass() << ") not a heap address"; in VerifyReference()
[all …]
/art/runtime/arch/mips64/
Dinstruction_set_features_mips64.cc66 LOG(ERROR) << "Failed to open /proc/cpuinfo"; in FromCpuInfo()

1234