File tree Expand file tree Collapse file tree 1 file changed +28
-20
lines changed
src/platforms/android/common/enriching-events/context Expand file tree Collapse file tree 1 file changed +28
-20
lines changed Original file line number Diff line number Diff line change @@ -10,23 +10,23 @@ Default Android context helps correlate errors with factors such as specific dev
10
10
11
11
Used SDK
12
12
13
- - name
14
- - version
13
+ - Name
14
+ - Version
15
15
16
16
Operating system
17
17
18
- - name
19
- - version
20
- - kernel version
21
- - whether the application was rooted
18
+ - Name
19
+ - Version
20
+ - Kernel version
21
+ - Whether the application was rooted
22
22
23
23
Package info
24
24
25
25
- Start time of the application
26
26
- Bundle name
27
- - bundle id
28
- - version
29
- - build
27
+ - Bundle ID
28
+ - Version
29
+ - Build
30
30
31
31
Memory size
32
32
@@ -36,32 +36,40 @@ Memory size
36
36
37
37
Storage
38
38
39
- - total storage size
40
- - free storage size
41
- - total external storage size
42
- - free external storage size
39
+ - Total storage size
40
+ - Free storage size
41
+ - Total external storage size
42
+ - Free external storage size
43
43
44
44
Device Info
45
45
46
46
- Manufacturer
47
47
- Brand
48
48
- Model
49
49
- Model ID
50
- - Architecture
50
+ - Whether the phone was online during the error/crash
51
+ - Supported architectures
52
+ - Boot time
53
+ - Connection Type
51
54
52
55
Battery Level
53
56
54
57
- Whether the Device is being charged at the moment
55
- - Whether the phone was online during the error/crash
58
+ - Battery temperature in Celsius
56
59
57
60
Screen info
58
61
59
- - orientation of the screen
60
- - screen density
61
- - height pixels
62
- - width pixels
63
- - resolution
62
+ - Orientation of the screen
63
+ - Screen density
64
+ - Screen DPI
65
+ - Height pixels
66
+ - Width pixels
64
67
65
68
Emulator indicator
66
69
67
70
- Whether the device is an emulator
71
+
72
+ Locale
73
+
74
+ - Timezone
75
+ - Language
You can’t perform that action at this time.
0 commit comments