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

Commit f473e42f authored by Song Hu's avatar Song Hu
Browse files

Add logging on sharesheet displayList to help investigate issue that icons launch

different apps unexpectedly.

Bug: 158172791
Test: manual test on the phone
Change-Id: I003b83f6a76dca2f97cfd43b2f265ad572f0e5c5
parent a0d33955
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -427,6 +427,8 @@ public class ResolverListAdapter extends BaseAdapter {
                && dri.getResolveInfo().targetUserId == UserHandle.USER_CURRENT) {
            if (shouldAddResolveInfo(dri)) {
                mDisplayList.add(dri);
                Log.i(TAG, "Add DisplayResolveInfo component: " + dri.getResolvedComponentName()
                        + ", intent component: " + dri.getResolvedIntent().getComponent());
            }
        }
    }