deptofdefense / AndroidTacticalAssaultKit-CIV

Other
35 stars 17 forks source link

Fix FileSystemUtils.legacyFindMountRootDirs hanging on reading process input stream buffer with waitFor #329

Closed rockaport closed 1 month ago

rockaport commented 4 months ago

Fixes #316 and probably #320

Essentially a process input buffer will fill up and block unless it's read causing that thread to hang.