blob: d75d39e24ffcec4db9a84915a69b82ce98350ec5 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="4" by="lint 2.4.0-alpha6">
<issue
id="LongLogTag"
message="The logging tag can be at most 23 characters, was 28 (RoundedBitmapDrawableFactory)"
errorLine1=" Log.w(TAG, &quot;RoundedBitmapDrawable cannot decode &quot; + filepath);"
errorLine2=" ~~~">
<location
file="java/android/support/v4/graphics/drawable/RoundedBitmapDrawableFactory.java"
line="80"
column="19"/>
</issue>
<issue
id="LongLogTag"
message="The logging tag can be at most 23 characters, was 28 (RoundedBitmapDrawableFactory)"
errorLine1=" Log.w(TAG, &quot;RoundedBitmapDrawable cannot decode &quot; + is);"
errorLine2=" ~~~">
<location
file="java/android/support/v4/graphics/drawable/RoundedBitmapDrawableFactory.java"
line="93"
column="19"/>
</issue>
<issue
id="LongLogTag"
message="The logging tag can be at most 23 characters, was 24 (WakefulBroadcastReceiver)"
errorLine1=" Log.w(&quot;WakefulBroadcastReceiver&quot;, &quot;No active wake lock id #&quot; + id);"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="java/android/support/v4/content/WakefulBroadcastReceiver.java"
line="141"
column="19"/>
</issue>
</issues>