Package com.flashphoner.fpwcsapi.util
Class AppRTCUtils
java.lang.Object
com.flashphoner.fpwcsapi.util.AppRTCUtils
AppRTCUtils provides helper functions for managing thread safety.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidassertIsTrue(boolean condition) Helper method which throws an exception when an assertion has failed.static StringHelper method for building a string of thread information.static voidlogDeviceInfo(String tag) Information about the current build, taken from system properties.
-
Method Details
-
assertIsTrue
public static void assertIsTrue(boolean condition) Helper method which throws an exception when an assertion has failed. -
getThreadInfo
Helper method for building a string of thread information. -
logDeviceInfo
Information about the current build, taken from system properties.
-