27

After I upgraded to Android Studio 3.0 Canary 1, the logcat tab in the Android Studio don't work properly. It continuously output the following error log. I don't know what's wrong.

05-19 18:05:18.676 10029-10072/com.example.chansoncc.bodypractice E/GRPC: tcp_client_posix.c:176] failed to connect to 'ipv4:127.0.0.1:12389': socket error: connection refused

Can anyone help?

Pang
  • 9,564
  • 146
  • 81
  • 122
Chanson
  • 411
  • 4
  • 8
  • what is `com.example.chansoncc.bodypractice`? is it yours? – pskink May 19 '17 at 10:25
  • i get the same error in the logs.that is his package name. – Ovidiu Latcu May 19 '17 at 10:51
  • I get this also - doesn't appear in release mode, so perhaps something to do with the new data collection stuff, network calls and profiling etc? – deive May 20 '17 at 10:02
  • @pskink `com.example.chansoncc.bodypractice` is my example package – Chanson May 22 '17 at 00:53
  • HMM SURE IS INTERESTING STACK OVERFLOW... I posted this exact same question a few months ago, worded almost identically to this and I got 3 down-votes saying my question didn't provide enough information! I posted the error just like Chanson here along with MORE information trying to pin-point the issue. Now that others have the issue it is ok to ask? I am glad to see there is a fix for this because the issue came back for me today, but I really don't understand why I was down-voted. – Ryan Jul 12 '17 at 20:56

2 Answers2

19

Workaround is to start Android Profiler.

Outofdate
  • 635
  • 5
  • 16
  • 2
    OP did not ask a question, they asked for help. Outofdate provided help. Real solution will be to wait for the Android Studio devs to fix it. – David Whitman May 21 '17 at 17:05
10

There are 2 ways to solve this problem (at this time)

  1. Start an Android Profiler as Outofdate suggested
  2. Go to Run > Edit Configurations.., select the app then click on profiling tab. Make sure that Enable advanced profiling is off
Community
  • 1
  • 1