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

1 2 3 4 5 6 7 891011>>

  /system/extras/perfprofd/
perfprofd_cmdline.cc 154 PLOG(WARNING) << "Cannot write " << produced_file_path;
  /system/extras/simpleperf/
IOEventLoop.cpp 86 PLOG(ERROR) << "fcntl() failed";
perf_clock.cpp 67 PLOG(ERROR) << "mmap() failed";
tracing.cpp 129 PLOG(ERROR)
136 PLOG(ERROR)
161 PLOG(ERROR) << "failed to read " << format_path;
173 PLOG(ERROR) << "failed to read /sys/kernel/debug/tracing/printk_formats";
cmd_dumprecord.cpp 119 PLOG(WARNING) << "record file header size " << header.header_size
124 PLOG(WARNING) << "record file attr size " << header.attr_size
utils.cpp 120 PLOG(DEBUG) << "can't open dir " << dirpath;
188 PLOG(ERROR) << "failed to create dir " << dir_path;
cpu_hotplug_test.cpp 97 PLOG(ERROR) << "failed to read file " << filename;
125 PLOG(ERROR) << "failed to write " << content << " to " << filename;
  /system/vold/fs/
Vfat.cpp 151 PLOG(ERROR) << "Unable to create LOST.DIR";
  /system/core/base/include/android-base/
logging.h 35 // PLOG(ERROR) << "Write failed";
248 #define PLOG(severity) PLOG_TO(DEFAULT, severity)
250 // Behaves like PLOG, but logs to the specified log ID.
324 PLOG(FATAL) << #call << " failed for " << (what); \
  /system/core/debuggerd/libdebuggerd/
utility.cpp 252 PLOG(FATAL) << "failed to drop capabilities";
256 PLOG(FATAL) << "failed to set PR_SET_NO_NEW_PRIVS";
  /system/core/init/
builtins.cpp 437 PLOG(WARNING) << "waitpid failed";
456 PLOG(ERROR) << "fs_mgr_mount_all returned an error";
492 PLOG(ERROR) << "fs_mgr_mount_all suggested recovery, so wiping data via recovery.";
775 PLOG(WARNING) << "setpriority failed";
778 PLOG(WARNING) << "ioprio_get failed";
791 PLOG(ERROR) << "Error opening directory: " << args[1];
    [all...]
  /art/runtime/
trace.cc 351 PLOG(ERROR) << "Unable to open trace file '" << trace_filename << "'";
447 PLOG(WARNING) << "Could not flush trace file.";
453 PLOG(ERROR) << "Could not close trace file.";
740 PLOG(ERROR) << detail;
    [all...]
mem_map.cc 248 PLOG(WARNING) << StringPrintf("munmap(%p, %zd) failed", actual_ptr, byte_count);
347 PLOG(WARNING) << "ashmem_create_region failed for '" << name << "'";
590 PLOG(FATAL) << "munmap failed";
708 PLOG(WARNING) << "madvise failed";
740 PLOG(ERROR) << "mprotect(" << reinterpret_cast<void*>(base_begin_) << ", " << base_size_ << ", "
    [all...]
common_runtime_test.h 145 PLOG(FATAL) << "Could not flush the output file.";
thread_pool.cc 76 PLOG(ERROR) << "Failed to setpriority to :" << priority;
  /art/dexlayout/
dexlayout_test.cc 238 PLOG(FATAL) << "Failed to write base64 as file";
248 PLOG(FATAL) << "Could not flush and close test file.";
381 PLOG(FATAL) << "Could not flush and close test file.";
    [all...]
  /art/profman/
profman.cc 463 PLOG(ERROR) << "Could not open path from fd";
637 PLOG(WARNING) << "Failed to close descriptor";
    [all...]
  /external/libchrome/base/
logging_unittest.cc 84 PLOG(INFO) << mock_log_source.Log();
150 PLOG(INFO) << mock_log_source.Log();
  /art/dexlist/
dexlist.cc 274 PLOG(ERROR) << "Can't open " << gOptions.outputFileName;
  /art/libartbase/base/
utils.h 243 PLOG(FATAL) << "Checked call failed for " << what;
  /bionic/libc/seccomp/
seccomp_policy.cpp 138 PLOG(FATAL) << "Could not set seccomp filter of size " << f.size();
  /bootable/recovery/
install.cpp 280 PLOG(ERROR) << "Failed to create " << binary_path;
398 PLOG(ERROR) << "Failed to fork update binary";
408 // We shouldn't use LOG/PLOG in the forked process, since they may cause
665 PLOG(WARNING) << "failed to read uncrypt status";
697 PLOG(ERROR) << "failed to write " << install_file;
  /device/google/wahoo/thermal/
Thermal.cpp 227 PLOG(ERROR) << "Failed to dump state to fd";
  /external/libchrome/base/message_loop/
message_loop_unittest.cc 766 PLOG(ERROR) << "close";
768 PLOG(ERROR) << "close";
791 PLOG(ERROR) << "close";
793 PLOG(ERROR) << "close";
    [all...]
  /external/libchrome/base/threading/
platform_thread_posix.cc 119 PLOG(ERROR) << "pthread_create";

Completed in 1236 milliseconds

1 2 3 4 5 6 7 891011>>