| <?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, "RoundedBitmapDrawable cannot decode " + 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, "RoundedBitmapDrawable cannot decode " + 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("WakefulBroadcastReceiver", "No active wake lock id #" + id);" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="java/android/support/v4/content/WakefulBroadcastReceiver.java" |
| line="141" |
| column="19"/> |
| </issue> |
| |
| </issues> |