mirror of
https://gitee.com/openharmony/developtools_profiler
synced 2024-11-27 09:01:33 +00:00
修改告警
Signed-off-by: lixiteng <lixiteng050@chinasoftinc.com>
This commit is contained in:
parent
04edc26306
commit
ba356d3910
@ -26,9 +26,9 @@ const TAG = "LocalRepository"
|
||||
|
||||
|
||||
export function initDb(): void {
|
||||
dataRdb.getRdbStore(globalThis.abilityContext, {
|
||||
dataRdb.getRdbStore(globalThis.abilityContext, {
|
||||
name: dbName
|
||||
}, dbVersion)
|
||||
}, dbVersion)
|
||||
.then(rdbStore => {
|
||||
rdbStore.executeSql(sql_t_general_info, null).catch(err => {
|
||||
SPLogger.DEBUG(TAG, "--> createTable t_genneral_info err:" + err)
|
||||
|
Loading…
Reference in New Issue
Block a user