Searched refs:RAW_LOG (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/base/third_party/symbolize/glog/
H A Draw_logging.h6 #define RAW_LOG(severity, ...); // Do nothing. macro
/external/chromium_org/base/process/
H A Dlaunch_mac.cc39 RAW_LOG(FATAL, "Failed to look up replacement bootstrap port.");
44 RAW_LOG(FATAL, "Failed to replace bootstrap port.");
H A Dlaunch_posix.cc165 RAW_LOG(FATAL, "sigaction (get) failed.");
173 RAW_LOG(FATAL, "sigaction (set) failed.");
179 RAW_LOG(FATAL, "Cound not fix sa_restorer.");
346 RAW_LOG(ERROR, "Failed to open /dev/null");
352 RAW_LOG(ERROR, "Failed to dup /dev/null for stdin");
360 RAW_LOG(ERROR, "setpgid failed");
376 RAW_LOG(WARNING, "getrlimit failed");
380 RAW_LOG(WARNING, "setrlimit failed");
410 RAW_LOG(WARNING, "ioctl(TIOCSCTTY), ctrl terminal not set");
413 RAW_LOG(WARNIN
[all...]
H A Dprocess_metrics_posix.cc44 RAW_LOG(ERROR, "getrlimit(RLIMIT_NOFILE) failed");
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-checker.cc305 RAW_LOG(FATAL, "Internal heap checker leak of %d objects", alloc_count_);
723 RAW_LOG(ERROR, "Memory region for stack at %p not found. "
903 RAW_LOG(ERROR, "Could not open /proc/self/maps: errno=%d. "
918 RAW_LOG(ERROR, "Errors reading /proc/self/maps. "
971 RAW_LOG(ERROR, "No shared libs detected. Will likely report false leak "
1012 // due to reliance on locale functions (these are called through RAW_LOG
1114 RAW_LOG(FATAL, "Object at %p of %"PRIuS" bytes from an"
1229 RAW_LOG(ERROR, "Have memory regions w/o callers: "
1244 RAW_LOG(WARNING, "Have threads: Won't CPU-profile the bulk of leak "
1310 RAW_LOG(WARNIN
[all...]
H A Dheap-profiler.cc235 RAW_LOG(ERROR, "Failed dumping heap profile to %s", file_name);
337 RAW_LOG(INFO, "%.*s", static_cast<int>(strlen(message) - 1), message);
338 // -1 is to chop the \n which will be added by RAW_LOG
348 RAW_LOG(INFO,
366 RAW_LOG(INFO,
383 RAW_LOG(INFO, "munmap(start=0x%"PRIxPTR", len=%"PRIuS")",
393 RAW_LOG(INFO, "sbrk(inc=%"PRIdS") = 0x%"PRIxPTR"",
505 RAW_LOG(FATAL, "Memory leak in HeapProfiler:");
536 RAW_LOG(WARNING, ("HeapProfiler: ignoring HEAPPROFILE because "
H A Ddebugallocation.cc418 RAW_LOG(FATAL, "memory allocation bug: object at %p "
424 RAW_LOG(FATAL, "memory allocation bug: object at %p "
429 RAW_LOG(FATAL, "memory stomping bug: a word before object at %p "
435 RAW_LOG(FATAL, "memory stomping bug: a word before object at %p "
443 RAW_LOG(FATAL, "memory stomping bug: a word after object at %p "
447 RAW_LOG(FATAL, "memory stomping bug: a word after object at %p "
455 RAW_LOG(FATAL, "memory stomping bug: a word before object at %p "
458 RAW_LOG(FATAL, "memory allocation/deallocation mismatch at %p: "
463 RAW_LOG(FATAL, "memory stomping bug: our memory map has been corrupted : "
491 RAW_LOG(ERRO
[all...]
H A Dgetpc.h165 #include "base/logging.h" // for RAW_LOG
171 RAW_LOG(ERROR, "GetPC is not yet implemented on Windows\n");
H A Dheap-profile-table.cc521 RAW_LOG(ERROR, "Failed dumping filtered heap profile to %s", file_name);
546 RAW_LOG(WARNING, "Unable to remove old heap profiles (can't run glob())");
619 RAW_LOG(ERROR, "Leak check %s detected leaks of %"PRIuS" bytes "
645 RAW_LOG(ERROR, "The %d largest leaks:", to_report);
669 RAW_LOG(ERROR, "%s", buffer);
673 RAW_LOG(ERROR, "Skipping leaks numbered %d..%d",
681 RAW_LOG(ERROR, "Could not write pprof profile to %s", filename);
690 RAW_LOG(ERROR, "leaked %"PRIuS" byte object %p", v->bytes, ptr);
H A Dmemory_region_map.cc241 RAW_LOG(WARNING, "Can't delete LowLevelAlloc arena: it's being used");
640 RAW_LOG(INFO, "List of regions:");
644 RAW_LOG(INFO, "Memory region 0x%"PRIxPTR"..0x%"PRIxPTR" "
651 RAW_LOG(INFO, "End of regions list");
/external/chromium_org/tools/android/forwarder2/
H A Dcommon.h32 // Wrapper around RAW_LOG() which is signal-safe. The only purpose of this macro
35 RAW_LOG(Level, Msg);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-checker.cc305 RAW_LOG(FATAL, "Internal heap checker leak of %d objects", alloc_count_);
723 RAW_LOG(ERROR, "Memory region for stack at %p not found. "
903 RAW_LOG(ERROR, "Could not open /proc/self/maps: errno=%d. "
918 RAW_LOG(ERROR, "Errors reading /proc/self/maps. "
971 RAW_LOG(ERROR, "No shared libs detected. Will likely report false leak "
1012 // due to reliance on locale functions (these are called through RAW_LOG
1114 RAW_LOG(FATAL, "Object at %p of %"PRIuS" bytes from an"
1229 RAW_LOG(ERROR, "Have memory regions w/o callers: "
1244 RAW_LOG(WARNING, "Have threads: Won't CPU-profile the bulk of leak "
1310 RAW_LOG(WARNIN
[all...]
H A Ddebugallocation.cc416 RAW_LOG(FATAL, "memory allocation bug: object at %p "
422 RAW_LOG(FATAL, "memory allocation bug: object at %p "
427 RAW_LOG(FATAL, "memory stomping bug: a word before object at %p "
433 RAW_LOG(FATAL, "memory stomping bug: a word before object at %p "
441 RAW_LOG(FATAL, "memory stomping bug: a word after object at %p "
445 RAW_LOG(FATAL, "memory stomping bug: a word after object at %p "
453 RAW_LOG(FATAL, "memory stomping bug: a word before object at %p "
456 RAW_LOG(FATAL, "memory allocation/deallocation mismatch at %p: "
461 RAW_LOG(FATAL, "memory stomping bug: our memory map has been corrupted : "
489 RAW_LOG(ERRO
[all...]
H A Dheap-profiler.cc292 RAW_LOG(ERROR, "Failed dumping heap profile to %s", file_name);
416 RAW_LOG(INFO, "%.*s", static_cast<int>(strlen(message) - 1), message);
417 // -1 is to chop the \n which will be added by RAW_LOG
427 RAW_LOG(INFO,
445 RAW_LOG(INFO,
462 RAW_LOG(INFO, "munmap(start=0x%" PRIxPTR ", len=%" PRIuS ")",
472 RAW_LOG(INFO, "sbrk(inc=%" PRIdS ") = 0x%" PRIxPTR,
621 RAW_LOG(FATAL, "Memory leak in HeapProfiler:");
676 RAW_LOG(WARNING, ("HeapProfiler: ignoring " HEAPPROFILE " because "
H A Dgetpc.h168 #include "base/logging.h" // for RAW_LOG
174 RAW_LOG(ERROR, "GetPC is not yet implemented on Windows\n");
H A Dheap-profile-table.cc356 RAW_LOG(ERROR, "Failed dumping live objects to %s", file_name);
368 RAW_LOG(ERROR, "Failed dumping type statistics to %s", file_name);
565 RAW_LOG(ERROR, "Failed dumping filtered heap profile to %s", file_name);
604 RAW_LOG(WARNING, "Unable to remove old heap profiles (can't run glob())");
677 RAW_LOG(ERROR, "Leak check %s detected leaks of %" PRIuS " bytes "
703 RAW_LOG(ERROR, "The %d largest leaks:", to_report);
727 RAW_LOG(ERROR, "%s", buffer);
731 RAW_LOG(ERROR, "Skipping leaks numbered %d..%d",
739 RAW_LOG(ERROR, "Could not write pprof profile to %s", filename);
748 RAW_LOG(ERRO
[all...]
H A Dmemory_region_map.cc273 RAW_LOG(WARNING, "Can't delete LowLevelAlloc arena: it's being used");
804 RAW_LOG(INFO, "List of regions:");
808 RAW_LOG(INFO, "Memory region 0x%" PRIxPTR "..0x%" PRIxPTR " "
815 RAW_LOG(INFO, "End of regions list");
H A Dprofiler.cc153 RAW_LOG(FATAL, "Can't turn on cpu profiling for '%s': %s\n",
/external/chromium_org/base/files/
H A Ddir_reader_linux.h41 RAW_LOG(ERROR, "Failed to close directory handle");
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Ddie.cc62 RAW_LOG(FATAL, msg);
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dpagemap_unittest.cc66 RAW_LOG(INFO, "Running test with %d iterations...\n", limit);
123 RAW_LOG(ERROR, "Running NextTest %s\n", name);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dpagemap_unittest.cc66 RAW_LOG(INFO, "Running test with %d iterations...\n", limit);
123 RAW_LOG(ERROR, "Running NextTest %s\n", name);
/external/chromium_org/sandbox/linux/services/
H A Dbroker_process.cc83 RAW_LOG(FATAL, "*file_to_open should be NULL");
284 RAW_LOG(ERROR, "Could not make request to broker process");
309 RAW_LOG(ERROR, "Unsupported command");
313 RAW_LOG(ERROR, "Could not read pickle");
/external/chromium_org/base/posix/
H A Dfile_descriptor_shuffle.cc47 RAW_LOG(ERROR, "PerformInjectiveMultimapDestructive overflowed "
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main_posix.cc223 RAW_LOG(WARNING, "No UI thread, exiting ungracefully.");
236 RAW_LOG(WARNING, "Still here, exiting really ungracefully.");

Completed in 334 milliseconds

12