iOS Question ireleaselogger not getting logs

tufanv

Expert
Licensed User
Longtime User
Hello

I am running the java and it says :
my ip : xx
waiting on port 54323

I manually added for both incoming and outgoing firewll setting udp port.

But when i run the app i never get the logs.
B4X:
        Dim rl As ReleaseLogger
rl.Initialize("192.168.0.102", 54323)

I have this in my app.

What may be the problem ?=
 
Top