report try catch exception
static void reportException(String errorTitle, String stackInfo) { BuglyPluginPlatform.instance.reportException(errorTitle, stackInfo); }