Searched refs:PLOG (Results 1 - 25 of 42) sorted by relevance

12

/art/runtime/
H A Dsignal_set.h30 PLOG(FATAL) << "sigemptyset failed";
36 PLOG(FATAL) << "sigaddset " << signal << " failed";
42 PLOG(FATAL) << "sigprocmask failed";
51 PLOG(FATAL) << "sigwait failed";
H A Dthread_android.cc72 PLOG(INFO) << *this << " setPriority(PRIO_PROCESS, " << tid << ", " << newNice << ") failed";
80 PLOG(WARNING) << "getpriority failed";
H A Dzip_archive.cc81 PLOG(WARNING) << "fcntl(" << fd << ", F_GETFD) failed";
86 PLOG(WARNING) << "fcntl(" << fd << ", F_SETFD, " << flags << ") failed";
H A Dthread_linux.cc34 PLOG(FATAL) << "sigaltstack failed";
H A Dsignal_catcher.cc111 PLOG(ERROR) << "Unable to open stack trace file '" << stack_trace_file_ << "'";
124 PLOG(ERROR) << "Failed to write stack traces to '" << stack_trace_file_ << "'";
H A Dfault_handler.cc204 PLOG(ERROR) << "Unable to set up nested signal handler";
221 PLOG(ERROR) << "Unable to restore signal handler";
236 PLOG(ERROR) << "Unable to restore signal handler";
/art/runtime/gc/space/
H A Dimage_space_fs.h49 PLOG(WARNING) << "Unable to open " << dir << " to delete it's contents";
66 PLOG(ERROR) << "Unable to rmdir " << file;
75 PLOG(ERROR) << "Unable to unlink " << file;
118 PLOG(WARNING) << "Failed to create boot marker.";
129 PLOG(WARNING) << "Failed to create boot marker.";
135 PLOG(WARNING) << "Failed to read boot marker.";
150 PLOG(WARNING) << "Failed to write boot marker.";
156 PLOG(WARNING) << "Failed to write boot marker.";
162 PLOG(WARNING) << "Failed to flush boot marker.";
H A Dmalloc_space.h42 PLOG(FATAL) << # call << " failed for " << what; \
/art/runtime/jdwp/
H A Djdwp_socket.cc124 PLOG(probe ? ERROR : FATAL) << "Socket create failed";
132 PLOG(probe ? ERROR : FATAL) << "setsockopt(SO_REUSEADDR) failed";
146 PLOG(probe ? ERROR : FATAL) << "Attempt to bind to port " << port << " failed";
153 PLOG(probe ? ERROR : FATAL) << "Listen failed";
233 PLOG(ERROR) << "accept failed";
236 PLOG(ERROR) << "accept failed";
312 PLOG(WARNING) << "gethostbyname('" << options->host << "') failed";
331 PLOG(ERROR) << "Unable to create socket";
339 PLOG(ERROR) << "Unable to connect to " << inet_ntoa(addr.addrInet.sin_addr) << ":"
438 PLOG(ERRO
[all...]
H A Djdwp_adb.cc166 PLOG(WARNING) << "Receiving file descriptor from ADB failed (socket " << control_sock_ << ")";
200 PLOG(ERROR) << "Could not create ADB control socket";
230 PLOG(ERROR) << "trouble shutting down socket";
243 PLOG(ERROR) << "Weird, can't send JDWP process pid to ADB";
247 PLOG(ERROR) << "Can't connect to ADB control socket";
360 PLOG(ERROR) << "select failed";
423 PLOG(ERROR) << "Failed writing handshake bytes (" << cc << " of " << kMagicHandshakeLen << ")";
H A Djdwp_main.cc61 PLOG(ERROR) << "pipe failed";
171 PLOG(ERROR) << StringPrintf("Failed to send JDWP packet %c%c%c%c to debugger (%zd of %zu)",
190 PLOG(ERROR) << StringPrintf("Failed to send JDWP packet to debugger (%zd of %zu)",
417 PLOG(ERROR) << "Failed sending reply to debugger";
/art/compiler/linker/
H A Derror_delaying_output_stream.h40 PLOG(ERROR) << "Failed to write " << byte_count
69 PLOG(ERROR) << "Failed to seek in " << GetLocation() << ". Offset=" << offset
/art/test/137-cfi/
H A Dcfi.cc170 PLOG(WARNING) << "waitpid failed: tid " << tid;
176 PLOG(ERROR) << "unexpected waitpid response: n=" << n << ", status=" << std::hex << status;
182 PLOG(WARNING) << "timed out waiting for stop signal: tid=" << tid;
208 PLOG(ERROR) << "Failed to attach.";
258 PLOG(ERROR) << "Detach failed";
/art/compiler/
H A Doat_writer.cc328 PLOG(ERROR) << "Failed to read magic number from dex file: '" << filename << "'";
984 PLOG(ERROR) << "Failed to write final relative call thunks";
1121 PLOG(ERROR) << "Failed to write " << what << " for "
1325 PLOG(ERROR) << "Failed to write map for "
1518 PLOG(ERROR) << "Failed to seek to oat code section. Actual: " << new_offset
1633 PLOG(ERROR) << "Failed to get current offset from " << out->GetLocation();
1637 PLOG(ERROR) << "Failed to seek to oat header position in " << out->GetLocation();
1644 PLOG(ERROR) << "Failed to flush before writing oat header to " << out->GetLocation();
1650 PLOG(ERROR) << "Failed to write oat header to " << out->GetLocation();
1655 PLOG(ERRO
[all...]
/art/runtime/base/
H A Dscoped_flock.cc61 PLOG(WARNING) << "Failed to stat, will retry: " << filename;
124 PLOG(WARNING) << "Could not close scoped file lock file.";
H A Dmutex.cc354 PLOG(shutting_down ? WARNING : FATAL) << "pthread_mutex_destroy failed for " << name_;
380 PLOG(FATAL) << "futex wait failed for " << name_;
427 PLOG(FATAL) << "pthread_mutex_trylock failed for " << name_;
544 PLOG(shutting_down ? WARNING : FATAL) << "pthread_rwlock_destroy failed for " << name_;
567 PLOG(FATAL) << "futex wait failed for " << name_;
647 PLOG(FATAL) << "timed futex wait failed for " << name_;
662 PLOG(FATAL) << "pthread_rwlock_timedwrlock failed for " << name_;
679 PLOG(FATAL) << "futex wait failed for " << name_;
707 PLOG(FATAL) << "pthread_mutex_trylock failed for " << name_;
782 PLOG(shutting_dow
[all...]
H A Dlogging.h97 #define PLOG(severity) ::art::LogMessage(__FILE__, __LINE__, severity, errno).stream() macro
159 PLOG(::art::FATAL) << # call << " failed for " << what; \
/art/runtime/arch/x86/
H A Dthread_x86.cc79 PLOG(FATAL) << "i386_set_ldt failed";
120 PLOG(FATAL) << "set_thread_area failed";
/art/runtime/gc/allocator/
H A Ddlmalloc.cc72 PLOG(::art::FATAL) << "madvise failed during heap trimming";
/art/runtime/native/
H A Ddalvik_system_ZygoteHooks.cc47 PLOG(ERROR) << "prctl(PR_SET_DUMPABLE) failed for pid " << getpid();
56 PLOG(ERROR) << "prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY) failed for pid " << getpid();
65 PLOG(ERROR) << "setrlimit(RLIMIT_CORE) failed for pid " << getpid();
/art/runtime/base/unix_file/
H A Dfd_file.cc68 PLOG(::art::WARNING) << "Failed to close file " << file_path_;
356 PLOG(art::ERROR) << "Failed to reset the length";
366 PLOG(art::ERROR) << "Failed to reset the offset";
/art/compiler/utils/
H A Dswap_space.cc75 PLOG(ERROR) << "Failed to unmap swap space chunk at "
141 PLOG(FATAL) << "Unable to increase swap file.";
/art/profman/
H A Dprofile_assistant.cc61 PLOG(WARNING) << "Could not clear reference profile file";
H A Dprofman.cc223 PLOG(WARNING) << "Failed to close descriptor";
330 PLOG(WARNING) << "Failed to close descriptor for " << descriptor << " at index " << i;
/art/runtime/jit/
H A Dprofile_saver.cc542 PLOG(WARNING) << "Could not get realpath for " << path;
570 PLOG(WARNING) << "Could not close file after flagging foreign dex use " << flag_path;
577 PLOG(WARNING) << "Could not create foreign dex use mark " << flag_path;
619 PLOG(WARNING) << "Could not get realpath for " << dex_location;

Completed in 542 milliseconds

12