summaryrefslogtreecommitdiffstats
path: root/src_pd
diff options
context:
space:
mode:
authorAndy Huibers <andyhuibers@google.com>2014-07-31 11:10:24 -0700
committerAndy Huibers <andyhuibers@google.com>2014-07-31 11:10:24 -0700
commit9a9a1086c10ea39ae9a2a5bdeeb600c2d7f940b6 (patch)
tree819afeef73f15cede83e39bce27fe5270c108133 /src_pd
parent00d8bbc97d970db9604474210554caa18935c7eb (diff)
downloadandroid_packages_apps_Camera2-9a9a1086c10ea39ae9a2a5bdeeb600c2d7f940b6.tar.gz
android_packages_apps_Camera2-9a9a1086c10ea39ae9a2a5bdeeb600c2d7f940b6.tar.bz2
android_packages_apps_Camera2-9a9a1086c10ea39ae9a2a5bdeeb600c2d7f940b6.zip
Improved logging of foreground source type.
Change-Id: I6fdd5a52ec136f76352e006a8e95e88aac0ac1af
Diffstat (limited to 'src_pd')
-rw-r--r--src_pd/com/google/common/logging/eventprotos.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src_pd/com/google/common/logging/eventprotos.java b/src_pd/com/google/common/logging/eventprotos.java
index 07880218c..afb7eb3b4 100644
--- a/src_pd/com/google/common/logging/eventprotos.java
+++ b/src_pd/com/google/common/logging/eventprotos.java
@@ -64,6 +64,9 @@ public class eventprotos {
public static final int ACTION_IMAGE_CAPTURE_SECURE = 10000;
public static final int ACTION_VIDEO_CAPTURE = 10000;
public static final int ACTION_MAIN = 10000;
+ public static final int ACTION_STILL_IMAGE_CAMERA_SECURE = 10000;
+ public static final int ACTION_VIDEO_CAMERA = 10000;
+ public static final int ACTION_STILL_IMAGE_CAMERA = 10000;
}
}