Shorten logcat tag in TextViewOnReceiveContentCallback

Bug: 152068298
Test: Manual
Change-Id: Ic191f5fe1f4f713f9c01a1934754e068b9daf96e
This commit is contained in:
Nikita Dubrovsky
2020-09-28 14:14:00 -07:00
parent 77327d3244
commit 4816615af1

View File

@@ -44,7 +44,7 @@ import java.util.Set;
* provide consistent behavior for insertion of text.
*/
public class TextViewOnReceiveContentCallback implements OnReceiveContentCallback<TextView> {
private static final String LOG_TAG = "OnReceiveContentCallback";
private static final String LOG_TAG = "OnReceiveContent";
private static final Set<String> MIME_TYPES_ALL_TEXT = Collections.singleton("text/*");