HomeSort by relevance Sort by last modified time
    Searched refs:PLOG (Results 51 - 75 of 284) sorted by null

1 23 4 5 6 7 8 91011>>

  /device/google/wahoo/vr/
VrDevice.cpp 69 PLOG(ERROR) << "Failed to write to vrmode sysfs node with :" << enabled;
81 PLOG(ERROR) << "Failed to dump state to fd";
  /external/libbrillo/brillo/
userdb_utils.cc 27 PLOG(ERROR) << "Unable to find user " << user;
46 PLOG(ERROR) << "Unable to find group " << group;
  /external/libchrome/base/process/
process_metrics_posix.cc 71 PLOG(INFO) << "Failed to set file descriptor limit";
74 PLOG(INFO) << "Failed to get file descriptor limit";
  /external/minijail/examples/
drop_privs.cpp 37 PLOG(FATAL) << "getgroups(0)";
47 PLOG(FATAL) << "getgroups(nsupp_groups)";
  /system/core/libappfuse/
EpollController.cc 31 PLOG(ERROR) << "Failed to wait for epoll";
60 PLOG(ERROR) << "epoll_ctl() error op=" << op;
  /system/extras/simpleperf/
UnixSocket.cpp 53 PLOG(ERROR) << "socket() failed";
62 PLOG(ERROR) << "bind() failed for " << server_path;
66 PLOG(ERROR) << "listen() failed";
78 PLOG(ERROR) << "accept() failed";
89 PLOG(DEBUG) << "socket() failed";
98 PLOG(DEBUG) << "connect() failed, server_path = " << server_path;
139 PLOG(ERROR) << "send() failed";
170 PLOG(ERROR) << "read() failed";
workload.cpp 86 PLOG(ERROR) << "pipe2() failed";
92 PLOG(ERROR) << "pipe2() failed";
100 PLOG(ERROR) << "fork() failed";
148 PLOG(ERROR) << "child process failed to execvp(" << argv[0] << ")";
151 PLOG(ERROR) << "child process failed to receive start_signal, nread = " << nread;
160 PLOG(ERROR) << "write start signal failed";
167 PLOG(ERROR) << "failed to receive error message from child process";
203 PLOG(ERROR) << "waitpid() failed";
  /system/core/adb/
transport_usb.cpp 125 PLOG(ERROR) << "remote usb: read terminated (message)";
131 PLOG(ERROR) << "remote usb: read overflow (data length = " << p->msg.data_length << ")";
137 PLOG(ERROR) << "remote usb: terminated (data)";
159 PLOG(ERROR) << "remote usb: 1 - write terminated";
164 PLOG(ERROR) << "remote usb: 2 - write terminated";
adbd_auth.cpp 58 PLOG(ERROR) << "Couldn't read " << path;
153 PLOG(ERROR) << "Failed to write PK";
161 PLOG(ERROR) << "Failed to accept";
183 PLOG(ERROR) << "Failed to get adbd socket";
192 PLOG(ERROR) << "Failed to get adbd socket";
197 PLOG(ERROR) << "Failed to listen on '" << fd << "'";
209 PLOG(ERROR) << "Error generating token";
  /system/vold/
CheckEncryption.cpp 78 PLOG(ERROR) << "Failed to unlink " << needle;
84 PLOG(ERROR) << "Failed to write " << needle;
91 PLOG(ERROR) << "Failed to open " << haystack;
102 PLOG(ERROR) << "Failed lseek";
112 PLOG(ERROR) << "Failed read";
secdiscard.cpp 67 PLOG(ERROR) << "Unable to unlink: " << target;
111 PLOG(ERROR) << "Failed to open device " << block_device;
119 PLOG(ERROR) << "Unable to BLKSECDISCARD " << path;
146 PLOG(ERROR) << "Seek failed for zero overwrite";
155 PLOG(ERROR) << "Write of zeroes failed";
VolumeManager.cpp 116 PLOG(ERROR) << "Failed to stat " << mVirtualDiskPath;
354 PLOG(WARNING) << "Failed to unlink " << target;
359 PLOG(WARNING) << "Failed to link";
419 PLOG(ERROR) << "Failed to open /proc/mounts";
437 PLOG(ERROR) << "Failed to unmount " << path;
456 PLOG(ERROR) << "Failed to opendir";
462 PLOG(ERROR) << "Failed to read root namespace";
481 PLOG(WARNING) << "Failed to stat " << de->d_name;
491 PLOG(WARNING) << "Failed to read namespace for " << de->d_name;
502 PLOG(WARNING) << "Failed to open namespace for " << de->d_name
    [all...]
  /system/core/debuggerd/tombstoned/
tombstoned.cpp 85 PLOG(FATAL) << "failed to open directory: " << dir_path;
123 PLOG(FATAL) << "failed to create temporary tombstone in " << dir_path_;
172 PLOG(ERROR) << "failed to stat " << path;
224 PLOG(WARNING) << "failed to send response to CrashRequest";
227 PLOG(WARNING) << "crash socket write returned short";
276 PLOG(WARNING) << "failed to read from crash socket";
306 PLOG(ERROR) << "Failed to getsockopt(..SO_PEERCRED)";
340 PLOG(WARNING) << "failed to read from crash socket";
361 PLOG(ERROR) << "failed to unlink tombstone at " << tombstone_path;
367 PLOG(ERROR) << "failed to link tombstone"
    [all...]
  /art/runtime/jdwp/
jdwp_adb.cc 196 PLOG(WARNING) << "Receiving file descriptor from ADB failed (socket " << ControlSock() << ")";
230 PLOG(ERROR) << "Could not create ADB control socket";
270 PLOG(ERROR) << "trouble shutting down socket";
283 PLOG(ERROR) << "Weird, can't send JDWP process pid to ADB";
287 PLOG(ERROR) << "Can't connect to ADB control socket";
404 PLOG(ERROR) << "select failed";
468 PLOG(ERROR) << "Failed writing handshake bytes (" << cc << " of " << kMagicHandshakeLen << ")";
  /system/extras/ext4_utils/
ext4_crypt.cpp 85 PLOG(ERROR) << argv[0] << " " << argv[1] << " " << argv[2] << "failed";
113 PLOG(ERROR) << "Unable to read directory: " << dirname;
121 PLOG(ERROR) << "Unable to read directory: " << dirname;
163 PLOG(ERROR) << "Failed to open directory " << directory;
174 PLOG(ERROR) << "Failed to set encryption policy for " << directory << " to " << policy_hex
197 PLOG(ERROR) << "Failed to open directory " << directory;
204 PLOG(ERROR) << "Failed to get encryption policy for " << directory;
  /bootable/recovery/
recovery-persist.cpp 56 PLOG(ERROR) << "Error in " << name;
64 PLOG(ERROR) << "Can't open " << destination;
125 PLOG(ERROR) << "failed to open " << mounts_file;
  /system/core/init/
sigchld_handler.cpp 50 PLOG(ERROR) << "waitid failed";
114 PLOG(ERROR) << "write(signal_write_fd) failed";
127 PLOG(FATAL) << "socketpair failed in sigchld_handler_init";
import_parser.cpp 49 PLOG(ERROR) << filename_ << ": " << line_num << ": Could not import file '" << import
  /system/core/libprocinfo/
process.cpp 40 PLOG(ERROR) << "failed to open " << path;
69 PLOG(ERROR) << "failed to open status fd in GetProcessInfoFromProcPidFd";
75 PLOG(ERROR) << "failed to open status file in GetProcessInfoFromProcPidFd";
  /system/vold/model/
EmulatedVolume.cpp 76 PLOG(ERROR) << getId() << " failed to create mount points";
93 PLOG(ERROR) << "Failed to exec";
101 PLOG(ERROR) << getId() << " failed to fork";
  /external/libbrillo/policy/
policy_util.cc 23 PLOG(ERROR) << "Could not read policy off disk at " << policy_path.value();
  /external/libchrome/crypto/
scoped_test_nss_db.cc 64 PLOG(ERROR) << "SECMOD_CloseUserDB failed: " << PORT_GetError();
  /frameworks/base/services/core/java/com/android/server/display/
BrightnessMappingStrategy.java 31 import com.android.server.display.utils.Plog;
50 private static final Plog PLOG = Plog.createSystemPlog(TAG);
292 PLOG.logCurve("unsmoothed curve", lux, brightness);
327 PLOG.logCurve("smoothed curve", lux, brightness);
372 PLOG.logCurve("unadjusted curve", newLux, newBrightness);
386 PLOG.logCurve("gamma adjusted curve", newLux, newBrightness);
394 PLOG.logCurve("gamma and user adjusted curve", newLux, newBrightness);
397 PLOG.logCurve("user adjusted curve", curve.first ,curve.second)
    [all...]
  /system/core/adb/daemon/
main.cpp 139 PLOG(FATAL) << "cap_clear_flag(INHERITABLE) failed";
142 PLOG(FATAL) << "cap_clear_flag(PEMITTED) failed";
145 PLOG(FATAL) << "cap_clear_flag(PEMITTED) failed";
148 PLOG(FATAL) << "cap_set_proc() failed";
  /system/core/bootstat/
boot_event_record_store.cpp 45 PLOG(ERROR) << "Failed to read " << path;
73 PLOG(ERROR) << "Failed to create " << record_path;
81 PLOG(ERROR) << "Failed to read " << record_path;
90 PLOG(ERROR) << "Failed to set mtime for " << record_path;

Completed in 874 milliseconds

1 23 4 5 6 7 8 91011>>