Add instrumentation to the Android resource extraction.
The instrumentation uses android.os.Trace instead of the more common org.chromium.base.TraceEvent as the resource extraction is typically done before the native library initialization, so TraceEvent calls are dropped (per TraceEvent documentation). BUG=445718 Review URL: https://codereview.chromium.org/805693003 Cr-Commit-Position: refs/heads/master@{#310772}
Showing
Please register or sign in to comment