Home
last modified time | relevance | path

Searched refs:dump_log_file (Results 1 – 3 of 3) sorted by relevance

/system/core/debuggerd/libdebuggerd/
Dtombstone_proto.cpp468 static void dump_log_file(Tombstone* tombstone, const char* logger, pid_t pid) { in dump_log_file() function
544 dump_log_file(tombstone, "system", pid); in dump_logcat()
545 dump_log_file(tombstone, "main", pid); in dump_logcat()
Dtombstone.cpp459 static void dump_log_file(log_t* log, pid_t pid, const char* filename, unsigned int tail) { in dump_log_file() function
558 dump_log_file(log, pid, "system", tail); in dump_logs()
559 dump_log_file(log, pid, "main", tail); in dump_logs()
/system/core/debuggerd/libdebuggerd/test/
Dtombstone_test.cpp327 dump_log_file(&log_, 123, "/fake/filename", 10); in TEST_F()