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