mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Rename NEARBY_LOG() to NEARBY_LOG_OBSOLETE()
PiperOrigin-RevId: 667785090
This commit is contained in:
committed by
Copybara-Service
parent
df166289bb
commit
4bca950bc7
@@ -87,11 +87,11 @@ TEST_P(BleTest, CanStartAcceptingConnectionsAndConnect) {
|
||||
BlePeripheral& peripheral, const std::string& service_id,
|
||||
const ByteArray& advertisement_bytes,
|
||||
bool fast_advertisement) {
|
||||
NEARBY_LOG(INFO,
|
||||
"Discovered peripheral=%p [impl=%p], fast "
|
||||
"advertisement=%d.",
|
||||
&peripheral, &peripheral.GetImpl(),
|
||||
fast_advertisement);
|
||||
NEARBY_LOG_OBSOLETE(INFO,
|
||||
"Discovered peripheral=%p [impl=%p], fast "
|
||||
"advertisement=%d.",
|
||||
&peripheral, &peripheral.GetImpl(),
|
||||
fast_advertisement);
|
||||
atomic_discovered_peripheral.store(peripheral);
|
||||
found_latch.CountDown();
|
||||
},
|
||||
@@ -139,11 +139,11 @@ TEST_P(BleTest, CanCancelConnect) {
|
||||
BlePeripheral& peripheral, const std::string& service_id,
|
||||
const ByteArray& advertisement_bytes,
|
||||
bool fast_advertisement) {
|
||||
NEARBY_LOG(INFO,
|
||||
"Discovered peripheral=%p [impl=%p], fast "
|
||||
"advertisement = %d.",
|
||||
&peripheral, &peripheral.GetImpl(),
|
||||
fast_advertisement);
|
||||
NEARBY_LOG_OBSOLETE(INFO,
|
||||
"Discovered peripheral=%p [impl=%p], fast "
|
||||
"advertisement = %d.",
|
||||
&peripheral, &peripheral.GetImpl(),
|
||||
fast_advertisement);
|
||||
atomic_discovered_peripheral.store(peripheral);
|
||||
found_latch.CountDown();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user