framgia / android-emulator-detector

Easy to detect android emulator
Apache License 2.0
425 stars 98 forks source link

Leak detected by leakcanary #18

Open dimmduh opened 7 years ago

dimmduh commented 7 years ago

EmulatorDetector keep reference ot context in mContext field.

I tested with leakcanary - 10kb leak.

nguyenthanhduy91 commented 6 years ago

@dimmduh can you fix it?