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

Commit 80f96120 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Log bubble package when available" into sc-dev

parents a7165e25 be4e9a68
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(),