-
Notifications
You must be signed in to change notification settings - Fork 832
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
In mirrored network mode, the adb devices command will be blocked #11397
Comments
Logs are required for review from WSL teamIf this a feature request, please reply with '/feature'. If this is a question, reply with '/question'. How to collect WSL logsDownload and execute collect-wsl-logs.ps1 in an administrative powershell prompt:
The scipt will output the path of the log file once done. Once completed please upload the output files to this Github issue. Click here for more info on logging |
here is log file: |
The log file doesn't contain any WSL traces. Please make sure that you reproduced the issue while the log collection was running. Diagnostic information
|
there is all logs; |
Hi. Can you please collect networking logs by following the instructions below? |
I'm having the same or similar issue when This is the networking log file I created while the server was trying to run: WslNetworkingLogs-2024-12-07_15-42-28.zip |
Current workaround:
Try this if you don't know where eval "ln -s $(which adb.exe) $(dirname $(which adb.exe))/adb" Now run |
Windows Version
Microsoft Windows [Version 10.0.22631.3296]
WSL Version
2.1.5.0
Are you using WSL 1 or WSL 2?
Kernel Version
5.15.146.1-2
Distro Version
Ubuntu 22.04
Other Software
adb version:
Android Debug Bridge version 1.0.41
Version 31.0.2-7242960
Installed as /usr/lib/android-sdk/platform-tools/adb
adb.exe version
Android Debug Bridge version 1.0.41
Version 31.0.2-7242960
Installed as D:\Program Files (x86)\Android\SDK\platform-tools\adb.exe
Repro Steps
adb devices
command, it will be blockedadb.exe devices
command, you can get the machine listwsl --shutdown
command, kill wsl2adb devices
command, you can get the machine listWhy do you have to restart once before you can use the adb devices command?
Expected Behavior
the first time use
adb devices
, you can get the machine listActual Behavior
the first time use
adb devices
, you can get the machine listDiagnostic Logs
No response
Tasks
The text was updated successfully, but these errors were encountered: