日志分级

Signed-off-by: frank-huangran <frank.huangran@huawei.com>
This commit is contained in:
frank-huangran 2024-11-08 16:19:39 +08:00
parent bbf00bd4db
commit 05b4e61a93
2 changed files with 1 additions and 2 deletions

View File

@ -30,7 +30,7 @@ void ByTrace::SetTraceConfig(int mSum, int mInterval, long long mThreshold, int
lowfps = mLowfps;
curNum = mCurNum;
LOGD("ByTrace::SetTraceConfig mSum(%d) mInterval(%d) mThreshold(%lld) mLowfps(%d) mCurNum(%d)",
mSum, mInterval,mThreshold, mLowfps, mCurNum);
mSum, mInterval, mThreshold, mLowfps, mCurNum);
}
void ByTrace::ThreadGetTrace() const
{

View File

@ -446,7 +446,6 @@ void SPTask::StopGpuCounterRecv()
}
void SPTask::StopTask()
{
if (GetRecordState()) {
StopGetInfo();
StopSdkRecv();