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

Issue 3054020: Added the output of synclient -l (trackpad settings) to about:system. (Closed)

Created:
10 years, 4 months ago by singh
Modified:
9 years, 7 months ago
Reviewers:
adlr
CC:
chromium-os-reviews_chromium.org
Base URL:
ssh://git@chromiumos-git/userfeedback.git
Visibility:
Public.

Description

Added the output of synclient -l (trackpad settings) to about:system.

Patch Set 1 #

Patch Set 2 : Changed "synclient" to "/usr/bin/synclient". #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M etc/sys_log_utils.lst View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
singh
Please review.
10 years, 4 months ago (2010-07-27 20:47:08 UTC) #1
adlr
10 years, 4 months ago (2010-07-27 20:48:41 UTC) #2
LGTM

On Tue, Jul 27, 2010 at 1:47 PM, <singh@chromium.org> wrote:

> Reviewers: adlr,
>
> Message:
> Please review.
>
> Description:
> Added the output of synclient -l (trackpad settings) to about:system.
>
> Please review this at http://codereview.chromium.org/3054020/show
>
> SVN Base: ssh://git@chromiumos-git/userfeedback.git
>
> Affected files:
>  M etc/sys_log_utils.lst
>
>
> Index: etc/sys_log_utils.lst
> diff --git a/etc/sys_log_utils.lst b/etc/sys_log_utils.lst
> index
>
44414f70d6fbba91658a966b9043b95677097095..52f0aa16743d7edb49615a11bd207c14407c9905
> 100755
> --- a/etc/sys_log_utils.lst
> +++ b/etc/sys_log_utils.lst
> @@ -37,6 +37,7 @@ powerd.out,cat /var/log/power_manager/powerd.out
>  ps,/bin/ps ux
>  softwareupdate.log,cat /var/log/softwareupdate.log
>  syslog,/usr/share/userfeedback/scripts/getmsgs --last '2 hours'
> /var/log/messages
> +trackpad,synclient -l
>  uname,/bin/uname -a
>  update_engine.log,cat /var/log/update_engine.log
>  wpa_supplicant,/usr/share/userfeedback/scripts/getmsgs --last '30 minutes'
> /var/log/hostap.log
>
>
>

Powered by Google App Engine
This is Rietveld 408576698