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

Commit 6548c73d authored by Paul McLean's avatar Paul McLean Committed by Android Git Automerger
Browse files

am 4084a917: am 6f421764: Merge "Turning off logging in ALSA device connection...

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

* commit '4084a917':
  Turning off logging in ALSA device connection routines.
parents 88b9c831 4084a917
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/";