Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow to obtain the stack trace as a string #1075

Merged
merged 1 commit into from
Feb 17, 2024

Conversation

sergiud
Copy link
Collaborator

@sergiud sergiud commented Feb 17, 2024

Expose DumpStackTraceToString as GetStackTrace.

Resolves #144

@sergiud sergiud added this to the 0.7 milestone Feb 17, 2024
@codecov-commenter
Copy link

codecov-commenter commented Feb 17, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (68b6ce3) 59.60% compared to head (755bec4) 59.57%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1075      +/-   ##
==========================================
- Coverage   59.60%   59.57%   -0.03%     
==========================================
  Files          19       19              
  Lines        2604     2605       +1     
  Branches      914      915       +1     
==========================================
  Hits         1552     1552              
- Misses        712      713       +1     
  Partials      340      340              
Files Coverage Δ
src/glog/logging.h 64.28% <ø> (ø)
src/logging.cc 66.81% <100.00%> (-0.03%) ⬇️
src/utilities.h 100.00% <ø> (ø)
src/utilities.cc 71.55% <80.00%> (-0.41%) ⬇️

@sergiud sergiud merged commit 7a807f3 into master Feb 17, 2024
268 checks passed
@sergiud sergiud deleted the expose-dumpstacktracetostring branch February 17, 2024 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose DumpStackTraceToString to application/user
2 participants