Infeasible
Status Update
Comments
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.
sm...@google.com <sm...@google.com>
ma...@gmail.com <ma...@gmail.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
wa...@gmail.com <wa...@gmail.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.
mu...@gmail.com <mu...@gmail.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
ar...@google.com <ar...@google.com> #7
Same for me. Adb works fine but fastboot hangs infinitely (New Macbook Pro 15, 2016 with touchbar).
da...@gmail.com <da...@gmail.com> #8
can confirm this happens on my 15inch 2016macbook pro, even with USB hub.
Seems to get stuck in mach_msg_trap which also has the "benefit" of so freezing safari....
I have heard it will work with a vm so will try in Linux and see what happens..
Seems to get stuck in mach_msg_trap which also has the "benefit" of so freezing safari....
I have heard it will work with a vm so will try in Linux and see what happens..
da...@gmail.com <da...@gmail.com> #9
This is also a real problem for myself too. 2016 Macbook Pro with Touch Bar using USB-C to USB-C cable and using the latest platform-tools. ADB is fine, fastboot practically fucks my system requiring a hard reboot.
sm...@gmail.com <sm...@gmail.com> #10
Same here, fastboot seems to cause the touchbar to no longer work.
sm...@gmail.com <sm...@gmail.com> #11
Confirmed on Macbook Touchbar. Any fastboot command forces me to hard reboot my entire computer. ADB seems fine. Guess it's time to break out my old linux. 😣
ma...@gmail.com <ma...@gmail.com> #13
Fingerprint and isu
Description
Android Studio 2.2.1
Build #AI-145.3324680, built on October 4, 2016
JRE: 1.8.0_76-release-b03 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
NDK: 13.0.3299515
LLDB: 2.2.3271982
Steps to reproduce:
1. Import the sample Hello JNI
2. Have breakpoint in C++ code
3. Hit the debug button to deploy the app and debug
4. Now once the debugger hits the breakpoint press either Shift + F8 or just F8 to get back into java code
5. Once back in java code observe the variable's window (both app and app-java)
Expected result:
I expect to see variables in the app-java window
Actual result:
It remains in the app window and no variables are displayed in either of the windows