OSDN Git Service

Log capture session canceled events.
authorPaul Rohde <codelogic@google.com>
Wed, 27 May 2015 22:14:59 +0000 (15:14 -0700)
committerPaul Rohde <codelogic@google.com>
Wed, 27 May 2015 22:14:59 +0000 (15:14 -0700)
commit646e84f85a3f463ce094ad5a9caca261277f0d0e
tree71e2e6d63925b3ae7d65ed2952457926ff09669e
parent76ab7148d30b5eab605f3448ac4ff1613f2f019d
Log capture session canceled events.

This will handle the edgecase where capture sessions may be
canceled inbetween the time the button is pressed and the capture
actually starts so that it is possible to subtract these cases
out of the unsaved image data.

Bug: 21169512
Change-Id: Ie226d81bb10acd90dc1297230d4b024b7cd2d4d6
src/com/android/camera/CaptureModule.java
src/com/android/camera/session/CaptureSession.java
src/com/android/camera/session/CaptureSessionImpl.java
src_pd/com/android/camera/stats/CaptureStats.java