mirror of
https://github.com/cheveguerra/FLP_2.0.git
synced 2026-04-18 03:39:26 +00:00
4/1/2024 - Se puso codigo de prueba para guardar en bitacora llamadas entrantes y salientes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user