Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / media / video / capture / android / video_capture_device_factory_android.cc
index 99ed492..011e56b 100644 (file)
@@ -120,10 +120,7 @@ void VideoCaptureDeviceFactoryAndroid::GetDeviceSupportedFormats(
                                                                   format.obj()),
         pixel_format);
     capture_formats->push_back(capture_format);
-    DVLOG(1) << device.name() << " resolution: "
-        << capture_format.frame_size.ToString() << ", fps: "
-        << capture_format.frame_rate << ", pixel format: "
-        << capture_format.pixel_format;
+    DVLOG(1) << device.name() << " " << capture_format.ToString();
   }
 }