Home
last modified time | relevance | path

Searched refs:mDumpheapThreshold (Results 1 – 1 of 1) sorted by relevance

/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DAuptTestRunner.java94 private long mDumpheapThreshold; field in AuptTestRunner
128 mDumpheapThreshold = parseLongParam("dumpheapThreshold", 200 * 1024 * 1024); in onCreate()
339 if (pss > mDumpheapThreshold && count < mMaxDumpheaps &&