endView abstract method

void endView(
  1. String name
)

Log the end of a view.

A matching call to startView must be made before ending the view.

Implementation

void endView(String name);