Searched refs:kIsDebugBuild (Results 1 – 4 of 4) sorted by relevance
23 static constexpr bool kIsDebugBuild = true; variable25 static constexpr bool kIsDebugBuild = false;38 using base_if_debug = base_if_condition<T, kIsDebugBuild>;45 template <bool kIsDebug = kIsDebugBuild>
52 if (android::base::GetBoolProperty("iorapd.log.verbose", iorap::kIsDebugBuild)) { in main()
107 LOG(VERBOSE) << "Debug check: " << ::iorap::kIsDebugBuild; in main()
205 LOG(VERBOSE) << "Debug check: " << ::iorap::kIsDebugBuild; in main()