문제

Sometimes when I get an exception and I check the current threads I see a thread named "Compiler" and it's always running dalvik.system.NativeStart.run(Native Method).

Does anyone have any idea what this thread does or what its purpose is?

도움이 되었습니까?

해결책

Dalvik is the name for the Android process virtual machine. So in summary Dalvik is the part of Android that runs your compiled application. With android 2.2 Dalvik has a Just in time compilation feature so that is probably why you are seeing the 'Compiler'.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top