From 77ef42146da5176029f2c9e3cf77ebfffde25880 Mon Sep 17 00:00:00 2001 From: Wenjie Zhou Date: Wed, 12 Feb 2020 07:30:16 -0800 Subject: [PATCH] Remove "es" from dropbox_system_server_crash since it's an optional field. Test: manual build Change-Id: Ib5ad82cec322ee9b828c18cff8eb544baef7e7b3 --- core/proto/android/os/incident.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/proto/android/os/incident.proto b/core/proto/android/os/incident.proto index bf4cdee72b2dc..03676dd5a1c6f 100644 --- a/core/proto/android/os/incident.proto +++ b/core/proto/android/os/incident.proto @@ -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" ];