Tidy JNI JSON sending/receiving code and logging

This commit is contained in:
osm0sis
2024-01-15 17:05:26 -04:00
parent 22e3a14a6f
commit 9a24cd6f23
2 changed files with 8 additions and 8 deletions
@@ -27,7 +27,7 @@ public final class EntryPoint {
spoofDevice();
}
public static void readJson(String data) {
public static void receiveJson(String data) {
try (JsonReader reader = new JsonReader(new StringReader(data))) {
reader.beginObject();
while (reader.hasNext()) {