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

Commit 594d5d2a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix native stats_event logging"

parents 9ca6eae9 b173a95a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -324,5 +324,5 @@ void AStatsEvent_build(AStatsEvent* event) {

int AStatsEvent_write(AStatsEvent* event) {
    AStatsEvent_build(event);
    return write_buffer_to_statsd(&event->buf, event->size, event->atomId);
    return write_buffer_to_statsd(event->buf, event->size, event->atomId);
}