From 452eaf7d5b23a866db79756f450287e5a4d9e7c9 Mon Sep 17 00:00:00 2001 From: Mark Salyzyn Date: Thu, 4 Aug 2016 08:39:52 -0700 Subject: [PATCH] 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 --- logcat/logpersist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logcat/logpersist b/logcat/logpersist index f0e7d42e2..74d99fc7d 100755 --- a/logcat/logpersist +++ b/logcat/logpersist @@ -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