通讯录订阅事件打印错误日志

This commit is contained in:
xiang2lin 2024-10-10 16:54:19 +08:00
parent 42deacdc7d
commit 0ce77b3ea3
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ public class GenericEventSubscribe {
.build().start();
}catch (Exception e){
e.printStackTrace();
logger.error("通讯录事件订阅出错:{}",e);
}
}
}