lingochamp / okdownload

A Reliable, Flexible, Fast and Powerful download engine.
Apache License 2.0
5.19k stars 776 forks source link

Breakpoint Issue #459

Closed ZTzTopia closed 3 years ago

ZTzTopia commented 3 years ago

OkDownload Version

v1.0.7

Problem Describe

The download not resume after the application close and i check to data/data/package-name/databases there no okdownload database :(

Log

D/DownloadCall: breakpoint invalid: download from beginning because of local check is dirty 1 fileExist[true] infoRight[false] outputStreamSupport[true] c.b.a.i.h.a@5c8690a
ZTzTopia commented 3 years ago

the problem because minifyEnabled true

ZTzTopia commented 3 years ago

after i use proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' not proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' and minifyEnabled true work