Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae5657e3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Change the log of gaining a buffer twice from info level to verbose"

parents 46d51cb9 8cfd42a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -171,7 +171,7 @@ int ProducerBuffer::LocalGain(DvrNativeBufferMetadata* out_meta,

  if (BufferHubDefs::IsClientGained(current_buffer_state,
                                    client_state_mask())) {
    ALOGI("%s: already gained id=%d.", __FUNCTION__, id());
    ALOGV("%s: already gained id=%d.", __FUNCTION__, id());
    return 0;
  }
  if (BufferHubDefs::AnyClientAcquired(current_buffer_state) ||