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

Commit 4b739259 authored by Christopher Tate's avatar Christopher Tate Committed by Android Git Automerger
Browse files

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

* commit 'd381680b':
  Make sure to actually log when Log.wtf() hiccups
parents b9265233 d381680b
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);
        }
    }