Android message appears in the security configuration log

1

I have an application that does query data in a WebService using JSON. When I run my application I get the following message in the logs:

D/NetworkSecurityConfig: No Network Security Config specified, using platform default

Is this an error, can it be resolved, or does it not affect my program?

    
asked by anonymous 13.05.2018 / 23:30

1 answer

1

This message is not an error. It means that you have not set up a specific security option to use in your app, so it will use the default Android settings.

If you want to know more about them, you can use the link information: link

    
13.05.2018 / 23:32