-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to connect: read tcp 127.0.0.1:51470->127.0.0.1:51464: wsarecv: An existing connection was forcibly closed by the remote host. #912
Comments
Hi @acenodie, Please can you confirm whether Android Studio is also running? Many thanks, |
Hello,I already closed my Android studio! |
What device are you attempting to trace on? |
thanks, i can get the trace; |
ok. |
Currently no. GAPID doesn't make any attempt to read the OES textures, hence at replay we do not have the data to correctly reproduce what would have been displayed. This is becoming more of a priority for us, so we'll hopefully have this implemented soon. |
Closing the issue as we have #913 to track the feature. |
Hello, I got this error:
Failed to connect: read tcp 127.0.0.1:51470->127.0.0.1:51464: wsarecv: An existing connection was forcibly closed by the remote host.
The detail:
0:23:54.045 I: [gapidapk.EnsureInstalled] Examining gapid.apk on host...
10:23:54.059 I: [gapidapk.EnsureInstalled] Looking at installed packages...
10:23:56.391 I: [gapidapk.EnsureInstalled] Found gapid package...
10:23:58.927 I: Adding new device
10:23:58.927 I: Device list:
10:23:58.927 I: 0715f7f3c6bc1704
10:24:00.455 I: Device is rooted
10:24:00.455 I: Clearing package cache
10:24:01.787 I: [start] Turning device screen on
10:24:02.076 I: [start] Checking for lockscreen
10:24:02.379 I: [start] Checking gapid.apk is installed
10:24:02.379 I: [gapidapk.EnsureInstalled⇒start] Examining gapid.apk on host...
10:24:02.387 I: [gapidapk.EnsureInstalled⇒start] Looking at installed packages...
10:24:04.725 I: [gapidapk.EnsureInstalled⇒start] Found gapid package...
10:24:04.725 I: [start] Forwarding
10:24:05.202 I: [start] Starting activity in debug mode
10:24:06.766 I: [start] Forwarding TCP port 51464 -> JDWP pid 25590
10:24:06.952 I: [start] Connecting to JDWP
10:24:07.962 I: [start] Failed to connect: read tcp 127.0.0.1:51470->127.0.0.1:51464: wsarecv: An existing connection was forcibly closed by the remote host.
10:24:09.975 I: [start] Failed to connect: read tcp 127.0.0.1:51472->127.0.0.1:51464: wsarecv: An existing connection was forcibly closed by the remote host.
10:24:11.984 I: [start] Failed to connect: read tcp 127.0.0.1:51476->127.0.0.1:51464: wsarecv: An existing connection was forcibly closed by the remote host.
10:24:13.992 I: [start] Failed to connect: read tcp 127.0.0.1:51481->127.0.0.1:51464: wsarecv: An existing connection was forcibly closed by the remote host.
10:24:16.005 I: [start] Failed to connect: read tcp 127.0.0.1:51483->127.0.0.1:51464: wsarecv: An existing connection was forcibly closed by the remote host.
10:24:18.010 I: [start] Failed to connect: read tcp 127.0.0.1:51495->127.0.0.1:51464: wsarecv: An existing connection was forcibly closed by the remote host.
10:24:20.019 I: [start] Failed to connect: read tcp 127.0.0.1:51511->127.0.0.1:51464: wsarecv: An existing connection was forcibly closed by the remote host.
10:24:22.029 I: [start] Failed to connect: read tcp 127.0.0.1:51513->127.0.0.1:51464: wsarecv: An existing connection was forcibly closed by the remote host.
10:24:24.041 I: [start] Failed to connect: read tcp 127.0.0.1:51518->127.0.0.1:51464: wsarecv: An existing connection was forcibly closed by the remote host.
10:24:26.054 I: [start] Failed to connect: read tcp 127.0.0.1:51520->127.0.0.1:51464: wsarecv: An existing connection was forcibly closed by the remote host.
10:24:27.724 F: Main failed
Error: Connecting to JDWP
Cause: read tcp 127.0.0.1:51520->127.0.0.1:51464: wsarecv: An existing connection was forcibly closed by the remote host.
Tracing failed:
com.google.gapid.server.ChildProcess$EarlyExitException: gapit has exited with exit code 1
at com.google.gapid.server.ChildProcess.runProcess(ChildProcess.java:98)
at com.google.gapid.server.ChildProcess$1.run(ChildProcess.java:69)
The text was updated successfully, but these errors were encountered: