Skip to content

Commit

Permalink
init.rc: too many start logd
Browse files Browse the repository at this point in the history
Bug: 26934873
Change-Id: Ia00da6253a50bedc8ba825df1cf641b86cdebeed
  • Loading branch information
Mark Salyzyn committed Feb 3, 2016
1 parent 0e0a462 commit 0604f6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion logd/logd.rc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
service logd /system/bin/logd
class core
socket logd stream 0666 logd logd
socket logdr seqpacket 0666 logd logd
socket logdw dgram 0222 logd logd
Expand Down
3 changes: 1 addition & 2 deletions rootdir/init.rc
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,7 @@ on post-fs-data
# We restorecon /data in case the userdata partition has been reset.
restorecon /data

# Start logd, then start debuggerd to make debugging early-boot crashes easier.
start logd
# start debuggerd to make debugging early-boot crashes easier.
start debuggerd
start debuggerd64

Expand Down

0 comments on commit 0604f6f

Please sign in to comment.