static void printAndClearSilentException() { Throwable e = lastSilentException(); if (e != null) { silentException_lastException = null; print(e); } }