OSDN Git Service
(root)
/
android-x86
/
packages-apps-Bluetooth.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4d91e7
)
Remove unnecessary error message
author
Jakub Pawlowski
<jpawlowski@google.com>
Thu, 13 Oct 2016 18:21:39 +0000
(11:21 -0700)
committer
Jakub Pawlowski
<jpawlowski@google.com>
Thu, 13 Oct 2016 18:23:21 +0000
(11:23 -0700)
Test: compiled successfully
Change-Id: I85591142ccd6ac4d53e7bf62100ad4ae5ef473e2
jni/com_android_bluetooth_gatt.cpp
patch
|
blob
|
history
diff --git
a/jni/com_android_bluetooth_gatt.cpp
b/jni/com_android_bluetooth_gatt.cpp
index
fa57e4f
..
70dcfea
100644
(file)
--- a/
jni/com_android_bluetooth_gatt.cpp
+++ b/
jni/com_android_bluetooth_gatt.cpp
@@
-1365,7
+1365,6
@@
static void registerAdvertiserNative(JNIEnv* env, jobject object,
if (!sGattIf) return;
set_uuid(uuid.uu, app_uuid_msb, app_uuid_lsb);
- error("advertiser address is: %d", sGattIf->advertiser);
sGattIf->advertiser->RegisterAdvertiser(base::Bind(&ble_advertiser_register_cb, uuid));
}