Alwin-Lin / development-debug-androidTest

2 stars 0 forks source link

releaseParser to handle a symbolic link to a directory #22

Open samlin001 opened 4 years ago

samlin001 commented 4 years ago

Need to fix when there is a symbolic link to a directory, at:

https://github.com/Alwin-Lin/development-debug-androidTest/blob/master/releaseParser/releaseParserSrc/src/com/android/cts/releaseparser/ReleaseParser.java#L189

sl-dir.zip

Alwin-Lin commented 4 years ago
  1. Check if the parsing file is a symbolic link 1.1 Make the method in FileParser 108 public 1.2 If it is a symb link, print a message and stop
  2. Test the built 1 with provided "d" file 2.1 Send the file to resource 2.2 If it triggers 1.2, then it works
  3. Log and print the parsed files