Merge "Make sure to actually log when Log.wtf() hiccups" into klp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
d381680b63
@@ -334,6 +334,7 @@ public class RuntimeInit {
|
||||
}
|
||||
} catch (Throwable t2) {
|
||||
Slog.e(TAG, "Error reporting WTF", t2);
|
||||
Slog.e(TAG, "Original WTF:", t);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user