Searched refs:level (Results 1 – 16 of 16) sorted by relevance
/build/hb/util/ |
D | log_util.py | 41 level = 'info' 46 '\r' + (LogUtil.message(level, line)).strip('\n')) 49 level = 'info' 51 sys.stdout.write(LogUtil.message(level, line)) 56 level = 'warning' 58 sys.stderr.write(LogUtil.message(level, line)) 63 level = 'error' 66 sys.stderr.write(LogUtil.message(level, line)) 70 def message(level, msg): argument 73 if level == 'error': [all …]
|
/build/test/example/ |
D | mylogger.py | 79 def get_logger(class_name, level="info"): argument 95 if level == 'info': 97 elif level == 'error':
|
/build/config/rust/ |
D | BUILD.gn | 18 "-Copt-level=3",
|
/build/docs/ |
D | how-to-add-a-build-parameter.md | 15 PRE_BUILD # 编译预处理相关参数,如--full-compilation,--log-level
|
/build/config/ |
D | BUILDCONFIG.gn | 265 # in the lowest level of the build that knows about this feature (which should 286 # Set to enable the official build level of optimization. This has nothing 287 # to do with branding, but enables an additional level of optimization above 391 # Full Debug mode. Setting optimize level to "-O0" and symbol level to "-g3". 397 # Specifies which components use the DEBUG compilation level 443 # This should only happen in the top-level context.
|
/build/config/compiler/ |
D | compiler.gni | 28 # appear when using this level. 184 # Reduce symbol level when it will cause invalid elf files to be created
|
D | BUILD.gn | 463 # if the pdb contains source-level debug information. 976 cflags = [ "/W4" ] # Warning level 4. 1143 # You can override the optimization level on a per-target basis by removing the 1352 assert(!is_win, "Fuzzing optimize level not supported on Windows") 1412 # You can override the symbol level on a per-target basis by removing the 1497 # Set -g3 symbol level when ohos_full_debug is true
|
/build/hb/ |
D | README.md | 83 …d product configurations, such as product chip architecture, release/debug version, log level, etc. 142 --log-level {info,debug} 143 …Default:'INFO'. Help:Specify the log level during compilation. you can select two levels: debug, i…
|
D | README_zh.md | 142 --log-level {info,debug} 143 …Default:'INFO'. Help:Specify the log level during compilation. you can select two levels: debug, i…
|
/build/ |
D | README_zh.md | 106 …--log-level=LOG_LEVEL # 指定编译期间的日志级别','三个级别可选:debug, info and error,def…
|
/build/ohos/ndk/cmake/ |
D | ohos.toolchain.cmake | 83 # set the sdk native platform level
|
/build/ohos/app/ |
D | app_internal.gni | 598 "--build-level",
|
/build/config/sanitizers/ |
D | sanitizers.gni | 173 # other things, this changes the default symbol level and other settings in
|
/build/templates/cxx/ |
D | cxx.gni | 376 # "enable_debug_components" isn't blank means some components using debug level compilation
|
/build/lite/ndk/doc/config/ |
D | Doxyfile_C | 1147 # such a level that at most the specified number of entries are visible (unless 1440 # is located at the same level as the HTML output directory, then
|
D | Doxyfile_CPP | 1147 # such a level that at most the specified number of entries are visible (unless 1440 # is located at the same level as the HTML output directory, then
|