File: run_sample-framework_with_logcat

package info (click to toggle)
cegui-mk2 0.8.7%2Bgit20220615-6
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 57,824 kB
  • sloc: cpp: 306,263; python: 1,175; ansic: 812; sh: 616; xml: 191; java: 162; makefile: 21
file content (7 lines) | stat: -rwxr-xr-x 310 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#!/usr/bin/env bash
myScriptsDir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
. "$myScriptsDir/sample-framework_common"
cd "$androidSampleFrameworkDir"
adb logcat -c
adb shell am start -a android.intent.action.MAIN -n sample_framework.cegui/.MainActivity
adb logcat CEGUIBase:V MainActivity:V DEBUG:I *:F