Adding assets folder, start logcat output from command line
diff --git a/tests/run_tests.sh b/tests/run_tests.sh
index 4edf4fc..4daa56b 100755
--- a/tests/run_tests.sh
+++ b/tests/run_tests.sh
@@ -126,4 +126,7 @@
 popd
 
 echo "Starting app - Check your device for test results"
-adb shell am start ${TEST_RUNNER_PACKAGE_NAME}/.MainActivity 
\ No newline at end of file
+adb shell am start ${TEST_RUNNER_PACKAGE_NAME}/.MainActivity 
+
+sleep 1
+adb logcat --pid=`adb shell pidof -s ${TEST_RUNNER_PACKAGE_NAME}`
\ No newline at end of file