Add debug logging

This commit is contained in:
Gabriel 2018-06-19 16:23:23 -03:00 committed by Gabriel Calero
parent 3a473eaa0e
commit 77d53441c0

View file

@ -569,8 +569,11 @@ def runBreakpadDumpSyms = { buildType ->
commandLine './dump_syms'
args cmdArgs
standardOutput = new BufferedOutputStream(new FileOutputStream(new File(outputDir, output)))
errorOutput = new ByteArrayOutputStream()
doLast {
println ("Exec error output: " + errorOutput.toString())
}
}
}
}
}