Skip to content
This repository has been archived by the owner on Oct 16, 2018. It is now read-only.

Removing redundant application class and migrating to SDEApp #33

Conversation

kvithayathil
Copy link
Collaborator

@kvithayathil kvithayathil commented Oct 17, 2017

Moved the LeakCanary initialisation to SDEApp.java

@@ -25,6 +26,14 @@ public void onCreate() {
// Enable RxJava assembly stack collection, to make RxJava crash reports clear and unique
// Make sure this is called AFTER setting up any Crash reporting mechanism as Crashlytics
RxJava2Debug.enableRxJava2AssemblyTracking(new String[]{BuildConfig.APPLICATION_ID});


if (LeakCanary.isInAnalyzerProcess(this)) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this go before RXJava?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've re-ordered the initialisation

@TheHollidayInn TheHollidayInn merged commit f2e7aca into SoftwareEngineeringDaily:develop Oct 20, 2017
@kvithayathil kvithayathil deleted the feature/update_application_class branch October 20, 2017 21:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants