powerd

Differences between revisions 11 and 12
Revision 11 as of 2013-07-10 18:12:58
Size: 2525
Editor: c-24-62-244-43
Comment: Added additional test cases
Revision 12 as of 2013-07-10 18:21:21
Size: 2638
Editor: c-24-62-244-43
Comment: Added more test cases
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:
||Test Display On, Don't Care about Brightness Level with Proximity || powerd-cli display on dc proximity || ||
Line 26: Line 27:
||Test that the acitivty timer dims the screen after 45 seconds|| powerd-cli listen || ||
||Test that the acitivty timer shuts off the screen after 60 seconds|| powerd-cli listen || ||
||Test that the activity timer dims the screen after 45 seconds|| powerd-cli listen || ||
||Test that the activity timer shuts off the screen after 60 seconds|| powerd-cli listen || ||

powerd

powerd is a system daemon that helps manage power states on the phone by providing a DBUS API (to be documented). This API is used by system services, not apps, to change the state of the system power and display. powerd also manages some things internally, like the activity timeout, although that code will be moving to Unity.

Bugs

Please report any bugs you find with powerd. If you have issues, you need to enable debug messages, which as of July 11 are disabled by default. In order to do that you need to edit /etc/init/powerd.conf and remove the comment (the # character) on the line that says "env POWERD_DEBUG=1". After doing that you can reboot the phone and reproduce your issue. Once the issue comes back, please attach the contents of /var/log/syslog to the bug. If you want you can filter that log to only have powerd entries using grep.

The current powerd bug list can be found Here.

Testing

PowerD Test Plan

Test Description

Command

Pass/Fail

Test Display On, Brightness Dim

powerd-cli display on dim

Test Display On, Brightness Bright

powerd-cli display on bright

Test Display On, Brightness Dim, Proximity On

powerd-cli display on dim proximity

Test Display On, Brightness Bright, Proximity On

powerd-cli display on bright proximity

Test Display On, Don't Care about Brightness Level

powerd-cli display on dc

Test Display On, Don't Care about Brightness Level with Proximity

powerd-cli display on dc proximity

Test Display On upon receiving a phone call

powerd-cli listen

Test Display On upon receiving a SMS text

powerd-cli listen

Test Display On upon receiving a MMS text

powerd-cli listen

Test Feature powerd-cli

powerd-cli test

Test that power button overrides any requested screen state via powerd

Disable screen via power button , followed by powerd-cli display on bright

Test that the activity timer dims the screen after 45 seconds

powerd-cli listen

Test that the activity timer shuts off the screen after 60 seconds

powerd-cli listen

spanning rows

spanning 2 columns

cell2

cell 3


The following table displays the tested devices, percentage of pass/fail test case ratio.

Tested Devices

Nexus4

Nexus7

<Notes>

powerd (last edited 2015-06-24 19:31:18 by 209-6-88-107)