commit | dc0f3978e7e1541a57da609260c42528da260b81 | [log] [tgz] |
---|---|---|
author | Winson Chung <winsonc@google.com> | Tue Apr 20 18:18:51 2021 -0700 |
committer | Winson Chung <winsonc@google.com> | Tue Apr 20 18:18:51 2021 -0700 |
tree | e3765a8622e78e29ad520454c377c35c074c1c9d | |
parent | 0bba6a79fcad8cbe46b8cd625c9d6cc56279e27e [diff] [blame] |
Logging config changes as well Reduce some logging from previous CL Bug: 185820525 Test: Presubmit Change-Id: I69baed7b819b529db30a65cb39a80fb310d76243
diff --git a/src/com/android/launcher3/InvariantDeviceProfile.java b/src/com/android/launcher3/InvariantDeviceProfile.java index 27e2995..61023be 100644 --- a/src/com/android/launcher3/InvariantDeviceProfile.java +++ b/src/com/android/launcher3/InvariantDeviceProfile.java
@@ -394,6 +394,9 @@ } private void onConfigChanged(Context context) { + if (TestProtocol.sDebugTracing) { + Log.d(TestProtocol.LAUNCHER_NOT_TRANSPOSED, "IDP.onConfigChanged"); + } // Config changes, what shall we do? InvariantDeviceProfile oldProfile = new InvariantDeviceProfile(this);