···14141515#include "wrap/android.view.h"
16161717+#include "server/ipc_server.h"
1818+#include "util/u_logging.h"
1919+1720#include <android/native_window.h>
1821#include <android/native_window_jni.h>
1922···2528 int fd)
2629{
2730 jni::init(env);
2828- //! @todo do something!
2929- // This may be the "entry point" of the native code, or we could already
3030- // have another client running, etc.
3131-3231 jni::Object monadoImpl(thiz);
3232+ U_LOG_D("service: Called nativeAddClient with fd %d", fd);
3333+ // "entry point" of the native code
3434+ ipc_server_main_android(fd);
3335}
34363537extern "C" void