mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-06-11 21:01:45 +08:00
dumpHttpLog() and dumpCsv() ran file I/O on the UI thread, risking ANR for large exports. Rewrite both to match the exportHttpLogHar() pattern: snapshot data on the UI thread, then run the write loop on a background ExecutorService with a cancellable progress dialog. Also fix dumpCsv() using getBytes() without explicit charset. |
||
|---|---|---|
| .. | ||
| src | ||
| build.gradle | ||
| proguard-rules.pro | ||