Haven't worked on the support for 'extended' modes of operation, but I've incorporated other things mentioned.
- the model is obtained via adb
- the resolution is guessed using mouse.screen_size()
- the log lines being considered start at the most recent using -T 1
- scaling(?) factors have been introduced that incorporate device and host resolutions
- the CPU usage has been reduced by sleeping
- code has more structure and commenting
- profiling (via yappi) has been added but disabled to not burden folks with additional requirements
|