startView abstract method

void startView(
  1. String name
)

Log the start of a view.

A matching call to endView must be made.

Implementation

void startView(String name);