Android version: JellyBean (4.3)
We recently hit the above mentioned error message Empty Process Limit hit
thrown by the ActivityManager. A search on Google with this string didn't result in any answer and/or explanation.
I also had a look into the AOSP source tree through AndroidXref, hoping I was going to find at least the place where this string would be printed. Couldn't find anything related though.
It also seems to be repeated every 5 seconds (accidentally also the time-out for ANR's, a coincidence???), as can be seen in the output snippet below:
03-29 11:41:07.041 1471-1674/system_process E/ActivityManager: Empty Process Limit hit
03-29 11:41:07.054 1471-1674/system_process E/ActivityManager: Empty Process Limit hit
03-29 11:41:11.541 1471-1471/system_process E/ActivityManager: Empty Process Limit hit
03-29 11:41:11.566 1471-1471/system_process E/ActivityManager: Empty Process Limit hit
03-29 11:41:16.613 1471-1674/system_process E/ActivityManager: Empty Process Limit hit
03-29 11:41:16.637 1471-1674/system_process E/ActivityManager: Empty Process Limit hit
03-29 11:41:21.518 1471-1674/system_process E/ActivityManager: Empty Process Limit hit
03-29 11:41:21.545 1471-1674/system_process E/ActivityManager: Empty Process Limit hit
03-29 11:41:27.082 1471-1674/system_process E/ActivityManager: Empty Process Limit hit
03-29 11:41:27.099 1471-1873/system_process E/ActivityManager: Empty Process Limit hit
03-29 11:41:31.495 1471-1471/system_process E/ActivityManager: Empty Process Limit hit
03-29 11:41:31.515 1471-1471/system_process E/ActivityManager: Empty Process Limit hit
03-29 11:41:36.140 1471-1471/system_process E/ActivityManager: Empty Process Limit hit
03-29 11:41:36.164 1471-1471/system_process E/ActivityManager: Empty Process Limit hit
Next to this, we don't see it from the very beginning of the app start-up, but rather after a while (couple of minutes).
Question: what does this mean?