diff --git a/services/dfx/source/hisysevent_adapter.cpp b/services/dfx/source/hisysevent_adapter.cpp index 6bb315b4cef8107b678d59d0761214f072f6a263..dc6e6eb417128c7081011f17a1347ab4a2b725cf 100644 --- a/services/dfx/source/hisysevent_adapter.cpp +++ b/services/dfx/source/hisysevent_adapter.cpp @@ -60,8 +60,8 @@ constexpr int32_t CONTAINER_SA_MAX = 0x0001055f; //66911 static bool IsInCrashWhiteList(int32_t saId) { - std::vector whiteList = { 10, 1201, 1202, 1203, 1204, 1205, 1213, 1215, 5002, 5100, 5110, 9999, 65537, 65830, - 65850, 66064, 66186, 69930, 131071, 345135 }; + std::vector whiteList = { 1205, 1213, 1215, 9999, 65537, 65830, + 65850, 65888, 69930, 131071, 345135 }; for (auto sa : whiteList) { if (saId == sa) { return true;