mirror of
https://gitee.com/openharmony/developtools_profiler
synced 2024-11-27 00:51:47 +00:00
日志分级
Signed-off-by: frank-huangran <frank.huangran@huawei.com>
This commit is contained in:
parent
bbf00bd4db
commit
05b4e61a93
@ -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
|
||||
{
|
||||
|
@ -446,7 +446,6 @@ void SPTask::StopGpuCounterRecv()
|
||||
}
|
||||
void SPTask::StopTask()
|
||||
{
|
||||
|
||||
if (GetRecordState()) {
|
||||
StopGetInfo();
|
||||
StopSdkRecv();
|
||||
|
Loading…
Reference in New Issue
Block a user