4/1/2024 - Se puso codigo de prueba para guardar en bitacora llamadas entrantes y salientes

This commit is contained in:
2024-01-04 03:08:56 -06:00
parent 9ed8905671
commit aec2c705a2
6 changed files with 85 additions and 19 deletions

View File

@@ -76,7 +76,7 @@ Sub flpReConnect
ExitApplication
End If
Catch
Log(LastException)
Log("FLP-Tracker Error -> " & LastException)
End Try
End Sub
@@ -152,6 +152,10 @@ End Sub
Sub flp_LocationChanged (Location1 As Location)
LogColor($"Location Changed - Acc: ${Location1.Accuracy}"$, Colors.blue)
If Not(IsPaused(Main)) Then
Main.laUbicacion = Location1
If Starter.logger Then Log("Main.laubicacion actializada")
End If
Dim el_texto As String = ""
Starter.UUC = Location1
flp.RequestLocationUpdates(CreateLocationRequest)