joshdholtz / Sentry-Android

[Deprecated] Use official "raven-java" library
https://github.com/getsentry/sentry-java
MIT License
180 stars 48 forks source link

Permissions check in `shouldAttemptPost` looks strange #79

Closed marcomorain closed 8 years ago

marcomorain commented 8 years ago

In shouldAttemptPost We return true if the permission check returns PERMISSION_DENIED as far as I can see. Looks strange to me – bug?