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

Commit ba53c0c1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Change sint to int in atoms.proto" into rvc-dev am: e13e948d am:...

Merge "Change sint to int in atoms.proto" into rvc-dev am: e13e948d am: 7064a830 am: 3373a91c am: c861856c

Change-Id: If8dce4a821b7d2be351f160bca18f90a48d1df79
parents 96f027b5 c861856c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3020,7 +3020,7 @@ message AppCrashOccurred {
    optional string process_name = 3;

    // The pid if available. -1 means not available.
    optional sint32 pid = 4;
    optional int32 pid = 4;

    optional string package_name = 5;

@@ -3056,7 +3056,7 @@ message WTFOccurred {
    optional string process_name = 3;

    // The pid if available. -1 means not available.
    optional sint32 pid = 4;
    optional int32 pid = 4;

    optional android.server.ErrorSource error_source = 5;
}