Skip to content

Commit d399fbc

Browse files
committed
remove unused event types for crashes and errors
35631237519b89d3701e74c2ff6c6a682320aeb0
1 parent 67caedb commit d399fbc

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

analytics/protobuf/backend/eventProto.proto

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,8 @@ message ReportMessage {
7272
enum EventType {
7373
EVENT_INIT = 1;
7474
EVENT_START = 2;
75-
EVENT_CRASH = 3;
7675
EVENT_CLIENT = 4;
7776
EVENT_REFERRER = 5;
78-
EVENT_ERROR = 6;
7977
EVENT_ALIVE = 7;
8078
// reserved 8 to 12;
8179
EVENT_FIRST = 13;

analytics/src/main/java/io/appmetrica/analytics/impl/protobuf/backend/EventProto.java

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)