796797798799800801802803804805806
if (listener == null) { return; } try { listener.onSwallowException(e); } catch (OutOfMemoryError oome) { throw oome; } catch (VirtualMachineError vme) { throw vme; } catch (Throwable t) {
838839840841842843844845846847848
799800801802803804805806807808809
843844845846847848849850851852853
830831832833834835836837838839840
852853854855856857858859860861862