/** TODO fix ChangeCallsMethodVisitor */ public static Throwable handleCatchThrowable(Throwable t) { Logger.error("MIDlet caught", t); return t; }
/** Redirect throwable.printStackTrace() to MicroEmulator console */ public static void printStackTrace(Throwable t) { Logger.error("MIDlet caught", t); }