Merge "Shorten log tag."

This commit is contained in:
Julia Reynolds
2016-11-30 15:00:50 +00:00
committed by Android (Google) Code Review

View File

@@ -78,9 +78,7 @@ import java.util.List;
*/
public abstract class NotificationListenerService extends Service {
// TAG = "NotificationListenerService[MySubclass]"
private final String TAG = NotificationListenerService.class.getSimpleName()
+ "[" + getClass().getSimpleName() + "]";
private final String TAG = getClass().getSimpleName();
/**
* {@link #getCurrentInterruptionFilter() Interruption filter} constant -