• ssid's avatar
    [memory-infra] Make thread check at unregistration stricter for new dump providers · e45198cf
    ssid authored
    This CL makes the check for unregistering dump providers on right thread
    stricter by checking even if tracing is not enabled. This is made
    stricter only for new dump providers while the existing ones (except few
    which are verified correct) are added to a blacklist which does not hit
    this check. In next CLs this blacklist will be cleared not to cause
    flakiness on the bots with lots of dump providers failing.
    
    BUG=643438
    
    Review-Url: https://codereview.chromium.org/2592233002
    Cr-Commit-Position: refs/heads/master@{#442777}
    e45198cf
memory_dump_manager.cc 39.6 KB