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

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

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

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

Merge commit 'cebe5b2e' into gingerbread-plus-aosp

* commit 'cebe5b2e':
  Reduce CallerInfoAsyncQuery logging in user builds (STOPSHIP cleanup)
parents d9fdcfda cebe5b2e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,6 +24,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;
@@ -36,8 +37,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;