Merge lp:~rsalveti/powerd/enable_debug_default into lp:powerd

Proposed by Ricardo Salveti
Status: Merged
Approved by: Ricardo Salveti
Approved revision: 155
Merged at revision: 155
Proposed branch: lp:~rsalveti/powerd/enable_debug_default
Merge into: lp:powerd
Diff against target: 11 lines (+1/-1)
1 file modified
debian/upstart (+1/-1)
To merge this branch: bzr merge lp:~rsalveti/powerd/enable_debug_default
Reviewer Review Type Date Requested Status
Ubuntu Phablet Team Pending
Review via email: mp+250249@code.launchpad.net

Commit message

* debian/upstart: enabling debug by default, to help understanding what could be making the device to not suspend in some situations

Description of the change

* debian/upstart: enabling debug by default, to help understanding what could be making the device to not suspend in some situations

To post a comment you must log in.
Revision history for this message
Ricardo Salveti (rsalveti) wrote :

Self approving as it's a simple upstart config to enable more debugging.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/upstart'
2--- debian/upstart 2013-08-14 11:07:09 +0000
3+++ debian/upstart 2015-02-19 02:44:50 +0000
4@@ -6,6 +6,6 @@
5
6 env ANDROID_ROOT=/system
7 #uncomment the line below to enable debugging
8-#env POWERD_DEBUG=1
9+env POWERD_DEBUG=1
10
11 exec /usr/bin/powerd

Subscribers

People subscribed via source and target branches