Comment 2 for bug 1334676

Revision history for this message
Brendan Donegan (brendan-donegan) wrote : Re: Dbus errors when launching an application since image #96

That code snippet is a red herring - even when it works well (in #95), dbus_application_name is not set, so it's nothing to do with that. This is the call that actually hangs:

362 -> proxy_obj = get_proxy_object_for_existing_process(
363 pid=pid,
364 process=process,
365 dbus_bus=dbus_bus,
366 emulator_base=launcher_instance.emulator_base,
367 application_name=application_name,