Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e41d2caa authored by /e/ robot's avatar /e/ robot
Browse files

Merge remote-tracking branch 'origin/lineage-16.0' into v1-pie

parents 01acbe97 4ad01f7d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -352,6 +352,10 @@ void StatsdStats::noteAtomLogged(int atomId, int32_t timeSec) {
        ALOGW("not interested in atom %d", atomId);
        return;
    }
    if (atomId < 0) {
        android_errorWriteLog(0x534e4554, "187957589");
        return;
    }

    mPushedAtomStats[atomId]++;
}