Merge "Reset statsd writer to init state after close"
This commit is contained in:
commit
379bd47301
1 changed files with 1 additions and 0 deletions
|
|
@ -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)();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue