Skip to content

How to Capture PDF Load Errors on Android #3

@Souissi-Haythem

Description

@Souissi-Haythem

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions