Remove spammy debug logging from MessageBubbleBackground.
Bug: 27363534 Change-Id: If8ff8bf0540f4e031a9092026adce8296ef4b6e1
This commit is contained in:
@@ -18,7 +18,6 @@ package com.android.settings.display;
|
|||||||
|
|
||||||
import android.content.Context;
|
import android.content.Context;
|
||||||
import android.util.AttributeSet;
|
import android.util.AttributeSet;
|
||||||
import android.util.Log;
|
|
||||||
import android.widget.LinearLayout;
|
import android.widget.LinearLayout;
|
||||||
|
|
||||||
import com.android.settings.R;
|
import com.android.settings.R;
|
||||||
@@ -44,8 +43,5 @@ public class MessageBubbleBackground extends LinearLayout {
|
|||||||
super.onMeasure(
|
super.onMeasure(
|
||||||
MeasureSpec.makeMeasureSpec(bubbleWidth + widthPadding, MeasureSpec.EXACTLY),
|
MeasureSpec.makeMeasureSpec(bubbleWidth + widthPadding, MeasureSpec.EXACTLY),
|
||||||
heightMeasureSpec);
|
heightMeasureSpec);
|
||||||
Log.w(this.getClass().getSimpleName(),
|
|
||||||
String.format("onMeasure called; width:%d, height:%d", this.getMeasuredWidth(),
|
|
||||||
this.getMeasuredHeight()));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user