How can I enable verbose debug on Cast SDK3 and CAF receiver?

896 views Asked by At

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.

1

There are 1 answers

4
FarmaStron On BEST ANSWER

I know that's late but for others - on receiver side it's done this way:

castContext.setLoggerLevel(cast.framework.LoggerLevel.DEBUG);