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

/system/extras/perfprofd/quipper/base/
H A Dlogging.h309 #define ENABLE_DLOG 0 macro
311 #define ENABLE_DLOG 1
322 #if ENABLE_DLOG
331 #else // ENABLE_DLOG
333 // If ENABLE_DLOG is off, we want to avoid emitting any references to
345 #endif // ENABLE_DLOG
354 // We tie its state to ENABLE_DLOG.
355 enum { DEBUG_MODE = ENABLE_DLOG };
357 #undef ENABLE_DLOG macro

Completed in 120 milliseconds