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

Commit 0bba6a79 authored by Winson Chung's avatar Winson Chung
Browse files

Reduce some logging from previous CL

Bug: 185820525
Test: Presubmit
Change-Id: I38a1da163eedf5f07bd507674ecb8661e8649d23
parent 8e64bba9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -578,7 +578,7 @@ public class InvariantDeviceProfile {
    public DeviceProfile getDeviceProfile(Context context) {
        if (TestProtocol.sDebugTracing) {
            Log.d(TestProtocol.LAUNCHER_NOT_TRANSPOSED, "getDeviceProfile: orientation="
                    + context.getResources().getConfiguration().orientation, new Throwable());
                    + context.getResources().getConfiguration().orientation);
        }
        return context.getResources().getConfiguration().orientation
                == Configuration.ORIENTATION_LANDSCAPE ? landscapeProfile : portraitProfile;