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

Commit 3973b1a7 authored by Joe Onorato's avatar Joe Onorato
Browse files

Turn down the logging a little bit.

Change-Id: I810b9bd58412d2b38d8ce4497baa71047125b92f
parent 1e55375c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ import java.util.List;
 */
public class VoiceInteractionManagerService extends SystemService {
    static final String TAG = "VoiceInteractionManagerService";
    static final boolean DEBUG = true;
    static final boolean DEBUG = false;

    final Context mContext;
    final ContentResolver mResolver;