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

Commit 241b4c74 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 3149 into donut

* changes:
  Turn off verbose logging in SearchableInfo, which seems to have been left on by accident.
parents 3250fa73 0f7e914e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ import java.util.HashMap;
public final class SearchableInfo implements Parcelable {

    // general debugging support
    private static final boolean DBG = true;
    private static final boolean DBG = false;
    private static final String LOG_TAG = "SearchableInfo";

    // static strings used for XML lookups.