android-ibc-forum

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit bf45817ba16b5fdf6344ea2e6b14168615f0292f
parent a534ebef7b5a342399849b6372d4fea8c131b967
Author: Jan Dankert <devnull@localhost>
Date:   Tue,  7 Feb 2012 04:32:00 +0100

Logmeldung, wenn Applikation hochfährt.

Diffstat:
src/de/mtbnews/android/IBCApplication.java | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/de/mtbnews/android/IBCApplication.java b/src/de/mtbnews/android/IBCApplication.java @@ -9,6 +9,7 @@ import android.app.Application; import android.content.Intent; import android.content.SharedPreferences; import android.preference.PreferenceManager; +import android.util.Log; import android.widget.Toast; import de.mtbnews.android.service.SubscriptionService; import de.mtbnews.android.tapatalk.TapatalkClient; @@ -46,6 +47,7 @@ public class IBCApplication extends Application @Override public void onCreate() { + Log.i("IBC","starting main application"); prefs = PreferenceManager.getDefaultSharedPreferences(this); themeResId = (prefs.getBoolean("ibc_theme", true)) ? R.style.IBC