Shorten some logging tags
This commit is contained in:
parent
d62a3c711d
commit
822a75258c
@ -21,7 +21,7 @@ import org.fdroid.fdroid.data.RepoProvider;
|
|||||||
|
|
||||||
public class ConfirmReceiveSwapFragment extends Fragment implements ProgressListener {
|
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;
|
private NewRepoConfig newRepoConfig;
|
||||||
|
|
||||||
|
@ -222,7 +222,7 @@ public class SelectAppsFragment extends ThemeableListFragment
|
|||||||
private class AppListAdapter extends CursorAdapter {
|
private class AppListAdapter extends CursorAdapter {
|
||||||
|
|
||||||
@SuppressWarnings("UnusedDeclaration")
|
@SuppressWarnings("UnusedDeclaration")
|
||||||
private static final String TAG = "org.fdroid.fdroid.views.swap.SelectAppsFragment.AppListAdapter";
|
private static final String TAG = "fdroid.AppListAdapter";
|
||||||
|
|
||||||
@Nullable
|
@Nullable
|
||||||
private LayoutInflater inflater;
|
private LayoutInflater inflater;
|
||||||
|
@ -41,7 +41,7 @@ public class WifiQrFragment extends Fragment {
|
|||||||
|
|
||||||
private static final int CONNECT_TO_SWAP = 1;
|
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() {
|
private BroadcastReceiver onWifiChange = new BroadcastReceiver() {
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user