Skip to content
Commit d3c72db3 authored by Mathieu Chartier's avatar Mathieu Chartier
Browse files

Avoid preloading classes for boot image profiling

Since the clinits may execute methods, we should avoid preloading
classes to avoid executing methods that may not be required. These
samples could cause inaccuracy in the boot image profile.

Test: manual: adb logcat | grep preloadClasses
Bug: 139883463

Change-Id: I5b4568a477724606105196cba010109f80eecec1
parent 0ac7e561
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment