A  B  C  F  G  I  L  M  P  S  T  U  V 

F

FLUSH_HANDLER_THREADS - enum entry in leakcanary.AndroidLeakFixes

HandlerThread instances keep local reference to their last handled message after recycling it. That message is obtained by a dialog which sets on an OnClickListener on it and then never recycles it, expecting it to be garbage collected but it ends up being held by the HandlerThread.

A  B  C  F  G  I  L  M  P  S  T  U  V