File "/chromium_webview/chromium/src/tools/update_pgo_profiles.py", line 166, in <module>
sys.exit(main())
File "/hs/chromium_webview/chromium/src/tools/update_pgo_profiles.py", line 162, in main
return args.func(args)
File "/_webview/chromium/src/tools/update_pgo_profiles.py", line 106, in _get_profile_path
raise RuntimeError(
RuntimeError: requested profile "/chromium_webview/chromium/src/chrome/build/pgo_profiles/chrome-android64-main-1711590900-73c18e8a828d57831be416d14ea3581849225f77-cffb5113bf2f3cbd11c204d691f3631b9ee96e71.profdata" doesn't exist, please make sure "checkout_pgo_profiles" is set to True in the "custom_vars" section of your .gclient file, e.g.:
solutions = [
{
"name": "src",
# ...
"custom_vars": {
"checkout_pgo_profiles": True,
},
},
],
and then run "gclient runhooks" to download it. You can also simply disable the PGO optimizations by setting |chrome_pgo_phase = 0| in your GN arguments.
See //build/config/BUILDCONFIG.gn:351:3: which caused the file to be included.
"//build/config/compiler/pgo:default_pgo_flags",
can anyone help on this?
Thanks,
Venkat Satish A
Muralitharan Perumal
unread,
May 29, 2024, 9:58:25 AM5/29/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-dev, Venkat Satish
Hi Venkat,
It's clear from the error message, please add ' chrome_pgo_phase = 0 ' to the args list. I hope you might have tried that already.