Remove cpu_ prefix.
git-svn-id: https://plcrashreporter.googlecode.com/svn/trunk@377 25172300-ee46-11dd-abe2-393a09110dd0
This commit is contained in:
Родитель
310586fead
Коммит
ae2b75a767
|
@ -83,10 +83,10 @@ message CrashReport {
|
||||||
optional TypeEncoding encoding = 1 [default = TYPE_ENCODING_UNKNOWN];
|
optional TypeEncoding encoding = 1 [default = TYPE_ENCODING_UNKNOWN];
|
||||||
|
|
||||||
/** The CPU type. */
|
/** The CPU type. */
|
||||||
required uint64 cpu_type = 1;
|
required uint64 type = 2;
|
||||||
|
|
||||||
/** The CPU subtype, or NONE if no subtype. */
|
/** The CPU subtype. */
|
||||||
required uint64 cpu_subtype = 2;
|
required uint64 subtype = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
message SystemInfo {
|
message SystemInfo {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче