uninstallAndGet

@JvmStatic
fun uninstallAndGet(uid: String): Log?(source)

Uninstall a Log instance and return it.

Return

The Log instance with a Log.uid matching the one provided, or null if none were installed.

Parameters

uid

The Log.uid of the instance to uninstall.

See also