Signed-off-by: zhouyongfei <zhouyongfei@huawei.com>
This commit is contained in:
zhouyongfei
2021-09-15 20:35:39 +08:00
parent b68a691396
commit 4905aca179
7 changed files with 1381 additions and 1316 deletions
@@ -139,6 +139,7 @@ using namespace MessageID;
case MSG_ID_EXIT_SERVICE:{
MessageParcel* data = msg->msgContent_;
int32_t ret = data->ReadInt32();
textListener = nullptr;
IMSA_HILOGI("MSG_ID_EXIT_SERVICE : %{public}d", ret);
break;
}