Current stats: - Total "addr:interpolation:" errors = 270524 - "addr:interpolation: Invalid range" = 144594 - "addr:interpolation: No beg/end address point" = 89774
| 32 | // - "addr:interpolation: Invalid range" = 144594 |
| 33 | // - "addr:interpolation: No beg/end address point" = 89774 |
| 34 | void LogWarning(std::string const & msg, uint64_t id) |
| 35 | { |
| 36 | LOG(LDEBUG, ("addr:interpolation: " + msg, id)); |
| 37 | } |
| 38 | } // namespace |
| 39 | |
| 40 | std::string AddressesHolder::AddressInfo::FormatRange() const |