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.
我想找出在我的 android WebView/webpage 中收到第一个和最后一个数据包的时间。谁能建议一些这样做的方法?
WebView
您无权访问有关由 处理的数据包的信息WebView。如果您需要这种程度的详细信息,请不要使用WebView,而是使用 编写您自己的 HTTP 访问代码Socket,因为即使是 API 之类HttpUrlConnection的也可能会掩盖其中的一些信息。
Socket
HttpUrlConnection