HomeSort by relevance Sort by last modified time
    Searched refs:EmptyDumpException (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/deep_memory_profiler/lib/
exceptions.py 5 class EmptyDumpException(Exception):
dump.py 13 from lib.exceptions import EmptyDumpException, InvalidDumpException
167 except EmptyDumpException:
190 raise EmptyDumpException('Empty heap dump file.')

Completed in 66 milliseconds