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

[TIMOB-14393] Android: fixed garbage collector crash on views #6887

Merged
merged 2 commits into from Jun 1, 2015

Conversation

pec1985
Copy link
Contributor

@pec1985 pec1985 commented May 29, 2015

Jira ticket:
https://jira.appcelerator.org/browse/TIMOB-14393

To test add this to TitaniumModule.java

@Kroll.method
public void gc()
{
    System.gc();
}   

@@ -0,0 +1,42 @@
/**
* Appcelerator Titanium Mobile
* Copyright (c) 2011-2015 by Appcelerator, Inc. All Rights Reserved.
Copy link
Contributor

Choose a reason for hiding this comment

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

this is a new file, should just be 2015

@hieupham007
Copy link
Contributor

Code reviewed and functionally tested. Request accepted

hieupham007 added a commit that referenced this pull request Jun 1, 2015
[TIMOB-14393] Android: fixed garbage collector crash on views
@hieupham007 hieupham007 merged commit 7922425 into tidev:master Jun 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants