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 {
|
||||
|
||||
private static final String TAG = "org.fdroid.fdroid.views.swap.ConfirmReceiveSwapFragment";
|
||||
private static final String TAG = "fdroid.ConfirmReceiveSwapFragment";
|
||||
|
||||
private NewRepoConfig newRepoConfig;
|
||||
|
||||
|
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user