0 votes
63 views
in android by (0 points)
closed by
You have built code to make a network call and tested that it works in your development environment. However, when you publish it to the Play console, the networking call fails to work. What will not help you troubleshoot this issue?

a. checking whether ProGuard -keepclassmembers have been added to the network data transfer objects (DTOs) in question
b. using the profiler tools in Android Studio to detect anomalies in CPU, memory, and network usage
c. checking for exceptions in the server logs or server console
d. checking that the network data transfer object has @SerizlizedName applied to its member properties
closed

1 Answer

0 votes
by (0 points)
 
Best answer
b

2.8k questions

2.8k answers

0 comments

76 users

Welcome to MCQ Village Q&A, where you can ask questions and receive answers from other members of the community.
...