commit | b7a8e7f43a3aa2fc43d45e1e6e738c8f733fab36 | [log] [tgz] |
---|---|---|
author | Andrew Grieve <agrieve@chromium.org> | Thu May 23 19:23:42 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 23 19:23:42 2024 |
tree | 35604ac9f0f8d0637f412b612f747a32fa9a6a4d | |
parent | 409181423842e79c40ca9f33f498878af8dfb076 [diff] |
Android: Fix VERBOSE and DEBUG logs not appearing in debug builds This was broken by https://chromium-review.googlesource.com/c/chromium/src/+/5539533 This also makes chromium's Log.isLoggable() method return true for debug builds, whereas the system version returns false for VERBOSE and DEBUG levels (despite them showing in logcat) Bug: None Change-Id: I0cc5a13d29a0aa1ef6a4431bb54129c67290d9fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5559823 Commit-Queue: Peter Wen <wnwen@chromium.org> Auto-Submit: Andrew Grieve <agrieve@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/main@{#1305274}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.