summaryrefslogtreecommitdiffstats
path: root/log
diff options
context:
space:
mode:
Diffstat (limited to 'log')
-rwxr-xr-xlog3
1 files changed, 3 insertions, 0 deletions
diff --git a/log b/log
new file mode 100755
index 0000000..799f764
--- /dev/null
+++ b/log
@@ -0,0 +1,3 @@
+#!/bin/sh
+package=$(xmllint --xpath "string(/manifest/@package)" AndroidManifest.xml)
+adb logcat -d -e "$package"