We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Backtrace::Backtrace
_capture
While looking at Backtrace.cc I found something that I either don't understand or is a bug.
Backtrace.cc
Backtrace::Backtrace calls the factory Backtrace::capture instead of the internal method _capture to capture the back trace: https://github.com/couchbaselabs/fleece/blob/b11812cbe7d31daee467125bd64a9b3fb0a5337f/Fleece/Support/Backtrace.cc#L345-L348
Backtrace::capture
This just creates another Backtrace but does not initialize the instance itself.
Backtrace
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While looking at
Backtrace.cc
I found something that I either don't understand or is a bug.Backtrace::Backtrace
calls the factoryBacktrace::capture
instead of the internal method_capture
to capture the back trace:https://github.com/couchbaselabs/fleece/blob/b11812cbe7d31daee467125bd64a9b3fb0a5337f/Fleece/Support/Backtrace.cc#L345-L348
This just creates another
Backtrace
but does not initialize the instance itself.The text was updated successfully, but these errors were encountered: