From 2a36b85ece38ab6c9458619434b9401cab6400f2 Mon Sep 17 00:00:00 2001 From: Gabriel Calero Date: Tue, 19 Jun 2018 19:44:15 -0300 Subject: [PATCH] Debugging gradle script --- android/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android/build.gradle b/android/build.gradle index b312fb8f2c..72193aaf88 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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))) } }