Skip to content

[common libraries] --log_backtrace_at flag not hooked up #324

@cdleary

Description

@cdleary

This is a very useful flag for debugging, can get a backtrace on demand from a triggering VLOG statement. Right now it doesn't seem to be hooked up in our source. No Abseil C++ logging as of yet, but since we didn't seem to really "need" this for so long, a little unclear how to prioritize, but I wanted to file a bug to track nonetheless.

Ideally we'd have --log_backtrace_at=file.cc:50 flag trigger the backtrace when that VLOG statement in file.cc line 50 was logged if we do want to patch this up.

ABSL_CONST_INIT std::atomic<size_t> log_backtrace_at_hash{0};

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working or is incorrect

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions