Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
linphone-iphone
Commits
b627c87d
Commit
b627c87d
authored
May 25, 2021
by
QuentinArguillere
Browse files
Do not print message content in the logs
parent
69c6e93d
Pipeline
#29524
passed with stage
in 6 minutes and 6 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
msgNotificationService/NotificationService.swift
msgNotificationService/NotificationService.swift
+1
-1
No files found.
msgNotificationService/NotificationService.swift
View file @
b627c87d
...
...
@@ -176,7 +176,7 @@ class NotificationService: UNNotificationServiceExtension {
}
}
NotificationService
.
log
.
message
(
message
:
"
msg
:
\(
content
)
\n
"
)
NotificationService
.
log
.
message
(
message
:
"
received msg size
:
\(
content
.
count
)
\n
"
)
return
msgData
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment