Package com.bumptech.glide.util.pool
Class GlideTrace
java.lang.Object
com.bumptech.glide.util.pool.GlideTrace
Systracing utilities for Glide.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidbeginSection(String tag) static intbeginSectionAsync(String tag) static voidbeginSectionFormat(String format, Object arg1) static voidbeginSectionFormat(String format, Object arg1, Object arg2) static voidbeginSectionFormat(String format, Object arg1, Object arg2, Object arg3) static voidstatic voidendSectionAsync(String tag, int cookie)
-
Method Details
-
beginSection
-
beginSectionFormat
-
beginSectionFormat
-
beginSectionFormat
-
beginSectionAsync
-
endSectionAsync
-
endSection
public static void endSection()
-