Merge "Disable verbose RingtonePlayer debugging." into jb-dev

This commit is contained in:
Jeff Sharkey
2012-05-15 12:43:48 -07:00
committed by Android (Google) Code Review

View File

@@ -41,7 +41,7 @@ import java.util.HashMap;
*/
public class RingtonePlayer extends SystemUI {
private static final String TAG = "RingtonePlayer";
private static final boolean LOGD = true;
private static final boolean LOGD = false;
// TODO: support Uri switching under same IBinder