Files
frameworks_base/core/java/android
Brad Fitzpatrick 191cdf023c StrictMode: check max-offenses-per-loop earlier, before allocations
Previously a tight loop of StrictMode violations would still allocate
Exception objects and populate their stack frames, just to orphan them
later when checking the max-10-violations-per-loop constraint.

With this patch, we do that check _before_ allocating any memory.

Change-Id: Iae96aba33f8fcc6a8ec5838a231aecc08e95122d
2010-10-11 11:31:15 -07:00
..
2010-02-17 16:46:42 -08:00
2010-10-08 15:34:08 -07:00
2010-10-01 12:54:10 -07:00
2010-01-29 13:29:51 -08:00
2010-09-30 18:27:22 -07:00
2010-09-08 16:32:27 -07:00