From d81ef24730f0889d79315ad838233d5b2c0a1619 Mon Sep 17 00:00:00 2001 From: Ailing Zhang Date: Wed, 28 Feb 2018 16:30:48 -0800 Subject: [PATCH] add diff patch for easylogging change --- patches/easylogging.p0 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 patches/easylogging.p0 diff --git a/patches/easylogging.p0 b/patches/easylogging.p0 new file mode 100644 index 000000000..a60a5b221 --- /dev/null +++ b/patches/easylogging.p0 @@ -0,0 +1,5 @@ +2524c2524,2525 +< << "Aborting application. Reason: Fatal log at [" << m_file << ":" << m_line << "]"; +--- +> << "Aborting application. Reason: Fatal log at [" << m_file << ":" << m_line << "]" +> << std::endl << " ======= Backtrace: =========" << std::endl << base::debug::StackTrace();