【问题标题】:when we are testing the webrtc in the chrome is it uses the native code and jni code that written in android当我们在 chrome 中测试 webrtc 时,它使用的是用 android 编写的本机代码和 jni 代码
【发布时间】:2014-05-28 11:29:13
【问题描述】:

我正在办公室从事 webrtc 项目。 我需要测试 webrtc 以了解函数调用的流程。

我尝试在我的 android chrome 浏览器和其他浏览器中使用他们网站应用程序中的 google apprtc 测试 webrtc。

我还使用了 Skype、line 和其他应用程序。

但是当我在我的电脑中使用命令“sudo adb logcat”时,我无法看到日志。

我在 odroidx2 板上测试。

测试webrtc流程的方法正确吗?

或者有没有其他方法可以做到这一点?

我试过这个,我没有找到任何答案

【问题讨论】:

    标签: android google-chrome webrtc aec apprtcdemo


    【解决方案1】:

    Chrome 的 Web-RTC 内部具有所有数据流(呼叫发起、SDP 协商、冰收集等)。您可以从任何版本的 Chrome 访问 chrome://webrtc-internals/

    对于 Android,您只能通过Remote Debugging 调试页面本身。在那里您可以看到 Apprtc 在哪里进行 javascript 调用以及何时调用了哪些 JS 函数。

    这两个工具都应该为您提供大量信息。

    【讨论】:

      【解决方案2】:

      我认为你应该尝试设置远程 chrome 调试

      https://developer.chrome.com/devtools/docs/remote-debugging

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2013-09-09
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多