Skip to content

Commit

Permalink
[sensor] start sensorservice at boot
Browse files Browse the repository at this point in the history
  • Loading branch information
taaem committed Apr 9, 2016
1 parent 2dc73c2 commit 42e966f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rootdir/etc/init.qcom-common.rc
Expand Up @@ -343,6 +343,11 @@ service sensors /system/bin/sensors.qcom
user root
group root

service sensorservice /system/bin/sensorservice
class late_start
user root
group root

# Adjust socket buffer to enlarge TCP receive window for high bandwidth
# but only if ro.data.large_tcp_window_size property is set.
on property:ro.data.large_tcp_window_size=true
Expand Down

0 comments on commit 42e966f

Please sign in to comment.