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:
Mark Salyzyn 2016-08-04 08:39:52 -07:00
parent 9cd828b858
commit 452eaf7d5b
1 changed files with 1 additions and 1 deletions

View File

@ -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