Home
last modified time | relevance | path

Searched refs:sw (Results 1 – 1 of 1) sorted by relevance

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DBusinessLogic.java145 StringWriter sw = new StringWriter(); in throwAggregatedException() local
146 re.printStackTrace(new PrintWriter(sw)); in throwAggregatedException()
147 msg.append(String.format("\nStack Trace: %s", sw.toString())); in throwAggregatedException()