mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 11:33:06 +00:00
Print a message when the EvdevReader starts
This commit is contained in:
parent
f76b30d109
commit
d20dde0b6d
@ -269,6 +269,8 @@ int main(int argc, char* argv[]) {
|
||||
int pollres;
|
||||
struct pollfd pollinfo;
|
||||
|
||||
__android_log_print(ANDROID_LOG_INFO, "EvdevReader", "Entered main()");
|
||||
|
||||
// Perform initial enumeration
|
||||
ret = enumerateDevices();
|
||||
if (ret < 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user