diff --git a/media/jni/screenrecorder/android_media_ScreenRecorder_ScreenRecorderImpl.cpp b/media/jni/screenrecorder/android_media_ScreenRecorder_ScreenRecorderImpl.cpp index a870a34fb957..0bb46a118f56 100644 --- a/media/jni/screenrecorder/android_media_ScreenRecorder_ScreenRecorderImpl.cpp +++ b/media/jni/screenrecorder/android_media_ScreenRecorder_ScreenRecorderImpl.cpp @@ -63,7 +63,8 @@ static const char* const kClassPathName = "android/media/screenrecorder/ScreenRe static const uint32_t kMinBitRate = 100000; // 0.1Mbps static const uint32_t kMaxBitRate = 100 * 1000000; // 100Mbps -static const uint32_t kMaxTimeLimitSec = 300; // 5 minutes +//static const uint32_t kMaxTimeLimitSec = 300; // 5 minutes +static const uint32_t kMaxTimeLimitSec = 600; // try to extend the screenrecoder recode time static const uint32_t kFallbackWidth = 1280; // 720p static const uint32_t kFallbackHeight = 720; // Audio related