使用notifyError,可以将主动捕获的错误发送到Fundebug
示例:
try { // 代码 } catch (Throwable e) { fundebug.notifyError(e); }