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

Commit 5fdb676a authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Enhance redact() method" into main

parents 09cc250a 610a36c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ public final class SharedMinimal {
        if (o == null) return "(null)";

        if (DEBUG) {
            if (o instanceof Uri) return o.toString();
            if (o instanceof Uri || o instanceof DocumentInfo) return o.toString();
            return "'" + o.toString() + "'";
        }