Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3550f03c authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Adding debug tracing for b/262282528" into udc-dev am: 25e94ccb am: 8f9cc842

parents 25470d0a 8f9cc842
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -153,6 +153,11 @@ public class TaskbarDragController extends DragController<BaseTaskbarContext> im
            return false;
        }
        TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "onTaskbarItemLongClick");
        if (TestProtocol.sDebugTracing) {
            Log.d(TestProtocol.TWO_TASKBAR_LONG_CLICKS,
                    "TaskbarDragController.startDragOnLongClick",
                    new Throwable());
        }
        BubbleTextView btv = (BubbleTextView) view;
        mActivity.onDragStart();
        btv.post(() -> {
+1 −0
Original line number Diff line number Diff line
@@ -155,6 +155,7 @@ public final class TestProtocol {
    public static final String PERMANENT_DIAG_TAG = "TaplTarget";
    public static final String VIEW_AND_ACTIVITY_LEAKS = "b/260260325";
    public static final String WORK_TAB_MISSING = "b/243688989";
    public static final String TWO_TASKBAR_LONG_CLICKS = "b/262282528";

    public static final String REQUEST_EMULATE_DISPLAY = "emulate-display";
    public static final String REQUEST_STOP_EMULATE_DISPLAY = "stop-emulate-display";