What is HandlerLeak?

ADT lint checker says:

This handler class must be static or a leak may occur.

What is the meaning of a leak handler?

+5
source share
1 answer

from http://tools.android.com/tips/lint-checks

Handlerleak

Summary Ensures that Handler classes do not support reference to an external class

Priority: 4/10 Severity: Warning Category: Productivity

Android Handler . MessageQueue Handler. , . , WeakReference .

+8

All Articles