diff --git a/interfaces/innerkits/native/file_uri/src/file_uri.cpp b/interfaces/innerkits/native/file_uri/src/file_uri.cpp index 655e6dcb491a2f800da8af55dd6626c988b0ac81..d13f58ab00e685a782d844963db7b472ec880199 100644 --- a/interfaces/innerkits/native/file_uri/src/file_uri.cpp +++ b/interfaces/innerkits/native/file_uri/src/file_uri.cpp @@ -143,6 +143,7 @@ string FileUri::GetRealPath() realPath = pathShare + MODE_R + bundleName + sandboxPath; } } + LOGD("GetRealPath return path is ,%{private}s", realPath.c_str()); return realPath; } diff --git a/utils/include/b_hilog/filemgmt_libhilog.h b/utils/include/b_hilog/filemgmt_libhilog.h index 9e882f46b4731ff0a5deaf7f7ea74405a50ac14f..eed8d94d50217f48e2a0a34e2fb1e4fc91bd0599 100644 --- a/utils/include/b_hilog/filemgmt_libhilog.h +++ b/utils/include/b_hilog/filemgmt_libhilog.h @@ -22,7 +22,7 @@ namespace OHOS { #ifndef LOG_DOMAIN -#define LOG_DOMAIN 0xD001600 +#define LOG_DOMAIN 0xD004303 #endif #ifndef LOG_TAG