Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 941adc95 authored by Christopher Tate's avatar Christopher Tate
Browse files

Make sure to actually log when Log.wtf() hiccups

Bug 10494724

Change-Id: I687d7df73a8f4594d42955f100d928e98bbd9b30
parent 826debf5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -334,6 +334,7 @@ public class RuntimeInit {
            }
        } catch (Throwable t2) {
            Slog.e(TAG, "Error reporting WTF", t2);
            Slog.e(TAG, "Original WTF:", t);
        }
    }