logcatd: logpersist.start more descriptive warning
"killing Settings" is meaningless without context, we are killing the Settings application to pull in new values, so make this clearer! Change-Id: Ice0b950040bd05dcd49b7315def4dac3dd93eb27
This commit is contained in:
parent
9cd828b858
commit
452eaf7d5b
|
@ -171,6 +171,6 @@ esac
|
|||
|
||||
if [ X"${log_tag}" != X"`getprop ${log_tag_property}`" ] ||
|
||||
[ X"${logd_logpersistd}" != X"`getprop ${property}`" ]; then
|
||||
echo "WARNING: killing Settings" >&2
|
||||
echo "WARNING: killing Settings application to pull in new values" >&2
|
||||
am force-stop com.android.settings
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue