Home | History | Annotate | Download | only in mediarouter
      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <issues format="4" by="lint 3.0.0-alpha9">
      3 
      4     <issue
      5         id="MissingSuperCall"
      6         message="Overriding method should call `super.jumpDrawablesToCurrentState`"
      7         errorLine1="    public void jumpDrawablesToCurrentState() {"
      8         errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
      9         <location
     10             file="src/android/support/v7/app/MediaRouteButton.java"
     11             line="380"
     12             column="17"/>
     13     </issue>
     14 
     15     <issue
     16         id="LongLogTag"
     17         message="The logging tag can be at most 23 characters, was 24 (MediaRouteActionProvider)"
     18         errorLine1="            Log.e(TAG, &quot;onCreateActionView: this ActionProvider is already associated &quot; +"
     19         errorLine2="                  ~~~">
     20         <location
     21             file="src/android/support/v7/app/MediaRouteActionProvider.java"
     22             line="248"
     23             column="19"/>
     24     </issue>
     25 
     26 </issues>
     27