Merge "Do not close PW in BlurUtils dump"
This commit is contained in:
committed by
Android (Google) Code Review
commit
71fdc7838b
@@ -90,7 +90,7 @@ open class BlurUtils @Inject constructor(
|
||||
}
|
||||
|
||||
override fun dump(fd: FileDescriptor, pw: PrintWriter, args: Array<out String>) {
|
||||
IndentingPrintWriter(pw, " ").use {
|
||||
IndentingPrintWriter(pw, " ").let {
|
||||
it.println("BlurUtils:")
|
||||
it.increaseIndent()
|
||||
it.println("minBlurRadius: $minBlurRadius")
|
||||
|
||||
Reference in New Issue
Block a user