Shorten some logging tags

This commit is contained in:
Daniel Martí 2015-04-02 09:46:07 +02:00
parent d62a3c711d
commit 822a75258c
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ import org.fdroid.fdroid.data.RepoProvider;
public class ConfirmReceiveSwapFragment extends Fragment implements ProgressListener {
private static final String TAG = "org.fdroid.fdroid.views.swap.ConfirmReceiveSwapFragment";
private static final String TAG = "fdroid.ConfirmReceiveSwapFragment";
private NewRepoConfig newRepoConfig;

View File

@ -222,7 +222,7 @@ public class SelectAppsFragment extends ThemeableListFragment
private class AppListAdapter extends CursorAdapter {
@SuppressWarnings("UnusedDeclaration")
private static final String TAG = "org.fdroid.fdroid.views.swap.SelectAppsFragment.AppListAdapter";
private static final String TAG = "fdroid.AppListAdapter";
@Nullable
private LayoutInflater inflater;

View File

@ -41,7 +41,7 @@ public class WifiQrFragment extends Fragment {
private static final int CONNECT_TO_SWAP = 1;
private static final String TAG = "org.fdroid.fdroid.views.swap.WifiQrFragment";
private static final String TAG = "fdroid.WifiQrFragment";
private BroadcastReceiver onWifiChange = new BroadcastReceiver() {
@Override