MqttAndroidExample icon indicating copy to clipboard operation
MqttAndroidExample copied to clipboard

An example Android app using MQTT protocol

Results 2 MqttAndroidExample issues
Sort by recently updated
recently updated
newest added

``` 2020-03-28 10:15:09.510 10325-10325/com.example.hellomqtt D/MQTT: Build.VERSION.SDK_INT 27 2020-03-28 10:15:09.526 10325-10325/com.example.hellomqtt D/MQTT: Created mqtt service... 2020-03-28 10:15:09.529 10325-10325/com.example.hellomqtt D/MQTT: SensorsMqtService.onStartCommand.getAction mqtt_connect 2020-03-28 10:15:09.529 10325-10325/com.example.hellomqtt D/MQTT: SensorsMqtService.connectToServer 2020-03-28 10:15:09.530 10325-10325/com.example.hellomqtt D/MQTT: Client:...

`2019-06-18 13:38:36.253 14693-14693/com.jflavio1.androidmqttexample E/ActivityThread: Service com.jflavio1.androidmqttexample.mqtt.SensorsMqttService has leaked ServiceConnection org.eclipse.paho.android.service.MqttAndroidClient$MyServiceConnection@327eeb that was originally bound here android.app.ServiceConnectionLeaked: Service com.jflavio1.androidmqttexample.mqtt.SensorsMqttService has leaked ServiceConnection org.eclipse.paho.android.service.MqttAndroidClient$MyServiceConnection@327eeb that was originally bound here at android.app.LoadedApk$ServiceDispatcher.(LoadedApk.java:1532) at...