jasonross / Nuwa

Nuwa, pure java implementation, can hotfix your android application.
2.96k stars 574 forks source link

Awesome library! But does it need restart application to load patch? #2

Closed frank-fan closed 8 years ago

jasonross commented 8 years ago

@fanxu123 when you exit the app , application instance may be not destroyed. in the sample,loading patch is in the application. I think ,when you load patch in somewhere else before the class you want to fix is loaded, it can succeed without restarting application.

frank-fan commented 8 years ago

@jasonross thanks!