Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(528)

Unified Diff: media/base/android/media_codec_player.h

Issue 1325153005: More logs to debug AVPrerollVideoEndsWhilePrerolling on bot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/base/android/media_codec_decoder.cc ('k') | media/base/android/media_codec_player.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/media_codec_player.h
diff --git a/media/base/android/media_codec_player.h b/media/base/android/media_codec_player.h
index edc17da00145944f6d1c3204423ddbebb5f6b9a2..1a5c62b3c9f16c320dfb49802b17bcd14a88476e 100644
--- a/media/base/android/media_codec_player.h
+++ b/media/base/android/media_codec_player.h
@@ -208,6 +208,9 @@ class MEDIA_EXPORT MediaCodecPlayer : public MediaPlayerAndroid,
void SetAlwaysReconfigureForTests(DemuxerStream::Type type);
bool IsPrerollingForTests(DemuxerStream::Type type) const;
+ // Turn on and off extra logging with elevated log level.
+ void SetVerboseForTests(bool value);
+
private:
// The state machine states.
enum PlayerState {
« no previous file with comments | « media/base/android/media_codec_decoder.cc ('k') | media/base/android/media_codec_player.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698