Merge "Remove "es" from dropbox_system_server_crash since it's an optional field."

This commit is contained in:
Wenjie Zhou
2020-02-13 17:57:57 +00:00
committed by Android (Google) Code Review

View File

@@ -428,7 +428,7 @@ message IncidentProto {
(section).args = "dropbox --proto system_app_wtf"
];
optional android.service.dropbox.DropBoxManagerServiceDumpProto dropbox_system_server_crashes = 3037 [
optional android.service.dropbox.DropBoxManagerServiceDumpProto dropbox_system_server_crash = 3037 [
(section).type = SECTION_DUMPSYS,
(section).args = "dropbox --proto system_server_crash"
];