HomeSort by relevance Sort by last modified time
    Searched refs:PLOG (Results 1 - 25 of 225) sorted by null

1 2 3 4 5 6 7 8 9

  /art/runtime/
signal_set.h 30 PLOG(FATAL) << "sigemptyset failed";
36 PLOG(FATAL) << "sigaddset " << signal << " failed";
42 PLOG(FATAL) << "pthread_sigmask failed";
51 PLOG(FATAL) << "sigwait failed";
  /frameworks/native/cmds/installd/
otapreopt_chroot.cpp 76 PLOG(ERROR) << "Failed to unshare() for otapreopt.";
82 PLOG(ERROR) << "Failed to mount private.";
93 PLOG(ERROR) << "Failed to bind-mount " << kBindMounts[i];
122 PLOG(ERROR) << "Unable to chdir into /postinstall.";
128 PLOG(ERROR) << "Failed to chroot";
133 PLOG(ERROR) << "Unable to chdir into /.";
151 PLOG(ERROR) << "execv(OTAPREOPT) failed.";
CacheItem.cpp 77 PLOG(WARNING) << "Failed to fts_open " << path;
93 PLOG(WARNING) << "Failed to truncate " << p->fts_path;
98 PLOG(WARNING) << "Failed to unlink " << p->fts_path;
107 PLOG(WARNING) << "Failed to unlink " << p->fts_path;
113 PLOG(WARNING) << "Failed to rmdir " << p->fts_path;
122 PLOG(WARNING) << "Failed to truncate " << path;
127 PLOG(WARNING) << "Failed to unlink " << path;
  /art/runtime/gc/space/
image_space_fs.h 50 PLOG(WARNING) << "Unable to open " << dir << " to delete it's contents";
67 PLOG(ERROR) << "Unable to rmdir " << file;
76 PLOG(ERROR) << "Unable to unlink " << file;
122 PLOG(WARNING) << "Failed to create boot marker.";
133 PLOG(WARNING) << "Failed to create boot marker.";
139 PLOG(WARNING) << "Failed to read boot marker.";
154 PLOG(WARNING) << "Failed to write boot marker.";
160 PLOG(WARNING) << "Failed to write boot marker.";
166 PLOG(WARNING) << "Failed to flush boot marker.";
  /system/core/init/
watchdogd.cpp 43 PLOG(ERROR) << "Failed to open " << DEV_NAME;
50 PLOG(ERROR) << "Failed to set timeout to " << timeout;
53 PLOG(ERROR) << "Failed to get timeout";
signal_handler.cpp 47 PLOG(ERROR) << "write(signal_write_fd) failed";
55 PLOG(ERROR) << "socketpair failed";
keychords.cpp 47 PLOG(ERROR) << "could not allocate keychords";
73 PLOG(ERROR) << "could not read keychord id";
102 PLOG(ERROR) << "could not open /dev/keychord";
108 PLOG(ERROR) << "could not configure /dev/keychord " << ret;
  /system/core/bootstat/
uptime_parser.cpp 30 PLOG(ERROR) << "Failed to read /proc/uptime";
  /system/update_engine/
network_selector_android.cc 39 PLOG(ERROR) << "Binding the network to " << network_id;
  /system/vold/
Benchmark.cpp 55 PLOG(ERROR) << "Failed to getpriority";
59 PLOG(ERROR) << "Failed to setpriority";
66 PLOG(ERROR) << "Failed to android_get_ioprio";
70 PLOG(ERROR) << "Failed to android_set_ioprio";
76 PLOG(ERROR) << "Failed getcwd";
80 PLOG(ERROR) << "Failed chdir";
96 PLOG(ERROR) << "Failed to drop_caches";
111 PLOG(ERROR) << "Failed to chdir";
114 PLOG(ERROR) << "Failed to android_set_ioprio";
117 PLOG(ERROR) << "Failed to setpriority"
    [all...]
PrivateVolume.cpp 79 PLOG(ERROR) << getId() << " failed to setup cryptfs";
103 PLOG(ERROR) << getId() << " failed to create mount point " << mPath;
112 PLOG(ERROR) << getId() << " failed filesystem check";
117 PLOG(ERROR) << getId() << " failed to mount";
126 PLOG(ERROR) << getId() << " failed filesystem check";
131 PLOG(ERROR) << getId() << " failed to mount";
150 PLOG(ERROR) << getId() << " failed to prepare";
169 PLOG(ERROR) << getId() << " failed to rmdir mount point " << mPath;
191 PLOG(ERROR) << getId() << " failed to format";
196 PLOG(ERROR) << getId() << " failed to format"
    [all...]
  /system/core/debuggerd/
crash_dump.cpp 90 PLOG(FATAL) << "failed to detach from thread " << tid;
98 PLOG(FATAL) << "failed to interrupt thread " << tid;
108 PLOG(ERROR) << "unable to connect to activity manager";
117 PLOG(ERROR) << "failed to set send timeout on activity manager socket";
122 PLOG(ERROR) << "failed to set receive timeout on activity manager socket";
131 PLOG(ERROR) << "AM pid write failed";
136 PLOG(ERROR) << "AM signal write failed";
140 PLOG(ERROR) << "AM data write failed";
189 PLOG(FATAL) << "failed to drop capabilities";
193 PLOG(FATAL) << "failed to set PR_SET_NO_NEW_PRIVS"
    [all...]
  /frameworks/opt/net/wifi/libwifi_hal/
wifi_hal_common.cpp 81 PLOG(DEBUG) << "Unable to unload driver module '" << modname << "'";
94 PLOG(ERROR) << "Failed to open driver state control param";
99 PLOG(ERROR) << "Failed to write driver state control param";
126 PLOG(WARNING) << "Could not open " << MODULE_FILE;
214 PLOG(ERROR) << "Failed to open wlan fw path param";
219 PLOG(ERROR) << "Failed to write wlan fw path param";
  /bootable/recovery/uncrypt/
uncrypt.cpp 143 PLOG(ERROR) << "error seeking to offset " << offset;
147 PLOG(ERROR) << "error writing offset " << offset;
217 PLOG(ERROR) << "failed to open \"" << uncrypt_path_file << "\"";
230 PLOG(ERROR) << "failed to fsync \"" << name << "\"";
234 PLOG(ERROR) << "failed to find block " << head_block;
257 PLOG(ERROR) << "failed to open " << tmp_map_file;
284 PLOG(ERROR) << "failed to write " << tmp_map_file;
297 PLOG(ERROR) << "failed to open " << path << " for reading";
305 PLOG(ERROR) << "failed to open " << blk_dev << " for writing";
324 PLOG(ERROR) << "failed to find block " << head_block
    [all...]
  /external/libbrillo/brillo/
unittest_utils.cc 22 PLOG(FATAL) << "Creating a pipe()";
40 PLOG(FATAL) << "Creating a socketpair()";
  /system/extras/simpleperf/
workload.cpp 63 PLOG(ERROR) << "pipe2() failed";
69 PLOG(ERROR) << "pipe2() failed";
77 PLOG(ERROR) << "fork() failed";
125 PLOG(ERROR) << "child process failed to execvp(" << argv[0] << ")";
128 PLOG(ERROR) << "child process failed to receive start_signal, nread = " << nread;
137 PLOG(ERROR) << "write start signal failed";
144 PLOG(ERROR) << "failed to receive error message from child process";
168 PLOG(ERROR) << "waitpid() failed";
event_fd.cpp 59 PLOG(INFO) << "Adjust sample freq to max allowed sample freq " << max_sample_freq;
66 PLOG(ERROR) << "open perf_event_file (event " << event_name << ", tid "
70 PLOG(DEBUG) << "open perf_event_file (event " << event_name << ", tid "
78 PLOG(ERROR) << "fcntl(FD_CLOEXEC) for perf_event_file (event "
82 PLOG(DEBUG) << "fcntl(FD_CLOEXEC) for perf_event_file (event "
116 PLOG(ERROR) << "ioctl(enable) " << Name() << " failed";
126 PLOG(ERROR) << "ReadCounter from " << Name() << " failed";
151 PLOG(ERROR) << "mmap(" << mmap_pages << ") failed for " << Name();
153 PLOG(DEBUG) << "mmap(" << mmap_pages << ") failed for " << Name();
177 PLOG(ERROR) << "failed to share mapped buffer of
    [all...]
  /system/nvram/hal/
fake_nvram.cpp 124 PLOG(ERROR) << "Failed to read command from client socket";
143 PLOG(ERROR) << "Failed to write response to client socket";
164 PLOG(ERROR) << "Error accepting connection";
178 PLOG(ERROR) << "Failed to close connection socket after error";
191 PLOG(ERROR) << "Failed to close connection socket after error";
202 PLOG(ERROR) << "Failed to poll control socket";
220 PLOG(ERROR) << "Failed to listen on control socket";
232 PLOG(ERROR) << "Failed to open data directory";
testing_nvram_implementation.cpp 64 PLOG(ERROR) << "Failed to close NVRAM command socket";
86 PLOG(ERROR) << "Failed to connect fake NVRAM control socket";
109 PLOG(ERROR) << "Failed to send request on NVRAM control socket";
116 PLOG(ERROR) << "Failed to read NVRAM response";
  /system/tpm/trunks/
tpm_handle.cc 41 PLOG(ERROR) << "TPM: couldn't close " << kTpmDevice;
53 PLOG(ERROR) << "TPM: Error opening tpm0 file descriptor at " << kTpmDevice;
79 PLOG(ERROR) << "TPM: Error writing to TPM handle.";
90 PLOG(ERROR) << "TPM: Error reading from TPM handle.";
  /system/core/debuggerd/client/
debuggerd_client.cpp 48 PLOG(ERROR) << "libdebuggerd_client: failed to send signal to pid " << pid;
83 PLOG(ERROR) << "libdebuggerd_client: failed to set receive timeout";
87 PLOG(ERROR) << "libdebuggerd_client: failed to set send timeout";
96 PLOG(ERROR) << "libdebugger_client: failed to create socket";
102 PLOG(ERROR) << "libdebuggerd_client: failed to connect to tombstoned";
108 PLOG(ERROR) << "libdebugger_client: failed to set timeout";
115 PLOG(ERROR) << "libdebuggerd_client: failed to create pipe";
130 PLOG(ERROR) << "failed to set pipe buffer size";
134 PLOG(ERROR) << "libdebuggerd_client: failed to send output fd to tombstoned";
197 PLOG(ERROR) << "libdebuggerd_client: error while polling"
    [all...]
  /system/core/fs_mgr/
fs_mgr_priv.h 40 #define PINFO PLOG(INFO) << FS_MGR_TAG
41 #define PWARNING PLOG(WARNING) << FS_MGR_TAG
42 #define PERROR PLOG(ERROR) << FS_MGR_TAG
  /system/core/adb/
adbd_auth.cpp 58 PLOG(ERROR) << "Couldn't read " << path;
152 PLOG(ERROR) << "Failed to write PK";
160 PLOG(ERROR) << "Failed to accept";
182 PLOG(ERROR) << "Failed to get adbd socket";
191 PLOG(ERROR) << "Failed to get adbd socket";
196 PLOG(ERROR) << "Failed to listen on '" << fd << "'";
208 PLOG(ERROR) << "Error generating token";
  /frameworks/base/core/jni/
fd_utils.cpp 128 PLOG(ERROR) << "Unable to stat fd " << fd;
180 PLOG(ERROR) << "Failed fcntl(" << fd << ", F_GETFD)";
198 PLOG(ERROR) << "Failed fcntl(" << fd << ", F_GETFL)";
217 PLOG(ERROR) << "Unable to restat fd " << fd;
235 PLOG(ERROR) << "Failed open(" << file_path << ", " << open_flags << ")";
241 PLOG(ERROR) << "Failed fcntl(" << new_fd << ", F_SETFD, " << fd_flags << ")";
247 PLOG(ERROR) << "Failed fcntl(" << new_fd << ", F_SETFL, " << fs_flags << ")";
253 PLOG(ERROR) << "Failed lseek64(" << new_fd << ", SEEK_SET)";
259 PLOG(ERROR) << "Failed dup2(" << fd << ", " << new_fd << ")";
298 PLOG(ERROR) << "Failed getsockname(" << fd << ")"
    [all...]
  /system/core/libprocinfo/
process.cpp 40 PLOG(ERROR) << "failed to open " << path;
51 PLOG(ERROR) << "failed to open status fd in GetProcessInfoFromProcPidFd";
57 PLOG(ERROR) << "failed to open status file in GetProcessInfoFromProcPidFd";

Completed in 626 milliseconds

1 2 3 4 5 6 7 8 9