Searched refs:dump_log_file (Results 1 – 3 of 3) sorted by relevance
/system/core/debuggerd/libdebuggerd/ |
D | tombstone_proto.cpp | 468 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()
|
D | tombstone.cpp | 459 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/ |
D | tombstone_test.cpp | 327 dump_log_file(&log_, 123, "/fake/filename", 10); in TEST_F()
|