mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 17:06:49 +00:00
Remove debug tracing checks to get logs beteween tests
Bug: 201305599 Test: Presubmit Change-Id: Iab4430f88a2cac97a056486edd97895bc30a03b1
This commit is contained in:
@@ -207,10 +207,8 @@ public class TaskbarManager implements DisplayController.DisplayInfoChangeListen
|
||||
}
|
||||
|
||||
private void recreateTaskbar() {
|
||||
if (TestProtocol.sDebugTracing) {
|
||||
Log.e(TASKBAR_WINDOW_CRASH, "Recreating taskbar: mTaskbarActivityContext="
|
||||
+ mTaskbarActivityContext);
|
||||
}
|
||||
Log.d(TASKBAR_WINDOW_CRASH, "Recreating taskbar: mTaskbarActivityContext="
|
||||
+ mTaskbarActivityContext);
|
||||
destroyExistingTaskbar();
|
||||
|
||||
DeviceProfile dp =
|
||||
@@ -233,9 +231,7 @@ public class TaskbarManager implements DisplayController.DisplayInfoChangeListen
|
||||
mTaskbarActivityContext.setUIController(
|
||||
createTaskbarUIControllerForActivity(mActivity));
|
||||
}
|
||||
if (TestProtocol.sDebugTracing) {
|
||||
Log.e(TASKBAR_WINDOW_CRASH, "Finished recreating taskbar");
|
||||
}
|
||||
Log.d(TASKBAR_WINDOW_CRASH, "Finished recreating taskbar");
|
||||
}
|
||||
|
||||
public void onSystemUiFlagsChanged(int systemUiStateFlags) {
|
||||
|
||||
Reference in New Issue
Block a user