Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
bitmask_android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leap
bitmask_android
Commits
fd0b174a
Commit
fd0b174a
authored
1 week ago
by
cyberta
Browse files
Options
Downloads
Patches
Plain Diff
set bitmask-core's debug mode before fetching ServiceInfos in case app is a debug build
parent
26a14017
No related branches found
No related tags found
1 merge request
!350
APIv5 bugfixes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/src/main/java/se/leap/bitmaskclient/providersetup/ProviderApiManagerV5.java
+1
-0
1 addition, 0 deletions
...eap/bitmaskclient/providersetup/ProviderApiManagerV5.java
with
1 addition
and
0 deletions
app/src/main/java/se/leap/bitmaskclient/providersetup/ProviderApiManagerV5.java
+
1
−
0
View file @
fd0b174a
...
...
@@ -103,6 +103,7 @@ public class ProviderApiManagerV5 extends ProviderApiManagerBase implements IPro
BitmaskMobile
bm
;
try
{
bm
=
new
BitmaskMobile
(
provider
.
getMainUrl
(),
new
PreferenceHelper
.
SharedPreferenceStore
());
bm
.
setDebug
(
BuildConfig
.
DEBUG
);
}
catch
(
IllegalStateException
e
)
{
return
eventSender
.
setErrorResult
(
currentDownload
,
R
.
string
.
config_error_found
,
null
);
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment