| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="6" by="lint 9.0.0-alpha01" type="baseline" client="" dependencies="true" name="" variant="all" version="9.0.0-alpha01"> |
| |
| <issue |
| id="UnclosedTrace" |
| message="The `beginSection()` call is not always closed with a matching `endSection()` because the code in between may return early" |
| errorLine1=" Trace.beginSection(startUpAndLoadUrlTraceTag);" |
| errorLine2=" ~~~~~~~~~~~~"> |
| <location |
| file="../../android_webview/tools/system_webview_shell/apk/src/org/chromium/webview_shell/TelemetryActivity.java" |
| line="56" |
| column="15"/> |
| </issue> |
| |
| <issue |
| id="UnclosedTrace" |
| message="The `beginSection()` call is not always closed with a matching `endSection()` because the code in between may return early" |
| errorLine1=" Trace.beginSection(loadUrlTraceTag);" |
| errorLine2=" ~~~~~~~~~~~~"> |
| <location |
| file="../../android_webview/tools/system_webview_shell/apk/src/org/chromium/webview_shell/TelemetryActivity.java" |
| line="104" |
| column="15"/> |
| </issue> |
| |
| <issue |
| id="UnclosedTrace" |
| message="The `beginSection()` call is not always closed with a matching `endSection()` because the code in between may return early" |
| errorLine1=" Trace.beginSection(placeholderTraceTag);" |
| errorLine2=" ~~~~~~~~~~~~"> |
| <location |
| file="../../android_webview/tools/system_webview_shell/apk/src/org/chromium/webview_shell/TelemetryActivity.java" |
| line="112" |
| column="15"/> |
| </issue> |
| |
| <issue |
| id="HardcodedDebugMode" |
| message="Avoid hardcoding the debug mode; leaving it out allows debug and release builds to automatically assign one" |
| errorLine1=" <application android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:theme="@style/ShellTheme" android:enableOnBackInvokedCallback="true" android:networkSecurityConfig="@xml/network_security_config" android:debuggable="true">" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="gen/android_webview/tools/system_webview_shell/system_webview_shell_apk__lint/AndroidManifest.xml" |
| line="105" |
| column="224"/> |
| </issue> |
| |
| <issue |
| id="IconMissingDensityFolder" |
| message="Missing density variation folders in `../../android_webview/tools/system_webview_shell/apk/res`: drawable-hdpi, drawable-xhdpi, drawable-xxhdpi"> |
| <location |
| file="../../android_webview/tools/system_webview_shell/apk/res"/> |
| </issue> |
| |
| </issues> |