diff options
Diffstat (limited to 'logd/LogStatistics.h')
| -rw-r--r-- | logd/LogStatistics.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/logd/LogStatistics.h b/logd/LogStatistics.h index cb7ae2b69..8bf655b01 100644 --- a/logd/LogStatistics.h +++ b/logd/LogStatistics.h @@ -265,7 +265,7 @@ struct UidEntry : public EntryBaseDropped { if (pid != element->getPid()) { pid = -1; } - EntryBase::add(element); + EntryBaseDropped::add(element); } std::string formatHeader(const std::string &name, log_id_t id) const; @@ -419,7 +419,7 @@ struct TagEntry : public EntryBaseDropped { if (pid != element->getPid()) { pid = -1; } - EntryBase::add(element); + EntryBaseDropped::add(element); } std::string formatHeader(const std::string &name, log_id_t id) const; |
