mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
go back to logging devids for now
This commit is contained in:
parent
6ca966f22a
commit
4f3c81417d
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ public class GCMIntentService extends GCMBaseIntentService {
|
||||||
@Override
|
@Override
|
||||||
protected void onRegistered( Context context, String regId )
|
protected void onRegistered( Context context, String regId )
|
||||||
{
|
{
|
||||||
|
DbgUtils.logf( "GCMIntentService.onRegistered(%s)", regId );
|
||||||
XWPrefs.setGCMDevID( context, regId );
|
XWPrefs.setGCMDevID( context, regId );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue