summaryrefslogtreecommitdiff
path: root/src/main/java/com/android/vts/entity/ProfilingPointEntity.java
diff options
context:
space:
mode:
authorYoung Gyu Park <younggyu@google.com>2018-12-21 13:42:01 -0800
committerandroid-build-merger <android-build-merger@google.com>2018-12-21 13:42:01 -0800
commite95890ae1be4e872149e86c2e6f35f10f9985458 (patch)
tree41f3e135b9d6bc51cb848251605a9e03a3f7ddc5 /src/main/java/com/android/vts/entity/ProfilingPointEntity.java
parent544dd8e8cd46c4ff76af9165ee88d710b6952547 (diff)
parent87561e810ecfc0c2f2d2fbb0e20854282bc14bad (diff)
downloaddashboard-e95890ae1be4e872149e86c2e6f35f10f9985458.tar.gz
Merge "Fix a bug to upload a big entity exceeding 1MB." am: b5909bea2f
am: 87561e810e Change-Id: I50965ea0ec8266bb8f837ab987c4629b331bd708
Diffstat (limited to 'src/main/java/com/android/vts/entity/ProfilingPointEntity.java')
-rw-r--r--src/main/java/com/android/vts/entity/ProfilingPointEntity.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/com/android/vts/entity/ProfilingPointEntity.java b/src/main/java/com/android/vts/entity/ProfilingPointEntity.java
index ac2994c..9e2cae6 100644
--- a/src/main/java/com/android/vts/entity/ProfilingPointEntity.java
+++ b/src/main/java/com/android/vts/entity/ProfilingPointEntity.java
@@ -109,6 +109,7 @@ public class ProfilingPointEntity implements DashboardEntity {
this.regressionMode = regressionMode;
this.xLabel = xLabel;
this.yLabel = yLabel;
+ this.updated = new Date();
}
/**