Revert "Add debug log in InvariantDeviceProfile.minCellSize"
Revert submission 24736047-b/298077774_logs Reason for revert: b/298077774 Reverted changes: /q/submissionid:24736047-b/298077774_logs Change-Id: I2771484f3537380644c1e8b2d18485b360df5715
This commit is contained in:
committed by
Android (Google) Code Review
parent
2014f50515
commit
7ecd70cb0d
@@ -40,7 +40,6 @@ import android.graphics.Point;
|
||||
import android.graphics.PointF;
|
||||
import android.graphics.Rect;
|
||||
import android.util.DisplayMetrics;
|
||||
import android.util.Log;
|
||||
import android.util.SparseArray;
|
||||
import android.view.Surface;
|
||||
|
||||
@@ -364,12 +363,6 @@ public class DeviceProfile {
|
||||
mTypeIndex = INDEX_DEFAULT;
|
||||
}
|
||||
}
|
||||
if (InvariantDeviceProfile.sDebug) {
|
||||
Log.d("b/298077774",
|
||||
"DeviceProfile - mTypeIndex: " + mTypeIndex + ": " + dpPointFToString(
|
||||
"minCellSize",
|
||||
inv.minCellSize[mTypeIndex]));
|
||||
}
|
||||
|
||||
isTransientTaskbar = DisplayController.isTransientTaskbar(context);
|
||||
if (isTransientTaskbar) {
|
||||
|
||||
Reference in New Issue
Block a user