mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 15:56:49 +00:00
[Work profile][Test] Remove tracing logs for testWorkeduFlow
Bug: 159671700 Test: NA Change-Id: I097134c45155f0e65ef4376fab803796f3fdb12a
This commit is contained in:
@@ -262,8 +262,6 @@ public abstract class AbstractLauncherUiTest {
|
||||
if (userManager != null) {
|
||||
for (UserHandle userHandle : userManager.getUserProfiles()) {
|
||||
if (!userHandle.isSystem()) {
|
||||
Log.d(TestProtocol.WORK_PROFILE_REMOVED,
|
||||
"removing user " + userHandle.getIdentifier());
|
||||
mDevice.executeShellCommand("pm remove-user " + userHandle.getIdentifier());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user