diff options
author | Xavier Ducrohet <xav@android.com> | 2009-05-13 17:57:43 -0700 |
---|---|---|
committer | Xavier Ducrohet <xav@android.com> | 2009-05-13 18:03:14 -0700 |
commit | d054afbd92d6799c04018ee0174c003db2265d88 (patch) | |
tree | 5b896ba5afafe4519bb8e1f1d2606db019fb9b45 /sdkmanager/app/src | |
parent | e26588baeb413a522eb0c1c4d39df78e078182fe (diff) | |
download | sdk-d054afbd92d6799c04018ee0174c003db2265d88.zip sdk-d054afbd92d6799c04018ee0174c003db2265d88.tar.gz sdk-d054afbd92d6799c04018ee0174c003db2265d88.tar.bz2 |
Fix a double issue regarding interrupted builds due to pre-existing errors.
First, the ApkBuilder didn't cancel its run if the project had markers from JDT.
Second, the try/catch on ApkBuilder#build didn't properly test the
CoreException status severity (used getCode instead of getSeverity), so it did
not detect cancels being thrown by #abortOnBadSetup and displayed the error
in the console instead.
Diffstat (limited to 'sdkmanager/app/src')
0 files changed, 0 insertions, 0 deletions