Add APIs to LoggingService to support logging Throwable objects, similar to the Android Log APIs:
https://developer.android.com/reference/android/util/Log#w(java.lang.String,%20java.lang.Throwable)
Currently, developers can use andriod.util.Log.getStackTraceString() and pass the result string in the log message.