lessthanoptimal / BoofAndroidDemo

Demonstration of BoofCV for Android devices
125 stars 42 forks source link

What makes buildType "fast" so fast compared to "debug" ? #8

Closed akidee closed 6 years ago

akidee commented 6 years ago

fast Turns off debugging and runs at full speed

I want to understand how for example TLD tracking can be so much faster by only disabling debugging and without any Proguard ops.

lessthanoptimal commented 6 years ago

I have no idea. At some point google changed how debug mode worked and made it slower. See the issue below

https://github.com/lessthanoptimal/BoofAndroidDemo/issues/5