Skip to content

Commit

Permalink
Removing the json formatter usage until I finish the work
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrowlands committed Jul 14, 2024
1 parent 6b06202 commit 0bc3a80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ private String[] convertToObjectArray(PhoneState record)
PhoneStateData data = record.getData();
String networkRegistrationJson = new Gson().toJson(data.getNetworkRegistrationInfoList());

String jsonMessage = this.jsonFormatter.print(data.getNetworkRegistrationInfoList());
//String jsonMessage = this.jsonFormatter.print(data.getNetworkRegistrationInfoList());

String simState = "";
try
Expand Down

0 comments on commit 0bc3a80

Please sign in to comment.