commit | d2d3717fe92f4bee5ed0fb646a8ab0de4b233188 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Thu Aug 29 09:07:37 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Aug 29 09:07:37 2019 -0700 |
tree | da742703a7ad6fdb6c0215acf8a64fa5ba6d69a1 | |
parent | f880e40ee911a7ff7c7071b34815ad0bf3a176b7 [diff] | |
parent | abb0afe6c1db30d8ba5d3cae0972cffb551a994d [diff] |
Merge "Start serial console at the 'init' trigger" am: c70fc1cbfd Change-Id: I18b1fc5fb667d4938e9d2a8fb9098444ef53259b
diff --git a/rootdir/init.rc b/rootdir/init.rc index ea8ae67..afa1a86 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc
@@ -878,6 +878,8 @@ chmod 0773 /data/misc/trace # Give reads to anyone for the window trace folder on debug builds. chmod 0775 /data/misc/wmtrace + +on init && property:ro.debuggable=1 start console service flash_recovery /system/bin/install-recovery.sh