blob: 40beb5b4d517250e10b294c1a4f829fe3b71eabb [file] [log] [blame]
Jiyong Parke0319942018-01-15 21:14:53 +09001#!/bin/bash
2adb root
3adb remount
4adb sync
5adb shell stop
6adb shell start
7sleep 5 # wait until device reboots
8adb logcat -c;
9adb shell am start -n android.test.app.system/android.test.app.TestActivity
10adb shell am start -n android.test.app.vendor/android.test.app.TestActivity
11adb logcat | grep android.test.app