通讯录订阅事件打印错误日志
This commit is contained in:
parent
42deacdc7d
commit
0ce77b3ea3
|
@ -87,6 +87,7 @@ public class GenericEventSubscribe {
|
|||
.build().start();
|
||||
}catch (Exception e){
|
||||
e.printStackTrace();
|
||||
logger.error("通讯录事件订阅出错:{}",e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue