summaryrefslogtreecommitdiffstats
path: root/src_pd
diff options
context:
space:
mode:
authorAndy Huibers <andyhuibers@google.com>2015-02-24 13:07:49 -0800
committerAndy Huibers <andyhuibers@google.com>2015-02-24 16:57:06 -0800
commit9b2e78294a9dc91e871b8363e521250efbc3a20a (patch)
tree0c3e7915a4164a27a2fc757f97fb9801c7471f28 /src_pd
parent10036f046819f3ce527eb9fad5133c2c2b3c16bc (diff)
downloadandroid_packages_apps_Camera2-9b2e78294a9dc91e871b8363e521250efbc3a20a.tar.gz
android_packages_apps_Camera2-9b2e78294a9dc91e871b8363e521250efbc3a20a.tar.bz2
android_packages_apps_Camera2-9b2e78294a9dc91e871b8363e521250efbc3a20a.zip
Log API2 preview repeat failures.
Bug: 19061883 Change-Id: I45a361169e27bc22b5fe36f5d54810fe2abcf6e5
Diffstat (limited to 'src_pd')
-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 292d2a6e4..7b0450588 100644
--- a/src_pd/com/google/common/logging/eventprotos.java
+++ b/src_pd/com/google/common/logging/eventprotos.java
@@ -51,6 +51,7 @@ public class eventprotos {
public class CameraFailure {
public class FailureReason {
+ public static final int UNKNOWN_REASON = 10000;
public static final int SECURITY = 10000;
public static final int OPEN_FAILURE = 10000;
public static final int RECONNECT_FAILURE = 10000;