| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="4" by="lint 3.0.0"> |
| |
| <issue |
| id="MissingSuperCall" |
| message="Overriding method should call `super.jumpDrawablesToCurrentState`" |
| errorLine1=" public void jumpDrawablesToCurrentState() {" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/mediarouter/app/MediaRouteButton.java" |
| line="379" |
| column="17"/> |
| </issue> |
| |
| <issue |
| id="LongLogTag" |
| message="The logging tag can be at most 23 characters, was 24 (MediaRouteActionProvider)" |
| errorLine1=" Log.e(TAG, "onCreateActionView: this ActionProvider is already associated " +" |
| errorLine2=" ~~~"> |
| <location |
| file="src/main/java/androidx/mediarouter/app/MediaRouteActionProvider.java" |
| line="250" |
| column="19"/> |
| </issue> |
| |
| </issues> |