Shorten log tag.
Bug: 32437842 Test: manual Change-Id: Id6f77a2dec30a4da695232d70e441398285f14d0
This commit is contained in:
@@ -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 -
|
||||
|
||||
Reference in New Issue
Block a user