Home
last modified time | relevance | path

Searched refs:PLOG (Results 1 – 25 of 37) sorted by relevance

12

/art/runtime/
Dsignal_set.h30 PLOG(FATAL) << "sigemptyset failed"; in SignalSet()
36 PLOG(FATAL) << "sigaddset " << signal << " failed"; in Add()
42 PLOG(FATAL) << "sigprocmask failed"; in Block()
51 PLOG(FATAL) << "sigwait failed"; in Wait()
Dthread_android.cc72 PLOG(INFO) << *this << " setPriority(PRIO_PROCESS, " << tid << ", " << newNice << ") failed"; in SetNativePriority()
80 PLOG(WARNING) << "getpriority failed"; in GetNativePriority()
Ddex_file_verifier_test.cc117 PLOG(FATAL) << "Failed to write base64 as dex file"; in OpenDexFileBase64()
120 PLOG(FATAL) << "Could not flush and close test file."; in OpenDexFileBase64()
183 PLOG(FATAL) << "Failed to write base64 as dex file"; in FixChecksumAndOpen()
186 PLOG(FATAL) << "Could not flush and close test file."; in FixChecksumAndOpen()
Dzip_archive.cc81 PLOG(WARNING) << "fcntl(" << fd << ", F_GETFD) failed"; in SetCloseOnExec()
86 PLOG(WARNING) << "fcntl(" << fd << ", F_SETFD, " << flags << ") failed"; in SetCloseOnExec()
Dfault_handler.cc229 PLOG(ERROR) << "Unable to set up nested signal handler"; in HandleFault()
245 PLOG(ERROR) << "Unable to restore signal handler"; in HandleFault()
260 PLOG(ERROR) << "Unable to restore signal handler"; in HandleFault()
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()
Dthread_linux.cc34 PLOG(FATAL) << "sigaltstack failed"; in SigAltStack()
Dtrace.cc339 PLOG(ERROR) << "Unable to open trace file '" << trace_filename << "'"; in Start()
430 PLOG(WARNING) << "Could not flush trace file."; in StopTracing()
436 PLOG(ERROR) << "Could not close trace file."; in StopTracing()
713 PLOG(ERROR) << detail; in FinishTracing()
717 PLOG(ERROR) << "Could not write secondary file"; in FinishTracing()
736 PLOG(ERROR) << detail; in FinishTracing()
868 PLOG(WARNING) << "Failed streaming a tracing event."; in WriteToBuf()
874 PLOG(WARNING) << "Failed streaming a tracing event."; in WriteToBuf()
Doat_file_assistant.cc564 PLOG(WARNING) << "Failed to open profile file " << old_profile_name in CopyProfileFile()
571 PLOG(WARNING) << "Failed to get stats for profile file " << old_profile_name in CopyProfileFile()
579 PLOG(WARNING) << "Failed to create/write prev profile file " << profile_name in CopyProfileFile()
590 PLOG(WARNING) << "Failed to copy profile file " << old_profile_name in CopyProfileFile()
Dmem_map.cc218 PLOG(WARNING) << StringPrintf("munmap(%p, %zd) failed", actual_ptr, byte_count); in CheckMapRequest()
517 PLOG(FATAL) << "munmap failed"; in ~MemMap()
629 PLOG(WARNING) << "madvise failed"; in MadviseDontNeedAndZero()
645 PLOG(ERROR) << "mprotect(" << reinterpret_cast<void*>(base_begin_) << ", " << base_size_ << ", " in Protect()
Dutils.cc115 PLOG(FATAL) << "getrlimit(RLIMIT_STACK) failed"; in GetThreadStack()
976 PLOG(WARNING) << "Unable to set the name of current thread to '" << buf << "'"; in SetThreadName()
1307 PLOG(FATAL) << "Failed to create dalvik-cache root directory " << dalvik_cache_root; in GetDalvikCacheImpl()
1316 PLOG(FATAL) << "Failed to create dalvik-cache directory " << dalvik_cache; in GetDalvikCacheImpl()
1416 PLOG(ERROR) << "Failed to execv(" << command_line << ")"; in Exec()
/art/runtime/jdwp/
Djdwp_socket.cc122 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()
288 PLOG(WARNING) << "gethostbyname('" << options->host << "') failed"; in Establish()
306 PLOG(ERROR) << "Unable to create socket"; in Establish()
314PLOG(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.cc166 PLOG(WARNING) << "Receiving file descriptor from ADB failed (socket " << control_sock_ << ")"; in ReceiveClientFd()
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()
360 PLOG(ERROR) << "select failed"; in ProcessIncoming()
423PLOG(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()
414 PLOG(ERROR) << "Failed sending reply to debugger"; in HandlePacket()
/art/test/137-cfi/
Dcfi.cc156 PLOG(WARNING) << "waitpid failed: tid " << tid; in wait_for_sigstop()
162 PLOG(ERROR) << "unexpected waitpid response: n=" << n << ", status=" << std::hex << status; in wait_for_sigstop()
168 PLOG(WARNING) << "timed out waiting for stop signal: tid=" << tid; in wait_for_sigstop()
190 PLOG(ERROR) << "Failed to attach."; in Java_Main_unwindOtherProcess()
230 PLOG(ERROR) << "Detach failed"; in Java_Main_unwindOtherProcess()
/art/runtime/base/
Dmutex.cc351 PLOG(shutting_down ? WARNING : FATAL) << "pthread_mutex_destroy failed for " << name_; in ~Mutex()
377 PLOG(FATAL) << "futex wait failed for " << name_; in ExclusiveLock()
424 PLOG(FATAL) << "pthread_mutex_trylock failed for " << name_; in ExclusiveTryLock()
541 PLOG(shutting_down ? WARNING : FATAL) << "pthread_rwlock_destroy failed for " << name_; in ~ReaderWriterMutex()
564 PLOG(FATAL) << "futex wait failed for " << name_; in ExclusiveLock()
644 PLOG(FATAL) << "timed futex wait failed for " << name_; in ExclusiveLockWithTimeout()
659 PLOG(FATAL) << "pthread_rwlock_timedwrlock failed for " << name_; in ExclusiveLockWithTimeout()
676 PLOG(FATAL) << "futex wait failed for " << name_; in HandleSharedLockContention()
704 PLOG(FATAL) << "pthread_mutex_trylock failed for " << name_; in SharedTryLock()
774 PLOG(shutting_down ? WARNING : FATAL) << "pthread_cond_destroy failed for " << name_; in ~ConditionVariable()
[all …]
Dscoped_flock.cc52 PLOG(WARNING) << "Failed to stat, will retry: " << filename; in Init()
97 PLOG(WARNING) << "Could not close scoped file lock file."; in ~ScopedFlock()
Dlogging.h92 #define PLOG(severity) ::art::LogMessage(__FILE__, __LINE__, severity, errno).stream() macro
154 PLOG(::art::FATAL) << # call << " failed for " << what; \
/art/compiler/
Doat_writer.cc675 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()
1139 PLOG(ERROR) << "Failed to reserve space for oat header in " << out->GetLocation(); in WriteRodata()
1168 PLOG(ERROR) << "Failed to seek to oat code section. Actual: " << new_offset in WriteRodata()
1249 PLOG(ERROR) << "Failed to seek to oat header position in " << out->GetLocation(); in WriteCode()
1254 PLOG(ERROR) << "Failed to write oat header to " << out->GetLocation(); in WriteCode()
1258 PLOG(ERROR) << "Failed to seek to end after writing oat header to " << out->GetLocation(); in WriteCode()
1269 PLOG(ERROR) << "Failed to write oat dex information to " << out->GetLocation(); in WriteTables()
1278 PLOG(ERROR) << "Failed to seek to dex file section. Actual: " << actual_offset in WriteTables()
[all …]
/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()
/art/runtime/gc/space/
Dimage_space.cc96 PLOG(WARNING) << "Unable to open " << cache_dir_path << " to delete it's contents"; in RealPruneDalvikCache()
117 PLOG(ERROR) << "Unable to unlink " << cache_file; in RealPruneDalvikCache()
139 PLOG(WARNING) << "Failed to create boot marker."; in MarkZygoteStart()
144 PLOG(WARNING) << "Failed to read boot marker."; in MarkZygoteStart()
159 PLOG(WARNING) << "Failed to write boot marker."; in MarkZygoteStart()
165 PLOG(WARNING) << "Failed to write boot marker."; in MarkZygoteStart()
171 PLOG(WARNING) << "Failed to flush boot marker."; in MarkZygoteStart()
Dmalloc_space.h43 PLOG(FATAL) << # call << " failed for " << what; \
/art/runtime/gc/allocator/
Ddlmalloc.cc72 PLOG(::art::FATAL) << "madvise failed during heap trimming"; in DlmallocMadviseCallback()
/art/dex2oat/
Ddex2oat.cc1108 PLOG(WARNING) << "Truncating oat file " << oat_location_ << " failed."; in OpenFile()
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()
1302 PLOG(ERROR) << "Failed to open file " << tmp_file_name in Setup()
1317 PLOG(ERROR) << "Failed to make .dex file writeable '" << dex_file->GetLocation() << "'\n"; in Setup()
1569 PLOG(ERROR) << "Failed to flush and close copied oat file: " << oat_stripped_; in CopyUnstrippedToStripped()
1581 PLOG(ERROR) << "Failed to flush oat file: " << oat_location_ << " / " in FlushOatFile()
1594 PLOG(ERROR) << "Failed to flush and close oat file: " << oat_location_ << " / " in FlushCloseOatFile()
1732 PLOG(ERROR) << "Failed to open ELF file: " << oat_unstripped_; in CreateImageFile()
[all …]
/art/runtime/arch/x86/
Dthread_x86.cc78 PLOG(FATAL) << "i386_set_ldt failed"; in InitCpu()

12