commit | dd4e7318e606f0af3b2091ddb556a4cef3ad67c0 | [log] [tgz] |
---|---|---|
author | Ivan Chiang <chiangi@google.com> | Thu May 02 15:10:36 2019 +0800 |
committer | Ivan Chiang <chiangi@google.com> | Thu May 02 07:38:07 2019 +0000 |
tree | 3cafb3d2b092e7686906498ac9de95bb10f2dea1 | |
parent | 8bd8cfd925a199f2c9666eb57e288ee5ed6dd7a5 [diff] |
Create a separate HandlerThread to use for I/O operations If we use main thread for I/O operations may have ANR issue. Create a separate HandlerThread to avoid this. Test: atest DocumentsUIGoogleTests:com.android.documentsui.archives.ReadableArchiveTest Change-Id: I91748badfb1fd4ccda3f27a5c83a14591a4d9474 Fix: 129650074