Remote GDB doesn't work for android

I’m here again. We can’t debug android via IDA Pro. Because nothing works. I have tried android_server and wrote about this problem. Now i’m trying to use Remote GDB connect with gdbserver on android. I attached to my debuggable app.

Summary

missing remote include file target.xml
Debugger: attached to process /system/bin/app_process64 (pid=7176)
FFFFFFFFFFFFFFFF: thread has started (tid=7810) binder:7176_6

It’s okey. And when i trying to Continue execution, i get message Running, but my app is frozen, and i can’t manage it.
What i’m doing wrong? How can i get the full log of communication IDA GDB client and gdbserver?

The full log can be recorded by running ida -z10000 -L/tmp/ida.log