From 1eaabcbb4a779e2d98eafc8695b0f5b338f7bf03 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 23 Mar 2025 13:09:22 +0300 Subject: [PATCH] test --- app/src/main/java/com/example/notifyservice/PostRequest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/java/com/example/notifyservice/PostRequest.java b/app/src/main/java/com/example/notifyservice/PostRequest.java index 93554ad..aec8748 100644 --- a/app/src/main/java/com/example/notifyservice/PostRequest.java +++ b/app/src/main/java/com/example/notifyservice/PostRequest.java @@ -51,6 +51,7 @@ public class PostRequest { Call call = client.newCall(request); call.enqueue(new Callback() { public void onResponse(@NonNull Call call, @NonNull Response response) throws IOException { + Log.i("RESP", response.toString()); // STATIC onPostExecute(response.body() != null ? response.body().string() : ""); }