Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 452eaf7d authored by Mark Salyzyn's avatar Mark Salyzyn
Browse files

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
parent 9cd828b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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