reportException static method

void reportException(
  1. String errorTitle,
  2. String stackInfo
)

report try catch exception

Implementation

static void reportException(String errorTitle, String stackInfo) {
  BuglyPluginPlatform.instance.reportException(errorTitle, stackInfo);
}