mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
moved app log to sdk logs
This commit is contained in:
parent
e58437ecb2
commit
da0dcd030b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue