paho.mqtt.java icon indicating copy to clipboard operation
paho.mqtt.java copied to clipboard

Print logs every second: I/System.out: [CDS]EAGAIN in Recvfrom I/System.out: [CDS]read byte is 0

Open jiahuifu opened this issue 6 years ago • 4 comments

How can I close the logs?

Please fill out the form below before submitting, thank you!

  • [YES ] Bug exists Release Version 1.2.2 ( Master Branch)
  • [ ] Bug exists in MQTTv3 Client on Snapshot Version 1.2.3-SNAPSHOT (Develop Branch)
  • [ ] Bug exists in MQTTv5 Client on Snapshot Version 1.2.3-SNAPSHOT (Develop Branch)

If this is a bug regarding the Android Service, please raise the bug here instead: https://github.com/eclipse/paho.mqtt.android/issues/new

jiahuifu avatar Oct 18 '19 12:10 jiahuifu

1.2.0 OK 1.2.1 Print Logs 1.2.2 Print Logs

jiahuifu avatar Oct 21 '19 03:10 jiahuifu

@jiahuifu Could you provide more information on this issue please:

  • May be I am missing something, but I couldn't find these logs in my test environment with log level set to ALL. What is the log level set in the client?
  • Are you seeing these logs in Phao log or in your application log?
  • I presume you are using paho.mqtt.java and not paho.mqtt.android?

rdasgupt avatar Feb 11 '20 15:02 rdasgupt

@rdasgupt Also getting this log printed every second

09-02 09:01:35.116 I: [CDS]EAGAIN in Recvfrom
09-02 09:01:35.116 I: [CDS]read byte is 0

I'm using Paho 1.2.5 on Android

    implementation 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5'
    implementation 'org.eclipse.paho:org.eclipse.paho.android.service:1.1.1'

Also getting it on using AWS IoT 2.18.0 (it depends on Paho 1.2.5 too)

    implementation 'com.amazonaws:aws-android-sdk-iot:2.18.0'

On rollback to 1.2.0 (and AWS 2.15.0) it stops to print this log.

beersheba avatar Sep 02 '20 12:09 beersheba

ding

landsnail avatar Nov 11 '21 05:11 landsnail