Search code examples
chromecastgoogle-castgoogle-cast-sdkcaf-receiver-sdk

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


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.


Solution

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

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