Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support to instant run #559

Closed
wants to merge 2 commits into from
Closed

Added support to instant run #559

wants to merge 2 commits into from

Commits on Apr 5, 2016

  1. Catching Throwable instead of ClassNotFoundException because Class.fo…

    …rName can also throw LinkageError and ExceptionInInitializerError.
    
    If we silently ignore a ClassNotFoundException,  I don't see why we wouldn't ignore the others.
    A NoClassDefFoundError coming out of this method was causing my application to crash, but it was actually fine that the class couldn't be loaded.
    mitchyboy9 authored and firaskafri committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    a7b33b2 View commit details
    Browse the repository at this point in the history
  2. Add instant run support

    firaskafri committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    77828dc View commit details
    Browse the repository at this point in the history