diff --git a/plugins/eventlogger/log_catcher/peer_binder_catcher.cpp b/plugins/eventlogger/log_catcher/peer_binder_catcher.cpp index bca658a52d3be697ca67751f6016a4e45b147129..fa551a2e83d94c8d1591a0a4abc1c411497db411 100644 --- a/plugins/eventlogger/log_catcher/peer_binder_catcher.cpp +++ b/plugins/eventlogger/log_catcher/peer_binder_catcher.cpp @@ -199,7 +199,7 @@ void PeerBinderCatcher::BinderInfoParser(std::ifstream& fin, int fd, return ""; }; - if (strList.size() == 7) { // 7: valid array size + if (strList.size() >= 7) { // 7: valid array size BinderInfo info = {0}; OutputBinderInfo outputInfo; // 2: binder peer id,