Remove bogus format specifier "%s" in logging in BuildInfo.java.
android.util.Log does not take formatted string (the third argument is a fixed overload taking a Throwable object), so currently the bare "%s" is emit to the log. Let's drop it. BUG=none Review-Url: https://codereview.chromium.org/2620843003 Cr-Commit-Position: refs/heads/master@{#442788}
Showing
Please register or sign in to comment