summaryrefslogtreecommitdiffstats
path: root/src_pd/com/google
diff options
context:
space:
mode:
authorAndy Huibers <andyhuibers@google.com>2014-03-05 11:36:26 -0800
committerAndy Huibers <andyhuibers@google.com>2014-03-05 12:25:05 -0800
commitf0a683470f46fcf0b74960b378002852a86e6b9c (patch)
tree1ae1d54cf29339dbafc19ddd020463282c6e5477 /src_pd/com/google
parent8c1f97010898020ef7776a91aa1e437ce621fedb (diff)
downloadandroid_packages_apps_Camera2-f0a683470f46fcf0b74960b378002852a86e6b9c.tar.gz
android_packages_apps_Camera2-f0a683470f46fcf0b74960b378002852a86e6b9c.tar.bz2
android_packages_apps_Camera2-f0a683470f46fcf0b74960b378002852a86e6b9c.zip
Add details open event to logs.
Change-Id: I6a468bcbb5dde0fb5703c629d0b305c0bc32f6cb
Diffstat (limited to 'src_pd/com/google')
-rw-r--r--src_pd/com/google/common/logging/eventprotos.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src_pd/com/google/common/logging/eventprotos.java b/src_pd/com/google/common/logging/eventprotos.java
index 009bfb7b6..97814a287 100644
--- a/src_pd/com/google/common/logging/eventprotos.java
+++ b/src_pd/com/google/common/logging/eventprotos.java
@@ -23,6 +23,7 @@ public class eventprotos {
public class InteractionType {
public static final int SHARE = 0;
public static final int DELETE = 0;
+ public static final int DETAILS = 0;
}
public class InteractionCause {