Searched defs:BPLOG_INIT (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/processor/
H A Dlogging.h50 // a function called through the BPLOG_INIT macro. Each main function of
52 // BPLOG_INIT(&argc, &argv); before any logging can be performed; define
53 // BPLOG_INIT appropriately if initialization is required.
145 #ifndef BPLOG_INIT
146 #define BPLOG_INIT(pargc, pargv) macro
147 #endif // BPLOG_INIT

Completed in 132 milliseconds