Hi, guys --
I followed instructions in https://www.b4x.com/android/forum/threads/crashlytics-crash-reports.87510/
and decided to test a sample in emulator
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 ?
I followed instructions in https://www.b4x.com/android/forum/threads/crashlytics-crash-reports.87510/
and decided to test a sample in emulator
B4X:
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 ?