From 693468e5274af310721f5962602a915d701a7bf0 Mon Sep 17 00:00:00 2001 From: arvinzzz Date: Tue, 12 Oct 2021 10:35:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20los=5Ftrace.h=E6=8E=A5=E5=8F=A3=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E9=94=99=E8=AF=AF=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. LOS_TraceStop接口的功能描述应该是stop close: #I4CYPZ Signed-off-by: arvinzzz Change-Id: I09da24e9a57abde288ccd3f558ba9e65ca1092e3 --- components/trace/los_trace.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/trace/los_trace.h b/components/trace/los_trace.h index cc13a126..3be7bdde 100644 --- a/components/trace/los_trace.h +++ b/components/trace/los_trace.h @@ -484,13 +484,13 @@ extern UINT32 LOS_TraceStart(VOID); /** * @ingroup los_trace - * @brief Stop trace sample. + * @brief Stop trace. * * @par Description: - * This API is used to start trace sample. + * This API is used to stop trace. * @attention * * * @param None.