deptofdefense / AndroidTacticalAssaultKit-CIV

Other
0 stars 1 forks source link

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

Closed rockaport closed 16 hours ago

rockaport commented 3 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.