Skip to content

Commit

Permalink
add diff patch for easylogging change
Browse files Browse the repository at this point in the history
  • Loading branch information
Ailing Zhang committed Mar 1, 2018
1 parent 9e8b597 commit d81ef24
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions patches/easylogging.p0
Original file line number Diff line number Diff line change
@@ -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();

0 comments on commit d81ef24

Please sign in to comment.