Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable AndroidTracingProbe to work for Cordova Apps also #14

Open
axemclion opened this issue Aug 21, 2014 · 0 comments
Open

Enable AndroidTracingProbe to work for Cordova Apps also #14

axemclion opened this issue Aug 21, 2014 · 0 comments

Comments

@axemclion
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant