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

Commit 40783c37 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Merge cherrypicks of [14947012, 14947430, 14947171, 14947470, 14947471,...

Merge cherrypicks of [14947012, 14947430, 14947171, 14947470, 14947471, 14947013, 14947490] into security-aosp-pi-release

Change-Id: I5bc99d1beca370882bb6489310ee9a857ac0c84e
parents 6f4c6abf 375b0aec
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]++;
}