Clean up log statement in FcmFetchService.

fork-5.53.8
Greyson Parrelli 2020-07-30 16:11:13 -04:00
rodzic 6f850f5a55
commit 6f53fdc02d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -75,7 +75,7 @@ public class FcmFetchService extends Service {
retrieveMessages(this);
if (activeCount.decrementAndGet() == 0) {
Log.e(TAG, "stopping");
Log.d(TAG, "No more active. Stopping.");
stopSelf();
}
}