diff options
author | Jeff Brown <jeffbrown@google.com> | 2015-06-10 22:12:54 -0700 |
---|---|---|
committer | Jeff Brown <jeffbrown@google.com> | 2015-06-11 18:53:14 -0700 |
commit | e97c9a244b71b6376003c377b56f7a86bcd0049f (patch) | |
tree | ef05b29509c0872d9f34b9db972d12ef4caad6a5 /tools/orientationplot/orientationplot.py | |
parent | 4039f6570cff0013d3986b522d43e6eab7cc28a6 (diff) |
Configure auto-rotation tilt tolerance in config.xml.
This allows for the thresholds to be tuned differently for different
products as needed.
Bug: 18276856
Change-Id: I6c87e683dea6a17cf606203a894c8419e20d3658
Diffstat (limited to 'tools/orientationplot/orientationplot.py')
-rwxr-xr-x | tools/orientationplot/orientationplot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/orientationplot/orientationplot.py b/tools/orientationplot/orientationplot.py index 6fc392275ffd..77ed07492f4f 100755 --- a/tools/orientationplot/orientationplot.py +++ b/tools/orientationplot/orientationplot.py @@ -440,7 +440,7 @@ class Plotter: # Notice print "Window Orientation Listener plotting tool" print "-----------------------------------------\n" -print "Please turn on the Window Orientation Listener logging in Development Settings." +print "Please turn on the Window Orientation Listener logging. See README.txt." # Start adb. print "Starting adb logcat.\n" |