sS stackTraceForThread(Thread t) { ret t == null ? null : lines(t.getStackTrace()); }