--
--
Chromium OS Developers mailing list: chromiu...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-os-dev?hl=en
<< "announcing suspend attempt " << proto.suspend_id(); code in power_manager_client.cc
I want to see that log to confirm if I send signal correctly or not.
Thank you.-Daniel
Hi Dan/Daniel,I'm stuck with the same problem where i'm not getting logs from the V4L2 capture device. I'm trying to get the logs from from the following three files:src/media/video/capture/linux/video_capture_device_factory_linux.ccsrc/media/video/capture/linux/video_capture_device_linux.ccsrc/third_party/webrtc/modules/video_capture/linux/video_capture_linux.ccI've inserted the following lines in /etc/chrome_dev.conf--vmodule vmodule=video_capture_device_linux=1--vmodule vmodule=video_capture_linux=1--vmodule vmodule=video_capture_device_factory_linux=1
I'm not very sure if this is the right way to insert the commands to get logs from multiple files.
On Mon, Aug 11, 2014 at 3:52 AM, Sreenidhi Koti <sreeni...@gmail.com> wrote:
Hi Dan/Daniel,I'm stuck with the same problem where i'm not getting logs from the V4L2 capture device. I'm trying to get the logs from from the following three files:src/media/video/capture/linux/video_capture_device_factory_linux.ccsrc/media/video/capture/linux/video_capture_device_linux.ccsrc/third_party/webrtc/modules/video_capture/linux/video_capture_linux.ccI've inserted the following lines in /etc/chrome_dev.conf--vmodule vmodule=video_capture_device_linux=1--vmodule vmodule=video_capture_linux=1--vmodule vmodule=video_capture_device_factory_linux=1
I'm not very sure if this is the right way to insert the commands to get logs from multiple files.It isn't. Per the comment in the file, you should add the following lines:vmodule=video_capture_device_linux=1vmodule=video_capture_linux=1vmodule=video_capture_device_factory_linux=1