OSDN Git Service

SDK Manager: don't output XML parse errors to stderr
authorRaphael <raphael@google.com>
Fri, 14 Oct 2011 03:57:05 +0000 (20:57 -0700)
committerRaphael <raphael@google.com>
Fri, 14 Oct 2011 03:58:19 +0000 (20:58 -0700)
commit9d38047fb0c217cc3ee5ef01edf920ae642edb9a
treef93b43d224555ccdb9f09b403647c716f137f133
parentd0babf526623d775506553f28972d05064856960
SDK Manager: don't output XML parse errors to stderr

This is exactly like change I6f82b040 except now we
remove the stderr output when parsing the addons_list.xml

To put this in context, end-users should not see any
xml parsing error. In this case we get one because the
file doesn't exist on the test server and the web server
returns an HTML page describing the error, which naturally
fails to validate against our XSD. But since the point of
the method is just to validate, errors are irrelevant.

Change-Id: I80b2c7600d1ceffa870ac3d71ef0c0f6ef9f809c
sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/AddonsListFetcher.java