I'm converting to CAF receiver and Cast SDK 3. I'm having some issues with sending messages from the CAF receiver to the sender. I think the CAF part is working but to make sure I would like to enable verbose logs. How can I do that for both the sender (Android) and receiver?
Thanks.
I know that's late but for others - on receiver side it's done this way:
castContext.setLoggerLevel(cast.framework.LoggerLevel.DEBUG);