File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
firebase-appdistribution/src/main/java/com/google/firebase/appdistribution Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 36
36
37
37
/** Class that handles updateApp functionality for AABs in {@link FirebaseAppDistribution}. */
38
38
class AabUpdater {
39
- private static final String TAG = "UpdateAabClient :" ;
39
+ private static final String TAG = "AabUpdater :" ;
40
40
41
41
private final FirebaseAppDistributionLifecycleNotifier lifecycleNotifier ;
42
42
private final HttpsUrlConnectionFactory httpsUrlConnectionFactory ;
Original file line number Diff line number Diff line change 27
27
28
28
/** Class that handles installing APKs in {@link FirebaseAppDistribution}. */
29
29
class ApkInstaller {
30
- private static final String TAG = "ApkInstallClient :" ;
30
+ private static final String TAG = "ApkInstaller :" ;
31
31
private final FirebaseAppDistributionLifecycleNotifier lifeCycleNotifier ;
32
32
33
33
@ GuardedBy ("installTaskLock" )
Original file line number Diff line number Diff line change 44
44
class ApkUpdater {
45
45
46
46
private static final int UPDATE_INTERVAL_MS = 250 ;
47
- private static final String TAG = "UpdateApkClient :" ;
47
+ private static final String TAG = "ApkUpdater :" ;
48
48
private static final String REQUEST_METHOD_GET = "GET" ;
49
49
private static final String DEFAULT_APK_FILE_NAME = "downloaded_release.apk" ;
50
50
Original file line number Diff line number Diff line change 44
44
45
45
/** Class that handles signing in the tester */
46
46
class TesterSignInManager {
47
- private static final String TAG = "TesterSignIn :" ;
47
+ private static final String TAG = "TesterSignInManager :" ;
48
48
private static final String SIGNIN_REDIRECT_URL =
49
49
"https://appdistribution.firebase.google.com/pub/testerapps/%s/installations/%s/buildalerts?appName=%s&packageName=%s" ;
50
50
You can’t perform that action at this time.
0 commit comments