Skip to content

Commit

Permalink
EventLogger: Log videoSizeChanged events
Browse files Browse the repository at this point in the history
See bug #117
  • Loading branch information
kiall committed Jan 20, 2017
1 parent d8f35ac commit 76f5ad0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,8 @@ public void onDroppedFrames(int count, long elapsed) {
@Override
public void onVideoSizeChanged(int width, int height, int unappliedRotationDegrees,
float pixelWidthHeightRatio) {
// Do nothing.
Log.d(TAG, "videoSizeChanged [" + getSessionTimeString() + ", " + width + ", " + height + ", "
+ unappliedRotationDegrees + ", " + pixelWidthHeightRatio + "]");
}

@Override
Expand Down

0 comments on commit 76f5ad0

Please sign in to comment.