Merge "Make sure to actually log when Log.wtf() hiccups" into klp-dev

This commit is contained in:
Christopher Tate
2013-08-27 21:15:03 +00:00
committed by Android (Google) Code Review

View File

@@ -334,6 +334,7 @@ public class RuntimeInit {
}
} catch (Throwable t2) {
Slog.e(TAG, "Error reporting WTF", t2);
Slog.e(TAG, "Original WTF:", t);
}
}