am 6f421764: Merge "Turning off logging in ALSA device connection routines." into mnc-dev
* commit '6f421764fe5b9b7eafcdd413e5bb9aa25b4b7f76': Turning off logging in ALSA device connection routines.
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
@@ -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/";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user