使用对讲机的我的应用程序在运行时显示此警告。 official sample app也是如此。
Intercom.setLogLevel(Intercom.LogLevel.VERBOSE);
此警告的目的是什么,我该如何解决?
如果有帮助,可以在Intercom.initialize(...);
调用之前使用[Intercom] Dispatched Action: SET_LAUNCHER_VISIBILITY: VISIBLE
[Intercom] Started observing md5asdfasdfasdfasdfasfd.MainActivity@57e44d4
[Intercom realtime] No realtime endpoints present so we can't connect
[Intercom] Dispatched Action: SESSION_STARTED: No Value
来创建更多日志上下文:
We can't parse this SQL syntax. If you are using custom SQL, verify the syntax and try again. Otherwise, contact support.
答案 0 :(得分:0)
我认为这意味着新消息到来时没有实时更新。我在 Android 上实现 Intercom chat 时遇到了这个问题。检查 log cat 时我也收到了这条消息