Loading tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +2 −2 Original line number Diff line number Diff line Loading @@ -256,9 +256,9 @@ public final class LauncherInstrumentation { Closable addContextLayer(String piece) { mDiagnosticContext.addLast(piece); log("Added context: " + getContextDescription()); log("Entering context: " + piece); return () -> { log("Removing context: " + getContextDescription()); log("Leaving context: " + piece); mDiagnosticContext.removeLast(); }; } Loading Loading
tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +2 −2 Original line number Diff line number Diff line Loading @@ -256,9 +256,9 @@ public final class LauncherInstrumentation { Closable addContextLayer(String piece) { mDiagnosticContext.addLast(piece); log("Added context: " + getContextDescription()); log("Entering context: " + piece); return () -> { log("Removing context: " + getContextDescription()); log("Leaving context: " + piece); mDiagnosticContext.removeLast(); }; } Loading