feat: support for checking Hongmeng kernel.

Signed-off-by: yanmengzhao1 <yanmengzhao1@huawei.com>
This commit is contained in:
yanmengzhao1 2024-06-20 14:37:44 +08:00
parent 600c3171a2
commit ca3149f634

View File

@ -307,7 +307,7 @@ bool IsAllowProfilingUid();
bool IsHiviewCall();
bool PowerOfTwo(uint64_t n);
const std::string HMKERNEL = "hmkernel";
const std::string HMKERNEL = "HongMeng";
#define PRINT_INDENT(indent, format, ...) \
if (indent >= 0) { \