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

Commit 943a8fd9 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Log bubble package when available" into sc-dev am: 80f96120

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13441716

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I385bf524f2cc554c182662418d483431fcabcbe6
parents 2c8858ba 80f96120
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -2733,9 +2733,13 @@ public class BubbleStackView extends FrameLayout
     * @param action the user interaction enum.
     */
    private void logBubbleEvent(@Nullable BubbleViewProvider provider, int action) {
        final String packageName =
                (provider != null && provider instanceof Bubble)
                    ? ((Bubble) provider).getPackageName()
                    : "null";
        mBubbleData.logBubbleEvent(provider,
                action,
                mContext.getApplicationInfo().packageName,
                packageName,
                getBubbleCount(),
                getBubbleIndex(provider),
                getNormalizedXPosition(),