Skip to content

Commit

Permalink
remove strict policy
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo <[email protected]>
  • Loading branch information
Balcan authored and andresmr committed Mar 5, 2024
1 parent 8b24f6d commit fe1e5b4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/src/main/java/org/dhis2/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,6 @@ public class App extends MultiDexApplication implements Components, LifecycleObs
public void onCreate() {
super.onCreate();

StrictMode.setVmPolicy(new StrictMode.VmPolicy.Builder()
.detectAll()
.penaltyLog()
.penaltyDeath()
.build()
);

ProcessLifecycleOwner.get().getLifecycle().addObserver(this);

appInspector = new AppInspector(this).init();
Expand Down

0 comments on commit fe1e5b4

Please sign in to comment.