Small thing, make log TAGs consistent
[zxing.git] / android / src / com / google / zxing / client / android / DecodeThread.java
index b63fc21..dce7d14 100755 (executable)
@@ -43,8 +43,9 @@ import java.util.Vector;
  */
 final class DecodeThread extends Thread {
 
+  private static final String TAG = DecodeThread.class.getSimpleName();
+
   public static final String BARCODE_BITMAP = "barcode_bitmap";
-  private static final String TAG = "DecodeThread";
 
   private Handler handler;
   private final CaptureActivity activity;