Android UIAutomator shutdown unexpectedly

It might be the same error. But my testing cases were running on emulator Android 4.4. I found it was the appium nodejs problem, since it would not do garbage collection automatically. So I solved the problem by setting the max_old_space_size to 8G.:grinning: