mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-08 00:32:41 +02:00
Debugging gradle script
This commit is contained in:
parent
830dfd3233
commit
2a36b85ece
1 changed files with 1 additions and 0 deletions
|
@ -572,6 +572,7 @@ def runBreakpadDumpSyms = { buildType ->
|
|||
workingDir HIFI_ANDROID_PRECOMPILED + '/breakpad/bin'
|
||||
commandLine './dump_syms'
|
||||
args cmdArgs
|
||||
ignoreExitValue true
|
||||
standardOutput = new BufferedOutputStream(new FileOutputStream(new File(outputDir, output)))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue