devtools_integration library

The library should be used by DevTools to analyse the collected leaks.

Should not be used in the application itself.

Classes

ContextKeys
EventFromApp<T extends Object>
LeakProvider
LeakReport
Leak information, passed from application to DevTools and than extended by DevTools after deeper analysis.
Leaks
Detailed information about found leaks.
LeakSummary
Statistical information about found leaks.
LeakTrackingStarted
LeakTrackingTurnedOffError
RequestForLeakDetails
RequestToApp<T extends Object>
ResponseFromApp<T extends Object>
UnexpectedError
UnexpectedRequestTypeError

Enums

LeakType

Constants

appLeakTrackerProtocolVersion → const String
Version of protocol, executed by the application.
memoryLeakTrackingExtensionName → const String
Name of extension to integrate the leak_tracker with DevTools.