-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi there,
I have another question regarding error and warning collection when opening a PDF file for reading.
On iOS, I noticed that you've provided a useful interface for capturing logs and errors. For example, developers can check the LoggerType Class :
class MyLogger: LoggerType {
static func log(_ message: String, file: String, function: String, line: Int, level: LogLevel) {
print("[MYLOGGER] \(level.emoji) \(message)")
}
}
This makes it very convenient to handle issues or warnings during PDF reading and download.
However, on Android, I haven’t found a similar approach or interface that allows developers to capture logs or errors specifically related to PDF opening failures or warnings.
Having access to these logs would help us significantly in debugging and improving the user experience.
Thank you for your support.
Metadata
Metadata
Assignees
Labels
No labels