Merge "Shorten log tag."
This commit is contained in:
committed by
Android (Google) Code Review
commit
d8d70fafb1
@@ -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