Fix argument order in Sharesheet Started logging

Argument order for westworld logging number of direct and app targets
provided by the app got turned around in the function call. Fixing the
order by moving the lines

Bug: 162982477
Test: manual
Change-Id: I23d0d2861c169b8e6eb26ce3040913db42f3e01f
This commit is contained in:
Susi Kharraz-Post
2020-08-06 15:08:31 -04:00
parent 6fd5ba3a44
commit 6eb59aa87e

View File

@@ -784,8 +784,8 @@ public class ChooserActivity extends ResolverActivity implements
FrameworkStatsLog.SHARESHEET_STARTED,
getReferrerPackageName(),
target.getType(),
initialIntents == null ? 0 : initialIntents.length,
mCallerChooserTargets == null ? 0 : mCallerChooserTargets.length,
initialIntents == null ? 0 : initialIntents.length,
isWorkProfile(),
findPreferredContentPreview(getTargetIntent(), getContentResolver()),
target.getAction()