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

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

Merge "camera2: Make debug log for ReprocessFormatsMap more readable" into main

parents a5062d32 232c9418
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -219,7 +219,7 @@ public final class ReprocessFormatsMap {
        }

        throw new IllegalArgumentException(
                String.format("Input format %x was not one in #getInputs", format));
                String.format("Input format 0x%x was not one in #getInputs", format));
    }

    /**