We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 470818c commit 12c054fCopy full SHA for 12c054f
Release/tests/common/TestRunner/vs14.android/TestRunner.android.NativeActivity/main.cpp
@@ -250,6 +250,7 @@ struct MyTestReporter : UnitTest::TestReporter {
250
std::stringstream ss;
251
ss << "Tests complete. Total: " << totalTestCount << ", Failed: " << failedTestCount << ", Time: " << secondsElapsed;
252
printLn(ss.str());
253
+ // Print a bunch of messages to defeat any batching that may be applied by adb or logcat
254
printLn("--- Flush buffer ---");
255
256
0 commit comments