• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

system/bt


Commit MetaInfo

Revisionc2f4110f066b90c10244c3f77640f27e6833b019 (tree)
Zeit2017-05-23 05:13:11
AutorAjay Panicker <apanicke@goog...>
CommiterAjay Panicker

Log Message

Remove logspam when adding GATT attributes

Bug: 37905488
Test: Code still compiles
Change-Id: I479fc82a15f977b7e3d50b07302241909efc8856
(cherry picked from commit 60177e01c4644d1194d75248e8d2a6b1b40f7670)

Ändern Zusammenfassung

Diff

--- a/stack/gatt/gatt_db.cc
+++ b/stack/gatt/gatt_db.cc
@@ -722,8 +722,6 @@ static tGATT_ATTR& allocate_attr_in_db(tGATT_SVC_DB& db, const tBT_UUID& uuid,
722722
723723 char uuid_str[37];
724724 uuid_to_str(attr.uuid, uuid_str, sizeof(uuid_str));
725- GATT_TRACE_ERROR("=====> handle = [0x%04x] uuid = [%s] perm=0x%02x ",
726- attr.handle, uuid_str, attr.permission);
727725
728726 return attr;
729727 }