ProgrammedComputer
Member
Hi.
I'm looking for a service like crashlytic's logging
But the only problem is that these logs are sent just when there is a crash.
I'm looking for a service like this so i can send logs without "crash"ing my application. If you know such a service please help me.
Thanks a lot.
I'm looking for a service like crashlytic's logging
B4X:
Sub Activity_Click
'//Something like this
CL.CLog("log message...")
End Sub
But the only problem is that these logs are sent just when there is a crash.
I'm looking for a service like this so i can send logs without "crash"ing my application. If you know such a service please help me.
Thanks a lot.