Class ATrace

java.lang.Object
com.banuba.sdk.utils.ATrace
All Implemented Interfaces:
java.lang.AutoCloseable

public final class ATrace
extends java.lang.Object
implements java.lang.AutoCloseable
Prefer 'try with resource' pattern when using this class
  • Constructor Summary

    Constructors
    Constructor Description
    ATrace​(java.lang.String name)  
  • Method Summary

    Modifier and Type Method Description
    void close()  
    static void setPrintToLogcat​(boolean print)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ATrace

      public ATrace​(java.lang.String name)
  • Method Details

    • setPrintToLogcat

      public static void setPrintToLogcat​(boolean print)
    • close

      public void close()
      Specified by:
      close in interface java.lang.AutoCloseable