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

Commit f06de208 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android (Google) Code Review
Browse files

Merge "Relax SparseMappingTable Slog.wtf()." into nyc-dev

parents 270fe5db 04b70fc6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -629,7 +629,7 @@ public class SparseMappingTable {
     * this is an eng build.)
     */
    private static void logOrThrow(String message, Throwable th) {
        Slog.wtf(TAG, message, th);
        Slog.e(TAG, message, th);
        if (Build.TYPE.equals("eng")) {
            throw new RuntimeException(message, th);
        }