Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

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

Merged
sergiud merged 1 commit intomasterfrom
expose-dumpstacktracetostring
Feb 17, 2024
Merged

feat: allow to obtain the stack trace as a string#1075
sergiud merged 1 commit intomasterfrom
expose-dumpstacktracetostring

Conversation

@sergiud
Copy link
Copy Markdown
Contributor

@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
Copy Markdown

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
@sergiud sergiud deleted the expose-dumpstacktracetostring branch February 17, 2024 17:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Expose DumpStackTraceToString to application/user

2 participants