commit | b5dbad163f2f83992ccf4c71941995c2f13407cc | [log] [tgz] |
---|---|---|
author | yunhanw-google <yunhanw@google.com> | Tue Nov 16 16:46:37 2021 -0800 |
committer | GitHub <noreply@github.com> | Tue Nov 16 16:46:37 2021 -0800 |
tree | cab929cccf04547211b22ba780bf75306e38ce05 | |
parent | eb84a9d18dc37caf79cbb83829973e5810be4c10 [diff] [blame] |
Send status report in IM server side when server encounter the error (#11667)
diff --git a/src/app/BUILD.gn b/src/app/BUILD.gn index 673dd00..269df93 100644 --- a/src/app/BUILD.gn +++ b/src/app/BUILD.gn
@@ -117,6 +117,8 @@ "OperationalDeviceProxy.h", "ReadClient.cpp", "ReadHandler.cpp", + "StatusResponse.cpp", + "StatusResponse.h", "WriteClient.cpp", "WriteHandler.cpp", "decoder.cpp",