OSDN Git Service

android/socket: Log not implemented HAL functions
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 1 Nov 2013 13:52:45 +0000 (15:52 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Fri, 1 Nov 2013 14:40:40 +0000 (16:40 +0200)
This makes it easier to spot which functions the HAL is calling.

android/socket.c

index 39709cd..b6eed6e 100644 (file)
 
 static int handle_listen(void *buf)
 {
+       DBG("Not implemented");
+
        return -1;
 }
 
 static int handle_connect(void *buf)
 {
+       DBG("Not implemented");
+
        return -1;
 }