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

Commit d2c607f9 authored by Dmitri Plotnikov's avatar Dmitri Plotnikov Committed by Automerger Merge Worker
Browse files

Merge "Increase the limit on the size of PowerStats log element" into tm-qpr-dev am: 22070d53

parents c7a1ca6d 22070d53
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -53,7 +53,7 @@ public class PowerStatsDataStorage {


    private static class DataElement {
    private static class DataElement {
        private static final int LENGTH_FIELD_WIDTH = 4;
        private static final int LENGTH_FIELD_WIDTH = 4;
        private static final int MAX_DATA_ELEMENT_SIZE = 1000;
        private static final int MAX_DATA_ELEMENT_SIZE = 32768;


        private byte[] mData;
        private byte[] mData;