Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(halium) Add prop to show services on boot finished #10

Open
wants to merge 1 commit into
base: halium-9.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions system/core/0046-hybris-Set-init-boot-completed-prop.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
From b329447d70eb9aa6c7e6e79e5a84d4f21c6f5536 Mon Sep 17 00:00:00 2001
From: Erfan Abdi <[email protected]>
Date: Tue, 27 Oct 2020 17:27:42 +0800
Subject: [PATCH] (hybris) Set init boot completed prop

Change-Id: Iad3cb86acc0c08075b01b46282d3c7a44d9c99a2
---
rootdir/init.rc | 2 ++
1 file changed, 2 insertions(+)

diff --git a/rootdir/init.rc b/rootdir/init.rc
index 7a64cc256..bd665e2a1 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -691,6 +691,8 @@ on nonencrypted
class_start main
class_start late_start

+ setprop sys.init_boot_completed 1
+
on property:sys.init_log_level=*
loglevel ${sys.init_log_level}

--
2.25.1