Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 514afc2b authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[IntrusionLogging] Fix STORED_EVENTS_SIZE_LIMIT batch limit" into main

parents c0b9fb38 93f2c8db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ public class DataAggregator {
    private static final int MSG_BATCH_DATA = 1;
    private static final int MSG_DISABLE = 2;

    private static final int STORED_EVENTS_SIZE_LIMIT = 1024;
    private static final int STORED_EVENTS_SIZE_LIMIT = 4;

    private final IntrusionDetectionService mIntrusionDetectionService;
    private final ArrayList<DataSource> mDataSources;