From 78eba983f784fe2e68e512ad6b466d5798545d24 Mon Sep 17 00:00:00 2001 From: Samuel Tardieu Date: Sat, 31 Mar 2012 21:20:15 +0200 Subject: Proxy all logs through cgeo.geocaching.utils.Log The behaviour is unchanged, but altering Settings.isDebug() to return false will prevent verbose, debug and info levels messages from being logged. Part of work on #1301. --- main/src/cgeo/geocaching/cgSearchHandler.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main/src/cgeo/geocaching/cgSearchHandler.java') diff --git a/main/src/cgeo/geocaching/cgSearchHandler.java b/main/src/cgeo/geocaching/cgSearchHandler.java index 8e8dffd..5f94d32 100644 --- a/main/src/cgeo/geocaching/cgSearchHandler.java +++ b/main/src/cgeo/geocaching/cgSearchHandler.java @@ -1,5 +1,7 @@ package cgeo.geocaching; +import cgeo.geocaching.utils.Log; + import android.app.Activity; import android.app.AlertDialog; import android.content.DialogInterface; @@ -8,7 +10,6 @@ import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.os.Handler; import android.os.Message; -import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.widget.EditText; -- cgit v1.1