Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Adding a log for FCM message receiving point
Browse files Browse the repository at this point in the history
  • Loading branch information
inoshperera committed Nov 25, 2016
1 parent f2d6bb1 commit 71b6b8e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public class FCMMessagingService extends FirebaseMessagingService {
@Override
public void onMessageReceived(RemoteMessage message){
Context context = this.getApplicationContext();
Log.d(TAG, "New FCM notification.");
MessageProcessor messageProcessor = new MessageProcessor(context);
try {
messageProcessor.getMessages();
Expand Down

0 comments on commit 71b6b8e

Please sign in to comment.