From d4ed8b6f26fcf0f7bd8c211daf905ee47f4d7ea8 Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Wed, 31 Jul 2019 01:55:43 +0200 Subject: [PATCH] Log scrcpy version and URL on start Keep --version which also print the version of dependencies. --- app/src/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main.c b/app/src/main.c index 7a1cb9db..53dd04c0 100644 --- a/app/src/main.c +++ b/app/src/main.c @@ -485,6 +485,8 @@ main(int argc, char *argv[]) { return 0; } + LOGI("scrcpy " SCRCPY_VERSION " "); + #ifdef SCRCPY_LAVF_REQUIRES_REGISTER_ALL av_register_all(); #endif