richsage / RMSPushNotificationsBundle

NOT MAINTAINED! ⛔️ Push notifications/messages for mobile devices. Supports iOS, Android (C2DM, GCM), Blackberry and Windows Mobile (toast only). A Symfony2 bundle.
MIT License
321 stars 152 forks source link

Logger for Android GCM #98

Closed antoinemineau closed 9 years ago

antoinemineau commented 9 years ago

At the moment the send method return only false or true which makes impossible to debug eventual issues.

I have added a basic logger for Android GCM errors.

richsage commented 9 years ago

Thanks for this! It would be useful if this was also applied to the other platforms - would you be happy to add in there as well?

antoinemineau commented 9 years ago

Hello, I have done it in a new branch, doesnt make sense to add those features in a branch called "logger-android". I am closing this issue to create a new one : #100