Searched refs:dlog_bypass_ (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/kernel/lib/debuglog/
H A Ddebuglog.cpp53 // dlog_bypass_ will directly write to console. It also has the side effect of
55 static bool dlog_bypass_ = false; variable
64 dlog_bypass_ = true;
71 if (dlog_bypass_ == false)
72 dlog_bypass_ = cmdline_get_bool("kernel.bypass-debuglog", false);
76 return dlog_bypass_;
317 if (dlog_bypass_ == true) {

Completed in 28 milliseconds