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

Commit 97d88927 authored by David Brown's avatar David Brown Committed by Android Git Automerger
Browse files

am e3c50a54: am cebe5b2e: Merge "Reduce CallerInfoAsyncQuery logging in user...

am e3c50a54: am cebe5b2e: Merge "Reduce CallerInfoAsyncQuery logging in user builds (STOPSHIP cleanup)" into gingerbread

Merge commit 'e3c50a54'

* commit 'e3c50a54':
  Reduce CallerInfoAsyncQuery logging in user builds (STOPSHIP cleanup)
parents fb8058e9 e3c50a54
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ import android.net.Uri;
import android.os.Handler;
import android.os.Looper;
import android.os.Message;
import android.os.SystemProperties;
import android.provider.ContactsContract.CommonDataKinds.SipAddress;
import android.provider.ContactsContract.Data;
import android.provider.ContactsContract.PhoneLookup;
@@ -37,8 +38,7 @@ import android.util.Log;
 */

public class CallerInfoAsyncQuery {

    private static final boolean DBG = true; // STOPSHIP: disable debugging before ship
    private static final boolean DBG = (SystemProperties.getInt("ro.debuggable", 0) == 1);
    private static final String LOG_TAG = "CallerInfoAsyncQuery";

    private static final int EVENT_NEW_QUERY = 1;