Skip to content

Commit

Permalink
Another android fix (#23233)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 authored and pull[bot] committed Jan 19, 2023
1 parent d7ee5c6 commit 09a9456
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ CHIP_ERROR PersistenceManager::ReadAllVideoPlayers(TargetVideoPlayerInfo outVide
ReturnErrorOnFailure(chip::DeviceLayer::PersistedStorage::KeyValueStoreMgr().Get(kCastingDataKey, castingData,
kCastingDataMaxBytes, &castingDataSize));
ChipLogProgress(AppServer, "PersistenceManager::ReadAllVideoPlayers Read TLV(CastingData) from KVS store with size: %lu bytes",
castingDataSize);
static_cast<unsigned long>(castingDataSize));

TLV::TLVReader reader;
reader.Init(castingData);
Expand Down

0 comments on commit 09a9456

Please sign in to comment.