We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When connect to remote device ,i get an invalid pointer error after read_key_file
invalid pointer
❯ adb connect frps:8555 * daemon not running; starting now at tcp:5037 ADB server didn't ACK Full server startup log: /tmp/adb.1000.log Server had pid: 618514 --- adb starting (pid 618514) --- adb I 10-17 01:08:31 618514 618514 main.cpp:56] Android Debug Bridge version 1.0.40 adb I 10-17 01:08:31 618514 618514 main.cpp:56] Version 28.0.1-SOONG BUILD NUMBER PLACEHOLDER adb I 10-17 01:08:31 618514 618514 main.cpp:56] Wetest branch:master rev:bfb2c9e+ tag:v1.0.40 adb I 10-17 01:08:31 618514 618514 main.cpp:56] Installed as /home/coder/android/platform-tools/adb adb I 10-17 01:08:31 618514 618514 main.cpp:56] adb I 10-17 01:08:31 618514 618514 auth.cpp:421] adb_auth_init... adb I 10-17 01:08:31 618514 618514 auth.cpp:174] read_key_file '/home/coder/.android/adbkey'... free(): invalid pointer * failed to start daemon error: cannot connect to daemon
System: Debian 11 Arch: Arm64 GLIBC: 2.31
The text was updated successfully, but these errors were encountered:
Did you restart the services?
Sorry, something went wrong.
Can I have the full log?
Sorry,it's long ago for me, the environment has been destory.
For my case.I use a server on cloud to develop an android app. Use frp as a proxy to connect the device. Maybe there is some strange for the chain.
No branches or pull requests
When connect to remote device ,i get an
invalid pointer
error after read_key_fileSystem: Debian 11
Arch: Arm64
GLIBC: 2.31
The text was updated successfully, but these errors were encountered: