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

1 2

  /external/chromium_org/base/third_party/symbolize/glog/
raw_logging.h 6 #define RAW_LOG(severity, ...); // Do nothing.
  /external/chromium_org/base/process/
launch_mac.cc 39 RAW_LOG(FATAL, "Failed to look up replacement bootstrap port.");
44 RAW_LOG(FATAL, "Failed to replace bootstrap port.");
launch_posix.cc 165 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(WARNING, "setsid failed, ctrl terminal not set")
    [all...]
process_metrics_posix.cc 44 RAW_LOG(ERROR, "getrlimit(RLIMIT_NOFILE) failed");
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-checker.cc 305 RAW_LOG(FATAL, "Internal heap checker leak of %d objects", alloc_count_);
723 RAW_LOG(ERROR, "Memory region for stack at %p not found. "
    [all...]
heap-profiler.cc 235 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 "
debugallocation.cc 418 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(ERROR, "Massive size passed to malloc: %"PRIuS"", size)
    [all...]
getpc.h 165 #include "base/logging.h" // for RAW_LOG
171 RAW_LOG(ERROR, "GetPC is not yet implemented on Windows\n");
heap-profile-table.cc 521 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);
memory_region_map.cc 241 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/
common.h 32 // 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/
heap-checker.cc 305 RAW_LOG(FATAL, "Internal heap checker leak of %d objects", alloc_count_);
723 RAW_LOG(ERROR, "Memory region for stack at %p not found. "
    [all...]
debugallocation.cc 416 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(ERROR, "Massive size passed to malloc: %"PRIuS"", size)
    [all...]
heap-profiler.cc 292 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 "
getpc.h 168 #include "base/logging.h" // for RAW_LOG
174 RAW_LOG(ERROR, "GetPC is not yet implemented on Windows\n");
heap-profile-table.cc 356 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(ERROR, "leaked %" PRIuS " byte object %p", v->bytes, ptr)
    [all...]
memory_region_map.cc 273 RAW_LOG(WARNING, "Can't delete LowLevelAlloc arena: it's being used");
804 RAW_LOG(INFO, "List of regions:");
    [all...]
symbolize.cc 94 RAW_LOG(ERROR,
  /external/chromium_org/base/files/
dir_reader_linux.h 41 RAW_LOG(ERROR, "Failed to close directory handle");
  /external/chromium_org/sandbox/linux/seccomp-bpf/
die.cc 59 RAW_LOG(FATAL, msg);
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
pagemap_unittest.cc 66 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/
pagemap_unittest.cc 66 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/
broker_process.cc 83 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/
file_descriptor_shuffle.cc 47 RAW_LOG(ERROR, "PerformInjectiveMultimapDestructive overflowed "
  /external/chromium_org/chrome/browser/
chrome_browser_main_posix.cc 223 RAW_LOG(WARNING, "No UI thread, exiting ungracefully.");
236 RAW_LOG(WARNING, "Still here, exiting really ungracefully.");

Completed in 611 milliseconds

1 2