dbus: Suppress NameHasNoOwner errors when connecting to signals

The NameHasNoOwner errors are emitted as Chrome tries to get the
identity of the service when connecting to signals for sender
verification (crbug.com/140938), but the service may not yet be
running, which is all right, hence the NameHasNoOwner errors here
should be just supressed.

BUG=273829
TEST=out/Debug/dbus_unittests --gtest_filter=SignalSenderVerificationTest.TestSignalAccepted; confirm that NameHasNoOwner is no longre emitted. Previously, an error message like below was emited:

[12721:12722:0816/144031:3991948732792:ERROR:bus.cc(892)] Failed to get name owner. Got org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.chromium.TestService': no such name

Review URL: https://chromiumcodereview.appspot.com/23143004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217980 0039d316-1c4b-4281-b951-d872f2087c98


CrOS-Libchrome-Original-Commit: d491b7344458aeab36d76a8f5207e9a4182d1344
1 file changed
tree: 98a7ea5e5d10af76823f0f966e7929ca4075a511
  1. base/
  2. build/
  3. components/
  4. dbus/
  5. ipc/
  6. testing/
  7. third_party/