summaryrefslogtreecommitdiffstats
path: root/tools/orientationplot/README.txt
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2012-05-07 18:30:18 -0700
committerJeff Brown <jeffbrown@google.com>2012-05-07 18:30:18 -0700
commitdaf5d894ef71c5674e83b11de8b408e3bdabe4c7 (patch)
tree37ab29946003c4d6b13d5f261c06f0737485241f /tools/orientationplot/README.txt
parent59bbef0cd781f4933fd8a0a85b6067f36e529e02 (diff)
downloadframeworks_base-daf5d894ef71c5674e83b11de8b408e3bdabe4c7.zip
frameworks_base-daf5d894ef71c5674e83b11de8b408e3bdabe4c7.tar.gz
frameworks_base-daf5d894ef71c5674e83b11de8b408e3bdabe4c7.tar.bz2
Small tweaks to orientation.
Improved threshold for detecting external acceleration. Bug: 5976859 Change-Id: Iaf2298fba8eda72d1cacbb2f3aea72f460a9262f
Diffstat (limited to 'tools/orientationplot/README.txt')
-rw-r--r--tools/orientationplot/README.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/orientationplot/README.txt b/tools/orientationplot/README.txt
index 0143510..d53f65e 100644
--- a/tools/orientationplot/README.txt
+++ b/tools/orientationplot/README.txt
@@ -16,15 +16,15 @@ USAGE
The tool works by scaping the debug log output from WindowOrientationListener
for interesting data and then plotting it.
-1. Enable the Window Orientation Listener debugging data log using the
- Development Settings in the Dev Tools application (Development.apk).
-
-2. Plug in the device. Ensure that it is the only device plugged in
+1. Plug in the device. Ensure that it is the only device plugged in
since this script is of very little brain and will get confused otherwise.
-3. Run "orientationplot.py".
+2. Enable the Window Orientation Listener debugging data log.
+ adb shell setprop debug.orientation.log true
+ adb shell stop
+ adb shell start
-4. When finished, remember to disable the debug log output since it is quite verbose!
+3. Run "orientationplot.py".
WHAT IT ALL MEANS