Shorten log tag.

Bug: 32437842
Test: manual
Change-Id: Id6f77a2dec30a4da695232d70e441398285f14d0
This commit is contained in:
Julia Reynolds
2016-11-28 13:50:22 -05:00
parent 4951f90efe
commit 7e1ffd737e

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 -