Home
last modified time | relevance | path

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

/system/core/debuggerd/libdebuggerd/
Dtombstone.cpp497 static void dump_log_file(log_t* log, pid_t pid, const char* filename, unsigned int tail) { in dump_log_file() function
613 dump_log_file(log, pid, "system", tail); in dump_logs()
614 dump_log_file(log, pid, "main", tail); in dump_logs()
/system/core/debuggerd/libdebuggerd/test/
Dtombstone_test.cpp321 dump_log_file(&log_, 123, "/fake/filename", 10); in TEST_F()