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

Commit f2175618 authored by Yao Chen's avatar Yao Chen Committed by android-build-merger
Browse files

Merge "Reset statsd writer to init state after close" am: 379bd473 am: 34620595

am: e10ca4ed

Change-Id: Ia4bc9e4ef54a94a90ead612d5e130f2040768ada
parents 1186f26a e10ca4ed
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -125,6 +125,7 @@ void note_log_drop() {

void stats_log_close() {
    statsd_writer_init_lock();
    write_to_statsd = __write_to_statsd_init;
    if (statsdLoggerWrite.close) {
        (*statsdLoggerWrite.close)();
    }