summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui/Log.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/gallery3d/ui/Log.java')
-rw-r--r--src/com/android/gallery3d/ui/Log.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/gallery3d/ui/Log.java b/src/com/android/gallery3d/ui/Log.java
index 32adc98eb..5570763bb 100644
--- a/src/com/android/gallery3d/ui/Log.java
+++ b/src/com/android/gallery3d/ui/Log.java
@@ -16,6 +16,7 @@
package com.android.gallery3d.ui;
+// TODO: Delete this
public class Log {
public static int v(String tag, String msg) {
return android.util.Log.v(tag, msg);