Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在转换为 CAF 接收器和 Cast SDK 3。我在将消息从 CAF 接收器发送到发送器时遇到了一些问题。我认为 CAF 部分正在工作,但要确保我想启用详细日志。我怎样才能为发送者(Android)和接收者做到这一点?
谢谢。
我知道这已经晚了,但对其他人来说 - 在接收方方面,它是这样完成的:
castContext.setLoggerLevel(cast.framework.LoggerLevel.DEBUG);