Package 

Object FrescoSystrace


  • 
    public class FrescoSystrace
    
                        

    This is intended as a hook into android.os.Trace, but allows you to provide your own functionality. Use it as

    FrescoSystrace.beginSection("tag"); ... FrescoSystrace.endSection(); As a default, it simply calls android.os.Trace (see DefaultFrescoSystrace). You may supply your own with FrescoSystrace.provide.