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:
Paul McLean
2015-05-19 18:34:54 +00:00
committed by Android Git Automerger
2 changed files with 2 additions and 2 deletions

View File

@@ -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";

View File

@@ -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/";