Can't Repro
Status Update
Comments
vs...@google.com <vs...@google.com>
yd...@google.com <yd...@google.com> #3
Comment has been deleted.
va...@google.com <va...@google.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
se...@zonesoft.org <se...@zonesoft.org> #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.
se...@zonesoft.org <se...@zonesoft.org> #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
va...@google.com <va...@google.com> #7
Same for me. Adb works fine but fastboot hangs infinitely (New Macbook Pro 15, 2016 with touchbar).
se...@google.com <se...@google.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..
se...@google.com <se...@google.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.
vm...@google.com <vm...@google.com> #10
Same here, fastboot seems to cause the touchbar to no longer work.
sh...@google.com <sh...@google.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. 😣
sh...@google.com <sh...@google.com> #13
Were you using the "Profile 'app' with complete data (debuggable)" dropdown menu? If so, a workaround you can try is the "Run 'app'" button.
Please also do menu "File > Invalidate Caches..." and "Build > Clean Project" beforehand.
Please also do menu "File > Invalidate Caches..." and "Build > Clean Project" beforehand.
se...@zonesoft.org <se...@zonesoft.org> #14
ek9852's fix has been merged, and will make it into the next platform tools release.
va...@google.com <va...@google.com>
sh...@google.com <sh...@google.com> #15
RE: comment 14. sorry it wasn't working. Have you selected the checkbox in the screenshot (in Run/Debug Configuration)? Can you try unselect it?
se...@zonesoft.org <se...@zonesoft.org> #16
Any idea when the next release of platform-tools will occur?
sh...@google.com <sh...@google.com> #17
RE: comment #16 . If you unselect the option (i.e., don't enable additional support ...), I expect the app would stop crashing.
se...@zonesoft.org <se...@zonesoft.org> #18
kchq/vsiva: time to stop waiting for the atrace folks and just ship a new platform-tools? they've had two weeks now...
em...@google.com <em...@google.com> #19
we have a new build of platform-tools containing this fix, and it's going to QA now...
se...@zonesoft.org <se...@zonesoft.org> #20
I have the same problem. Touchbar freezes, have to force restart mac.
se...@zonesoft.org <se...@zonesoft.org> #21
Is this out of QA yet?
se...@zonesoft.org <se...@zonesoft.org> #22
this issue is realy frustrating now, how long can it take to release a bug free version?
em...@google.com <em...@google.com> #23
ISsue Stil exists... when is the new version coming out.
Details :
Mac OSx Sierra, 10.12.3, 15-inch 2016, with TouchBar
Android Studio - v 2.3
Android SDK Tools - 25.3.1
Fastboot Version : 0e9850346394-android
PLease release an update soon.
Details :
Mac OSx Sierra, 10.12.3, 15-inch 2016, with TouchBar
Android Studio - v 2.3
Android SDK Tools - 25.3.1
Fastboot Version : 0e9850346394-android
PLease release an update soon.
an...@google.com <an...@google.com> #24
Same issue here. pretty much stuck without fastboot capability on my new Mac
Description
####################################################
Please provide all of the following information, otherwise we may not be able to route your bug report.
####################################################
1. Describe the bug or issue that you're seeing.
Simply clicking run in Android studio koala the app is installed but just when its starting it crashes with the stack trace bellow.
This crash happens with devices running Android 6 and 7 at least. In Android 8 or newer it doesnt happen.
App does not crash when running from Android studio jellyfish.
21:33:10.319 AndroidRuntime E FATAL EXCEPTION: Firebase Blocking Thread #0 (Ask Gemini)
Process:
java.lang.NoClassDefFoundError: Failed resolution of: Lcom/android/tools/profiler/support/network/httpurl/HttpURLWrapper;
at com.google.firebase.installations.remote.FirebaseInstallationServiceClient.openHttpURLConnection(FirebaseInstallationServiceClient.java:470)
at com.google.firebase.installations.remote.FirebaseInstallationServiceClient.createFirebaseInstallation(FirebaseInstallationServiceClient.java:164)
at com.google.firebase.installations.FirebaseInstallations.registerFidWithServer(FirebaseInstallations.java:533)
at com.google.firebase.installations.FirebaseInstallations.doNetworkCallIfNecessary(FirebaseInstallations.java:387)
at com.google.firebase.installations.FirebaseInstallations.lambda$doRegistrationOrRefresh$3$com-google-firebase-installations-FirebaseInstallations(FirebaseInstallations.java:372)
at com.google.firebase.installations.FirebaseInstallations$$ExternalSyntheticLambda1.run(D8$$SyntheticClass:0)
at com.google.firebase.concurrent.SequentialExecutor$1.run(SequentialExecutor.java:117)
at com.google.firebase.concurrent.SequentialExecutor$QueueWorker.workOnQueue(SequentialExecutor.java:229)
at com.google.firebase.concurrent.SequentialExecutor$QueueWorker.run(SequentialExecutor.java:174)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
at com.google.firebase.concurrent.CustomThreadFactory.lambda$newThread$0$com-google-firebase-concurrent-CustomThreadFactory(CustomThreadFactory.java:47)
at com.google.firebase.concurrent.CustomThreadFactory$$ExternalSyntheticLambda0.run(D8$$SyntheticClass:0)
at java.lang.Thread.run(Thread.java:762)
Caused by: java.lang.ClassNotFoundException: Didn't find class "com.android.tools.profiler.support.network.httpurl.HttpURLWrapper" on path: DexPathList[[zip file "/data/app/pt.zonesoft.zsposmobile-2/base.apk"],nativeLibraryDirectories=[/data/app/pt.zonesoft.zsposmobile-2/lib/arm64, /data/app/pt.zonesoft.zsposmobile-2/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64]]
at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
at java.lang.ClassLoader.loadClass(ClassLoader.java:380)
at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
at com.google.firebase.installations.remote.FirebaseInstallationServiceClient.openHttpURLConnection(FirebaseInstallationServiceClient.java:470)
at com.google.firebase.installations.remote.FirebaseInstallationServiceClient.createFirebaseInstallation(FirebaseInstallationServiceClient.java:164)
at com.google.firebase.installations.FirebaseInstallations.registerFidWithServer(FirebaseInstallations.java:533)
at com.google.firebase.installations.FirebaseInstallations.doNetworkCallIfNecessary(FirebaseInstallations.java:387)
at com.google.firebase.installations.FirebaseInstallations.lambda$doRegistrationOrRefresh$3$com-google-firebase-installations-FirebaseInstallations(FirebaseInstallations.java:372)
at com.google.firebase.installations.FirebaseInstallations$$ExternalSyntheticLambda1.run(D8$$SyntheticClass:0)
at com.google.firebase.concurrent.SequentialExecutor$1.run(SequentialExecutor.java:117)
at com.google.firebase.concurrent.SequentialExecutor$QueueWorker.workOnQueue(SequentialExecutor.java:229)
at com.google.firebase.concurrent.SequentialExecutor$QueueWorker.run(SequentialExecutor.java:174)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
at com.google.firebase.concurrent.CustomThreadFactory.lambda$newThread$0$com-google-firebase-concurrent-CustomThreadFactory(CustomThreadFactory.java:47)
at com.google.firebase.concurrent.CustomThreadFactory$$ExternalSyntheticLambda0.run(D8$$SyntheticClass:0)
at java.lang.Thread.run(Thread.java:762)
2. Attach log files from Android Studio
2A. In the IDE, select the Help..Collect Logs and Diagnostic Data menu option.
2B. Create a diagnostic report and save it to your local computer.
2C. Attach the report to this bug using the Add attachments button.
3. If you know what they are, write the steps to reproduce:
3A.
3B.
3C.
In addition to logs, please attach a screenshot or recording that illustrates the problem.
For more information on how to get your bug routed quickly, see
Build: AI-241.15989.150.2411.11948838, 202406101954
AS: Koala | 2024.1.1
AI-241.15989.150.2411.11948838, JRE 17.0.10+0--11609105x64 JetBrains s.r.o., OS Windows 11(amd64) v10.0 , screens 2400.0x1350.0, 5760.0x3240.0
Android Gradle Plugin: 8.4.1
Gradle: 8.6
Gradle JDK: JetBrains Runtime 17.0.10
NDK: from local.properties: UNKNOWN, latest from SDK: 26.3.11579264
CMake: from local.properties: (not specified), latest from SDK: (not found), from PATH: (not found)
Source: send_feedback_icon```