HeartIsBeat
HeartIsBeat
 如题啊
 如题,atx-agent.log上看只需要39ms  atx2-android-provider上是看着是tcpproxy.js代理tcp转发的;技术不精,现在不知道从哪入手 看为咋慢了; 为咋atx我卸了,atx-agent装上去的还是0.5.5
**What is the issue or idea you have?** **Does it only happen on a specific device? Please run `adb devices -l` and paste the corresponding row.** **Please provide the steps...
STF v3.4.1 MI 8 SDK API 28, os 9, MIUI 11.0.4(This mi8 is upgraded system) **What is the issue or idea you have?** MI 8 screen is gray on STF...
I use gor1.3.3 wget https://github.com/buger/goreplay/releases/download/1.3.3/gor_1.3.3_x64.tar.gz gor record traffic like this:  or like this:  I want to rewrite header: authorization and authorization-virtual. using `--http-rewrite-header 'authorization: XDS [a-zA-Z0-9.-_/+/-]+,xxx' --http-rewrite-header 'authorization-virtual:...
1.k8s下,因为容器越滚越多,注册上来的address,好多无效的 这就直接导致:goc clear --service=xxx报错 {"error":"Post \"http://10.0.242.41:42286/v1/cover/clear\": read tcp 10.0.241.88:56078-\u003e10.0.242.41:42286: read: connection reset by peer"}
当前环境,有个文件名为A,获取了一次覆盖率文件,名为:a.cov 后来将这个A文件改名为B,再次获取覆盖率文件,名为b.cov 使用goc merge将a和b文件merge一起为m.cov,结果m.cov文件中包含了A和B文件的覆盖率情况。 (很明显,A文件并不是我想要的覆盖率文件) 这种大家怎么处理的?