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

Commit c5b4bfb5 authored by Zhuoyao Zhang's avatar Zhuoyao Zhang
Browse files

Update edit_event proto

To make it consistent with the proto stored in g3
logs/proto/wireless/android/adte/edit_monitor/edit_event.proto

Test: None
Change-Id: I93ffa3651563eaf2137cb6b30b00c4d180f84923
parent 8611021d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -36,8 +36,6 @@ message EditEvent {
  // Event that logs errors happened in the edit monitor.
  message EditMonitorErrorEvent {
    ErrorType error_type = 1;
    string error_msg = 2;
    string stack_trace = 3;
  }

  // ------------------------