Foxit PDF SDK  9.1
com.foxit.sdk.PDFViewCtrl.IExceptionLogger Interface Reference

Public Member Functions

void onExceptionLogger (String filePath)
 

Detailed Description

Interface for the exception logger

Member Function Documentation

◆ onExceptionLogger()

void com.foxit.sdk.PDFViewCtrl.IExceptionLogger.onExceptionLogger ( String  filePath)

When a Java exception or native crash occurs, SDK first captures and logs the crash information to a crash log file and then calls this method.

Parameters
filePathAbsolute path to the crash log file.