mirror of
https://gitee.com/openharmony/applications_call
synced 2024-11-23 06:19:44 +00:00
update mobiledatasettings back
Signed-off-by: w00636648 <wangziming14@huawei.com>
This commit is contained in:
parent
89e874ed10
commit
e42556159a
@ -30,19 +30,19 @@
|
||||
*/
|
||||
export class LogUtils {
|
||||
d(TAG, msg): void {
|
||||
console.debug("[mobiledatasettins:]" + TAG + ":" + msg);
|
||||
console.debug("[mobiledatasettings:]" + TAG + ":" + msg);
|
||||
}
|
||||
|
||||
i(TAG, msg): void {
|
||||
console.info("[mobiledatasettins:]" + TAG + ":" + msg);
|
||||
console.info("[mobiledatasettings:]" + TAG + ":" + msg);
|
||||
}
|
||||
|
||||
w(TAG, msg): void {
|
||||
console.warn("[mobiledatasettins:]" + TAG + ":" + msg);
|
||||
console.warn("[mobiledatasettings:]" + TAG + ":" + msg);
|
||||
}
|
||||
|
||||
e(TAG, msg): void {
|
||||
console.error("[mobiledatasettins:]" + TAG + ":" + msg);
|
||||
console.error("[mobiledatasettings:]" + TAG + ":" + msg);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user