include in register whether build is DEBUG

This commit is contained in:
Eric House 2020-06-13 17:20:44 -07:00
parent af46660d6c
commit e44f19f04e

View file

@ -307,6 +307,7 @@ public class MQTTUtils extends Thread implements IMqttActionListener, MqttCallba
params.put( "vers", Build.VERSION.RELEASE );
params.put( "vrntCode", BuildConfig.VARIANT_CODE );
params.put( "vrntName", BuildConfig.VARIANT_NAME );
params.put( "dbg", BuildConfig.DEBUG );
params.put( "myNow", now );
String fcmid = FBMService.getFCMDevID( mContext );