Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing disk free/total size reporting #74

Closed
voidless opened this issue Dec 14, 2015 · 6 comments
Closed

Missing disk free/total size reporting #74

voidless opened this issue Dec 14, 2015 · 6 comments

Comments

@voidless
Copy link

Disk size reporting seems to be edited out since version 3.1.3, and Bugsnag site shows 0 bytes free disk for all crashes

@kattrali
Copy link
Contributor

Thanks for the report, @voidless. Taking a look.

@kattrali
Copy link
Contributor

Can you check if this is affecting particular devices or all iOS devices? In particular, I'm checking whether this only affects newer iOS devices or perhaps only iPads.

@kattrali kattrali added the awaiting feedback Awaiting a response from a customer. Will be automatically closed after approximately 2 weeks. label Dec 15, 2015
@voidless
Copy link
Author

I have not found any crashes with disk statistics in my account

@kattrali kattrali removed the awaiting feedback Awaiting a response from a customer. Will be automatically closed after approximately 2 weeks. label Dec 15, 2015
@kattrali
Copy link
Contributor

Thanks, @voidless.

@anderscarling
Copy link

Can confirm this one as well, all my crash reports shows up as 0 bytes free.

@kattrali kattrali added this to the 5.1.0 milestone Feb 16, 2016
@kattrali kattrali modified the milestone: 5.4.0 Jul 23, 2016
@konomae
Copy link

konomae commented Nov 9, 2016

There was freeDisk and diskSize.

[deviceData setObject: [atDict objectForKey:NSFileSystemSize] forKey:@"diskSize"];

[deviceState setObject: [atDict objectForKey:NSFileSystemFreeSize] forKey:@"freeDisk"];

But, they are not found in current version (5.6.5) 😢.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants