Android SDK ADT release 16.0.1
logcat: Improve auto scroll lock behavior. do not merge.

Setting up scroll lock automatically is broken due to the highly
platform dependent nature of the scroll bar events. This patch
improves the current situation significantly, but may not be the
last word on this subject.

This patch does the following:
1. Sets up auto scroll lock on Windows and Linux.
2. Removes auto scroll locking on Mac. Users have to manually
press the Pause Logcat button.
3. Renames the "Scroll to latest" button to "Pause Logcat" to
more accurately reflect what is happening.

(cherry picked from commit eae62907a30288c1c7b6b8ebb2c848c7394c9067)

Change-Id: Ia8169a4d2a2b0c9fff0f781dd68f46f02e63f3c3
3 files changed