PCAPdroid/app
emanuele-f 2fddba6301 Fix possible JNI local reference overflow and races
Dumping connections payload requires creating (local) references, which
are limited to 512. This commit greatly reduces their lifetime, from
several seconds to less than 1 second, reducing the likehood of an
overflow. Moreover it adds missing synchronization to the connection
payload.
2022-08-13 16:10:38 +02:00
..
src Fix possible JNI local reference overflow and races 2022-08-13 16:10:38 +02:00
build.gradle Remove unused strings 2022-08-12 20:01:59 +02:00