modify hilog domian

Signed-off-by: shilei <shilei91@huawei.com>
Change-Id: Id7737ae1faebfc0b96ad4729b59190ad8e26451f
This commit is contained in:
shilei
2022-08-04 17:39:21 +08:00
parent b1f113a287
commit 215dc441bf
18 changed files with 17 additions and 17 deletions
@@ -20,7 +20,7 @@
#include "bundle_inner_interface.h"
#include "bundle_manager.h"
#include "iproxy_client.h"
#include "log.h"
#include "bundle_log.h"
#include "ohos_types.h"
#include "samgr_lite.h"
#include "rpc_errno.h"
@@ -24,7 +24,7 @@
#include "convert_utils.h"
#include "iproxy_client.h"
#include "ipc_skeleton.h"
#include "log.h"
#include "bundle_log.h"
#include "ohos_types.h"
#include "pms_interface.h"
#include "samgr_lite.h"
@@ -19,7 +19,7 @@
#include "bundle_callback_utils.h"
#include "bundle_manager.h"
#include "iproxy_client.h"
#include "log.h"
#include "bundle_log.h"
#include "samgr_lite.h"
#include "rpc_errno.h"
+1 -1
View File
@@ -17,7 +17,7 @@
#include "ability_info_utils.h"
#include "bundle_info_utils.h"
#include "log.h"
#include "bundle_log.h"
#include "module_info_utils.h"
#include "securec.h"
#include "utils.h"
@@ -22,7 +22,7 @@ namespace OHOS {
#undef LOG_TAG
#define LOG_TAG "bundlems"
#undef LOG_DOMAIN
#define LOG_DOMAIN 0xD001300
#define LOG_DOMAIN 0xD001100
#ifdef __LITEOS_M__
#ifndef HILOG_DEBUG
@@ -21,7 +21,7 @@
#include "bundle_common.h"
#include "bundle_util.h"
#include "extractor_util.h"
#include "log.h"
#include "bundle_log.h"
namespace OHOS {
uint8_t BundleExtractor::ExtractHapProfile(const std::string &hapFile, std::ostringstream &profileStream)
@@ -21,7 +21,7 @@
#include "bundle_manager_service.h"
#include "bundle_res_transform.h"
#include "bundle_util.h"
#include "log.h"
#include "bundle_log.h"
#include "module_info_utils.h"
#include "securec.h"
#include "utils.h"
@@ -23,7 +23,7 @@
#include "bundle_message_id.h"
#include "convert_utils.h"
#include "ipc_skeleton.h"
#include "log.h"
#include "bundle_log.h"
#include "message.h"
#include "ohos_init.h"
#include "samgr_lite.h"
@@ -28,7 +28,7 @@
#include "bundle_parser.h"
#include "bundle_res_transform.h"
#include "bundle_util.h"
#include "log.h"
#include "bundle_log.h"
#include "utils.h"
namespace OHOS {
@@ -41,7 +41,7 @@ extern "C" {
#include "bundle_util.h"
#include "ipc_skeleton.h"
#include "rpc_errno.h"
#include "log.h"
#include "bundle_log.h"
#include "samgr_lite.h"
#include "utils.h"
#include "want.h"
@@ -23,7 +23,7 @@
#include "bundle_message_id.h"
#include "convert_utils.h"
#include "ipc_skeleton.h"
#include "log.h"
#include "bundle_log.h"
#include "message.h"
#include "ohos_init.h"
#include "samgr_lite.h"
@@ -19,7 +19,7 @@
#include "bundle_inner_interface.h"
#include "bundle_manager_service.h"
#include "log.h"
#include "bundle_log.h"
#include "ohos_init.h"
#include "samgr_lite.h"
@@ -19,7 +19,7 @@
#include "bundle_extractor.h"
#include "bundle_info_creator.h"
#include "bundle_util.h"
#include "log.h"
#include "bundle_log.h"
#include "samgr_lite.h"
#include "securec.h"
#include "utils.h"
@@ -20,7 +20,7 @@
#include "bundle_info_utils.h"
#include "bundle_util.h"
#include "global.h"
#include "log.h"
#include "bundle_log.h"
#include "module_info_utils.h"
namespace OHOS {
@@ -21,7 +21,7 @@
#include <sys/stat.h>
#include <unistd.h>
#include "log.h"
#include "bundle_log.h"
namespace OHOS {
ExtractorUtil::ExtractorUtil(const std::string &filePath) : zipFile_(filePath) {}
@@ -17,7 +17,7 @@
#include "appexecfwk_errors.h"
#include "bundle_manager_service.h"
#include "log.h"
#include "bundle_log.h"
namespace OHOS {
uint8_t HapSignVerify::VerifySignature(const std::string &hapFilepath, SignatureInfo &signatureInfo)
+1 -1
View File
@@ -20,7 +20,7 @@
#include <limits>
#include <ostream>
#include "log.h"
#include "bundle_log.h"
#include "securec.h"
#include "zlib.h"