Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c77a6ba authored by Alexander Smundak's avatar Alexander Smundak
Browse files

Revert "Print full diagnostics file when Java process crashes."

This reverts commit 09fd82ea.

Reason for revert: This change set the value of JAVA make variable to a string containing "foo bar". When soong_ui is asked to evaluate such string, it drops the quotes, causing bash to treat 'foo' and 'bar' as separate command line arguments.

Change-Id: I81e07c4cd333751d185dc50c49d0638f6511727e
parent 09fd82ea
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -16,5 +16,4 @@ ANDROID_JAVA_TOOLCHAIN := $(ANDROID_JAVA_HOME)/bin

# TODO(ccross): remove this, it is needed for now because it is used by
# config.mk before makevars from soong are loaded
JAVA := $(ANDROID_JAVA_TOOLCHAIN)/java -XX:OnError="cat hs_err_pid%p.log"
JAVA := $(ANDROID_JAVA_TOOLCHAIN)/java