OSDN Git Service
(root)
/
android-x86
/
external-bluetooth-bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da48ebb
)
android/socket: Log not implemented HAL functions
author
Luiz Augusto von Dentz
<luiz.von.dentz@intel.com>
Fri, 1 Nov 2013 13:52:45 +0000
(15:52 +0200)
committer
Johan 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
patch
|
blob
|
history
diff --git
a/android/socket.c
b/android/socket.c
index
39709cd
..
b6eed6e
100644
(file)
--- a/
android/socket.c
+++ b/
android/socket.c
@@
-34,11
+34,15
@@
static int handle_listen(void *buf)
{
+ DBG("Not implemented");
+
return -1;
}
static int handle_connect(void *buf)
{
+ DBG("Not implemented");
+
return -1;
}