NO_VIEW_RECYCLING
public static final int NO_VIEW_RECYCLING
Keep calling unmount, but do not put Views into the recycle pool. This is to test the
hypothesis that the crashes are more related to holding onto Views longer rather than the
actual re-use of them. If we see crashes decrease in this variant but not in the
NO_VIEW_REUSE variant, this would be indicative of just holding onto views being the problem.