mirror of
https://github.com/KeymonSoft/Monitor-Keymon.git
synced 2026-04-17 21:06:19 +00:00
4/11/23 - Guardamos los errores en base de datos.
- Falta guardar los pings con exito.
This commit is contained in:
@@ -43,6 +43,7 @@ Sub Service_Start (StartingIntent As Intent)
|
||||
s.Initialize
|
||||
skmt = s.inicializaBD(File.DirInternal, "kmt.db")
|
||||
skmt.ExecNonQuery("CREATE TABLE IF NOT EXISTS cat_variables(nombre TEXT, valor text)")
|
||||
skmt.ExecNonQuery("CREATE TABLE IF NOT EXISTS error_log(error TEXT, fecha text)")
|
||||
If s.traeDBReqServerDeBD <> "N/A" Then DBReqServer = s.traeDBReqServerDeBD
|
||||
' reqManager.Initialize(Me, DBReqServer)
|
||||
StartService(Monitor)
|
||||
|
||||
Reference in New Issue
Block a user