Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8d70faf authored by Julia Reynolds's avatar Julia Reynolds Committed by Android (Google) Code Review
Browse files

Merge "Shorten log tag."

parents 003a827b 7e1ffd73
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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 -