From 3bf2b0e63052bb5537398f38ecc5b19fec7dec39 Mon Sep 17 00:00:00 2001 From: bigbiff bigbiff Date: Mon, 21 Jan 2013 21:26:43 -0500 Subject: change tar create to pthread Change-Id: I5a33d207ec6683de20da37e6f4f174c67785fc52 --- gui/action.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gui') diff --git a/gui/action.cpp b/gui/action.cpp index 14ef71609..997cf558e 100644 --- a/gui/action.cpp +++ b/gui/action.cpp @@ -249,10 +249,11 @@ int GUIAction::doActions() LOGE("Error setting pthread_attr_setscope\n"); return -1; } - if (pthread_attr_setstacksize(&tattr, 524288)) { + /*if (pthread_attr_setstacksize(&tattr, 524288)) { LOGE("Error setting pthread_attr_setstacksize\n"); return -1; } + */ LOGI("Creating thread\n"); int ret = pthread_create(&t, &tattr, thread_start, this); if (ret) { -- cgit v1.2.3