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

Commit 43fe8a76 authored by Paul McLean's avatar Paul McLean Committed by Android Git Automerger
Browse files

am 6f421764: Merge "Turning off logging in ALSA device connection routines." into mnc-dev

* commit '6f421764':
  Turning off logging in ALSA device connection routines.
parents 3502fe2d 6f421764
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/";