aboutsummaryrefslogtreecommitdiff
path: root/src/com/android/tradefed/result/LogFile.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/tradefed/result/LogFile.java')
-rw-r--r--src/com/android/tradefed/result/LogFile.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/tradefed/result/LogFile.java b/src/com/android/tradefed/result/LogFile.java
index a4783d08f..d40d8cd8a 100644
--- a/src/com/android/tradefed/result/LogFile.java
+++ b/src/com/android/tradefed/result/LogFile.java
@@ -29,6 +29,7 @@ public class LogFile {
*
* @param path The absolute path to the saved file.
* @param url The URL where the saved file can be accessed.
+ * @deprecated use {@link #LogFile(String, String, boolean, boolean)} instead.
*/
@Deprecated
public LogFile(String path, String url) {