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

This reverts commit 09fd82ea89.

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
This commit is contained in:
Alexander Smundak
2019-05-31 03:15:09 +00:00
parent 09fd82ea89
commit 6c77a6baa6

View File

@@ -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