kopia lustrzana https://github.com/ryukoposting/Signal-Android
Tone down logging a bit.
rodzic
2ab8c77748
commit
377a332789
|
@ -56,7 +56,7 @@ public class GcmIntentService extends GCMBaseIntentService {
|
|||
protected void onMessage(Context context, Intent intent) {
|
||||
try {
|
||||
String data = intent.getStringExtra("message");
|
||||
Log.w("GcmIntentService", "GCM message: " + data);
|
||||
Log.w("GcmIntentService", "GCM message...");
|
||||
|
||||
if (Util.isEmpty(data))
|
||||
return;
|
||||
|
|
Ładowanie…
Reference in New Issue