ERROR:services/catalog/instance.cc(49) "Unable to locate service manifest for ui" |
|||
Issue description
Hi,
I just did a fresh ToT build of Chrome (@659f4ca4) on Windows with the following
GN args:
is_debug = true
is_component_build = true
enable_nacl = false
target_cpu = "x86"
remove_webcore_debug_symbols = true
symbol_level = 2
is_win_fastlink = true
use_goma = true
goma_dir = "C:\src\goma"
is_clang = true
win_console_app = true
And when running it with the "--enable-logging --v=0" flags I see the following
message printed in the console:
[14252:21240:0523/182831.162:ERROR:services/catalog/instance.cc(49)] Unable to locate service manifest for ui
Git blame tells me that you're the author of this message, could you please look
into it (or find an appropriate owner)?
Thanks!
,
May 23 2018
I wouldn't expect that. I will do a build on my windows box and poke at it.
,
May 23 2018
Did you mean to set win_console_app?
,
May 24 2018
|win_console_app| allows to get the logging printed directly in the console, unsetting this flag doesn't make this error go away (I get this in chrome_debug.log instead).
,
May 24 2018
,
May 24 2018
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/d7e237c65eaac717dbda06a2a90e2cbdc3e2630c commit d7e237c65eaac717dbda06a2a90e2cbdc3e2630c Author: Scott Violet <sky@chromium.org> Date: Thu May 24 21:21:55 2018 Only call to ImeDriver on ChromeOS It's only needed when we have the UI service, which for now is only on ChromeOS. BUG= 846127 TEST=none Change-Id: I31980540ac15a63657cb1043b59c4ad6f2f03a0e Reviewed-on: https://chromium-review.googlesource.com/1072029 Reviewed-by: James Cook <jamescook@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#561634} [modify] https://crrev.com/d7e237c65eaac717dbda06a2a90e2cbdc3e2630c/chrome/browser/ui/ash/chrome_browser_main_extra_parts_ash.cc [modify] https://crrev.com/d7e237c65eaac717dbda06a2a90e2cbdc3e2630c/chrome/browser/ui/views/chrome_browser_main_extra_parts_views.cc
,
May 24 2018
|
|||
►
Sign in to add a comment |
|||
Comment 1 by roc...@chromium.org
, May 23 2018