mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-30 02:31:30 +00:00
fix: 修改APPSPAWN_LOGI编译错误
Signed-off-by: xlei1030 <xionglei6@huawei.com>
This commit is contained in:
parent
0019809919
commit
8be14a3772
@ -53,11 +53,9 @@
|
||||
|
||||
constexpr static mode_t FILE_MODE = 0711;
|
||||
constexpr static mode_t WEBVIEW_FILE_MODE = 0511;
|
||||
constexpr std::string APPSPAWN_LOG_FILE = "appspawn_server.log";
|
||||
constexpr std::string APPSPAWN_LABEL = "APPSPAWN";
|
||||
|
||||
#define APPSPAWN_LOGI(fmt, ...) STARTUP_LOGI(APPSPAWN_LOG_FILE.c_str(), APPSPAWN_LABEL.c_str(), fmt, ##__VA_ARGS__)
|
||||
#define APPSPAWN_LOGE(fmt, ...) STARTUP_LOGE(APPSPAWN_LOG_FILE.c_str(), APPSPAWN_LABEL.c_str(), fmt, ##__VA_ARGS__)
|
||||
#define APPSPAWN_LOGI(fmt, ...) STARTUP_LOGI("appspawn_server.log", "APPSPAWN", fmt, ##__VA_ARGS__)
|
||||
#define APPSPAWN_LOGE(fmt, ...) STARTUP_LOGE("appspawn_server.log", "APPSPAWN", fmt, ##__VA_ARGS__)
|
||||
#define GRAPHIC_PERMISSION_CHECK
|
||||
|
||||
namespace OHOS {
|
||||
|
Loading…
Reference in New Issue
Block a user