Skip to content

Commit 12c054f

Browse files
committed
Added comment about flush messages
1 parent 470818c commit 12c054f

File tree

1 file changed

+1
-0
lines changed
  • Release/tests/common/TestRunner/vs14.android/TestRunner.android.NativeActivity

1 file changed

+1
-0
lines changed

Release/tests/common/TestRunner/vs14.android/TestRunner.android.NativeActivity/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ struct MyTestReporter : UnitTest::TestReporter {
250250
std::stringstream ss;
251251
ss << "Tests complete. Total: " << totalTestCount << ", Failed: " << failedTestCount << ", Time: " << secondsElapsed;
252252
printLn(ss.str());
253+
// Print a bunch of messages to defeat any batching that may be applied by adb or logcat
253254
printLn("--- Flush buffer ---");
254255
printLn("--- Flush buffer ---");
255256
printLn("--- Flush buffer ---");

0 commit comments

Comments
 (0)