commit | c1fc2cbc7d03c6a6d603f3ce2bfbde89d2685691 | [log] [tgz] |
---|---|---|
author | Nate Fischer <ntfschr@chromium.org> | Wed May 18 01:43:24 2022 |
committer | Copybara-Service <copybara-worker@google.com> | Wed May 18 01:59:00 2022 |
tree | 758048ab108e9c561a4c8bd5502747d6a6bf3642 | |
parent | 2f207c4c09f0a99cabe550c5a331f1056344ba60 [diff] |
AW SafeMode: add verbose logging This adds an extra log message for SafeMode when '--webview-verbose-logging' is provided. This is intended to make manual testing easier, since now you can verify SafeMode status (both on and off) by searching logcat. Fixed: 1324423 Test: adb logcat | grep 'SafeMode enabled' Change-Id: I275343102a1a292fa7764e3123c65c051a0e3edd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3652001 Reviewed-by: Richard Coles <torne@chromium.org> Auto-Submit: Nate Fischer <ntfschr@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/main@{#1004566} NOKEYCHECK=True GitOrigin-RevId: 1a6222ae4105639410763e5e845d789ffe5a0b22
This folder contains a shim layer between the public frameworks APIs (android.webkit.*
) and WebView's implementation, and allows them to (mostly) not directly depend on each other.
//android_webview/java/
must not depend on this directory.