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

Commit e60992b8 authored by Howard Ro's avatar Howard Ro
Browse files

Fix a typo in StatsService

Test: I can promise that this change doesn not cause further breakage.

Change-Id: I7964fa2bfa6ad6b7e56fce0867ab6fdda9a24922
parent c84e940c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1009,7 +1009,7 @@ void StatsService::binderDied(const wp <IBinder>& who) {
    ALOGW("statscompanion service died");
    StatsdStats::getInstance().noteSystemServerRestart(getWallClockSec());
    if (mProcessor != nullptr) {
        ALOGW("Reset statsd upon system server restars.");
        ALOGW("Reset statsd upon system server restarts.");
        mProcessor->WriteDataToDisk(STATSCOMPANION_DIED);
        mProcessor->resetConfigs();
    }