moved app log to sdk logs

This commit is contained in:
Paul Cartier 2020-04-01 12:06:09 +02:00
parent e58437ecb2
commit da0dcd030b

View file

@ -47,8 +47,8 @@ class NotificationService: UNNotificationServiceExtension {
NSLog("[msgNotificationService] start msgNotificationService extension")
if let bestAttemptContent = bestAttemptContent {
NSLog("[msgNotificationService] received push payload : \(bestAttemptContent.userInfo.debugDescription)")
createCore()
NotificationService.log.message(msg: "received push payload : \(bestAttemptContent.userInfo.debugDescription)")
if let chatRoomInviteAddr = bestAttemptContent.userInfo["chat-room-addr"] as? String, !chatRoomInviteAddr.isEmpty {
NotificationService.log.message(msg: "fetch chat room for invite, addr: \(chatRoomInviteAddr)")