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

Commit a7f8f163 authored by Dan Pasanen's avatar Dan Pasanen
Browse files

Avrcp: disable debugging

* Please stop spamming my logs. Thanks.

Change-Id: I292160c2fe147c193df20bd960ef072a76ddc0a8
parent b29da02e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ import java.util.TreeMap;
 ******************************************************************************/

public final class Avrcp {
    private static final boolean DEBUG = true;
    private static final boolean DEBUG = false;
    private static final String TAG = "Avrcp";
    private static final String ABSOLUTE_VOLUME_BLACKLIST = "absolute_volume_blacklist";