xref: /aosp12/art/libnativeloader/test/runtest.sh
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/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
12

闽ICP备2022004144号-1闽公网安备35021102001383号

OpenHarmony source code served by {OpenGrok Contact:jevonbin@qq.com