summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJayanth Othayoth <ojayanth@in.ibm.com>2017-09-04 06:26:30 -0500
committerJayanth Othayoth <ojayanth@in.ibm.com>2017-09-12 04:16:59 -0500
commitd0f0064eb989a93e241c599641654f12141ef636 (patch)
tree3bd1ea132595363caa1e2dcf8c1fa9ab01cc65ef /configure.ac
parentd44513c248ef68f6a1e2bc80c925e992b4d38865 (diff)
downloadphosphor-debug-collector-d0f0064eb989a93e241c599641654f12141ef636.tar.gz
phosphor-debug-collector-d0f0064eb989a93e241c599641654f12141ef636.zip
Capture dump when an error with the name InternalFailure is logged
Change-Id: I2a362b674022dbe1ea8bfe16876d0416f87d0af1 Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 3423f65..00a76bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -75,5 +75,7 @@ AC_ARG_VAR(BMC_DUMP_TOTAL_SIZE, [Total size of the bmc dump in kilo bytes])
AS_IF([test x$BMC_DUMP_TOTAL_SIZE == x], [BMC_DUMP_TOTAL_SIZE=1024])
AC_DEFINE_UNQUOTED([BMC_DUMP_TOTAL_SIZE], [$BMC_DUMP_TOTAL_SIZE], [Total size of the dump in kilo bytes])
+AC_DEFINE(OBJ_LOGGING, "/xyz/openbmc_project/logging", [The log manager DBus object path.])
+
AC_CONFIG_FILES([Makefile])
AC_OUTPUT
OpenPOWER on IntegriCloud