pmem / pmdk

Persistent Memory Development Kit
https://pmem.io
Other
1.35k stars 510 forks source link

Call stack analysis w/ core_log_default_function() #6007

Closed grom72 closed 9 months ago

grom72 commented 9 months ago

Include core_log_default_function() in call stack analysis and remove obsolete implementation of LOG() macro in release version.


This change is Reviewable

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (bc9a284) 70.04% compared to head (5e66fa5) 70.04%. Report is 3 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6007 +/- ## ========================================== - Coverage 70.04% 70.04% -0.01% ========================================== Files 133 133 Lines 19568 19559 -9 Branches 3264 3263 -1 ========================================== - Hits 13707 13700 -7 + Misses 5861 5859 -2 ```