I have some android applications which usually have no internet access most of the time but there are some times which they can access internet.
- I want to know if I embed Crashlytics in my application, will it keep a log of application crash reports when my phone is offline and submit them when user phone can access internet or not?
If answer is yes:
- How much logs will be recorded (or may be I should ask how much android
logcat
keep error logs)? - How crash submit process will be scheduled? Will it be started eventually after accessing internet or it will be start when my application starts and it have internet access or any other things?