commit | 25880968cbde25c9edb162c0d70d45dc75239456 | [log] [tgz] |
---|---|---|
author | Brad Fitzpatrick <bradfitz@android.com> | Mon Feb 22 15:17:49 2010 -0800 |
committer | Brad Fitzpatrick <bradfitz@android.com> | Mon Feb 22 15:17:49 2010 -0800 |
tree | d1ffd8aab7ba77a0138f29950b31d54fe6420ba0 | |
parent | b09cc2cde25d02f668b8bc2115a9479425f48703 [diff] |
Reduce SQLiteDatabase and ContentResolver EventLog logging thresholds. Turns out the database is used a ton, and not particularly quickly, so these were spamming the logs at their prior 100ms thresholds. Setting it to 500ms now. (still sub-sampled, so should be ~5x less spammy...)