TracingControllerBoundaryInterface

interface TracingControllerBoundaryInterface


Boundary interface for TracingController.

Summary

Public functions

Boolean
Unit
start(
    predefinedCategories: Int,
    customIncludedCategories: Collection<String?>?,
    mode: Int
)
Boolean
stop(outputStream: OutputStream?, executor: Executor?)

Public functions

isTracing

fun isTracing(): Boolean

start

fun start(
    predefinedCategories: Int,
    customIncludedCategories: Collection<String?>?,
    mode: Int
): Unit

stop

fun stop(outputStream: OutputStream?, executor: Executor?): Boolean