go back to logging devids for now

This commit is contained in:
Eric House 2012-11-12 08:01:24 -08:00
parent 6ca966f22a
commit 4f3c81417d

View file

@ -37,6 +37,7 @@ public class GCMIntentService extends GCMBaseIntentService {
@Override
protected void onRegistered( Context context, String regId )
{
DbgUtils.logf( "GCMIntentService.onRegistered(%s)", regId );
XWPrefs.setGCMDevID( context, regId );
}