mirror of
https://gitee.com/openharmony/applications_systemui
synced 2025-02-15 21:48:02 +00:00
压力测试稳定性问题master分支
Signed-off-by: ZhangWenBo <1291179520@qq.com>
This commit is contained in:
parent
dbe525e63d
commit
9b68785d24
@ -35,7 +35,7 @@ export class SettingsUtil {
|
||||
Log.showDebug(TAG, `getValue, name: ${name} defValue: ${defValue}`);
|
||||
let value: string = null;
|
||||
if (this.context == undefined || this.context == null) {
|
||||
Log.showInfo(TAg,`getValue:${this.context}`);
|
||||
Log.showInfo(TAG,`getValue:${this.context}`);
|
||||
return defValue ? defValue : '';
|
||||
}
|
||||
try {
|
||||
@ -51,7 +51,7 @@ export class SettingsUtil {
|
||||
Log.showDebug(TAG, `setValue, name: ${name} value: ${value}`);
|
||||
let result = false;
|
||||
if (this.context == undefined || this.context == null) {
|
||||
Log.showInfo(TAg,`setValue:${this.context}`);
|
||||
Log.showInfo(TAG,`setValue:${this.context}`);
|
||||
return false;
|
||||
}
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user