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

Commit d381680b authored by Christopher Tate's avatar Christopher Tate Committed by Android (Google) Code Review
Browse files

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

parents 572ec4e8 941adc95
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);
        }
    }