History log of /frameworks/base/cmds/screenshot/screenshot.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3762c311729fe9f3af085c14c5c1fb471d994c03 06-Jan-2012 Steve Block <steveblock@google.com> Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE

See https://android-git.corp.google.com/g/#/c/157220

Bug: 5449033
Change-Id: Ic9c19d30693bd56755f55906127cd6bd7126096c
/frameworks/base/cmds/screenshot/screenshot.c
e9ddcba348ee45fe000d84efaad98484db032926 20-Aug-2010 Daniel Sandler <dsandler@google.com> screenshot command: sound effect, filename incrementing

Change-Id: I0302cda9791f14c23936dbdcce8a70711f65e07d
/frameworks/base/cmds/screenshot/screenshot.c
27e1a79bf7622f43803ca7e4635b1ac90b44b9bd 27-Jul-2010 Daniel Sandler <dsandler@google.com> On-device screenshot support.

This comes in the form of a command, `screenshot`, which
will read /dev/graphics/fb0 (in a manner very similar to
adb's framebuffer_service) and write to the specified PNG
file.

Additionally, dumpstate now accepts a -p flag (mnemonic:
"picture" or "png") that, when specified, will cause a
screenshot to be captured in the same directory as the
bugreport.

Future work: invoke `dumpstate -p` when the bugreport
keychord is pressed, giving users a convenient way to attach
screenshots to bug reports (or simply take screenshots at
all without developer tools).

Bug: 2216571 (and probably plenty of others)
Change-Id: I36afbc55a0308a7bc01112ef39c4c62777efb203
/frameworks/base/cmds/screenshot/screenshot.c