@Override public void uncaughtException(Thread t, Throwable e) { new BugReporter().send("<UE>", e); super.uncaughtException(t, e); }