TimingLogger.DumpToLog Method

Definition

Dumps the timings to the log using Log.

[Android.Runtime.Register("dumpToLog", "()V", "GetDumpToLogHandler")]
public virtual void DumpToLog ();
[<Android.Runtime.Register("dumpToLog", "()V", "GetDumpToLogHandler")>]
abstract member DumpToLog : unit -> unit
override this.DumpToLog : unit -> unit
Attributes

Remarks

Dumps the timings to the log using Log.d(). If Log.isLoggable was not enabled to at least the Log.VERBOSE for the specified tag at construction or reset() time then this call does nothing.

Java documentation for android.util.TimingLogger.dumpToLog().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to