Skip to content

Commit 19414fa

Browse files
author
yangzx18
committed
feat: audio player添加HarmonyOS适配
1 parent fee5efd commit 19414fa

File tree

2 files changed

+264
-304
lines changed

2 files changed

+264
-304
lines changed

harmony/audio_toolkit/src/main/ets/Logger.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import hilog from '@ohos.hilog';
2727
class Logger {
2828
private domain: number;
2929
private prefix: string;
30-
private format: string = '%{public}s,%{public}s';
30+
private format: string = '%{public}s';
3131
private isDebug: boolean;
3232

3333
/**
@@ -61,4 +61,4 @@ class Logger {
6161
}
6262
}
6363

64-
export default new Logger('Clipboard', 0xFF00, false)
64+
export default new Logger('AudioToolkit', 0xFF00, false)

0 commit comments

Comments
 (0)