添加声明,删除多余声明

Signed-off-by: ganchuantao <ganchuantao1@huawei.com>
Change-Id: Ie14732b7c9521d6826af149e8b7fca440854bdf9
This commit is contained in:
ganchuantao 2024-07-04 11:17:26 +08:00
parent b6e2c57d38
commit 13f181fba3

View File

@ -18,7 +18,6 @@
* @kit PerformanceAnalysisKit
*/
import bytrace from '@ohos.bytrace';
import FaultLogger from '@ohos.faultLogger';
import hiAppEvent from '@ohos.hiviewdfx.hiAppEvent';
import hichecker from '@ohos.hichecker';
@ -28,8 +27,9 @@ import hiSysEvent from '@ohos.hiSysEvent';
import hiTraceChain from '@ohos.hiTraceChain';
import hiTraceMeter from '@ohos.hiTraceMeter';
import logLibrary from '@ohos.logLibrary';
import jsLeakWatcher from '@ohos.hiviewdfx.jsLeakWatcher';
export {
FaultLogger, bytrace, hiAppEvent, hiSysEvent, hiTraceChain, hiTraceMeter, hichecker, hidebug, hilog,
logLibrary
FaultLogger, hiAppEvent, hiSysEvent, hiTraceChain, hiTraceMeter, hichecker, hidebug, hilog,
logLibrary, jsLeakWatcher
};