OSDN Git Service

Enable benchmark after trim, when requested.
authorJeff Sharkey <jsharkey@android.com>
Wed, 9 Sep 2015 21:55:45 +0000 (14:55 -0700)
committerJeff Sharkey <jsharkey@android.com>
Wed, 9 Sep 2015 21:55:45 +0000 (14:55 -0700)
commit1a20a6487faad2869eaec962e4373402aa7461b3
treebbb303aa1ca41bff427ef5bfe194eaedc11199c9
parent480fcd2750c1d30f3397d1f3152519a11f60990b
Enable benchmark after trim, when requested.

The framework can request that a benchmark be run after an fstrim,
but it was disabled due to a kernel bug on certain devices.  That bug
has long been fixed, so it should be safe to enable this again.

Bug: 23942769
Change-Id: Ibe967a75856d0cbad45e2f8f3120f1970caf36d0
TrimTask.cpp