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

* commit 'd381680b63a36f8a4f1b07286947f1227d83139d':
  Make sure to actually log when Log.wtf() hiccups
This commit is contained in:
Christopher Tate
2013-08-27 14:19:29 -07:00
committed by Android Git Automerger

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);
}
}