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

Commit 56403b20 authored by vadimt's avatar vadimt Committed by android-build-merger
Browse files

Merge "Unconditionally logging RemoteActionShortcut events" into ub-launcher3-qt-qpr1-dev

am: 40d1a2d7

Change-Id: I0ccab4714494181899973ac7988b6b69a67c404e
parents 559dd806 40d1a2d7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -29,11 +29,12 @@ import com.android.launcher3.AbstractFloatingView;
import com.android.launcher3.BaseDraggingActivity;
import com.android.launcher3.ItemInfo;
import com.android.launcher3.R;
import com.android.launcher3.Utilities;
import com.android.launcher3.userevent.nano.LauncherLogProto;

public class RemoteActionShortcut extends SystemShortcut<BaseDraggingActivity> {
    private static final String TAG = "RemoteActionShortcut";
    private static final boolean DEBUG = false;
    private static final boolean DEBUG = Utilities.IS_DEBUG_DEVICE;

    private final RemoteAction mAction;