GlideTrace

class GlideTrace

Systracing utilities for Glide.

Functions

Link copied to clipboard
open fun beginSection(tag: String)
Link copied to clipboard
open fun beginSectionAsync(tag: String): Int
Link copied to clipboard
open fun beginSectionFormat(format: String, arg1: Any)
open fun beginSectionFormat(    format: String,     arg1: Any,     arg2: Any)
open fun beginSectionFormat(    format: String,     arg1: Any,     arg2: Any,     arg3: Any)
Link copied to clipboard
open fun endSection()
Link copied to clipboard
open fun endSectionAsync(tag: String, cookie: Int)