| commit | 4f613859c824fe6a23fcc6a05621a3a65e38abb2 | [log] [tgz] |
|---|---|---|
| author | Amaury Medeiros <amaurym@google.com> | Wed Sep 27 17:06:33 2017 +0000 |
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Sep 27 17:06:33 2017 +0000 |
| tree | 8d0480364b64a6076f9ce7b978373a1c4a40ea0c | |
| parent | 6b369241f151d6a2a917bda537722ec3f52f7b53 [diff] | |
| parent | 22773689f21122221980eed3166390e5db191f6c [diff] |
Merge "simpleperf: minor fix in report_sample.proto field"
diff --git a/simpleperf/report_sample.proto b/simpleperf/report_sample.proto index a869d64..5d4c3ac 100644 --- a/simpleperf/report_sample.proto +++ b/simpleperf/report_sample.proto
@@ -76,7 +76,7 @@ } message MetaInfo { - repeated string event_type = 2; + repeated string event_type = 1; } message Record {