wasabeef / Takt

Takt is Android library for measuring the FPS using Choreographer.
Apache License 2.0
1.15k stars 109 forks source link

Takt.finish() will never be called #12

Open bracadabra opened 6 years ago

bracadabra commented 6 years ago

Hi, ReadMe says that finish() methos should be call in onTerminate. But this method is only used in emulated process environments and it will never be called on production device.

I suppose you can just remove this part from ReadMe or add a comment that finish() will be called only in emulated process environments.