Searched refs:dump_log_file (Results 1 – 2 of 2) sorted by relevance
/system/core/debuggerd/libdebuggerd/ |
D | tombstone.cpp | 449 static void dump_log_file(log_t* log, pid_t pid, const char* filename, unsigned int tail) { in dump_log_file() function 549 dump_log_file(log, pid, "system", tail); in dump_logs() 550 dump_log_file(log, pid, "main", tail); in dump_logs()
|
/system/core/debuggerd/libdebuggerd/test/ |
D | tombstone_test.cpp | 327 dump_log_file(&log_, 123, "/fake/filename", 10); in TEST_F()
|