Print out the current process identifier on NSE runs

This commit is contained in:
Stefan Ceriu 2024-04-15 16:23:59 +03:00
parent 5faa4910b1
commit 00908073d2
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ class NotificationServiceExtension: UNNotificationServiceExtension {
}
private var tag: String {
"[NSE][\(Unmanaged.passUnretained(self).toOpaque())][\(Unmanaged.passUnretained(Thread.current).toOpaque())]"
"[NSE][\(Unmanaged.passUnretained(self).toOpaque())][\(Unmanaged.passUnretained(Thread.current).toOpaque())][\(ProcessInfo.processInfo.processIdentifier)]"
}
private func cleanUp() {