Default Context
To make your life easier, the Android SDK automatically enriches the context with additional information about the device, about the system, and about the release version of your application.
Default Android context should help you correlate the errors with the specific device types, releases, etc. so that you can find the root cause of the problem faster.
Used SDK
- name
- version
Operating system
- name
- version
- kernel version
- whether the application was rooted
Package info
- Start time of the application
- Bundle name
- bundle id
- version
- build
Memory size
- Total available memory on the device
- Free memory at the moment
- Whether the memory was low
Storage
- total storage size
- free storage size
- total external storage size
- free external storage size
Device Info
- Manufacturer
- Brand
- Model
- Model ID
- Architecture
Battery Level
- Whether the Device is being charged at the moment
- Whether the phone was online during the error/crash
Screen info
- orientation of the screen
- screen density
- height pixels
- width pixels
- resolution
Emulator indicator
- Whether the device is an emulator
Automatically Collected Breadcrumbs
The Android SDK automatically collects and converts the following events into breadcrumbs:
- Android Activity Lifecycle Events
- Application Lifecycle Events (Lifecycle of the application process)
- System Events (Low battery, Low storage space, Airplane mode started, Shutdown, Changes of the configuration, etc. )
- App. Component callbacks
You can edit this page on GitHub.