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

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

Merge "Add count to TouchEventReported atom"

parents 13fa4652 ca954f9c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2433,6 +2433,8 @@ message TouchEventReported {
    optional float latency_mean_micros = 3;
    // Standard deviation
    optional float latency_stdev_micros = 4;
    // Number of touch events (input_event) in this report
    optional int32 count = 5;
}

/**