Last active
March 5, 2018 16:07
-
-
Save mzsoliman/caef6218d6858f7116d7d610be1697c9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"battery": { | |
"timeline": [ | |
{ | |
"t": 1.2, | |
"v": 15, | |
"plugged": false | |
}, | |
{ | |
"t": 2.2, | |
"v": 16, | |
"plugged": true | |
} | |
] | |
}, | |
"cpu": { | |
"timeline": [ | |
{ | |
"t": 1.2, | |
"v": 20 | |
} | |
] | |
}, | |
"memory": { | |
"timeline": [ | |
{ | |
"t": 1.2, | |
"v": 20, | |
"total": 2048 | |
} | |
], | |
"events": [ | |
{ | |
"t": 1.0, | |
"v": "memoryWarning" | |
} | |
] | |
}, | |
"storage": { | |
"total": 16384, | |
"timeline": [ | |
{ | |
"t": 1.2, | |
"v": 20 | |
} | |
] | |
}, | |
"orientation": { | |
"timeline": [ | |
{ | |
"t": 1.2, | |
"v": "landscape" | |
}, | |
{ | |
"t": 2.2, | |
"v": "portrait" | |
} | |
] | |
}, | |
"connectivity": { | |
"timeline": [ | |
{ | |
"t": 1.2, | |
"v": "wifi", | |
"name": "Instabug" | |
}, | |
{ | |
"t": 1.3, | |
"v": "no_connection" | |
}, | |
{ | |
"t": 1.4, | |
"v": "wifi" | |
}, | |
{ | |
"t": 1.5, | |
"v": "OTHER IN CAPITAL", | |
"name": "Vodafone" | |
} | |
] | |
}, | |
"dispatch_queues": [ | |
{ | |
"name" : "main_thread", | |
"timeline": [ | |
{ | |
"t": 1.2, | |
"v": 20 | |
} | |
] | |
}, | |
{ | |
"name" : "background_thread", | |
"timeline": [ | |
{ | |
"t": 1.2, | |
"v": 20 | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment