This page is obsolete. Redirecting you to developer.android.com/studio/report-bugs.html#instant-run-bugs Update (10/10/2016): as of Android Studio 2.2.1, there is no a much easier way to do this. Please see our official documentation to see how you can include extra logs to help us investigate Instant Run issues. If you are on a version older than 2.2.1, then you will still need to follow the instructions below. ================================================================================== 1. Enable Logging after you run into an issue: You need to enable some additional logging and then reproduce the issue Go into Settings > Build, Execution, Deployment > Compiler, and add "--info --stacktrace" to the Command-line Options. Hit OK. 2. Repoduce the Issue with additional logging enabled Now go back and reproduce the same steps that created the issue. 3. Collect information after Reproducing the the Bug There are a few things you need to collect right after you hit the bug:
4. Submit the Issue to Google
(Optional) 5. Remove additional logging Some users may experience a negative performance impact in your day to day use of Android Studio, if you leave logging enabled. To disable logging, go into Settings > Build, Execution, Deployment > Compiler, and remove "--info --stacktrace" to the Command-line Options. Hit OK. |
Filing Bugs >