Can't Repro
Status Update
Comments
uc...@google.com <uc...@google.com>
da...@google.com <da...@google.com> #2
Thank you for this feedback. The team may reach out for more information on triaging or reproducing this issue.
ar...@curieai.com <ar...@curieai.com> #4
Same for me, macOS 10.12.2, 13" 2016 Macbook Pro w/ Touchbar
sdk tools: 25.2.4
platform-tools 25.0.3
fastboot version 0e9850346394-android
sdk tools: 25.2.4
platform-tools 25.0.3
fastboot version 0e9850346394-android
da...@google.com <da...@google.com> #5
See the same issue, fastbook enters the process state of stuck on the new MacBook Pro w/Touchbar whenever it is run for anything over than the version command.
For me, it even prevents a clean reboot, eventually have to force power-cycle the machine.
For me, it even prevents a clean reboot, eventually have to force power-cycle the machine.
an...@google.com <an...@google.com> #6
I can reproduce this issue as well on Touch Bar MacBook Pro, and also when issue occurs Touch Bar is no longer responsive and stuck to terminal UI being displayed, instead of switching to front app. Also, unable to recover touch bar by fore quitting via activity monitor. Also cannot force quit fastboot when it is hung
Description
AI-193.6911.18.40.6514223, JRE 1.8.0_242-release-1644-b3-6222593x64 JetBrains s.r.o, OS Mac OS X(x86_64) v10.15.6, screens 1920x1080, 1920x1200; Retina
AS: 4.0; Kotlin plugin: 1.3.72-release-Studio4.0-1; Android Gradle Plugin: 3.5.3; Gradle: 5.5; NDK: from local.properties: (not specified), latest from SDK: (not found); LLDB: pinned revision 3.1 not found, latest from SDK: (package not found); CMake: from local.properties: (not specified), latest from SDK: (not found), from PATH: (not found)
IMPORTANT: Please read
-------------------------
I am currently working on an application which records audio and periodically POSTs soundbites to a backend server. This is a react-native application which uses tenacious-fetch (npm) to push to soundbites. The post works correctly under normal circumstances; however, if I try to post while I have a profiler running (to monitor CPU and Memory utilization), it always fails with the following error.
E/StudioProfiler: Studio Profilers encountered an unexpected error. Consider reporting a bug, including logcat output below.
See also:
Could not track an OkHttp3 request
java.io.IOException: Stream Closed
at java.io.FileInputStream.read(FileInputStream.java:306)
at okio.Okio$2.read(Okio.java:140)
at okio.RealBufferedSink.writeAll(RealBufferedSink.java:105)
at com.facebook.react.modules.network.RequestBodyUtil$1.writeTo(RequestBodyUtil.java:132)
at okhttp3.MultipartBody.writeOrCountBytes(MultipartBody.java:173)
at okhttp3.MultipartBody.writeTo(MultipartBody.java:114)
at com.facebook.react.modules.network.ProgressRequestBody.writeTo(ProgressRequestBody.java:51)
at com.android.tools.profiler.agent.okhttp.OkHttp3Interceptor.trackRequest(OkHttp3Interceptor.java:91)
at com.android.tools.profiler.agent.okhttp.OkHttp3Interceptor.intercept(OkHttp3Interceptor.java:45)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.java:45)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.java:93)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.java:93)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.java:126)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:254)
at okhttp3.RealCall$AsyncCall.execute(RealCall.java:200)
at okhttp3.internal.NamedRunnable.run(NamedRunnable.java:32)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:919)