Merge "Change sint to int in atoms.proto" into rvc-dev am: e13e948d6d am: 7064a83088 am: 3373a91cb8

Change-Id: I80f234f002909b1e8028aa11516976dd1fff507b
This commit is contained in:
TreeHugger Robot
2020-03-21 08:32:51 +00:00
committed by Automerger Merge Worker

View File

@@ -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;
}