You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, adb only collects data from Chrome using this adb shell am broadcast -a com.android.chrome.GPU_PROFILER_START -e categories "benchmark" -e continuous
This needs to be replaced with adb shell am broadcast -a com.android.org.chromium.action.PROFILE_START.package_name -e categories "benchmark" -e continuous "" to enable data collection from webviews also
The text was updated successfully, but these errors were encountered:
Currently, adb only collects data from Chrome using this
adb shell am broadcast -a com.android.chrome.GPU_PROFILER_START -e categories "benchmark" -e continuous
This needs to be replaced with
adb shell am broadcast -a com.android.org.chromium.action.PROFILE_START.package_name -e categories "benchmark" -e continuous ""
to enable data collection from webviews alsoThe text was updated successfully, but these errors were encountered: