fixed NPE
This commit is contained in:
parent
4638ba909d
commit
8897f2e86e
@ -16,7 +16,7 @@ public class AnalyticQueuer extends Thread
|
|||||||
{
|
{
|
||||||
private List<Analytic> Queue = new ArrayList<>();
|
private List<Analytic> Queue = new ArrayList<>();
|
||||||
|
|
||||||
private ByteArrayOutputStream _bytes;
|
private ByteArrayOutputStream _bytes = new ByteArrayOutputStream();
|
||||||
|
|
||||||
private long _lastPush = System.currentTimeMillis();
|
private long _lastPush = System.currentTimeMillis();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user