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

Commit afe55a5c authored by Paul McLean's avatar Paul McLean
Browse files

Turning off logging in ALSA device connection routines.

bug: 21298614
Change-Id: Ia88393698072af8f7c101382f180192646bf713e
parent 19877fa5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ import java.util.ArrayList;
 */
public class AlsaCardsParser {
    private static final String TAG = "AlsaCardsParser";
    protected static final boolean DEBUG = true;
    protected static final boolean DEBUG = false;

    private static final String kCardsFilePath = "/proc/asound/cards";

+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ import java.util.ArrayList;
 */
public final class UsbAlsaManager {
    private static final String TAG = UsbAlsaManager.class.getSimpleName();
    private static final boolean DEBUG = true;
    private static final boolean DEBUG = false;

    private static final String ALSA_DIRECTORY = "/dev/snd/";