Starter.CL.CLog("log message 1 ...")
...
Starter.CL.CLog("log message 2 ...")
Dim i As Int = "sdkljkljkljfsdf"
I ran many times without recompiling. Then after half an hour I looked results and found:
1) some crashes are missing.
Strange, but Ok
2) Sometimes the log is not full.
For some crashes the log was empty or included first message only.
Why ? Do we need to make delays or something like this ?
2) CLog works and I can see results in logs of crashes.
But I am also interesting to see output without crashes.
Typical situation Try - Catch. In Catch I execute CLog. There is no crash. Where to see results in similar cases ?
1) The instructions are based on Crashlytics instructions. Crashes are handled by Crashlytics service. There is nothing that you can do if some crashes are missing.
2) I don't think that it is possible to see the logs when there is no crash.