I want to listen to all incoming and outgoing requests in my android application that communicates with mqtt and collect them in one place. What should I do for it. The mqtt service I use is like this
implementation 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.0'
I want to see all incoming and outgoing requests as json
New contributor
dev.ays is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.