Print a message when the EvdevReader starts

This commit is contained in:
Cameron Gutman 2016-01-02 19:42:40 -06:00
parent f76b30d109
commit d20dde0b6d

View File

@ -269,6 +269,8 @@ int main(int argc, char* argv[]) {
int pollres; int pollres;
struct pollfd pollinfo; struct pollfd pollinfo;
__android_log_print(ANDROID_LOG_INFO, "EvdevReader", "Entered main()");
// Perform initial enumeration // Perform initial enumeration
ret = enumerateDevices(); ret = enumerateDevices();
if (ret < 0) { if (ret < 0) {