"git@git.sphere.ly:matisse/android_kernel_samsung_matisse.git" did not exist on "0aa55e4d7db822059fe8132fe9f2b7773c48216c"
Extra logging in pthread_create.
pthread_create returns EAGAIN when it can't allocate a pthread_internal_t, when it can't allocate a stack for the new thread, or when clone(2) fails because there are too many threads. It's useful to be able to know why your pthread_create just failed, so add some logging. Bug: 8470684 Change-Id: I1bb4497d4f7528eacce0db35c2014771cba64569
Showing
Please register or sign in to comment