OSDN Git Service

Remove unnecessary error message
authorJakub Pawlowski <jpawlowski@google.com>
Thu, 13 Oct 2016 18:21:39 +0000 (11:21 -0700)
committerJakub 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

index fa57e4f..70dcfea 100644 (file)
@@ -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));
 }