Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_logger.h26 void InitDebugLog(int type, int pid, int tid, unsigned int uid);
Ddfx_logger.cpp76 void InitDebugLog(int type, int pid, int tid, unsigned int uid) in InitDebugLog() function
Dprocess_dumper.cpp214 InitDebugLog((int)type, request->pid, request->tid, request->uid); in InitPrintThread()