mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 03:20:48 +00:00
Add more logs
This commit is contained in:
parent
739adeff1f
commit
1b8046c6c3
@ -3088,6 +3088,7 @@ public final class MediaEditorScreen: ViewController, UIDropInteractionDelegate
|
||||
}
|
||||
|
||||
let isScopedResource = url.startAccessingSecurityScopedResource()
|
||||
Logger.shared.log("MediaEditor", "isScopedResource = \(isScopedResource)")
|
||||
|
||||
let coordinator = NSFileCoordinator(filePresenter: nil)
|
||||
var error: NSError?
|
||||
@ -3174,6 +3175,10 @@ public final class MediaEditorScreen: ViewController, UIDropInteractionDelegate
|
||||
})
|
||||
}
|
||||
})
|
||||
|
||||
if let error {
|
||||
Logger.shared.log("MediaEditor", "coordinator error \(e)")
|
||||
}
|
||||
}), in: .window(.root))
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user