mirror of
https://github.com/openharmony/hiviewdfx_hiview_lite.git
synced 2026-07-01 04:23:25 -04:00
@@ -52,6 +52,7 @@ static_library("hiview_lite_static") {
|
||||
"HIEVENT_LITE_SWITCH=$hiview_lite_hievent_lite_event_switch",
|
||||
"LOG_OUTPUT_MODULE=$hiview_lite_output_module",
|
||||
"HIVIEW_STACK_SIZE=$hiview_lite_stack_size",
|
||||
"HIVIEW_STACK_PRIO=$hiview_lite_stack_prio",
|
||||
]
|
||||
if (ohos_build_type == "debug") {
|
||||
defines += [ "OUTPUT_LEVEL=$hiview_lite_hilog_lite_level" ]
|
||||
|
||||
+1
-1
@@ -88,7 +88,7 @@ static BOOL MessageHandle(Service *service, Request *request)
|
||||
static TaskConfig GetTaskConfig(Service *service)
|
||||
{
|
||||
(void)service;
|
||||
TaskConfig config = { LEVEL_LOW, PRI_NORMAL, HIVIEW_STACK_SIZE, 10, SINGLE_TASK };
|
||||
TaskConfig config = { LEVEL_LOW, HIVIEW_STACK_PRIO, HIVIEW_STACK_SIZE, 10, SINGLE_TASK };
|
||||
return config;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user