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 void
assertIsTrue
(boolean condition) Helper method which throws an exception when an assertion has failed.static String
Helper method for building a string of thread information.static void
logDeviceInfo
(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.
-