Fix Log usage in ContentUriUtils.java
I removed "import android.util.Log;" from ContentUriUtils.java in crrev.com/c/1788428. So org.chromium.base.Log is used for logging in the file. org.chromium.base.Log uses the second argument to call String.format(). So this may cause UnknownFormatConversionException if the second argument contains format specifiers. Bug: 995177 Change-Id: I032a83828dac43d99097727788cedae5d80e172f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1795529 Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Reviewed-by:Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#695176}
Showing
Please register or sign in to comment