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

Commit b118bd1c authored by Mike Cleron's avatar Mike Cleron Committed by Android Git Automerger
Browse files

am ad97c1b1: Merge "Remove MeasuredText debug messages" into honeycomb

* commit 'ad97c1b1':
  Remove MeasuredText debug messages
parents 238fb968 ad97c1b1
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ import android.util.Log;
 * @hide
 */
class MeasuredText {
    private static final boolean localLOGV = false;
    /* package */ CharSequence mText;
    /* package */ int mTextStart;
    /* package */ float[] mWidths;
@@ -58,7 +59,9 @@ class MeasuredText {
            }
        }
        mt = new MeasuredText();
        Log.e("MEAS", "new: " + mt);
        if (localLOGV) {
            Log.v("MEAS", "new: " + mt);
        }
        return mt;
    }