forked from dotnet/android
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Xamarin.Android.Build.Tasks] Improve Aapt error message handling (do…
…tnet#703) Fixes: https://bugzilla.xamarin.com/show_bug.cgi?id=36485 Under some conditions apps produces an error which does NOT contain "error <something>:". As a result our regex was not picking up some errors and was just printing the default error of "aapt.exe" exited with code 1 This commit updates the regex to allow for errors which do not include "error <something>:". And adds a unit test for the specific test case.
- Loading branch information
1 parent
0a2f008
commit 7dadd00
Showing
3 changed files
with
23 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters