Home
last modified time | relevance | path

Searched refs:kIsDebugBuild (Results 1 – 4 of 4) sorted by relevance

/system/iorap/src/common/
Ddebug.h23 static constexpr bool kIsDebugBuild = true; variable
25 static constexpr bool kIsDebugBuild = false;
38 using base_if_debug = base_if_condition<T, kIsDebugBuild>;
45 template <bool kIsDebug = kIsDebugBuild>
/system/iorap/src/iorapd/
Dmain.cc52 if (android::base::GetBoolProperty("iorapd.log.verbose", iorap::kIsDebugBuild)) { in main()
/system/iorap/src/inode2filename/
Dmain.cc107 LOG(VERBOSE) << "Debug check: " << ::iorap::kIsDebugBuild; in main()
/system/iorap/src/perfetto/
Dmain.cc205 LOG(VERBOSE) << "Debug check: " << ::iorap::kIsDebugBuild; in main()