Fixed
Status Update
Comments
pa...@google.com <pa...@google.com>
ap...@google.com <ap...@google.com> #2
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
Please share the test log and full bug report.
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:https://developer.android.com/studio/debug/bug-report#bugreportdevice
Alternate method
Navigate to “Developer options”, ensure “USB debugging” is enabled, then enable “Bug report shortcut”. Capture bug report by holding the power button and selecting the “Take bug report” option.
Note: Please upload the bug report and screenshot to google drive and share the folder to android-bugreport@google.com, then share the link here.
Please share the test log and full bug report.
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:
Alternate method
Navigate to “Developer options”, ensure “USB debugging” is enabled, then enable “Bug report shortcut”. Capture bug report by holding the power button and selecting the “Take bug report” option.
Note: Please upload the bug report and screenshot to google drive and share the folder to android-bugreport@google.com, then share the link here.
ap...@google.com <ap...@google.com> #3
Please provide the requested information to proceed further. Unfortunately the issue will be closed within 7 days if there is no further update.
ap...@google.com <ap...@google.com> #4
We are closing this issue since we didn't receive a response. If you are still facing this problem, please open a new issue and add the relevant information along with reference to this issue.
dx...@google.com <dx...@google.com> #5
Project: chromium/deps/icu
Branch: main
Author: Paul Kirth
Link:
Suppress -Wunnecessary-virtual-specifier on Fuchsia
Expand for full commit details
New versions of clang will start warning for virtual methods in classes
marked `final`, breaking -Werror builds.
Bug: 407555911
Change-Id: I5897543256869c50544bdca66c9129545fcca087
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/deps/icu/+/6422669
Reviewed-by: David Yeung <dayeung@chromium.org>
Reviewed-by: Shu-yu Guo <syg@chromium.org>
Files:
- M
BUILD.gn
Hash: c66dd67fc7f3a9270ad30ceb2a342cb5fdb0dc42
Date: Tue Apr 1 15:59:23 2025
Description
General Description: We see a new error in zircon/system/ulib/zxtest/include/zxtest/cpp/scoped_trace.h, due to a virtual method inside a
final
class.Error Message:
First Failing Bot:https://ci.chromium.org/ui/p/fuchsia/builders/ci/clang_toolchain.ci.core.arm64-release/b8718867796630328289/overview
Potential culprits:
Seems like we need to fix instances of this in Fuchsia code.