-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Failed to init debugger #1412
Comments
@RebootSTR thanks for report! |
@skylot I think in this case it may be easy, because there is only one way to get this exception: The following if clause fails:
which is not really surprising because |
I commit a fix to handle partial reads and correct stop on stream end on debug end/restart (as @jpstotz suggested). |
@skylot i have another errors in log
|
@RebootSTR That error is not Jadx fault. It simply means that the on-device debugger does not answer the handshake. This also happens on all of my devices. Seems like the recent adb version has some bugs, because Android Studio also fails to connect it's debugger to any app process to be debugged. I noticed that the handshake process also uses |
I cant debug any app. Try with modified MiFit 5.2.2 (android:debuggable="true" setted) and my person app (debug from AndroudStudio worked).
Preferences in Setting for developer as FAQ
OS: MIUI 12.0.2
Android: 10
Root: yes
Log from jadx:
The text was updated successfully, but these errors were encountered: