Package dalvik.system

Interface CloseGuard.Reporter

Enclosing class:
CloseGuard

public static interface CloseGuard.Reporter
Interface to allow customization of reporting behavior.
  • Method Summary

    Modifier and Type Method Description
    void report​(String message, Throwable allocationSite)  
  • Method Details